[IMP] add a help when no method is created

This commit is contained in:
Guewen Baconnier
2013-01-04 09:24:03 +01:00
parent b0b518898d
commit 9cd7e280b0

View File

@@ -22,7 +22,7 @@
type="object"/>
</header>
<sheet>
<separator colspan="4" string="Task Information" />
<separator colspan="4" string="Profile Information" />
<group>
<group>
<field name="name" select="1"/>
@@ -95,6 +95,16 @@ The lines should have the same amount (with the write-off) and the same referenc
<field name="res_model">account.easy.reconcile</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
<field name="help" type="html">
<p class="oe_view_nocontent_create">
Click to add a reconciliation profile.
</p><p>
A reconciliation profile specifies, for one account, how
the entries should be reconciled.
You can select one or many reconciliation methods which will
be run sequentially to match the entries between them.
</p>
</field>
</record>