mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
Now it's possible to configure if the portal RMA request form is loaded in a popup or in a single page. In that page, we can add custom blocks (if the website is installed) a customize the form text. In this commit, we also add the possibility to extend the form view to allow custom fields that will show up in the RMA description. TT29670
7 lines
187 B
Python
7 lines
187 B
Python
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
from . import res_company
|
|
from . import res_config_settings
|
|
from . import rma
|
|
from . import sale
|
|
from . import stock_move
|