TIP: You can type at any time to perform a new search.
Product Form Pricelist
product_form_pricelist · OCA/product-attribute
- Repository
- OCA/product-attribute · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Product
- Folder size
- 0.06 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/product-attribute
- Last tracking update
- 2026-08-07 08:42:54
- Authors
- Akretion, Odoo Community Association (OCA)
- Maintainers
- Akretion, Odoo Community Association (OCA)
- Committers
- Weblate, OCA-git-bot, oca-ci, bosd
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module allow to fill directly from the product form the pricelist item for the product. The type of pricelist item is always "fixed"
Code Analysis ⓘ
Views touched (9)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_kanban_view |
product.product | kanban | Inherits product.product_kanban_view | |
product_normal_form_view |
product.product | form | Inherits product.product_normal_form_view | |
product_product_tree_view |
product.product | tree | Inherits product.product_product_tree_view | |
product_template_kanban_view |
product.template | kanban | Inherits product.product_template_kanban_view | |
product_template_tree_view |
product.template | tree | Inherits product.product_template_tree_view | |
product_template_view_form |
product.template | form | Inherits product.product_template_form_view | |
product_template_view_form_no_list_price |
product.template | list | Inherits product.product_template_form_view | |
product_variant_easy_edit_view |
product.product | Inherits product.product_variant_easy_edit_view | ||
res_config_settings_view_form |
res.config.settings | form | Inherits sale.res_config_settings_view_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (2)
-
applied_onSelectioncompute='_compute_applied_on_and_tmpl'readonly=Falsestore=True -
product_tmpl_idMany2onecompute='_compute_applied_on_and_tmpl'readonly=Falsestore=True
No public methods.
New fields (1)
-
fixed_pricelist_item_idsOne2many → product.pricelist.itemargs: 'product.pricelist.item', 'product_tmpl_id', 'Fixed Pricelist Items'
No public methods.
New fields (1)
-
group_no_list_priceBooleanhelp="Use fixed price and hide the native 'Sales Price' field"implied_group='product_form_pricelist.group_no_list_price' args: "Hide field 'Sales price'"
No public methods.
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 22 days ago
- Last activity
- 22 days ago
- Repository
- OCA/product-attribute
- Pull request
- [19.0] [MIG] product_form_pricelist : Migration to 19.0 (#2356)