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