openerp-dev-web team mailing list archive
-
openerp-dev-web team
-
Mailing list archive
-
Message #03167
[Merge] lp:~openerp-dev/openobject-addons/trunk-bug-719859-jam into lp:openobject-addons
Jigar Amin - OpenERP has proposed merging lp:~openerp-dev/openobject-addons/trunk-bug-719859-jam into lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
Related bugs:
#719859 [PS] Lead : opt-in opt-out
https://bugs.launchpad.net/bugs/719859
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-719859-jam/+merge/50271
Hello,
Changes Proposed for Merging:
+ lp:719859 [PS] Lead : opt-in opt-out
Kindly Review this.
Thank You
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-719859-jam/+merge/50271
Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-bug-719859-jam.
=== modified file 'crm/crm_lead_view.xml'
--- crm/crm_lead_view.xml 2011-01-14 00:11:01 +0000
+++ crm/crm_lead_view.xml 2011-02-18 04:38:12 +0000
@@ -151,8 +151,8 @@
</group>
<group colspan="2" col="2">
<separator string="Mailings" colspan="2" col="2"/>
- <field name="optin"/>
- <field name="optout"/>
+ <field name="optin" attrs="{'readonly':[('optout','=',True)]}"/>
+ <field name="optout" attrs="{'readonly':[('optin','=',True)]}"/>
</group>
<group colspan="2" col="2">
<separator string="Statistics" colspan="2" col="2"/>
Follow ups