odoo-addon-rma 16.0.5.0.0__py3-none-any.whl → 16.0.5.0.0.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -478,6 +478,24 @@ msgstr "Sigur doriți să anulați acest formular de retur"
478
478
  msgid "Attachment Count"
479
479
  msgstr ""
480
480
 
481
+ #. module: rma
482
+ #: model:ir.model.fields,field_description:rma.field_rma_operation__auto_confirm_reception
483
+ msgid "Auto Confirm Reception"
484
+ msgstr ""
485
+
486
+ #. module: rma
487
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_delivery__automatic_after_receipt
488
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_refund__automatic_after_receipt
489
+ msgid "Automatically After Receipt"
490
+ msgstr ""
491
+
492
+ #. module: rma
493
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_delivery__automatic_on_confirm
494
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_receipt__automatic_on_confirm
495
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_refund__automatic_on_confirm
496
+ msgid "Automatically on Confirm"
497
+ msgstr ""
498
+
481
499
  #. module: rma
482
500
  #: model_terms:ir.ui.view,arch_db:rma.rma_team_view_form
483
501
  msgid "Avatar"
@@ -643,6 +661,12 @@ msgstr ""
643
661
  msgid "Create RMAs"
644
662
  msgstr "Creați cerere retur"
645
663
 
664
+ #. module: rma
665
+ #: model:ir.model.fields,field_description:rma.field_rma_operation__action_create_receipt
666
+ #: model_terms:ir.ui.view,arch_db:rma.rma_view_form
667
+ msgid "Create Receipt"
668
+ msgstr ""
669
+
646
670
  #. module: rma
647
671
  #: model_terms:ir.actions.act_window,help:rma.action_rma_finalization
648
672
  msgid "Create a new RMA finalization"
@@ -726,6 +750,21 @@ msgstr "Termen limită"
726
750
  msgid "Default Values"
727
751
  msgstr "Valori implicite"
728
752
 
753
+ #. module: rma
754
+ #: model:ir.model.fields,help:rma.field_rma_operation__action_create_delivery
755
+ msgid "Define how the delivery action should be handled."
756
+ msgstr ""
757
+
758
+ #. module: rma
759
+ #: model:ir.model.fields,help:rma.field_rma_operation__action_create_receipt
760
+ msgid "Define how the receipt action should be handled."
761
+ msgstr ""
762
+
763
+ #. module: rma
764
+ #: model:ir.model.fields,help:rma.field_rma_operation__action_create_refund
765
+ msgid "Define how the refund action should be handled."
766
+ msgstr ""
767
+
729
768
  #. module: rma
730
769
  #: model_terms:ir.ui.view,arch_db:rma.rma_redelivery_wizard_view_form
731
770
  msgid "Deliver"
@@ -751,6 +790,11 @@ msgstr ""
751
790
  msgid "Delivery"
752
791
  msgstr "Livrare"
753
792
 
793
+ #. module: rma
794
+ #: model:ir.model.fields,field_description:rma.field_rma_operation__action_create_delivery
795
+ msgid "Delivery Action"
796
+ msgstr ""
797
+
754
798
  #. module: rma
755
799
  #: model:ir.model.fields,field_description:rma.field_rma__delivery_picking_count
756
800
  msgid "Delivery count"
@@ -767,6 +811,13 @@ msgstr "Rezervare livrare"
767
811
  msgid "Description"
768
812
  msgstr "Descriere"
769
813
 
814
+ #. module: rma
815
+ #: model:ir.model.fields,field_description:rma.field_rma__different_return_product
816
+ #: model:ir.model.fields,field_description:rma.field_rma_operation__different_return_product
817
+ #: model:ir.model.fields,field_description:rma.field_stock_return_picking_line__different_return_product
818
+ msgid "Different Return Product"
819
+ msgstr ""
820
+
770
821
  #. module: rma
771
822
  #: model:ir.model.fields,field_description:rma.field_rma__display_name
