-
-
Notifications
You must be signed in to change notification settings - Fork 784
[18.0][OU-ADD] sale #5007
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
[18.0][OU-ADD] sale #5007
Conversation
|
/ocabot migration sale Depends on :
|
3704045 to
c2fec4c
Compare
c2fec4c to
794b0f7
Compare
hbrunn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still evaluating if we need to do something with product combos.
Further, you need to load the noupdate changes and delete translations.
And don't forget to describe what you did in the work file
| Remove the outdated kanban view entry for 'action_quotations' (Odoo 17) | ||
| to prevent duplicate key constraint violation during migration to Odoo 18. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| sale / product.document / attached_on (selection) : DEL selection_keys: ['quotation', 'sale_order'] | ||
| sale / product.document / attached_on_sale (selection) : NEW required, selection_keys: ['hidden', 'quotation', 'sale_order'], hasdefault: default |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you need to set attached_on_sale from attached_on
| ---Fields in module 'sale'--- | ||
| sale / account.analytic.applicability / business_domain (False) : selection_keys is now '['bill', 'expense', 'general', 'invoice', 'manufacturing_order', 'purchase_order', 'sale_order', 'stock_picking', 'timesheet']' ('['bill', 'expense', 'general', 'invoice', 'manufacturing_order', 'purchase_order', 'sale_order']') | ||
| sale / account.move.line / is_downpayment (boolean) : module is now 'purchase' ('sale') | ||
| sale / product.category / property_account_downpayment_categ_id (many2one): NEW relation: account.account |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
set this per company from the account of sale_down_payment_product_id below with the standard fallbacks to category of company's income account
| sale / sale.order.line / linked_virtual_id (char) : NEW | ||
| sale / sale.order.line / qty_invoiced_posted (float) : previously in module l10n_it_edi_doi | ||
| sale / sale.order.line / selected_combo_items (char) : NEW | ||
| sale / sale.order.line / technical_price_unit (float) : NEW |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this column should be precreated and filled with the value of price_unit (cf https://github.com/odoo/odoo/blob/18.0/addons/sale/models/sale_order_line.py#L574)
|
Supeseded by #5071. |
No description provided.