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 IDNameModelTypeStatus
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_id Many2one → product.packaging
    comodel_name='product.packaging' string='Package'
  • packaging_qty Integer
    string='Package Qty'
Public methods (1)
  • onchange_packaging(self)
    @api.onchange('packaging_qty', 'packaging_id')

New fields (3)
  • package_multiple Float
  • packaging_id Many2one → product.packaging
    check_company=True comodel_name='product.packaging' compute='_compute_packaging_id' domain="[('product_id', '=', product_id), '|', ('company_id', '=', False), ('company_id', '=', company_id)]" readonly=False store=True string='Packaging'
  • qty_multiple Float
    compute='_compute_qty_multiple' readonly=False store=True
Public methods (0)

No public methods.

Loading…

Loading…

Loading…