Commit Graph

12 Commits

Author SHA1 Message Date
david
106b3c0ffe [IMP] rma_sale: portal rma request single page view
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
2021-06-22 14:56:38 +02:00
david
8ff2c7456b [IMP] rma_sale: portal ux
When the user selects an operation, the comment shows up so the customer
doesn't forget to enter his comments
2021-03-02 09:37:02 +01:00
david
9614c93f88 [IMP] rma_sale: prepare kits integration
When a sale line has a phantom product (mrp kits) the RMA would not be
possible as the wizard couldn't pair the components moves with the
product in the line. With this approach, we can at least return the
spare components of the original kit line.

We also need some hooks to intervine in the main methods, like in
invoicing.
2021-02-19 15:08:49 +01:00
david
6109210585 [FIX] rma_sale: product in multiple lines
If there are several stock moves with the same product in the picking we
won't be able to make the RMA
2020-12-21 09:33:17 -05:00
Ernesto Tejeda
b251dd480d [IMP] *rma*: Avoid RMAs of kits until rma_mrp is installed 2020-12-21 09:33:17 -05:00
Ernesto Tejeda
91dc135184 [FIX] rma_sale: Request RMA from SO without picking from portal 2020-12-10 12:39:22 -05:00
david
76f3e57b79 [IMP] rma_sale: shipping address portal default 2020-11-11 10:48:07 +01:00
david
242b7e21a1 [IMP] rma, rma_sale: shipping address
Allow to set the desired shipping address where the goods must be
returned after the RMA is processed.
2020-11-09 13:17:27 +01:00
david
cbdea0caba [FIX+IMP] rma: usability
* IMP - Now the description will be an html son we can show rich styles
in the customers report.
* FIX - On locked sale orders it was need to unlock them to be able to open an RMA.
* IMP - Make the description label visible in the backend form so the
user can easily spot it.
* IMP - Added date and deadline filters.
* IMP - Added pending RMAs filter.
* IMP - Added late RMAs filter.
* IMP - Added danger decoration in tree view
2020-09-30 16:32:04 +02:00
david
bdd0e739f6 [IMP] rma_sale: portal improvents
- Now it's possible to open several RMAs in a sale order from the portal
- A new comment button has been added to allow the portal user to enter
relevant information like serial numbers o issue description.
- If the requested operation isn't set no RMA will be opened
- The RMA product qty is now a numeric control with limits according to
the qty available to return

[FIX] rma,rma_sale: fix linter errors
2020-09-07 12:19:15 -04:00
david
512b95c31f [FIX] rma: views permissions
Regular users don't have permissions to rma models, so we should avoid
loading views that lead to permission errors.

TT24986
2020-08-14 12:16:44 +02:00
Ernesto Tejeda
66b7de7255 [ADD] rma_sale: new module 2020-07-08 10:01:11 -04:00