Files
stock-logistics-warehouse/stock_orderpoint_automatic_creation/models/__init__.py
2020-12-16 17:17:22 +01:00

9 lines
281 B
Python

# -*- coding: utf-8 -*-
# Copyright 2016 Daniel Campos <danielcampos@avanzosc.es> - Avanzosc S.L.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import product_category
from . import product_product
from . import product_template
from . import res_company