[REF] Move python object files to models folder

This commit is contained in:
Renato
2019-08-04 19:44:20 -03:00
parent dbd600bcd9
commit f258bf6fdb
4 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import product
from . import pricelist
from . import models

View File

@@ -0,0 +1,4 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import product
from . import pricelist