TIP: You can type at any time to perform a new search.
Product Pricelist Revision
product_pricelist_revision · OCA/product-attribute
- Repository
- OCA/product-attribute · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Product
- Folder size
- 0.08 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/product-attribute
- Last tracking update
- 2026-08-07 09:06:25
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module adds a 'Pricelist items' list view that allows to select several elements to version them and also to see the percentage 'fixed price' variation between a version and the previous one.
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
pricelist_item_duplicate_wizard_view |
Pricelist Item Duplicate | product.pricelist.item.duplicate.wizard | form | New |
product_pricelist_item_revision_tree_view |
product.pricelist.item | list | Inherits product.product_pricelist_item_tree_view | |
product_pricelist_item_view_search |
product.pricelist.item | search | Inherits product.product_pricelist_item_view_search |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (4)
-
nameCharstore=True -
previous_item_idMany2one → product.pricelist.itemcomodel_name='product.pricelist.item'help='Relation with previous item when duplicate line'string='Previous Item' -
previous_priceFloatrelated='previous_item_id.fixed_price'string='Previous Fixed Price' -
variation_percentFloatcompute='_compute_variation_percent'digits='Product Price'store=Truestring='Variation %'
No public methods.
New fields (3)
-
date_endDatetime -
date_startDatetimerequired=True -
variation_percentFloatdigits='Product Price'string='Variation %'
-
action_apply(self)
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…