Skip to content

Commit

Permalink
[MRG] FIX] lp:1100427, 'Default debit-credit account' fields on the j…
Browse files Browse the repository at this point in the history
…ournal form view are not visible without horizontal scrolling

https://launchpad.net/bugs/1100427
  • Loading branch information
hip-odoo authored and Stefan Rijnhart committed Jul 2, 2014
1 parent 3468c26 commit 0075a58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addons/account/account_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@
<field name="model">account.journal</field>
<field name="arch" type="xml">
<form string="Account Journal" version="7.0">
<sheet>
<div class="oe_title">
<label for="name" class="oe_edit_only"/>
<h1><field name="name"/></h1>
Expand Down Expand Up @@ -451,6 +452,7 @@
</field>
</page>
</notebook>
</sheet>
</form>
</field>
</record>
Expand Down

0 comments on commit 0075a58

Please sign in to comment.