tfr (Openerp) has proposed merging 
lp:~openerp-dev/openerp-int/mck_add_search_affiliation into 
lp:~openerp-dev/openerp-int/mck_addons.

Requested reviews:
  OpenERP R&D Team (openerp-dev)

For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-int/mck_add_search_affiliation/+merge/127688
-- 
https://code.launchpad.net/~openerp-dev/openerp-int/mck_add_search_affiliation/+merge/127688
Your team OpenERP R&D Team is requested to review the proposed merge of 
lp:~openerp-dev/openerp-int/mck_add_search_affiliation into 
lp:~openerp-dev/openerp-int/mck_addons.
=== modified file 'mck_contact/executive.py'
--- mck_contact/executive.py	2012-10-01 13:20:34 +0000
+++ mck_contact/executive.py	2012-10-03 09:50:27 +0000
@@ -213,6 +213,7 @@
         
         'industry_id' : fields.related('partner_id', 'industry_id', type='many2one', relation="mck.company.industry", string='Primary Role Company Industry'),
         'area' : fields.related('job_ids', 'location_id', 'country_id', 'region', type='char', string="Area"),
+        'validate_affiliation' : fields.related('exec_practice_link_ids', 'validated', type='boolean', string="affiliation"),
     }
 
     _order = 'name'

=== modified file 'mck_contact/view/executive.xml'
--- mck_contact/view/executive.xml	2012-10-02 12:50:06 +0000
+++ mck_contact/view/executive.xml	2012-10-03 09:50:27 +0000
@@ -207,6 +207,7 @@
 						<field name="state" groups="mck_base_menu.central_crm_admin"/>
 						<field name="industry_id" string="Primary Role Industry" />
 						<field name="area" string="Area (AM, APAC, EMEA)"/>
+						<field name="validate_affiliation" string="affiliation"/>
 					</group>
 					<newline />
 					<group string="Client Master Name" expand="0">

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to