Skip to content

Commit

Permalink
[IMP] account : rename string in account form view
Browse files Browse the repository at this point in the history
  • Loading branch information
nsa-odoo committed Aug 11, 2017
1 parent cbffd99 commit 6c8f91b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/account/views/account_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
<label for="reconcile"/>
<div>
<field name="reconcile"/>
<button name="action_open_reconcile" class="oe_link" type="object" string=" -> Reconcile" attrs="{'invisible': [('reconcile', '=', False)]}"/>
<button name="action_open_reconcile" class="oe_link" type="object" string=" - Reconcile" attrs="{'invisible': [('reconcile', '=', False)]}"/>
</div>
<field name="deprecated"/>
</group>
<group>
<div class="row">
<div class="col-md-11 col-md-offset-1 col-sm-12 no-margin-top" style="background-color: #eee">
<p class="text-center" style="font-weight: bold;">How account type affects your reports?</p>
<p class="text-center" style="font-weight: bold;">How do account types affect your reports?</p>
<div class="col-md-6 col-sm-6">
<div class="oe_account_help">
<p class="oe_account_font_help text-center">Profit &amp; Loss</p>
Expand Down

0 comments on commit 6c8f91b

Please sign in to comment.