mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
11 lines
369 B
Python
11 lines
369 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2016 Eficent Business and IT Consulting Services S.L.
|
|
# (http://www.eficent.com)
|
|
# Copyright 2016 Serpent Consulting Services Pvt. Ltd.
|
|
# (<http://www.serpentcs.com>)
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
|
|
from . import product
|
|
from . import account_move
|
|
from . import stock_inventory_revaluation
|