[IMP] properties as m2m_tags

bzr revid: fp@tinyerp.com-20120705150010-79nnaos25o45wdcy
This commit is contained in:
Fabien Pinckaers 2012-07-05 17:00:10 +02:00
parent 855a858bdc
commit be58e60bb7
2 changed files with 3 additions and 5 deletions

View File

@ -957,9 +957,8 @@
</xpath>
<xpath expr="//field[@name='close_move']" position="after">
<group colspan="4" groups="product.group_mrp_properties">
<separator colspan="4" string="Properties" />
<field colspan="4" name="property_ids" nolabel="1"/>
</group>
<field colspan="4" name="property_ids" widget="many2many_tags"/>
</group>
</xpath>
</data>
</field>

View File

@ -235,9 +235,8 @@
<field name="delay"/>
<field name="th_weight"/>
<field name="address_allotment_id"/>
<field name="property_ids" widget="many2many_tags"/>
</group>
<separator string="Properties" colspan="2"/>
<field name="property_ids" colspan="4" nolabel="1"/>
<field name="notes" groups="base.group_sale_notes_subtotal" placeholder="Add a note on order line..."/>
<div groups="base.group_no_one">
<separator colspan="4" string="Invoice Lines"/>