Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[14.0][ADD] New module: account_move_line_merge_split #771

Open
wants to merge 3 commits into
base: 14.0
Choose a base branch
from

Conversation

carlossainznetkia
Copy link

Ref: #728 (comment)

This module provides functionality to split and merge accounting move lines in Odoo.
Features

Split Move Lines
    Users can divide a single accounting move line into multiple lines.
    The wizard allows specifying the number of divisions and automatically calculates the amounts and due dates for the new lines.
    Validation ensures the original move line has a maturity date and prevents splitting reconciled entries.

Merge Move Lines
    Users can merge multiple move lines into a single line.
    The wizard checks that all selected move lines belong to the same journal entry and account.
    The resulting move line consolidates the debit and credit values while preserving the aggregation date.

Usage

Splitting Move Lines
    Select a single move line in the list view.
    Click on the "Action" button and select "Split Move Lines".
    Specify the number of divisions in the wizard and confirm.

Merging Move Lines
    Select multiple move lines in the list view.
    Click on the "Action" button and select "Merge Move Lines".
    Confirm in the wizard to generate the merged move line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant