Pankita Shah(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-sale-shp into 
lp:~openerp-dev/openobject-addons/trunk-misc-fixes.

Requested reviews:
  OpenERP Core Team (openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-sale-shp/+merge/136154

hello,

i have improve % sign in same line instead of newline in sale order

thanks

shp
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-sale-shp/+merge/136154
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-misc-fixes.
=== modified file 'sale/wizard/sale_make_invoice_advance.xml'
--- sale/wizard/sale_make_invoice_advance.xml	2012-09-13 03:44:36 +0000
+++ sale/wizard/sale_make_invoice_advance.xml	2012-11-26 12:27:28 +0000
@@ -22,9 +22,9 @@
                         <label for="amount" attrs="{'invisible': [('advance_payment_method', 'not in', ('fixed','percentage'))]}"/>
                         <div attrs="{'invisible': [('advance_payment_method', 'not in', ('fixed','percentage'))]}">
                             <field name="amount"
-                                attrs="{'required': [('advance_payment_method', 'in', ('fixed','percentage'))]}"/>
+                                attrs="{'required': [('advance_payment_method', 'in', ('fixed','percentage'))]}" class="oe_inline"/>
                             <label string="%%"
-                                attrs="{'invisible': [('advance_payment_method', '!=', 'percentage')]}"/>
+                                attrs="{'invisible': [('advance_payment_method', '!=', 'percentage')]}" class="oe_inline"/>
                         </div>
                     </group>
                     <div>

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to