Commit Graph

490 Commits

Author SHA1 Message Date
OCA-git-bot
1a1f89ed84 Merge PR #368 into 15.0
Signed-off-by pedrobaeza
2023-09-14 14:04:10 +00:00
David
5490b6820f [FIX] rma_sale_mrp: sale wizard line edition
Whenever we tried to edit a line belonging to a kit we couldn't finsish
the RMA. The wizard view was unwittingly requiring this field which for
the kit line shouldn't be required.

TT45051
2023-09-14 11:25:43 +02:00
mymage
4b4b98c473 Translated using Weblate (Italian)
Currently translated at 100.0% (348 of 348 strings)

Translation: rma-15.0/rma-15.0-rma
Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma/it/
2023-09-04 18:37:46 +00:00
mymage
dd86f3a5c8 Translated using Weblate (Italian)
Currently translated at 100.0% (348 of 348 strings)

Translation: rma-15.0/rma-15.0-rma
Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma/it/
2023-09-03 20:09:58 +00:00
OCA-git-bot
d15dad92a8 [UPD] README.rst 2023-09-03 16:05:39 +00:00
Weblate
d8bd39eb48 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: rma-15.0/rma-15.0-rma_sale
Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma_sale/
2023-08-16 11:01:12 +00:00
OCA-git-bot
b332b45880 [UPD] addons table in README.md 2023-08-16 11:00:47 +00:00
OCA-git-bot
9b2ac07fd8 rma_sale 15.0.1.2.0 2023-08-16 11:00:42 +00:00
oca-ci
71e6bb8768 [UPD] Update rma_sale.pot 2023-08-16 10:56:49 +00:00
OCA-git-bot
91569004d9 Merge PR #354 into 15.0
Signed-off-by pedrobaeza
2023-08-16 10:51:52 +00:00
David
f77eeb3acc [IMP] rma_sale: rollback sale refund on deleted invoice
TT44043
2023-08-16 12:48:15 +02:00
Pedro M. Baeza
944f9686cc [FIX+IMP] rma_sale: Link invoice/move line with origin sale line when refunding
Steps to reproduce:

- Create a sales order with an storable product with invoicing policy
  on delivered quantities.
- Confirm it and deliver the product.
- Invoice the order.
- Do an RMA, receive it, and refund it.

Result: the delivered quantity is 1 instead of 0.

This is because the refund generated from the RMA is not linked to
sales order line, nor the RMA reception move. This is done because
other operations are performed:

- Be replaced.
- Be changed by other product.

And we don't also want that meanwhile the RMA is being performed, the
sales order is pending to invoice.

But when the refund has been done, we have it clear, so let's link both
and have sales statistics correct.

FIX: We don't link the refund line with the sales order if the RMA
quantity is not the whole original move quantity. Otherwise, we will
have incoherente delivered/invoiced quantities on the sales order.

TT41645
2023-08-16 12:48:15 +02:00
Carlos Roca Zaragoza
40b89bbf59 Translated using Weblate (Spanish)
Currently translated at 90.5% (317 of 350 strings)

Translation: rma-15.0/rma-15.0-rma
Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma/es/
2023-08-11 10:37:24 +00:00
mymage
92a0f041a6 Translated using Weblate (Italian)
Currently translated at 100.0% (348 of 348 strings)

Translation: rma-15.0/rma-15.0-rma
Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma/it/
2023-07-24 13:10:22 +00:00
Francesco Foresti
4d65b3a381 Translated using Weblate (Italian)
Currently translated at 100.0% (348 of 348 strings)

Translation: rma-15.0/rma-15.0-rma
Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma/it/
2023-07-12 15:10:56 +00:00
Francesco Foresti
4bc7e28957 Translated using Weblate (Italian)
Currently translated at 100.0% (41 of 41 strings)

Translation: rma-15.0/rma-15.0-product_warranty
Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-product_warranty/it/
2023-07-12 12:08:56 +00:00
Francesco Foresti
4056384de7 Translated using Weblate (Italian)
Currently translated at 100.0% (348 of 348 strings)

Translation: rma-15.0/rma-15.0-rma
Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma/it/
2023-07-10 19:09:45 +00:00
mymage
d86a73ff5c Translated using Weblate (Italian)
Currently translated at 98.7% (79 of 80 strings)

Translation: rma-15.0/rma-15.0-rma_sale
Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma_sale/it/
2023-07-04 15:09:33 +00:00
mymage
ce83912464 Translated using Weblate (Italian)
Currently translated at 100.0% (348 of 348 strings)

Translation: rma-15.0/rma-15.0-rma
Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma/it/
2023-07-04 15:09:33 +00:00
OCA-git-bot
c0a11e7d1f [UPD] addons table in README.md 2023-07-03 08:29:01 +00:00
OCA-git-bot
388d42d5b7 stock_production_lot_warranty 15.0.1.1.0 2023-07-03 08:28:57 +00:00
OCA-git-bot
1e4dc8f45f Merge PR #339 into 15.0
Signed-off-by simahawk
2023-07-03 08:24:16 +00:00
Francesco Foresti
eb7a64d4af Translated using Weblate (Italian)
Currently translated at 98.7% (79 of 80 strings)

Translation: rma-15.0/rma-15.0-rma_sale
Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma_sale/it/
2023-06-15 11:09:02 +00:00
Francesco Foresti
3f957137e8 Translated using Weblate (Italian)
Currently translated at 100.0% (348 of 348 strings)

Translation: rma-15.0/rma-15.0-rma
Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma/it/
2023-06-15 11:09:02 +00:00
mymage
f7a396a564 Translated using Weblate (Italian)
Currently translated at 100.0% (348 of 348 strings)

