~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to account_override/invoice.py

UF-558 [ADD] Adapt new wizard to register lines

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
        """
35
35
        Give function to use when changing invoice to open state
36
36
        """
 
37
        if not context:
 
38
            context = {}
37
39
        if not self.action_date_assign(cr, uid, ids, context, args):
38
40
            return False
39
41
        if not self.action_move_create(cr, uid, ids, context, args):