product模块中有3个关于产品的表单视图:
- 产品模板主视图
product.template.common.form
product.template
primary
- 产品模板表单视图,继承自1,在Odoo中打开一个产品(模板)会调用此视图:
product.template.product.form
product.template
primary
Product Template
Warning: adding or deleting attributes
will delete and recreate existing variants and lead
to the loss of their possible customizations.
- 产品规格(Product Variant)视图,继承自1。
product.product.form
product.product
primary
lst_price
stock模块中product.template相关继承表单视图,继承自
product.template.stock.property.form.inherit
product.template
days
{'default_groups_ref': ['base.group_user', 'base.group_sale_manager', 'stock.group_stock_manager']}