Repository
OCA/product-attribute · module folder · Try on Runboat
Module version
1.0.0
Category
Product
Folder size
0.11 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/product-attribute
Last tracking update
2026-08-07 07:31:54
Authors
Odoo Community Association (OCA), GRAP
Maintainers
Odoo Community Association (OCA), GRAP
Committers
Sylvain LE GAL, Weblate, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
product_template_view_form product.template form Inherits product.product_template_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (3)
  • price_vat_excl Float
    compute='_compute_price_vat_incl_excl' help='Sale Price, All Taxes Excluded' string='Sales Price (Excl.)'
  • price_vat_incl Float
    compute='_compute_price_vat_incl_excl' help='Sale Price, All Taxes Included' string='Sales Price (Incl.)'
  • sale_tax_price_include Selection
    compute='_compute_sale_tax_price_include' help='Indicate if the Sale Price include Taxes or not' selection=_SALE_TAX_PRICE_INCLUDE_SELECTION string='Taxes in Sale Price'
Public methods (0)

No public methods.

Loading…