mejora el stock picking batch de odoo desde OCA/stock_logistics_workflow
This commit is contained in:
parent
8a755662d7
commit
448f889f12
41 changed files with 6541 additions and 0 deletions
7
stock_picking_batch_extended/models/__init__.py
Normal file
7
stock_picking_batch_extended/models/__init__.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
|
||||
from . import res_config_settings
|
||||
from . import stock_batch_picking
|
||||
from . import product_product
|
||||
from . import stock_picking
|
||||
from . import stock_warehouse
|
||||
Loading…
Add table
Add a link
Reference in a new issue