Skip to content

Commit

Permalink
[FIX] lp:1089004, Add serial number popup layout broken in Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
hip-odoo authored and Stefan Rijnhart committed Jul 2, 2014
1 parent fbbc3a5 commit 54401a6
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions addons/stock/stock_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -337,16 +337,20 @@
<field name="model">stock.production.lot</field>
<field name="arch" type="xml">
<form string="Serial Number" version="7.0">
<div class="oe_button_box oe_right">
<button name="action_traceability" string="Upstream Traceability" type="object" context="{'type': 'move_history_ids2', 'field': 'prodlot_id'}"/>
<button name="action_traceability" string="Downstream Traceability" type="object" context="{'type': 'move_history_ids', 'field': 'prodlot_id'}"/>
</div>
<div class="oe_title">
<label for="name" class="oe_edit_only"/>
<h1>
<field name="name"/>
</h1>
</div>
<group>
<div>
<div class="oe_button_box oe_right">
<button name="action_traceability" string="Upstream Traceability" type="object" context="{'type': 'move_history_ids2', 'field': 'prodlot_id'}"/>
<button name="action_traceability" string="Downstream Traceability" type="object" context="{'type': 'move_history_ids', 'field': 'prodlot_id'}"/>
</div>
<div class="oe_title">
<label for="name" class="oe_edit_only"/>
<h1>
<field name="name"/>
</h1>
</div>
</div>
</group>
<group>
<group>
<field name="product_id"/>
Expand Down

0 comments on commit 54401a6

Please sign in to comment.