Commit Graph

18 Commits

Author SHA1 Message Date
Pedro M. Baeza
8a55c07b73 [IMP] rma_sale: Domains performance
For avoiding a big list of IDs being transferred when no sales order
is selected on the RMA, we have changed domains to make use of the
possibility of pyjs expressions allowed in the domains.

No ternary operators nor list sums are allowed in pyjs, but using a
combination of allowed IDs with a controlled length of values + and/or
operators to switch domains is enough for having the right performance
and avoid to depend on other modules like web_domain_field.
2022-12-05 21:26:40 +01:00
Víctor Martínez
010743d706 [FIX] rma_sale: Filter done pickings and done moves
TT39089
2022-09-21 10:02:49 +02:00
Víctor Martínez
cf86ad83bf [FIX] rma_sale: Prevent warning log in domain ("partner_id", "child_of", False)
in partner if it's not set yet

TT39089
2022-09-21 10:02:49 +02:00
david
04f7f0638f [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-28 16:42:55 +02:00
Pedro M. Baeza
0b81b6d7a3 [FIX] rma: pre-commit 2021-06-19 11:39:20 +02:00
david
7c9b6bc3a8 [FIX] rma_sale: chained returns
Using move_dest_ids we can easily end in an infinite loop situation as
the return of the return of the return ends with some original moves on
in move_dest_ids. We must ensure to drop them to avoid the infinite
loop.

TT29886
2021-06-19 11:34:06 +02:00
david
213c282d3f [FIX] rma_sale: take product from move 2021-05-05 09:53:58 +02:00
david
6d3d13febe [FIX] rma_sale: recurrent RMA
If a product was already in an RMA in the past, we should be able to
place another RMA in the future.
2021-04-30 10:11:15 +02:00
david
6378647d1c [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-04-12 17:24:06 +02:00
david
1abcd11493 [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-22 09:56:58 -05:00
Ernesto Tejeda
014fa464be [MIG] rma_sale: Migration to 13.0 2020-11-05 08:41:24 -05:00
Ernesto Tejeda
054b291031 [IMP] rma_sale: black, isort, prettier 2020-11-04 10:15:04 -05:00
Pedro M. Baeza
51df338cd8 [FIX] rma_sale: Show directly form on 1 RMA
Fine-tune of 9a25d6, as for one record, the domain is not applied, but the list is
shown.
2020-11-04 10:15:04 -05:00
Ernesto Tejeda
57bead0928 [FIX] rma_sale: show related RMAs without default filters
rma_sale 12.0.1.5.1
2020-11-04 10:15:04 -05:00
Pedro M. Baeza
8b62b51e8d [FIX+IMP] rma_sale: Proper dependency + propagate salesman
- Proper dependency is `sale_stock`, not `sale`, as we are using some fields added
  by this module.
- Propagate salesman from sales order when available.

TT25525

rma_sale 12.0.1.4.1
2020-11-04 10:15:04 -05:00
david
303bd68070 [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

[UPD] Update rma_sale.pot

rma_sale 12.0.1.4.0

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: rma-12.0/rma-12.0-rma_sale
Translate-URL: https://translation.odoo-community.org/projects/rma-12-0/rma-12-0-rma_sale/
2020-11-04 10:15:04 -05:00
Ernesto Tejeda
93c233ae7f [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.

[UPD] Update rma_sale.pot

rma_sale 12.0.1.3.0

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: rma-12.0/rma-12.0-rma_sale
Translate-URL: https://translation.odoo-community.org/projects/rma-12-0/rma-12-0-rma_sale/
2020-11-04 10:15:04 -05:00
Ernesto Tejeda
4b4d461ac6 [ADD] rma_sale: new module
[UPD] Update rma_sale.pot

[ADD] icon.png
2020-11-04 10:15:04 -05:00