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.
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.
| 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.
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.
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.
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.