772
823
  #: model:ir.model.fields,field_description:rma.field_rma_delivery_wizard__display_name
@@ -845,6 +896,13 @@ msgstr ""
845
896
  msgid "Email sent to the customer when they place an RMA from the portal"
846
897
  msgstr ""
847
898
 
899
+ #. module: rma
900
+ #: model:ir.model.fields,help:rma.field_rma_operation__auto_confirm_reception
901
+ msgid ""
902
+ "Enable this option to automatically confirm the reception when the RMA is "
903
+ "confirmed."
904
+ msgstr ""
905
+
848
906
  #. module: rma
849
907
  #. odoo-python
850
908
  #: code:addons/rma/wizard/rma_split.py:0
@@ -966,6 +1024,15 @@ msgstr "Iconiță"
966
1024
  msgid "Icon to indicate an exception activity."
967
1025
  msgstr ""
968
1026
 
1027
+ #. module: rma
1028
+ #: model:ir.model.fields,help:rma.field_rma__different_return_product
1029
+ #: model:ir.model.fields,help:rma.field_rma_operation__different_return_product
1030
+ #: model:ir.model.fields,help:rma.field_stock_return_picking_line__different_return_product
1031
+ msgid ""
1032
+ "If checked, allows the return of a product different from the one originally "
1033
+ "ordered. Used if the delivery is created automatically"
1034
+ msgstr ""
1035
+
969
1036
  #. module: rma
970
1037
  #: model:ir.model.fields,help:rma.field_rma__message_needaction
971
1038
  #: model:ir.model.fields,help:rma.field_rma_team__message_needaction
@@ -1117,6 +1184,19 @@ msgstr "Gestionați autorizațiile de returnare a mărfurilor (RMA)."
1117
1184
  msgid "Manager"
1118
1185
  msgstr ""
1119
1186
 
1187
+ #. module: rma
1188
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_delivery__manual_after_receipt
1189
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_refund__manual_after_receipt
1190
+ msgid "Manually After Receipt"
1191
+ msgstr ""
1192
+
1193
+ #. module: rma
1194
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_delivery__manual_on_confirm
1195
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_receipt__manual_on_confirm
1196
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_refund__manual_on_confirm
1197
+ msgid "Manually on Confirm"
1198
+ msgstr ""
1199
+
1120
1200
  #. module: rma
1121
1201
  #: model:ir.model.fields,field_description:rma.field_rma__message_has_error
1122
1202
  #: model:ir.model.fields,field_description:rma.field_rma_team__message_has_error
@@ -1221,6 +1301,12 @@ msgstr ""
1221
1301
  msgid "Operation"
1222
1302
  msgstr ""
1223
1303
 
1304
+ #. module: rma
1305
+ #: model:ir.actions.act_window,name:rma.rma_operation_act_window
1306
+ #: model:ir.ui.menu,name:rma.rma_operation_menu
1307
+ msgid "Operations"
1308
+ msgstr ""
1309
+
1224
1310
  #. module: rma
1225
1311
  #: model:ir.model.fields,help:rma.field_rma_team__alias_force_thread_id
1226
1312
  msgid ""
@@ -1341,6 +1427,13 @@ msgstr "Produs"
1341
1427
  msgid "Product qty"
1342
1428
  msgstr "Cantitate produs"
1343
1429
 
1430
+ #. module: rma
1431
+ #: model:ir.model.fields,help:rma.field_rma__return_product_id
1432
+ #: model:ir.model.fields,help:rma.field_stock_return_picking_line__return_product_id
1433
+ msgid ""
1434
+ "Product to be returned if it's different from the originally delivered item."
1435
+ msgstr ""
1436
+
1344
1437
  #. module: rma
1345
1438
  #: model:ir.model.fields,field_description:rma.field_rma_tag__is_public
1346
1439
  msgid "Public Tag"
@@ -1650,7 +1743,10 @@ msgid "Reason Name"
1650
1743
  msgstr ""
