mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[9.0][IMP] rma_purchase:
* remove unneded copy and ondelete attributes. * simplify action_view methods. * fix rma line supplier view. * fix wizard. * extend README. * minor extra fixes.
This commit is contained in:
@@ -89,12 +89,12 @@
|
|||||||
<field name="inherit_id" ref="rma.view_rma_line_form"/>
|
<field name="inherit_id" ref="rma.view_rma_line_form"/>
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<header position="inside">
|
<header position="inside">
|
||||||
<button name="%(action_rma_picking_in)d" states="approved"
|
<button name="%(action_rma_picking_in)d" states="approved"
|
||||||
string="Create Incoming Shipment" class="oe_highlight"
|
string="Create Incoming Shipment" class="oe_highlight"
|
||||||
type="action"/>
|
type="action"/>
|
||||||
<button name="%(action_rma_picking_out)d" states="approved"
|
<button name="%(action_rma_picking_out)d" states="approved"
|
||||||
string="Create Delivery" class="oe_highlight"
|
string="Create Delivery" class="oe_highlight"
|
||||||
type="action"/>
|
type="action"/>
|
||||||
</header>
|
</header>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
@@ -104,16 +104,14 @@
|
|||||||
<field name="model">rma.order.line</field>
|
<field name="model">rma.order.line</field>
|
||||||
<field name="inherit_id" ref="rma.view_rma_line_supplier_form"/>
|
<field name="inherit_id" ref="rma.view_rma_line_supplier_form"/>
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<div name="button_box" position="before">
|
<header position="inside">
|
||||||
<header>
|
<button name="%(action_rma_picking_in)d" states="approved"
|
||||||
<button name="%(action_rma_picking_in)d" states="approved"
|
string="Create Incoming Shipment" class="oe_highlight"
|
||||||
string="Create Incoming Shipment" class="oe_highlight"
|
type="action"/>
|
||||||
type="action"/>
|
<button name="%(action_rma_picking_out)d" states="approved"
|
||||||
<button name="%(action_rma_picking_out)d" states="approved"
|
string="Create Delivery" class="oe_highlight"
|
||||||
string="Create Delivery" class="oe_highlight"
|
type="action"/>
|
||||||
type="action"/>
|
</header>
|
||||||
</header>
|
|
||||||
</div>
|
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user