8 lines
213 B
Python
8 lines
213 B
Python
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
from . import product
|
|
from . import product_template
|
|
from . import product_supplierinfo
|
|
from . import product_price_history
|
|
from . import pricelist
|