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

[16.0][MIG] shopinvader_invoice: Migration to 16.0 #1392

Closed
wants to merge 31 commits into from

Conversation

qgroulard
Copy link
Contributor

Based on #1387

kevinkhao and others added 29 commits August 10, 2023 10:06
…by the customer and update done internally in Odoo
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'
Make VAT used in tests pass VAT format check
@sebastienbeau sebastienbeau added this to the 16.0 milestone Sep 25, 2023
@qgroulard
Copy link
Contributor Author

Closed in favor of #1432

@qgroulard qgroulard closed this Oct 20, 2023
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.

8 participants