Super calendar improvement

Bug #1041957 reported by Sergio Corato
4
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Domsense Agile BG OpenERP Addons
Invalid
Undecided
Unassigned

Bug Description

Changing the field type from datetime to date in v. 6.0, the super_calendar can be used with both date and datetime fields.

Rows modified in super_calendar.py:

'date_start_field_id': fields.many2one('ir.model.fields', 'Start date field',
            domain="['&',('ttype', '=', 'date'),('model_id', '=', name)]",
            required=True),

'date_start':fields.date('Start date', required=True),

Sergio Corato (icsergio)
description: updated
Revision history for this message
Sergio Corato (icsergio) wrote :

Moreover, cron_data.xml could be modified to be active and without limit of call, adding these lines:

     <field name="numbercall">-1</field>
     <field name="active">True</field>

Sergio Corato (icsergio)
Changed in domsense-agilebg-addons:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.