[FIX] domain -> context

bzr revid: fp@tinyerp.com-20111125171339-gzyt8ozus7satfvs
This commit is contained in:
Fabien Pinckaers 2011-11-25 18:13:39 +01:00
commit 944d163657
1 changed files with 2 additions and 0 deletions

View File

@ -281,6 +281,7 @@
<field name="res_model">res.partner.title</field>
<field name="view_type">form</field>
<field name="domain">[('domain','=','partner')]</field>
<field name="context">{'default_domain': 'partner'}</field>
<field name="help">Manage the partner titles you want to have available in your system. The partner titles is the legal status of the company: Private Limited, SA, etc.</field>
</record>
@ -292,6 +293,7 @@
<field name="res_model">res.partner.title</field>
<field name="view_type">form</field>
<field name="domain">[('domain','=','contact')]</field>
<field name="context">{'default_domain': 'contact'}</field>
<field name="help">Manage the contact titles you want to have available in your system and the way you want to print them in letters and other documents. Some example: Mr., Mrs. </field>
</record>