Skip to content

Commit

Permalink
fixup! [OU-IMP] product: populate product_document table from attachm…
Browse files Browse the repository at this point in the history
…ents
  • Loading branch information
hbrunn committed Oct 21, 2024
1 parent 00ca985 commit 074f09d
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ product / product.pricelist.item / active (boolean) : DEL
product / product.product / activity_user_id (many2one) : not related anymore
product / product.product / activity_user_id (many2one) : now a function
product / product.product / message_main_attachment_id (many2one): DEL relation: ir.attachment
product / product.product / product_document_ids (one2many): NEW relation: product.document
# NOTHING TO DO

product / product.product / product_document_ids (one2many): NEW relation: product.document
# DONE: populated in post-migration with attachments on products

product / product.supplierinfo / discount (float) : NEW
# NOTHING TO DO

Expand All @@ -49,10 +51,12 @@ product / product.tag / color (integer) : type i
product / product.template / activity_user_id (many2one) : not related anymore
product / product.template / activity_user_id (many2one) : now a function
product / product.template / message_main_attachment_id (many2one): DEL relation: ir.attachment
product / product.template / product_document_ids (one2many): NEW relation: product.document
product / product.template / product_properties (properties): NEW hasdefault: compute
# NOTHING TO DO

product / product.template / product_document_ids (one2many): NEW relation: product.document
# DONE: populated in post-migration with attachments on products

product / product.template.attribute.line / _order : _order is now 'sequence, attribute_id, id' ('attribute_id, id')
product / product.template.attribute.line / sequence (integer) : NEW hasdefault: default
# NOTHING TO DO: new feature
Expand Down

0 comments on commit 074f09d

Please sign in to comment.