1651
1744
 
1652
1745
  #. module: rma
1746
+ #. odoo-python
1747
+ #: code:addons/rma/models/rma.py:0
1653
1748
  #: model_terms:ir.ui.view,arch_db:rma.rma_view_form
1749
+ #, python-format
1654
1750
  msgid "Receipt"
1655
1751
  msgstr "Recepție"
1656
1752
 
@@ -1685,6 +1781,11 @@ msgstr ""
1685
1781
  msgid "Refund"
1686
1782
  msgstr "Ramburs"
1687
1783
 
1784
+ #. module: rma
1785
+ #: model:ir.model.fields,field_description:rma.field_rma_operation__action_create_refund
1786
+ msgid "Refund Action"
1787
+ msgstr ""
1788
+
1688
1789
  #. module: rma
1689
1790
  #: model:ir.model.fields,field_description:rma.field_rma__refund_line_id
1690
1791
  msgid "Refund Line"
@@ -1804,6 +1905,12 @@ msgstr ""
1804
1905
  msgid "Return Picking Line"
1805
1906
  msgstr ""
1806
1907
 
1908
+ #. module: rma
1909
+ #: model:ir.model.fields,field_description:rma.field_rma__return_product_id
1910
+ #: model:ir.model.fields,field_description:rma.field_stock_return_picking_line__return_product_id
1911
+ msgid "Return Product"
1912
+ msgstr ""
1913
+
1807
1914
  #. module: rma
1808
1915
  #: model:ir.actions.act_window,name:rma.rma_delivery_wizard_action
1809
1916
  #: model:ir.model.fields.selection,name:rma.selection__rma_delivery_wizard__type__return
@@ -1932,6 +2039,7 @@ msgstr ""
1932
2039
  #. module: rma
1933
2040
  #: model:ir.actions.act_window,name:rma.action_rma_config_settings
1934
2041
  #: model:ir.ui.menu,name:rma.menu_rma_general_settings
2042
+ #: model_terms:ir.ui.view,arch_db:rma.rma_operation_form_view
1935
2043
  msgid "Settings"
1936
2044
  msgstr ""
1937
2045
 
@@ -1950,6 +2058,26 @@ msgstr ""
1950
2058
  msgid "Shipping address for current RMA."
1951
2059
  msgstr ""
1952
2060
 
2061
+ #. module: rma
2062
+ #: model:ir.model.fields,field_description:rma.field_rma__show_create_receipt
2063
+ msgid "Show Create Receipt Button"
2064
+ msgstr ""
2065
+
2066
+ #. module: rma
2067
+ #: model:ir.model.fields,field_description:rma.field_rma__show_create_return
2068
+ msgid "Show Create Return Button"
2069
+ msgstr ""
2070
+
2071
+ #. module: rma
2072
+ #: model:ir.model.fields,field_description:rma.field_rma__show_create_refund
2073
+ msgid "Show Create refund Button"
2074
+ msgstr ""
2075
+
2076
+ #. module: rma
2077
+ #: model:ir.model.fields,field_description:rma.field_rma__show_create_replace
2078
+ msgid "Show Create replace Button"
2079
+ msgstr ""
2080
+
1953
2081
  #. module: rma
1954
2082
  #: model:ir.model.fields,field_description:rma.field_rma__origin
1955
2083
  msgid "Source Document"
@@ -2101,6 +2229,15 @@ msgstr ""
2101
2229
  msgid "The quantity to return is greater than remaining quantity."
2102
2230
  msgstr ""
2103
2231
 
2232
+ #. module: rma
2233
+ #. odoo-python
2234
+ #: code:addons/rma/models/rma.py:0
2235
+ #, python-format
2236
+ msgid ""
2237
+ "The selected operation requires a return product different from the "
2238
+ "originally delivered item. Please select the product to return."
2239
+ msgstr ""
2240
+
2104
2241
  #. module: rma
2105
2242
  #: model:ir.model.fields,help:rma.field_rma_tag__is_public
