Repository
OCA/product-attribute · module folder · Try on Runboat
Module version
1.0.0
Category
GRAP - Custom
Folder size
0.22 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/product-attribute
Last tracking update
2026-08-07 08:09:19
Authors
Odoo Community Association (OCA), GRAP
Maintainers
Odoo Community Association (OCA), GRAP
Committers
Weblate, OCA-git-bot, oca-ci, Quentin Dupont
Odoo dependencies
OCA/web:
odoo/odoo:
- web
- bus
- uom
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_product_supplierinfo_tree product.supplierinfo tree Inherits product.product_supplierinfo_tree_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (3)
  • diff_supplierinfo_product_standard_price Float
    compute='_compute_diff_supplierinfo_product_standard_price' digits='Product Price'
  • product_standard_price Float
    related='product_tmpl_id.standard_price' string='Product actual standard price'
  • theoritical_standard_price Float
    compute='_compute_theoritical_standard_price' string='Supplier info price with discount'
Public methods (1)
  • set_product_standard_price_from_supplierinfo(self)