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

[17.0][MIG] purchase_order_uninvoiced_amount: Migration to 17.0 #2273

Open
wants to merge 27 commits into
base: 17.0
Choose a base branch
from

Conversation

Ana-Iarajuli
Copy link

migrated purchase_order_uninvoiced_amount following these technical conventions:
[(https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-17.0)]

rebased branch over latest 17.0

Manuel Calero and others added 27 commits May 13, 2024 12:06
…iscount

If we use such module, the final price is not the PO line price unit, so we need to
extract the unit price from the subtotal divided by the quantity instead for
getting a proper result on both cases.

TT25368
… 100

If using purchase_discount, and having one line with discount = 100,
line.price_subtotal / line.product_qty was evaluated as falsy, and thus
the unit price is taken, returning an incorrect amount.

We avoid the problem using if/else Python unary operation instead
of and/or expression.
…grouped sum values in purchase tree view

TT38874
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: purchase-workflow-16.0/purchase-workflow-16.0-purchase_order_uninvoiced_amount
Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_order_uninvoiced_amount/
Currently translated at 100.0% (3 of 3 strings)

Translation: purchase-workflow-16.0/purchase-workflow-16.0-purchase_order_uninvoiced_amount
Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_order_uninvoiced_amount/es/
- Switch to setUpClass for avoiding repeat the same setup for each test.
- Include context keys for avoiding mail operations overhead.
Currently translated at 100.0% (3 of 3 strings)

Translation: purchase-workflow-16.0/purchase-workflow-16.0-purchase_order_uninvoiced_amount
Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_order_uninvoiced_amount/it/
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.

None yet