Skip to content

Commit

Permalink
[FIX] pos: remove outer div tag of statusbar
Browse files Browse the repository at this point in the history
bzr revid: hmo@tinyerp.com-20130710101216-23633pfhokwl9bag
  • Loading branch information
hmo-odoo committed Jul 10, 2013
1 parent dbddcba commit 98d388b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions addons/point_of_sale/point_of_sale_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -882,9 +882,9 @@
class="oe_highlight" />
<button name="close" type="workflow" string="Validate Closing &amp; Post Entries" states="closing_control"
class="oe_highlight" />
<div class="oe_right">
<field name="state" widget="statusbar" statusbar_visible="opening_control,opened,closing_control,closed" nolabel="1" />
</div>

<field name="state" widget="statusbar" statusbar_visible="opening_control,opened,closing_control,closed" nolabel="1" />

</header>
<sheet>
<div class="oe_right oe_button_box">
Expand Down

0 comments on commit 98d388b

Please sign in to comment.