Repository
OCA/product-attribute · module folder · Try on Runboat
Module version
2.0.0
Category
Product
Folder size
0.04 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
OCA-git-bot, oca-ci, Quentin Dupont
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
view_product_is_bulk_product_form product.product form Inherits product.product_normal_form_view
view_product_is_bulk_product_form_variant product.product form Inherits product.product_variant_easy_edit_view
view_product_is_bulk_product_tree product.product tree Inherits product.product_product_tree_view
view_product_is_bulk_template_form product.template form Inherits product.product_template_only_form_view
view_product_is_bulk_template_tree product.template tree Inherits product.product_template_tree_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.