Product sale tax price included

product_sale_tax_price_included
REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/12.0/product_sale_tax_price_included
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), GRAP
COMMITTERS
COMMITTERSSylvain LE GAL, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:18
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - http_routing
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
product_template_view_form product.template field Inherits product.product_template_form_view
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.

REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/8.0/product_sale_tax_price_included
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), GRAP
COMMITTERS
COMMITTERSSylvain LE GAL, Denis Roussel, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:23
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - report
    - analytic
    - board
    - edi
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
product_template_view_form product.template field Inherits product.product_template_only_form_view
Models touched (1)

New fields (3)
  • price_vat_excl Float
    compute='_compute_price_vat_incl_excl' multi='price_vat_incl_excl' string='Sale Price Taxes Excluded'
  • price_vat_incl Float
    compute='_compute_price_vat_incl_excl' multi='price_vat_incl_excl' string='Sale Price Taxes Included'
  • sale_tax_price_include Selection
    compute='_compute_sale_tax_price_include' help='Indicate if the Sale Price include Taxes or not' string='Taxes in Sale Price' args: [('no_tax', 'No sale tax'), ('all_tax_excl', 'Taxes are not included in sale price'), ('all_tax_incl', 'All taxes are included in sale price'), ('various_taxes', 'Sale price may include taxes')]
Public methods (0)

No public methods.