[IMP]improve document view for congfiguration

bzr revid: sgo@tinyerp.com-20120606124349-i1vlsq96vpjshgpm
This commit is contained in:
Sanjay Gohel (Open ERP) 2012-06-06 18:13:49 +05:30
parent 645b37da0c
commit 97eaec0830
2 changed files with 8 additions and 10 deletions

View File

@ -13,19 +13,17 @@
<separator string="title" position="attributes">
<attribute name="string">Configure Your Chart of Accounts</attribute>
</separator>
<!-- Removed description from main view.-->
<!--<xpath expr="//label[@string='description']" position="attributes">-->
<!-- <attribute name="string">The default Chart of Accounts is matching your country selection. If no certified Chart of Accounts exists for your specified country, a generic one can be installed and will be selected by default.</attribute>-->
<!--</xpath>-->
<xpath expr="//label[@string='description']" position="attributes">
<attribute name="string">The default Chart of Accounts is matching your country selection. If no certified Chart of Accounts exists for your specified country, a generic one can be installed and will be selected by default.</attribute>
</xpath>
<xpath expr="//button[@string='Install Modules']" position="attributes">
<attribute name="string">Configure</attribute>
</xpath>
<!-- Removed vsep from main view.-->
<!--<xpath expr="//separator[@string=&quot;vsep&quot;]" position="attributes">-->
<!-- <attribute name="rowspan">23</attribute>-->
<!-- <attribute name="string"/>-->
<!--</xpath>-->
<xpath expr="//separator[@string=&quot;vsep&quot;]" position="attributes">
<attribute name="rowspan">23</attribute>
<attribute name="string"/>
</xpath>
<group colspan="8" position="inside">
<group colspan="4" width="600">
<field name="charts"/>

View File

@ -4,7 +4,7 @@
<field name="name">Knowledge Application</field>
<field name="model">knowledge.config.settings</field>
<field name="type">form</field>
<field name="inherit_id" ref="base_setup.view_knowledge_configuration"/>
<field name="inherit_id" ref="knowledge.view_knowledge_configuration"/>
<field name="arch" type="xml">
<field name="module_document_ftp" position="after">
<field name="document_ftp_url" widget="url"/>