Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0][IMP] rma: create incoming shipment from rma group #508

Open
wants to merge 10 commits into
base: 16.0
Choose a base branch
from
10 changes: 5 additions & 5 deletions rma/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
"data/rma_operation.xml",
"report/rma_report.xml",
"report/rma_report_templates.xml",
"report/report_deliveryslip.xml",
"wizards/rma_make_picking_view.xml",
"wizards/rma_add_stock_move_view.xml",
"wizards/rma_make_supplier_rma_view.xml",
"wizards/rma_add_serial_views.xml",
"views/rma_order_view.xml",
"views/rma_operation_view.xml",
"views/rma_order_line_view.xml",
Expand All @@ -28,11 +33,6 @@
"views/res_partner_view.xml",
"views/res_config_settings_views.xml",
"views/rma_menu.xml",
"wizards/rma_make_picking_view.xml",
"wizards/rma_add_stock_move_view.xml",
"wizards/rma_order_line_make_supplier_rma_view.xml",
"report/report_deliveryslip.xml",
"wizards/rma_add_serial_views.xml",
],
"installable": True,
"application": True,
Expand Down
2 changes: 1 addition & 1 deletion rma/i18n/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -1459,7 +1459,7 @@ msgstr "Ajustes"
#: model_terms:ir.ui.view,arch_db:rma.view_rma_form
#: model_terms:ir.ui.view,arch_db:rma.view_rma_line_form
#: model_terms:ir.ui.view,arch_db:rma.view_rma_supplier_form
msgid "Shipments"
msgid "Incoming Shipments"
msgstr "Envíos"

#. module: rma
Expand Down
Loading
Loading