2106
2243
  msgid "The tag is visible in the portal view"
@@ -2189,6 +2326,11 @@ msgstr ""
2189
2326
  msgid "UoM"
2190
2327
  msgstr "UM"
2191
2328
 
2329
+ #. module: rma
2330
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_refund__update_quantity
2331
+ msgid "Update Quantities"
2332
+ msgstr ""
2333
+
2192
2334
  #. module: rma
2193
2335
  #: model:ir.model.fields.selection,name:rma.selection__rma__priority__1
2194
2336
  msgid "Urgent"
@@ -465,6 +465,24 @@ msgstr ""
465
465
  msgid "Attachment Count"
466
466
  msgstr ""
467
467
 
468
+ #. module: rma
469
+ #: model:ir.model.fields,field_description:rma.field_rma_operation__auto_confirm_reception
470
+ msgid "Auto Confirm Reception"
471
+ msgstr ""
472
+
473
+ #. module: rma
474
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_delivery__automatic_after_receipt
475
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_refund__automatic_after_receipt
476
+ msgid "Automatically After Receipt"
477
+ msgstr ""
478
+
479
+ #. module: rma
480
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_delivery__automatic_on_confirm
481
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_receipt__automatic_on_confirm
482
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_refund__automatic_on_confirm
483
+ msgid "Automatically on Confirm"
484
+ msgstr ""
485
+
468
486
  #. module: rma
469
487
  #: model_terms:ir.ui.view,arch_db:rma.rma_team_view_form
470
488
  msgid "Avatar"
@@ -630,6 +648,12 @@ msgstr ""
630
648
  msgid "Create RMAs"
631
649
  msgstr ""
632
650
 
651
+ #. module: rma
652
+ #: model:ir.model.fields,field_description:rma.field_rma_operation__action_create_receipt
653
+ #: model_terms:ir.ui.view,arch_db:rma.rma_view_form
654
+ msgid "Create Receipt"
655
+ msgstr ""
656
+
633
657
  #. module: rma
634
658
  #: model_terms:ir.actions.act_window,help:rma.action_rma_finalization
635
659
  msgid "Create a new RMA finalization"
@@ -713,6 +737,21 @@ msgstr ""
713
737
  msgid "Default Values"
714
738
  msgstr ""
715
739
 
740
+ #. module: rma
741
+ #: model:ir.model.fields,help:rma.field_rma_operation__action_create_delivery
742
+ msgid "Define how the delivery action should be handled."
743
+ msgstr ""
744
+
745
+ #. module: rma
746
+ #: model:ir.model.fields,help:rma.field_rma_operation__action_create_receipt
747
+ msgid "Define how the receipt action should be handled."
748
+ msgstr ""
749
+
750
+ #. module: rma
751
+ #: model:ir.model.fields,help:rma.field_rma_operation__action_create_refund
752
+ msgid "Define how the refund action should be handled."
753
+ msgstr ""
754
+
716
755
  #. module: rma
717
756
  #: model_terms:ir.ui.view,arch_db:rma.rma_redelivery_wizard_view_form
718
757
  msgid "Deliver"
@@ -738,6 +777,11 @@ msgstr ""
738
777
  msgid "Delivery"
739
778
  msgstr ""
740
779
 
780
+ #. module: rma
781
+ #: model:ir.model.fields,field_description:rma.field_rma_operation__action_create_delivery
782
+ msgid "Delivery Action"
783
+ msgstr ""
784
+
741
785
  #. module: rma
742
786
  #: model:ir.model.fields,field_description:rma.field_rma__delivery_picking_count
743
787
  msgid "Delivery count"
@@ -754,6 +798,13 @@ msgstr ""
754
798
  msgid "Description"
755
799
  msgstr ""
756
800
 
