TIP: You can type at any time to perform a new search.
DDMRP Packaging
ddmrp_packaging · OCA/ddmrp
- Repository
- OCA/ddmrp · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Warehouse Management
- Folder size
- 0.03 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/ddmrp
- Last tracking update
- 2026-08-07 08:43:06
- Authors
- Odoo Community Association (OCA), ForgeFlow
- Maintainers
- Odoo Community Association (OCA), ForgeFlow
- Committers
- ThiagoMForgeFlow, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- bokeh==3.6.3
- System dependencies
- None
- Required by
- ddmrp_packaging_product_replace
- Description
This module integrate packagings into the DDMRP app.
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_buffer_view_form |
stock.buffer.form - ddmrp_packaging | stock.buffer | form | Inherits ddmrp.stock_buffer_view_form |
view_make_procurement_buffer_wizard |
Request Procurement Packaging | make.procurement.buffer | Inherits ddmrp.view_make_procurement_buffer_wizard |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (2)
-
packaging_idMany2one → product.packagingcomodel_name='product.packaging'string='Package' -
packaging_qtyIntegerstring='Package Qty'
-
onchange_packaging(self)@api.onchange('packaging_qty', 'packaging_id')
New fields (3)
-
package_multipleFloat -
packaging_idMany2one → product.packagingcheck_company=Truecomodel_name='product.packaging'compute='_compute_packaging_id'domain="[('product_id', '=', product_id), '|', ('company_id', '=', False), ('company_id', '=', company_id)]"readonly=Falsestore=Truestring='Packaging' -
qty_multipleFloatcompute='_compute_qty_multiple'readonly=Falsestore=True
No public methods.
Loading…
Loading…
Loading…