mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[IMP] rma_repair_refurbish: add location dest in operation views.
This commit is contained in:
committed by
Lois Rilo
parent
4490779e85
commit
2bf154512a
@@ -11,6 +11,7 @@
|
|||||||
"depends": ["rma_repair", "repair_refurbish"],
|
"depends": ["rma_repair", "repair_refurbish"],
|
||||||
"data": [
|
"data": [
|
||||||
"wizards/rma_order_line_make_repair_view.xml",
|
"wizards/rma_order_line_make_repair_view.xml",
|
||||||
|
"views/rma_operation_views.xml",
|
||||||
],
|
],
|
||||||
"installable": True,
|
"installable": True,
|
||||||
"auto_install": True,
|
"auto_install": True,
|
||||||
|
|||||||
15
rma_repair_refurbish/views/rma_operation_views.xml
Normal file
15
rma_repair_refurbish/views/rma_operation_views.xml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<odoo>
|
||||||
|
|
||||||
|
<record id="rma_operation_form" model="ir.ui.view">
|
||||||
|
<field name="name">rma.operation.form - rma_repair_refurbish</field>
|
||||||
|
<field name="model">rma.operation</field>
|
||||||
|
<field name="inherit_id" ref="rma.rma_operation_form" />
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<group name="repair" position="inside">
|
||||||
|
<field name="repair_location_dest_id" />
|
||||||
|
</group>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
|
</odoo>
|
||||||
Reference in New Issue
Block a user