[FIX] purchase_double_validation: Set the right module for the category_id field of the todo wizard

bzr revid: stw@openerp.com-20110923155101-y80yylrfkw1b9xsm
This commit is contained in:
Stephane Wirtel 2011-09-23 17:51:01 +02:00
parent b51bf903f8
commit 1a57a8505d
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
<!-- register configuration wizard -->
<record id="config_wizard_step_purchase_limit_amount" model="ir.actions.todo">
<field name="action_id" ref="action_config_purchase_limit_amount"/>
<field name="category_id" ref="project.category_purchase_config"/>
<field name="category_id" ref="purchase.category_purchase_config"/>
</record>
</data>