801
+ #. module: rma
802
+ #: model:ir.model.fields,field_description:rma.field_rma__different_return_product
803
+ #: model:ir.model.fields,field_description:rma.field_rma_operation__different_return_product
804
+ #: model:ir.model.fields,field_description:rma.field_stock_return_picking_line__different_return_product
805
+ msgid "Different Return Product"
806
+ msgstr ""
807
+
757
808
  #. module: rma
758
809
  #: model:ir.model.fields,field_description:rma.field_rma__display_name
759
810
  #: model:ir.model.fields,field_description:rma.field_rma_delivery_wizard__display_name
@@ -832,6 +883,13 @@ msgstr ""
832
883
  msgid "Email sent to the customer when they place an RMA from the portal"
833
884
  msgstr ""
834
885
 
886
+ #. module: rma
887
+ #: model:ir.model.fields,help:rma.field_rma_operation__auto_confirm_reception
888
+ msgid ""
889
+ "Enable this option to automatically confirm the reception when the RMA is "
890
+ "confirmed."
891
+ msgstr ""
892
+
835
893
  #. module: rma
836
894
  #. odoo-python
837
895
  #: code:addons/rma/wizard/rma_split.py:0
@@ -953,6 +1011,15 @@ msgstr ""
953
1011
  msgid "Icon to indicate an exception activity."
954
1012
  msgstr ""
955
1013
 
1014
+ #. module: rma
1015
+ #: model:ir.model.fields,help:rma.field_rma__different_return_product
1016
+ #: model:ir.model.fields,help:rma.field_rma_operation__different_return_product
1017
+ #: model:ir.model.fields,help:rma.field_stock_return_picking_line__different_return_product
1018
+ msgid ""
1019
+ "If checked, allows the return of a product different from the one originally "
1020
+ "ordered. Used if the delivery is created automatically"
1021
+ msgstr ""
1022
+
956
1023
  #. module: rma
957
1024
  #: model:ir.model.fields,help:rma.field_rma__message_needaction
958
1025
  #: model:ir.model.fields,help:rma.field_rma_team__message_needaction
@@ -1102,6 +1169,19 @@ msgstr ""
1102
1169
  msgid "Manager"
1103
1170
  msgstr ""
1104
1171
 
1172
+ #. module: rma
1173
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_delivery__manual_after_receipt
1174
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_refund__manual_after_receipt
1175
+ msgid "Manually After Receipt"
1176
+ msgstr ""
1177
+
1178
+ #. module: rma
1179
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_delivery__manual_on_confirm
1180
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_receipt__manual_on_confirm
1181
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_refund__manual_on_confirm
1182
+ msgid "Manually on Confirm"
1183
+ msgstr ""
1184
+
1105
1185
  #. module: rma
1106
1186
  #: model:ir.model.fields,field_description:rma.field_rma__message_has_error
1107
1187
  #: model:ir.model.fields,field_description:rma.field_rma_team__message_has_error
@@ -1204,6 +1284,12 @@ msgstr ""
1204
1284
  msgid "Operation"
1205
1285
  msgstr ""
1206
1286
 
1287
+ #. module: rma
1288
+ #: model:ir.actions.act_window,name:rma.rma_operation_act_window
1289
+ #: model:ir.ui.menu,name:rma.rma_operation_menu
1290
+ msgid "Operations"
1291
+ msgstr ""
1292
+
1207
1293
  #. module: rma
1208
1294
  #: model:ir.model.fields,help:rma.field_rma_team__alias_force_thread_id
1209
1295
  msgid ""
@@ -1320,6 +1406,13 @@ msgstr ""
1320
1406
  msgid "Product qty"
1321
1407
  msgstr ""
1322
1408
 
1409
+ #. module: rma
1410
+ #: model:ir.model.fields,help:rma.field_rma__return_product_id
1411
+ #: model:ir.model.fields,help:rma.field_stock_return_picking_line__return_product_id
1412
+ msgid ""
1413
+ "Product to be returned if it's different from the originally delivered item."
1414
+ msgstr ""
1415
+
1323
1416
  #. module: rma