Translation: rma-15.0/rma-15.0-rma
Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma/it/
2023-06-15 11:09:02 +00:00
mymage
18db3fb3f6 Translated using Weblate (Italian)
Currently translated at 100.0% (348 of 348 strings)

Translation: rma-15.0/rma-15.0-rma
Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma/it/
2023-06-12 17:09:03 +00:00
mymage
651c3b81d7 Translated using Weblate (Italian)
Currently translated at 98.7% (79 of 80 strings)

Translation: rma-15.0/rma-15.0-rma_sale
Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma_sale/it/
2023-06-07 17:10:43 +00:00
mymage
39d583f312 Translated using Weblate (Italian)
Currently translated at 100.0% (348 of 348 strings)

Translation: rma-15.0/rma-15.0-rma
Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma/it/
2023-06-07 13:13:38 +00:00
Francesco Foresti
7e06f5bc6c Translated using Weblate (Italian)
Currently translated at 100.0% (348 of 348 strings)

Translation: rma-15.0/rma-15.0-rma
Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma/it/
2023-05-17 15:34:48 +00:00
Francesco Foresti
7cc734460c Translated using Weblate (Italian)
Currently translated at 100.0% (348 of 348 strings)

Translation: rma-15.0/rma-15.0-rma
Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma/it/
2023-05-15 19:35:16 +00:00
Francesco Foresti
c5f4a59d23 Translated using Weblate (Italian)
Currently translated at 100.0% (348 of 348 strings)

Translation: rma-15.0/rma-15.0-rma
Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma/it/
2023-05-12 13:00:26 +00:00
Weblate
936c96a3a3 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: rma-15.0/rma-15.0-rma_sale
Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma_sale/
2023-05-10 13:17:10 +00:00
oca-ci
6fc2f7924a [UPD] Update rma_sale.pot 2023-05-10 13:17:01 +00:00
mymage
035792ed8a Translated using Weblate (Italian)
Currently translated at 100.0% (348 of 348 strings)

Translation: rma-15.0/rma-15.0-rma
Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma/it/
2023-05-10 13:06:05 +00:00
Francesco Foresti
a79ce7ddab Translated using Weblate (Italian)
Currently translated at 100.0% (348 of 348 strings)

Translation: rma-15.0/rma-15.0-rma
Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma/it/
2023-04-26 18:35:03 +00:00
OCA-git-bot
25713611b4 [UPD] addons table in README.md 2023-04-26 08:26:08 +00:00
OCA-git-bot
1e31636b32 rma 15.0.1.1.3 2023-04-26 08:26:01 +00:00
OCA-git-bot
fb65221507 Merge PR #349 into 15.0
Signed-off-by pedrobaeza
2023-04-26 08:21:28 +00:00
David
8df79adbc1 [FIX] rma: avoid refunding in picking return wizard
If we place an RMA from the stock picking return wizard, we want to
avoid setting the new moves to refund as that will affect the related
sale lines delivered quantities count.

TT42021
2023-04-26 09:45:36 +02:00
mymage
2a51066c09 Translated using Weblate (Italian)
Currently translated at 100.0% (348 of 348 strings)

Translation: rma-15.0/rma-15.0-rma
Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma/it/
2023-04-17 14:35:37 +00:00
mymage
e8b78fface Translated using Weblate (Italian)
Currently translated at 100.0% (348 of 348 strings)

Translation: rma-15.0/rma-15.0-rma
Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma/it/
2023-04-14 14:34:56 +00:00
mymage
871ecb21ba Translated using Weblate (Italian)
Currently translated at 100.0% (348 of 348 strings)

Translation: rma-15.0/rma-15.0-rma
Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma/it/
2023-04-12 15:34:17 +00:00
Francesco Foresti
5d7245a7d9 Translated using Weblate (Italian)
Currently translated at 100.0% (79 of 79 strings)

Translation: rma-15.0/rma-15.0-rma_sale
Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma_sale/it/
2023-04-07 18:25:57 +00:00
Francesco Foresti
f1cceea3f9 Translated using Weblate (Italian)
Currently translated at 100.0% (348 of 348 strings)

Translation: rma-15.0/rma-15.0-rma
Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma/it/
2023-04-07 18:25:57 +00:00
Nikolaus Weingartmair
9b1494d0b8 Translated using Weblate (German)
Currently translated at 100.0% (79 of 79 strings)

Translation: rma-15.0/rma-15.0-rma_sale
Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma_sale/de/
2023-04-05 07:26:49 +00:00
Nikolaus Weingartmair
53eb3ca227 Translated using Weblate (German)
Currently translated at 100.0% (354 of 354 strings)

Translation: rma-15.0/rma-15.0-rma
Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma/de/
2023-04-05 07:26:47 +00:00
Nikolaus Weingartmair
5d8973282f Added translation using Weblate (German) 2023-04-05 06:44:37 +00:00
mymage
faf6764fb7 Translated using Weblate (Italian)
Currently translated at 100.0% (348 of 348 strings)

Translation: rma-15.0/rma-15.0-rma
Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma/it/
2023-04-04 15:24:28 +00:00
mymage
84eddb066d Translated using Weblate (Italian)
Currently translated at 100.0% (79 of 79 strings)

Translation: rma-15.0/rma-15.0-rma_sale
Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma_sale/it/
2023-04-03 19:24:26 +00:00
mymage
e802a06a2d Translated using Weblate (Italian)
Currently translated at 100.0% (348 of 348 strings)

Translation: rma-15.0/rma-15.0-rma
Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma/it/
2023-03-30 15:26:22 +00:00