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 IDNameModelTypeStatus
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)
  • name Char
    store=True
  • previous_item_id Many2one → product.pricelist.item
    comodel_name='product.pricelist.item' help='Relation with previous item when duplicate line' string='Previous Item'
  • previous_price Float
    related='previous_item_id.fixed_price' string='Previous Fixed Price'
  • variation_percent Float
    compute='_compute_variation_percent' digits='Product Price' store=True string='Variation %'
Public methods (0)

No public methods.

New fields (3)
  • date_end Datetime
  • date_start Datetime
    required=True
  • variation_percent Float
    digits='Product Price' string='Variation %'
Public methods (1)
  • action_apply(self)

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…