mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
9 lines
265 B
Python
9 lines
265 B
Python
# -*- coding: utf-8 -*-
|
|
# © 2016 Cyril Gaudin (Camptocamp)
|
|
# © 2009-2011 Akretion, Emmanuel Samyn
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
from . import return_instruction
|
|
from . import product_supplierinfo
|
|
from . import res_company
|