'group_ids':old_fields.many2many('res.groups',relation='mail_wall_widgets_widget_group',column1='widget_id',column2='group_id',string='Groups',help="User groups to show widget"),
'model_id':old_fields.many2one('ir.model',string='Model',help='The model object for the field to evaluate'),
@ -52,6 +54,7 @@ Slice - use "domain" for total and "won_domain" for target
'sequence':old_fields.integer('Sequence',help='Sequence number for ordering'),
}
precision=fields.Float('Precision',help='round(Value/precision) * precision. E.g. 12345,333333 will be rounded to 12345,33 for precision=0.01, and to 12000 for precision=1000',default=0.01)
agenda=fields.Boolean('Agenda',help='Split records by date: overdue, today, tomorrow, later')
_defaults={
'active':True,
'cache':False,
@ -81,10 +84,49 @@ Slice - use "domain" for total and "won_domain" for target