---Models in module 'product'---
obsolete model product.price_list [transient]
# NOTHING TO DO: old way of implementing product pricelists reports

model product.attribute.custom.value (moved from sale)
# NOTHING TO DO

---Fields in module 'product'---
product      / product.attribute        / display_type (selection)      : previously in module sale
product      / product.attribute.custom.value / __last_update (datetime)      : previously in module sale
product      / product.attribute.custom.value / _order                        : previously in module sale
product      / product.attribute.custom.value / custom_product_template_attribute_value_id (many2one): previously in module sale
product      / product.attribute.custom.value / custom_value (char)           : previously in module sale
product      / product.attribute.custom.value / display_name (char)           : previously in module sale
product      / product.attribute.custom.value / name (char)                   : previously in module sale
product      / product.attribute.value  / display_type (selection)      : previously in module sale
product      / product.attribute.value  / html_color (char)             : previously in module sale
product      / product.attribute.value  / is_custom (boolean)           : previously in module sale
product      / product.template.attribute.value / display_type (selection)      : previously in module sale
product      / product.template.attribute.value / html_color (char)             : previously in module sale
product      / product.template.attribute.value / is_custom (boolean)           : previously in module sale
# NOTHING TO DO: fields moved from sale

product      / product.pricelist        / discount_policy (selection)   : now required, req_default: function
# DONE: pre-migration: ensuring that the field is not empty and filling it with default if empty

product      / product.pricelist.item   / date_end (date)               : type is now 'datetime' ('date')
product      / product.pricelist.item   / date_start (date)             : type is now 'datetime' ('date')
# DONE: pre-migration: copied the columns to preserve data
# post-migration: set datetime values with the user tz into account

product      / product.pricelist.item   / min_quantity (integer)        : type is now 'float' ('integer')
# NOTHING TO DO: Automatic conversion from integer to float is assured by PG

product      / product.template         / barcode (char)                : not related anymore
product      / product.template         / barcode (char)                : now a function
# NOTHING TO DO

product      / product.template         / rental (boolean)              : DEL
# NOTHING TO DO: Field without use in community (was there for the rental enterprise module)

---XML records in module 'product'---
DEL ir.actions.act_window: product.action_product_price_list
DEL ir.ui.view: product.view_product_price_list
# NOTHING TO DO: noupdate=0 records

NEW ir.actions.server: product.action_product_price_list_report
NEW ir.actions.server: product.action_product_template_price_list_report
NEW ir.model.access: product.access_product_attribute_custom_value_manager
NEW ir.model.access: product.access_product_attribute_custom_value_user
NEW ir.ui.view: product.assets_backend
NEW ir.ui.view: product.qunit_suite
NEW ir.ui.view: product.report_pricelist_page
# NOTHING TO DO: noupdate=0 records
