Merge lp:~openerp-dev/openobject-addons/trunk-bug-1116832-atp into lp:openobject-addons

Proposed by Atul Patel(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1116832-atp
Merge into: lp:openobject-addons
Diff against target: 11 lines (+0/-1)
1 file modified
account/account_view.xml (+0/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1116832-atp
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+163086@code.launchpad.net

Description of the change

Hello,

Remove label (%) when tax type is percentage bcz field (amount) get float value.label (%) mislead to the user.

Thanks

To post a comment you must log in.

Unmerged revisions

8698. By Jay Rangnani(OpenERP Trainee)

[REM]: Remove label % when tax type is percentage bcz field get float value.so label % mislead to the user.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account/account_view.xml'
2--- account/account_view.xml 2013-04-22 15:34:49 +0000
3+++ account/account_view.xml 2013-05-09 05:39:39 +0000
4@@ -909,7 +909,6 @@
5 <field name="type"/>
6 <field name="amount" class="oe_inline"
7 attrs="{'invisible':[('type','in',('none', 'code', 'balance'))]}"/>
8- <label string="%%" attrs="{'invisible':[('type','&lt;&gt;','percent')]}"/>
9 </div>
10 <field name="python_compute" attrs="{'invisible':[('type','!=','code')],'required':[('type','=','code')]}"/>
11 <field name="python_compute_inv" attrs="{'invisible':[('type','!=','code')],'required':[('type','=','code')]}"/>

Subscribers

People subscribed via source and target branches

to all changes: