[FIX] crm: typo

bzr revid: hmo@tinyerp.com-20121005080841-bti2swdj7kosxse7
This commit is contained in:
Harry (OpenERP) 2012-10-05 13:38:41 +05:30
parent 82ab8bf9a3
commit 4dc1a8b348
1 changed files with 2 additions and 2 deletions

View File

@ -8,11 +8,11 @@
<field name="inherit_id" ref="base_action_rule.view_base_action_rule_form"/>
<field name="arch" type="xml">
<xpath expr="//group[@name='partner']" position="after">
<group name="case" string="Condition Case Fields">
<group name="case" string="Conditions on Case Fields">
<field name="trg_section_id" widget="selection"/>
<field name="trg_categ_id"/>
</group>
<group name="communication" string="Condition on Communication History">
<group name="communication" string="Conditions on Communication History">
<field name="regex_history"/>
<field name="trg_max_history"/>
</group>