mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
9 lines
176 B
Python
9 lines
176 B
Python
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
from . import (
|
|
return_instruction,
|
|
product_supplierinfo,
|
|
res_company,
|
|
product_template
|
|
)
|