product_form_pricelist
This module enables viewing and editing fixed pricelist items directly from the product template form.
Key Features
- product.template: Displays an editable list of fixed pricelist items including pricelist, variant, minimum quantity, fixed price, and validity dates.
- product.pricelist.item: Automatically computes and sets the applied_on and product_tmpl_id fields for consistency when creating or updating pricelist items.
- res.config.settings: Provides a configuration setting to hide the native 'Sales Price' field when using fixed pricelists exclusively.
- product.template: Hides the 'Sales Price' field in product template views (form, kanban, tree) based on the configuration setting.
- product.product: Hides the 'Sales Price' field in product variant views (form, kanban, tree) based on the configuration setting.