Amit Parmar (OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-config-clean-thunderbird_outlook_knowledge_app_config_wizards_prevantion-aar
into lp:~openerp-dev/openobject-addons/trunk-config-clean.
Requested reviews:
Amit (Open ERP) (apa-tiny)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-config-clean-thunderbird_outlook_knowledge_app_config_wizards_prevantion-aar/+merge/79069
Hello Sir,
I have made changes such that the wizards
"Install_thunderbird_plug-in","install_outlook_plug-in" and
"Knowledge_application_configuration" of document and document_ftp are
prevented from launching automatic.
Thanks,
Amit Parmar
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-config-clean-thunderbird_outlook_knowledge_app_config_wizards_prevantion-aar/+merge/79069
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-config-clean.
=== modified file 'document/wizard/document_configuration_view.xml'
--- document/wizard/document_configuration_view.xml 2011-10-01 19:21:15 +0000
+++ document/wizard/document_configuration_view.xml 2011-10-12 07:17:33 +0000
@@ -46,7 +46,7 @@
<record model="ir.actions.todo" id="config_auto_directory">
<field name="action_id" ref="action_config_auto_directory"/>
<field name="category_id" ref="category_knowledge_mgmt_config"/>
- <field name="type">automatic</field>
+ <field name="type">manual</field>
</record>
</data>
</openerp>
=== modified file 'document_ftp/wizard/ftp_configuration_view.xml'
--- document_ftp/wizard/ftp_configuration_view.xml 2011-07-29 14:03:24 +0000
+++ document_ftp/wizard/ftp_configuration_view.xml 2011-10-12 07:17:33 +0000
@@ -49,7 +49,7 @@
<field name="action_id" ref="action_config_auto_directory"/>
<field name="category_id" ref="document.category_knowledge_mgmt_config"/>
<field name="groups_id" eval="[(6,0,[ref('base.group_extended')])]"/>
- <field name="type">automatic</field>
+ <field name="type">manual</field>
</record>
</data>
</openerp>
=== modified file 'outlook/outlook_installer.xml'
--- outlook/outlook_installer.xml 2011-10-02 17:42:15 +0000
+++ outlook/outlook_installer.xml 2011-10-12 07:17:33 +0000
@@ -57,7 +57,7 @@
<field name="action_id" ref="action_outlook_installer"/>
<field name="category_id" ref="base.category_sales_management_config"/>
<field name="sequence">4</field>
- <field name="type">automatic</field>
+ <field name="type">manual</field>
</record>
<record id="action_outlook_wizard" model="ir.actions.act_window">
=== modified file 'thunderbird/thunderbird_installer.xml'
--- thunderbird/thunderbird_installer.xml 2011-10-02 17:42:15 +0000
+++ thunderbird/thunderbird_installer.xml 2011-10-12 07:17:33 +0000
@@ -59,7 +59,7 @@
<field name="action_id" ref="action_thunderbird_installer"/>
<field name="category_id" ref="base.category_sales_management_config"/>
<field name="sequence">3</field>
- <field name="type">automatic</field>
+ <field name="type">manual</field>
</record>
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp