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

[15.0][MIG]account_invoice_supplierinfo_update:Migration to 15.0 #1692

Open
wants to merge 32 commits into
base: 15.0
Choose a base branch
from

Conversation

bizzappdev
Copy link

No description provided.

legalsylvain and others added 30 commits March 26, 2024 15:07
…unction. (prepare function added) [ADD] description [FIX] remove unused dependencies for the time being
Currently translated at 93.0% (40 of 43 strings)

Translation: account-invoicing-10.0/account-invoicing-10.0-account_invoice_supplierinfo_update
Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-10-0/account-invoicing-10-0-account_invoice_supplierinfo_update/fr/
Convert the invoice' prices to the UOM that is valid for the supplierinfo's
to which they are written. This UOM is the product's purchase order UOM.
Co-Authored-By: Pierrick Brun <PierrickBrun@users.noreply.github.com>
…seless state field on wizard line, because model is now more simple. (no more partner info)
Currently translated at 41.0% (16 of 39 strings)

Translation: account-invoicing-12.0/account-invoicing-12.0-account_invoice_supplierinfo_update
Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-12-0/account-invoicing-12-0-account_invoice_supplierinfo_update/pt_BR/
Currently translated at 69.2% (27 of 39 strings)

Translation: account-invoicing-12.0/account-invoicing-12.0-account_invoice_supplierinfo_update
Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-12-0/account-invoicing-12-0-account_invoice_supplierinfo_update/sl/
Currently translated at 74.4% (29 of 39 strings)

Translation: account-invoicing-12.0/account-invoicing-12.0-account_invoice_supplierinfo_update
Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-12-0/account-invoicing-12-0-account_invoice_supplierinfo_update/sl/
Currently translated at 92.3% (36 of 39 strings)

Translation: account-invoicing-12.0/account-invoicing-12.0-account_invoice_supplierinfo_update
Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-12-0/account-invoicing-12-0-account_invoice_supplierinfo_update/es/
We shouldn't roung the price unit, as we'd lose precision when writing
back to the supplierinfo from the original unit price item which is the
one we want to update. For example:

- We buy an item at 1,2345 (decimal precision of 4 digits for product
price)
- The product is correctly invoiced at 1,2345 (rounded in subtotal)
- We should update the item supplierinfo at that same price. Otherwise,
if we round to the currency digits (usally 2) we'd get something like:
1,23 in the supplierinfo and in the next purchase we'd be losing those
decimal which in large amounts of units translates into a lot of money.

TT32538
Currently translated at 100.0% (39 of 39 strings)

Translation: account-invoicing-14.0/account-invoicing-14.0-account_invoice_supplierinfo_update
Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-14-0/account-invoicing-14-0-account_invoice_supplierinfo_update/es_AR/
Currently translated at 35.8% (14 of 39 strings)

Translation: account-invoicing-14.0/account-invoicing-14.0-account_invoice_supplierinfo_update
Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-14-0/account-invoicing-14-0-account_invoice_supplierinfo_update/it/
Currently translated at 74.3% (29 of 39 strings)

Translation: account-invoicing-14.0/account-invoicing-14.0-account_invoice_supplierinfo_update
Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-14-0/account-invoicing-14-0-account_invoice_supplierinfo_update/sl/
Currently translated at 35.8% (14 of 39 strings)

Translation: account-invoicing-14.0/account-invoicing-14.0-account_invoice_supplierinfo_update
Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-14-0/account-invoicing-14-0-account_invoice_supplierinfo_update/it/
Currently translated at 35.8% (14 of 39 strings)

Translation: account-invoicing-14.0/account-invoicing-14.0-account_invoice_supplierinfo_update
Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-14-0/account-invoicing-14-0-account_invoice_supplierinfo_update/it/
Currently translated at 35.8% (14 of 39 strings)

Translation: account-invoicing-14.0/account-invoicing-14.0-account_invoice_supplierinfo_update
Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-14-0/account-invoicing-14-0-account_invoice_supplierinfo_update/it/
Currently translated at 35.8% (14 of 39 strings)

Translation: account-invoicing-14.0/account-invoicing-14.0-account_invoice_supplierinfo_update
Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-14-0/account-invoicing-14-0-account_invoice_supplierinfo_update/it/
@bizzappdev bizzappdev changed the title [WIP][15.0][MIG]account_invoice_supplierinfo_update:Migration to 15.0 [15.0][MIG]account_invoice_supplierinfo_update:Migration to 15.0 Mar 26, 2024
@bizzappdev bizzappdev force-pushed the 15.0-mig-account-invoice-supplierinfo-update-BAD-SIP branch from 8730e3f to d90bcf3 Compare April 16, 2024 11:12
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