[IMP]:marketing_campaign,document

bzr revid: apa@tinyerp.com-20120606062720-85l1h6zcpi429f59
This commit is contained in:
Amit Patel (OpenERP) 2012-06-06 11:57:20 +05:30
commit 0c91b58350
2 changed files with 3 additions and 3 deletions

View File

@ -10,9 +10,9 @@
<form position="attributes">
<attribute name="string">Knowledge Application Configuration</attribute>
</form>
<separator string="title" position="attributes">
<group string="res_config_contents" position="attributes">
<attribute name="string">Configure Directories</attribute>
</separator>
</group>
<xpath expr="//label[@string='description']" position="attributes">
<attribute name="string">OpenERP's Document Management System supports mapping virtual folders with documents. The virtual folder of a document can be used to manage the files attached to the document, or to print and download any report. This tool will create directories automatically according to modules installed.</attribute>
</xpath>

View File

@ -9,7 +9,7 @@
<field name="type">form</field>
<field name="inherit_id" ref="base.view_partner_form"/>
<field name="arch" type="xml">
<xpath expr="/form/notebook/page[@string='History']" position="attributes">
<xpath expr="//page[@string='History']" position="attributes">
<attribute name="invisible">False</attribute>
</xpath>
</field>