Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
9
stock_picking_invoicing/models/__init__.py
Normal file
9
stock_picking_invoicing/models/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# Copyright (C) 2019-Today: Odoo Community Association (OCA)
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
from . import stock_invoice_state_mixin
|
||||
from . import account_move
|
||||
from . import stock_move
|
||||
from . import stock_picking
|
||||
from . import stock_picking_type
|
||||
from . import stock_rule
|
||||
Reference in New Issue
Block a user