[IMP]: ADD oe_right in oe_subtotal_footer group.

bzr revid: atp@tinyerp.com-20120629115004-26a3q4t3bwsrc3em
This commit is contained in:
Atul Patel (OpenERP) 2012-06-29 17:20:04 +05:30
parent 5a56a25296
commit 7828a1002a
2 changed files with 3 additions and 3 deletions

View File

@ -89,7 +89,7 @@
<group>
<field name="narration" colspan="2" nolabel="1" placeholder="Add an internal note"/>
</group>
<group attrs="{'invisible':[('type','in',['payment', 'receipt', False])]}" class="oe_subtotal_footer">
<group attrs="{'invisible':[('type','in',['payment', 'receipt', False])]}" class="oe_subtotal_footer oe_right">
<group>
<field name="tax_id" on_change="onchange_price(line_ids, tax_id, partner_id)" widget="selection"/>
</group>

View File

@ -130,7 +130,7 @@
<group>
<field name="narration" placeholder="Add a internal note." nolabel="1" />
</group>
<group class="oe_subtotal_footer">
<group class="oe_subtotal_footer oe_right">
<group>
<field name="tax_id"
on_change="onchange_price(line_cr_ids, tax_id, partner_id)"
@ -280,7 +280,7 @@
<group>
<field name="narration" placeholder="Internal Notes" colspan="2" nolabel="1" />
</group>
<group class="oe_subtotal_footer">
<group class="oe_subtotal_footer oe_right">
<group>
<field name="tax_id"
on_change="onchange_price(line_dr_ids, tax_id, partner_id)"