Nimesh Contractor(Open ERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-911769-nco into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #911769 in OpenERP Addons: "[trunk] Marketing campaign - Mandatory to 
save the campaign to create new activities"
  https://bugs.launchpad.net/openobject-addons/+bug/911769

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-911769-nco/+merge/87728

Hello,

     I have remove the required attribute from m2o compaign_id of 
marketing.campaign.activity .

Thank You,
  NCO.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-911769-nco/+merge/87728
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-911769-nco.
=== modified file 'marketing_campaign/marketing_campaign.py'
--- marketing_campaign/marketing_campaign.py	2011-12-31 07:57:20 +0000
+++ marketing_campaign/marketing_campaign.py	2012-01-06 11:39:24 +0000
@@ -404,7 +404,7 @@
     _columns = {
         'name': fields.char('Name', size=128, required=True),
         'campaign_id': fields.many2one('marketing.campaign', 'Campaign',
-                                            required = True, ondelete='cascade', select=1),
+                                            ondelete='cascade', select=1),
         'object_id': fields.related('campaign_id','object_id',
                                       type='many2one', relation='ir.model',
                                       string='Object', readonly=True),

_______________________________________________
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