1324
1417
  #: model:ir.model.fields,field_description:rma.field_rma_tag__is_public
1325
1418
  msgid "Public Tag"
@@ -1629,7 +1722,10 @@ msgid "Reason Name"
1629
1722
  msgstr ""
1630
1723
 
1631
1724
  #. module: rma
1725
+ #. odoo-python
1726
+ #: code:addons/rma/models/rma.py:0
1632
1727
  #: model_terms:ir.ui.view,arch_db:rma.rma_view_form
1728
+ #, python-format
1633
1729
  msgid "Receipt"
1634
1730
  msgstr ""
1635
1731
 
@@ -1664,6 +1760,11 @@ msgstr ""
1664
1760
  msgid "Refund"
1665
1761
  msgstr "退货"
1666
1762
 
1763
+ #. module: rma
1764
+ #: model:ir.model.fields,field_description:rma.field_rma_operation__action_create_refund
1765
+ msgid "Refund Action"
1766
+ msgstr ""
1767
+
1667
1768
  #. module: rma
1668
1769
  #: model:ir.model.fields,field_description:rma.field_rma__refund_line_id
1669
1770
  msgid "Refund Line"
@@ -1783,6 +1884,12 @@ msgstr ""
1783
1884
  msgid "Return Picking Line"
1784
1885
  msgstr ""
1785
1886
 
1887
+ #. module: rma
1888
+ #: model:ir.model.fields,field_description:rma.field_rma__return_product_id
1889
+ #: model:ir.model.fields,field_description:rma.field_stock_return_picking_line__return_product_id
1890
+ msgid "Return Product"
1891
+ msgstr ""
1892
+
1786
1893
  #. module: rma
1787
1894
  #: model:ir.actions.act_window,name:rma.rma_delivery_wizard_action
1788
1895
  #: model:ir.model.fields.selection,name:rma.selection__rma_delivery_wizard__type__return
@@ -1911,6 +2018,7 @@ msgstr ""
1911
2018
  #. module: rma
1912
2019
  #: model:ir.actions.act_window,name:rma.action_rma_config_settings
1913
2020
  #: model:ir.ui.menu,name:rma.menu_rma_general_settings
2021
+ #: model_terms:ir.ui.view,arch_db:rma.rma_operation_form_view
1914
2022
  msgid "Settings"
1915
2023
  msgstr ""
1916
2024
 
@@ -1929,6 +2037,26 @@ msgstr ""
1929
2037
  msgid "Shipping address for current RMA."
1930
2038
  msgstr ""
1931
2039
 
2040
+ #. module: rma
2041
+ #: model:ir.model.fields,field_description:rma.field_rma__show_create_receipt
2042
+ msgid "Show Create Receipt Button"
2043
+ msgstr ""
2044
+
2045
+ #. module: rma
2046
+ #: model:ir.model.fields,field_description:rma.field_rma__show_create_return
2047
+ msgid "Show Create Return Button"
2048
+ msgstr ""
2049
+
2050
+ #. module: rma
2051
+ #: model:ir.model.fields,field_description:rma.field_rma__show_create_refund
2052
+ msgid "Show Create refund Button"
2053
+ msgstr ""
2054
+
2055
+ #. module: rma
2056
+ #: model:ir.model.fields,field_description:rma.field_rma__show_create_replace
2057
+ msgid "Show Create replace Button"
2058
+ msgstr ""
2059
+
1932
2060
  #. module: rma
1933
2061
  #: model:ir.model.fields,field_description:rma.field_rma__origin
1934
2062
  msgid "Source Document"
@@ -2075,6 +2203,15 @@ msgstr ""
2075
2203
  msgid "The quantity to return is greater than remaining quantity."
2076
2204
  msgstr ""
2077
2205
 
2206
+ #. module: rma
2207
+ #. odoo-python
2208
+ #: code:addons/rma/models/rma.py:0
2209
+ #, python-format
2210
+ msgid ""
2211
+ "The selected operation requires a return product different from the "
2212
+ "originally delivered item. Please select the product to return."
2213
+ msgstr ""
2214
+
2078
2215
  #. module: rma
2079
2216
  #: model:ir.model.fields,help:rma.field_rma_tag__is_public
2080
2217
  msgid "The tag is visible in the portal view"
@@ -2162,6 +2299,11 @@ msgstr ""
2162
2299
  msgid "UoM"
2163
2300
  msgstr ""
2164
2301
 
2302
+ #. module: rma
2303
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_refund__update_quantity
2304
+ msgid "Update Quantities"
2305
+ msgstr ""
2306
+
2165
2307
  #. module: rma
2166
2308
  #: model:ir.model.fields.selection,name:rma.selection__rma__priority__1
2167
2309
  msgid "Urgent"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-rma
3
- Version: 16.0.5.0.0
3
+ Version: 16.0.5.0.0.1
4
4
  Summary: Return Merchandise Authorization (RMA)
5
5
  Home-page: https://github.com/OCA/rma
6
6
  Author: Tecnativa, Odoo Community Association (OCA)
@@ -7,17 +7,17 @@ odoo/addons/rma/controllers/main.py,sha256=lmi25T49fDnCoUSqqr8eibwVXa6lMANwbkFuH
7
7
  odoo/addons/rma/data/mail_data.xml,sha256=RubsJ1NMxg0lf92fdFOg_afwmifAd3tVHZhJRz6bHsk,6611
8
8
  odoo/addons/rma/data/rma_operation_data.xml,sha256=fYq_1YP1sgRq7zvQ5gU4SJsZnq2TL-YihJcTXohuNzM,421
9
9
  odoo/addons/rma/data/stock_data.xml,sha256=_zwGmuGjhpptZWyXXdev9snSTjNekBpUsMXKD0bH8zE,332
10
- odoo/addons/rma/i18n/de.po,sha256=vxbRoQPYAYMTc9fFx7rZNPHa219kyGyx8hkoLKR5ceE,89041
11
- odoo/addons/rma/i18n/de_AT.po,sha256=LHICmbsaIVqJxJF7_S_ac7_4bJzujrcLv_gJeCLJAaA,66999
12
- odoo/addons/rma/i18n/es.po,sha256=US_AUyeTN7aYHrNr7FeYkk6vZY3zZ13hMwG01iwebko,93033
13
- odoo/addons/rma/i18n/fr.po,sha256=ta0bBaTCtwyMilRvT5BhWpxLg5r-7fcpEEwXMoK00OM,83021
14
- odoo/addons/rma/i18n/it.po,sha256=ErTrSxWWIch8nCUo2Ec48v0D7vS2fdx45fgIAqWX11M,92242
15
- odoo/addons/rma/i18n/nl.po,sha256=vOlAo6mV6HNowdWQpR1O6twYbAataZ1ZFpVs8zXN-K8,66996
16
- odoo/addons/rma/i18n/pt.po,sha256=56_ZJygIJwlYOdQGv67UjYJuQw787-_UG9uUtIHvw98,78899
17
- odoo/addons/rma/i18n/pt_BR.po,sha256=h6ErZEN_SiyD-RN3OB9gVgkwD7HWOtqlSCBaukaRt50,78152
10
+ odoo/addons/rma/i18n/de.po,sha256=HF9AR-xktsdivw85fi7nZTOeal3lcPPcbB-0b_NWcm4,94187
11
+ odoo/addons/rma/i18n/de_AT.po,sha256=H-EM0l7zvjEkHd7SOIiEQvXO3sERFbG6LyF9TSmxJmI,72145
12
+ odoo/addons/rma/i18n/es.po,sha256=ExRywJQ3v_u9q4QBSrnMg5f6Ss2myRYLaCffnFPLHig,98179
13
+ odoo/addons/rma/i18n/fr.po,sha256=fLEQuzsctj8WL-B6LwmbEIL6ub5vy0OQg-Sq-PgXOwM,88167
14
+ odoo/addons/rma/i18n/it.po,sha256=c1NlgCCa2stYEkmydH3m9OSSVS33gj__krsMHC4bRnc,97388
15
+ odoo/addons/rma/i18n/nl.po,sha256=eVPCTYxViQmgJoQVrFjZDvQh__b79h_FnY-5cl_Q3BY,72142
16
+ odoo/addons/rma/i18n/pt.po,sha256=1ETSyUkIgmNmcC0fPwEfx0gcS216xYJlJQuiD4PplPY,84045
17
+ odoo/addons/rma/i18n/pt_BR.po,sha256=6RRKzwoMnypnkSMsy-hayld0dX3pCD_V0V-0wOV3S6Y,83298
18
18
  odoo/addons/rma/i18n/rma.pot,sha256=_EizVNi3X5YDpWQknzsfd_IkNhgKzrmhI0Ptt2cV21c,72144
