Mayur Maheshwari(OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-bug-903554-mma into
lp:openobject-addons.
Requested reviews:
Rucha (Open ERP) (rpa-openerp)
Related bugs:
Bug #903554 in OpenERP Addons: "Field have label but expected nolabel or
separator "
https://bugs.launchpad.net/openobject-addons/+bug/903554
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-903554-mma/+merge/85440
Hello,
mrp_repair: I Have set separator and nolabel in xml on many2many field
Thanks.
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-903554-mma/+merge/85440
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-bug-903554-mma.
=== modified file 'mrp_repair/mrp_repair_view.xml'
--- mrp_repair/mrp_repair_view.xml 2011-10-27 21:11:24 +0000
+++ mrp_repair/mrp_repair_view.xml 2011-12-13 07:34:34 +0000
@@ -65,7 +65,8 @@
<field name="invoiced"/>
</group>
<newline/>
- <field colspan="4" name="tax_id" domain="[('parent_id','=',False),('type_tax_use','<>','purchase')]"/>
+ <separator colspan="4" string="Taxes"/>
+ <field colspan="4" name="tax_id" domain="[('parent_id','=',False),('type_tax_use','<>','purchase')]" nolabel="1"/>
<separator colspan="4" string="States"/>
<field name="state"/>
</page>
@@ -137,7 +138,8 @@
<field name="invoiced"/>
</group>
<newline/>
- <field colspan="4" name="tax_id" domain="[('parent_id','=',False),('type_tax_use','<>','purchase')]"/>
+ <separator colspan="4" string="Taxes"/>
+ <field colspan="4" name="tax_id" domain="[('parent_id','=',False),('type_tax_use','<>','purchase')]" nolabel="1"/>
</page>
<page string="History" groups="base.group_extended">
<field colspan="4" name="invoice_line_id" />
_______________________________________________
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