[FIX] purchase: Specify the model in a record

bzr revid: stw@openerp.com-20110923093515-hb8ya17q09p941wa
This commit is contained in:
Stephane Wirtel 2011-09-23 11:35:15 +02:00
parent 8a06c9f209
commit 9a45e05602
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
<field name="help">Create or Import Suppliers and their contacts manually from this form or you can import your existing partners by CSV spreadsheet from "Import Data" wizard</field>
</record>
<record id="category_purchase_config" id="ir.actions.todo.category">
<record id="category_purchase_config" model="ir.actions.todo.category">
<field name="name">Purchase Management</field>
<field name="sequence">5</field>
</record>