[IMP] little change for many2many tags in procurements

bzr revid: jco@openerp.com-20130828131655-jca6wrs6vrrl9g9g
This commit is contained in:
Josse Colpaert 2013-08-28 15:16:55 +02:00
parent 5400aec81b
commit 015ef876e4
1 changed files with 3 additions and 3 deletions

View File

@ -212,8 +212,8 @@
</p> </p>
<p>You can define here the main logistic routes that run through <p>You can define here the main logistic routes that run through
your warehouses and that define the flows of your products. These your warehouses and that define the flows of your products. These
routes can be assigned to a product, a product category or on a routes can be assigned to a product, a product category or be fixed
location.</p> on procurement or sales order. </p>
</field> </field>
</record> </record>
@ -229,7 +229,7 @@
<field name="model">procurement.order</field> <field name="model">procurement.order</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<xpath expr="//field[@name='rule_id']" position="after"> <xpath expr="//field[@name='rule_id']" position="after">
<field name="route_ids"/> <field name="route_ids" widget="many2many_tags"/>
</xpath> </xpath>
</field> </field>
</record> </record>