Randhir Mayatra (OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-config-wizard-apa-Knowladge-wizard-rma
into lp:~openerp-dev/openobject-addons/trunk-config-wizard-apa.
Requested reviews:
Amit Patel (OpenERP) (apa-tiny)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-config-wizard-apa-Knowladge-wizard-rma/+merge/115930
Hello Sir,
I have Make changes into the Wizard Knowledge.
Thank you.
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-config-wizard-apa-Knowladge-wizard-rma/+merge/115930
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-config-wizard-apa.
=== modified file 'knowledge/res_config_view.xml'
--- knowledge/res_config_view.xml 2012-07-09 05:27:38 +0000
+++ knowledge/res_config_view.xml 2012-07-20 10:05:30 +0000
@@ -1,3 +1,4 @@
+
<openerp>
<data>
@@ -6,27 +7,47 @@
<field name="model">knowledge.config.settings</field>
<field name="type">form</field>
<field name="arch" type="xml">
- <form string="Configure Knowledge" version="7.0">
+ <form string="Configure Knowledge" class= "oe_form_configuration" version="7.0">
<header>
<button string="Apply" type="object" name="execute" class="oe_highlight"/>
or
<button string="Cancel" type="object" name="cancel" class="oe_link"/>
</header>
- <group>
- <group string="Wiki">
- <field name="module_wiki_faq"/>
- <field name="module_wiki_quality_manual"/>
- </group>
- <group string="Documents">
- <field name="module_document"/>
- <field name="module_document_ftp"/>
- <field name="module_document_webdav"/>
- </group>
- </group>
+ <separator string="Wiki"/>
+ <group>
+ <label for="id" string="Wiki Settings"/>
+ <div>
+ <div>
+ <field name="module_wiki_faq" class="oe_inline"/>
+ <label for="module_wiki_faq"/>
+ </div>
+ <div>
+ <field name="module_wiki_quality_manual" class="oe_inline"/>
+ <label for="module_wiki_quality_manual"/>
+ </div>
+ </div>
+ </group>
+ <separator string="Documents"/>
+ <group>
+ <label for="id" string="Documents Settings"/>
+ <div>
+ <div>
+ <field name="module_document" class="oe_inline"/>
+ <label for="module_document"/>
+ </div>
+ <div>
+ <field name="module_document_ftp" class="oe_inline"/>
+ <label for="module_document_ftp"/>
+ </div>
+ <div>
+ <field name="module_document_webdav" class="oe_inline"/>
+ <label for="module_document_webdav"/>
+ </div>
+ </div>
+ </group>
</form>
</field>
</record>
-
<record id="action_knowledge_configuration" model="ir.actions.act_window">
<field name="name">Configure Knowledge</field>
<field name="res_model">knowledge.config.settings</field>
_______________________________________________
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