-
Notifications
You must be signed in to change notification settings - Fork 30.1k
[FW][FIX] point_of_sale, pos_sale: remove the payment terms on invoices from POS #203485
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
[FW][FIX] point_of_sale, pos_sale: remove the payment terms on invoices from POS #203485
Conversation
@mathcoutant @adgu-odoo cherrypicking of pull request #199385 failed. stdout:
Either perform the forward-port manually (and push to this branch, proceeding as usual) or close this PR (maybe?). In the former case, you may want to edit this PR message as well. More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port |
47cfaea
to
920b0e5
Compare
920b0e5
to
50faf2b
Compare
@robodoo r+ |
@mathcoutant @adgu-odoo unable to stage: merge conflict |
50faf2b
to
8f5afa4
Compare
@robodoo r+ |
@mathcoutant @adgu-odoo unable to stage: merge conflict |
@robodoo retry |
@mathcoutant @adgu-odoo unable to stage: merge conflict |
@mathcoutant @adgu-odoo this forward port of #199385 is awaiting action (not merged or closed). |
8c6d9b6
to
92a87ac
Compare
…rom POS Steps to reproduce: - In Accounting create a new Payment Term with an early discount set on "Always(upon invoice)" - Create a new Contact and add the payment term to this contact - Open POS and create an order - Select the new contact as the customer - Go to payment, select the option to create an invoice and validate - The receipt and the generated invoice have different amounts: the payment terms were applied on the invoice but not on the receipt Cause: POS does not consider at any point the payment terms so the total to be paid does not include the payment terms. Payment terms were included in invoices from POS with this [commit](odoo/odoo@c1cd62f) Solution: Remove the payment terms on invoices from POS. opw-4458036 X-original-commit: e74b1e2
92a87ac
to
5f597f9
Compare
@robodoo r+ |
…rom POS Steps to reproduce: - In Accounting create a new Payment Term with an early discount set on "Always(upon invoice)" - Create a new Contact and add the payment term to this contact - Open POS and create an order - Select the new contact as the customer - Go to payment, select the option to create an invoice and validate - The receipt and the generated invoice have different amounts: the payment terms were applied on the invoice but not on the receipt Cause: POS does not consider at any point the payment terms so the total to be paid does not include the payment terms. Payment terms were included in invoices from POS with this [commit](c1cd62f) Solution: Remove the payment terms on invoices from POS. opw-4458036 closes #203485 X-original-commit: e74b1e2 Signed-off-by: Adrien Guilliams (adgu) <adgu@odoo.com> Signed-off-by: Mathieu Coutant (mcou) <mcou@odoo.com>
Steps to reproduce:
Cause:
POS does not consider at any point the payment terms so the total to be paid does not include the payment terms. Payment terms were included in invoices from POS with this commit
Solution:
Remove the payment terms on invoices from POS.
opw-4458036
Forward-Port-Of: #203252
Forward-Port-Of: #199385