19
- odoo/addons/rma/i18n/ro.po,sha256=TL-RRGWoSNF6DuRMpDXyUyPCYtkv8o2mCxPOm9hmV_4,74838
20
- odoo/addons/rma/i18n/zh_CN.po,sha256=4TJuoQ8S13KDKLeeqr2yP1QtCVhrdaD8GECvjN7lxPs,67107
19
+ odoo/addons/rma/i18n/ro.po,sha256=E-jztXzIcsqgRrer0R5rpsJSUanYLYAK9zByRpR2T1Q,79984
20
+ odoo/addons/rma/i18n/zh_CN.po,sha256=7WTnb8tKWM4R9Z-mklBdrymBovJCC_1gq55pzQSafdU,72253
21
21
  odoo/addons/rma/migrations/16.0.1.4.0/post-migration.py,sha256=jQn_F-J2amiqJZQZ33nQZeb_hOebJBXJMHdYbgiakd4,654
22
22
  odoo/addons/rma/models/__init__.py,sha256=SwBeY3SB1s7Nrn54Mw0LvlOF7LTLCGU7mzyy5kUR4qs,408
23
23
  odoo/addons/rma/models/account_move.py,sha256=oa7Czf53RZskOoenNQqNU-8x6pMz05qrAjU02Ef_g04,1653
@@ -69,7 +69,7 @@ odoo/addons/rma/wizard/rma_split.py,sha256=PZuVAGCXzRkycxJQIgfbPY__EPRXGPAkiKaGX
69
69
  odoo/addons/rma/wizard/rma_split_views.xml,sha256=jtrUmgS9rsUfbgx6y77cUXPnmd1ObY7lmQ_8XZDxxuo,1581
70
70
  odoo/addons/rma/wizard/stock_picking_return.py,sha256=1hXBUHUwKeFVjZk7xB5Yp-cb6TxvgIkYH7nNuGGtmW4,7470
71
71
  odoo/addons/rma/wizard/stock_picking_return_views.xml,sha256=mvVA1z7Z4NoUnq5gnRx-eFYyEe9zrAoTQ1gnCbyLVeE,2060
72
- odoo_addon_rma-16.0.5.0.0.dist-info/METADATA,sha256=DVuaRtCgZcEQGlnexjqDnhTTmxQ_lwWyFLoDvPMB1tg,8799
73
- odoo_addon_rma-16.0.5.0.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
74
- odoo_addon_rma-16.0.5.0.0.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
75
- odoo_addon_rma-16.0.5.0.0.dist-info/RECORD,,
72
+ odoo_addon_rma-16.0.5.0.0.1.dist-info/METADATA,sha256=XiXPTQyr4EuF0fg9SyV4LRkdYUi-lWJn9ddrk6DbiGM,8801
73
+ odoo_addon_rma-16.0.5.0.0.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
74
+ odoo_addon_rma-16.0.5.0.0.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
75
+ odoo_addon_rma-16.0.5.0.0.1.dist-info/RECORD,,