credativ team mailing list archive
-
credativ team
-
Mailing list archive
-
Message #06143
[Branch ~credativ/openobject-addons/6.1] Rev 7071: [FIX] Apply partner filter on addresses for claims
------------------------------------------------------------
revno: 7071
committer: Craig Gowing (credativ) <craig.gowing@xxxxxxxxxxxxxx>
branch nick: addons
timestamp: Wed 2015-07-01 08:04:31 +0100
message:
[FIX] Apply partner filter on addresses for claims
modified:
crm_claim/crm_claim.py
--
lp:~credativ/openobject-addons/6.1
https://code.launchpad.net/~credativ/openobject-addons/6.1
Your team credativ is subscribed to branch lp:~credativ/openobject-addons/6.1.
To unsubscribe from this branch go to https://code.launchpad.net/~credativ/openobject-addons/6.1/+edit-subscription
=== modified file 'crm_claim/crm_claim.py'
--- crm_claim/crm_claim.py 2011-12-21 22:15:04 +0000
+++ crm_claim/crm_claim.py 2015-07-01 07:04:31 +0000
@@ -71,7 +71,7 @@
'company_id': fields.many2one('res.company', 'Company'),
'partner_id': fields.many2one('res.partner', 'Partner'),
'partner_address_id': fields.many2one('res.partner.address', 'Partner Contact', \
- # domain="[('partner_id','=',partner_id)]"
+ domain="[('partner_id','=',partner_id)]"
),
'email_cc': fields.text('Watchers Emails', size=252, help="These email addresses will be added to the CC field of all inbound and outbound emails for this record before being sent. Separate multiple email addresses with a comma"),
'email_from': fields.char('Email', size=128, help="These people will receive email."),