mirror of
https://github.com/bringout/oca-ocb-mrp.git
synced 2026-04-21 12:12:03 +02:00
Initial commit: Mrp packages
This commit is contained in:
commit
50d736b3bd
739 changed files with 538193 additions and 0 deletions
22
odoo-bringout-oca-ocb-mrp/mrp/models/__init__.py
Normal file
22
odoo-bringout-oca-ocb-mrp/mrp/models/__init__.py
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from . import mrp_document
|
||||
from . import res_config_settings
|
||||
from . import mrp_bom
|
||||
from . import mrp_routing
|
||||
from . import mrp_workcenter
|
||||
from . import mrp_production
|
||||
from . import stock_traceability
|
||||
from . import mrp_unbuild
|
||||
from . import mrp_workorder
|
||||
from . import product
|
||||
from . import res_company
|
||||
from . import stock_move
|
||||
from . import stock_orderpoint
|
||||
from . import stock_picking
|
||||
from . import stock_lot
|
||||
from . import stock_rule
|
||||
from . import stock_scrap
|
||||
from . import stock_warehouse
|
||||
from . import stock_quant
|
||||
Loading…
Add table
Add a link
Reference in a new issue