Jigar Amin  (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-802923-jam into 
lp:openobject-addons.

Requested reviews:
  Bhumika (OpenERP) (sbh-openerp)
Related bugs:
  Bug #802923 in OpenERP Addons: "[TRUNK] crm meeting reccurrent monthly"
  https://bugs.launchpad.net/openobject-addons/+bug/802923

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-802923-jam/+merge/66248

Changes :
  + Bug #802923 - [TRUNK] crm meeting reccurrent monthly
    - Day value in function field was not being stored so make it store to get 
updated value
Kindly Review This
Thank You



-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-802923-jam/+merge/66248
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-802923-jam.
=== modified file 'base_calendar/base_calendar.py'
--- base_calendar/base_calendar.py	2011-06-28 16:08:29 +0000
+++ base_calendar/base_calendar.py	2011-06-29 07:24:39 +0000
@@ -1023,7 +1023,7 @@
         'exrule': fields.char('Exception Rule', size=352, help="Defines a \
 rule or repeating pattern of time to exclude from the recurring rule."),
         'rrule': fields.function(_get_rulestring, type='char', size=124, method=True, \
-                                    string='Recurrent Rule'),
+                                    store=True, string='Recurrent Rule'),
         'rrule_type': fields.selection([('none', ''), ('daily', 'Daily'), \
                             ('weekly', 'Weekly'), ('monthly', 'Monthly'), \
                             ('yearly', 'Yearly'),],

_______________________________________________
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