Reviewers: ,
Please review this at http://codereview.tryton.org/5002/ Affected files: M dashboard.py Index: dashboard.py =================================================================== --- a/dashboard.py +++ b/dashboard.py @@ -11,7 +11,7 @@ select=1) sequence = fields.Integer('Sequence') act_window = fields.Many2One('ir.action.act_window', 'Action', - required=True) + required=True, ondelete='CASCADE') def __init__(self): super(DashboardAction, self).__init__() -- [email protected] mailing list
