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

[IMP] point_of_sale: split create payment move entry logic #572

Open
wants to merge 1 commit into
base: 16.0
Choose a base branch
from

Conversation

alejandromellado
Copy link

Odoo's default behaviour is to create a journal entry for the invoice payment ('entry'), splitting the logic used to create this entry into a new function would allow l10n modules to alter this behaviour.

As an example of the use case would be Mexico EDI, where a refund ('out_refund') needs to be generated additional to the customer invoice for correct tax purposes after the POS session has been closed.

Description of the issue/feature this PR addresses:

Current behavior before PR:

Desired behavior after PR is merged:


I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

Odoo's default behaviour is to create a journal entry for the invoice
payment ('entry'), splitting the logic used to create this entry into
a new function would allow l10n modules to alter this behaviour.

As an example of the use case would be Mexico EDI, where a refund
('out_refund') needs to be generated additional to the customer invoice
for correct tax purposes after the POS session has been closed.
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