Product SupplierInfo Standard Price

product_supplierinfo_standard_price
REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/16.0/product_supplierinfo_standard_price
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYGRAP - Custom
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), GRAP
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, Quentin Dupont, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:48
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/web:
    - web_notify
odoo/odoo:
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_product_supplierinfo_tree product.supplierinfo xpath Inherits product.product_supplierinfo_tree_view
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)