Files
rma/rma_sale/models/__init__.py
Ernesto Tejeda fbffdc71b2 [FIX+IMP] rma, rma_sale: fix bugs and add improvements
- Fix thrown error when trying to download a picking from the portal.
- Add the hook method to prepare RMA values ​​from the return pick wizard.
- Add the access rule for portal users.
- Show the portal 'Request RMAs' button on the sales page only to users
related to the sales order.
2020-08-20 08:37:52 -04:00

6 lines
128 B
Python

# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import rma
from . import sale
from . import stock_move