init branch

This commit is contained in:
Jordi Ballester
2017-07-27 18:17:19 +02:00
committed by JasminSForgeFlow
parent 14401983a8
commit eaea056686
39 changed files with 3569 additions and 0 deletions

13
rma/models/__init__.py Normal file
View File

@@ -0,0 +1,13 @@
# -*- coding: utf-8 -*-
# © 2017 Eficent Business and IT Consulting Services S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
from . import rma_order
from . import rma_order_line
from . import rma_operation
from . import rma_rule
from . import stock
from . import stock_warehouse
from . import product
from . import procurement
from . import res_company