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:
@@ -104,8 +104,7 @@
|
||||
<field name="model">rma.order.line</field>
|
||||
<field name="inherit_id" ref="rma.view_rma_line_supplier_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<div name="button_box" position="before">
|
||||
<header>
|
||||
<header position="inside">
|
||||
<button name="%(action_rma_picking_in)d" states="approved"
|
||||
string="Create Incoming Shipment" class="oe_highlight"
|
||||
type="action"/>
|
||||
@@ -113,7 +112,6 @@
|
||||
string="Create Delivery" class="oe_highlight"
|
||||
type="action"/>
|
||||
</header>
|
||||
</div>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user