mirror of
https://github.com/bringout/oca-ocb-mrp.git
synced 2026-04-21 10:32:01 +02:00
Initial commit: Mrp packages
This commit is contained in:
commit
50d736b3bd
739 changed files with 538193 additions and 0 deletions
10
odoo-bringout-oca-ocb-mrp/mrp/wizard/__init__.py
Normal file
10
odoo-bringout-oca-ocb-mrp/mrp/wizard/__init__.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from . import change_production_qty
|
||||
from . import stock_warn_insufficient_qty
|
||||
from . import mrp_production_backorder
|
||||
from . import mrp_consumption_warning
|
||||
from . import mrp_immediate_production
|
||||
from . import stock_assign_serial_numbers
|
||||
from . import mrp_production_split
|
||||
Loading…
Add table
Add a link
Reference in a new issue