Repository
OCA/product-attribute · module folder · Try on Runboat
Module version
1.0.0
Category
Product
Folder size
0.05 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
Akretion, Odoo Community Association (OCA), GRAP
Maintainers
Akretion, Odoo Community Association (OCA), GRAP
Committers
Sylvain LE GAL, Weblate, oca-ci, chaule97
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
purchase_quick
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
product_product_tree_view product.product tree New
product_search_form_view product.product form Inherits product.product_search_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (3)
  • qty_to_process Float
    compute='_compute_process_qty' help='Set this quantity to create a new line for this product or update the existing one.' inverse='_inverse_set_process_qty'
  • quick_uom_category_id Many2one → uom.category
    compute='_compute_quick_uom_info' args: 'uom.category'
  • quick_uom_id Many2one → uom.uom
    compute='_compute_quick_uom_info' domain="[('category_id', '=', quick_uom_category_id)]" inverse='_inverse_set_process_qty' args: 'uom.uom'
Public methods (3)
  • button_quick_open_product(self)
  • modified(self, fnames, create=False, before=False)
  • pma_parent(self)
    @property

Loading…

Loading…

Loading…