Product Is Bulk

product_is_bulk
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_is_bulk
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
COMMITTERSOCA-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/product-attribute:
    - product_compute_template_field_from_variant_helper
    - product_uom_measure_type
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 (5)
XML IDNameModelTypeStatus
view_product_is_bulk_product_form product.product field Inherits product.product_normal_form_view
view_product_is_bulk_product_form_variant product.product xpath Inherits product.product_variant_easy_edit_view
view_product_is_bulk_product_tree product.product field Inherits product.product_product_tree_view
view_product_is_bulk_template_form product.template field Inherits product.product_template_only_form_view
view_product_is_bulk_template_tree product.template field Inherits product.product_template_tree_view
Models touched (2)

New fields (1)
  • is_bulk Boolean
    compute='_compute_is_bulk' help='Check this box if this product is sold without any manufactured packaging. It is usually the case for product whose unit of measure is a unit of weight or volume, but it can be also the case for products priced per unit but sold in bulk (such as cookies, bread, etc.)' readonly=False store=True
Public methods (0)

No public methods.

New fields (1)
  • is_bulk Boolean
    compute=<expr> help='Check this box if this product is sold without any manufactured packaging. It is usually the case for product whose unit of measure is a unit of weight or volume, but it can be also the case for products priced per unit but sold in bulk (such as cookies, bread, etc.)' inverse=<expr> readonly=False
Public methods (0)

No public methods.