TIP: You can type at any time to perform a new search.
Base Product Mass Addition
base_product_mass_addition · OCA/product-attribute
- 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
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_processFloatcompute='_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_idMany2one → uom.categorycompute='_compute_quick_uom_info' args: 'uom.category' -
quick_uom_idMany2one → uom.uomcompute='_compute_quick_uom_info'domain="[('category_id', '=', quick_uom_category_id)]"inverse='_inverse_set_process_qty' args: 'uom.uom'
-
button_quick_open_product(self) -
modified(self, fnames, create=False, before=False) -
pma_parent(self)@property
Loading…
Loading…
Loading…