Revert "[FIX] Error when installing module document"
authorRaphael Collet <rco@openerp.com>
Wed, 8 Oct 2014 12:48:13 +0000 (14:48 +0200)
committerRaphael Collet <rco@openerp.com>
Wed, 8 Oct 2014 12:48:13 +0000 (14:48 +0200)
This reverts commit 8dd4c83d9cf6f45ca39f120b296c1c69079154a4.
It does not fix the issue, but hides it instead.
An actual fix has been made since.

addons/document/wizard/document_configuration_view.xml

index 8967cab..f837ebd 100644 (file)
@@ -31,7 +31,7 @@
 
     <record model="ir.actions.todo" id="config_auto_directory">
         <field name="action_id" ref="action_config_auto_directory"/>
-        <field name="state">open</field>
+        <field name="type">automatic</field>
     </record>
   </data>
 </openerp>