Skip to content
Snippets Groups Projects
Commit 50eb591b authored by Joren Van Onder's avatar Joren Van Onder
Browse files

[FIX] stock: hide header on stock.picking form view on small displays

Related to c6fc91b3.

fp request
parent a0b91864
No related branches found
No related tags found
No related merge requests found
......@@ -856,10 +856,10 @@
<sheet>
<div class="oe_button_box" name="button_box">
</div>
<h1>
<h1 class="hidden-xs">
<field name="name" attrs="{'invisible': [('name','=','/')]}" readonly="1"/>
</h1>
<group>
<group class="hidden-xs">
<group>
<field name="partner_id" attrs="{'invisible': [('picking_type_code', '=', 'internal')]}" on_change="onchange_picking_type(picking_type_id,partner_id)"/>
<field name="location_id" groups="stock.group_locations" attrs="{'invisible': [('picking_type_code', '=', 'incoming')]}"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment