-
Notifications
You must be signed in to change notification settings - Fork 103
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
[16.0][MIG] shopinvader_invoice: Migration to 16.0 #1392
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…to the ones with shopinvader user
…to the ones with shopinvader user
…by the customer and update done internally in Odoo
…small improvements
Notable Odoo changes: * plan_id (analytic plan) required on account.analytic.account * onchange methods have been transformed into compute: => product_id_change() -> _compute_tax_id() => _onchange_discount() -> _compute_discount() * Field 'price' removed on product * Method _get_real_price_currency() removed on sale order lines => Not possible anymore to compute the price without a real so line * currency_id is now required to play onchanges on sale order lines * Price of demo data 'product_product_11' has changed (16.5 -> 33.0) * Name of demo data 'product_product_4' has changed (Customizable Desk (CONFIG) -> Customizable Desk) * Register payment wizard (account.payment.wizard) takes now a 'account.payment.method.line' instead of a 'account.payment.method'
qgroulard
force-pushed
the
16.0-mig-shopinvader_invoice
branch
from
August 10, 2023 08:15
3c895ea
to
61fd46f
Compare
Make VAT used in tests pass VAT format check
qgroulard
force-pushed
the
16.0-mig-shopinvader_invoice
branch
from
August 10, 2023 11:59
087b9cc
to
5702759
Compare
qgroulard
force-pushed
the
16.0-mig-shopinvader_invoice
branch
from
August 10, 2023 13:57
5702759
to
a793458
Compare
Closed in favor of #1432 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Based on #1387