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

« back to all changes in this revision

Viewing changes to account_subscription/account_move_line.py

  • Committer: jf
  • Date: 2014-05-28 13:16:31 UTC
  • mto: This revision was merged to the branch mainline in revision 2187.
  • Revision ID: jfb@tempo-consulting.fr-20140528131631-13qcl8f5h390rmtu
UFTP-244 [FIX] In sync context, do not auto create the link between account.account and account.destination.link for default destination
this link is created by a dedicated sync rule

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
class account_move_line(osv.osv):
25
25
    _name = "account.move.line"
26
 
    _inherit = "account.move.line" 
27
 
    
 
26
    _inherit = "account.move.line"
 
27
 
28
28
    _columns = {
29
29
        'is_recurring': fields.boolean('Comes from a recurring entry'),
30
30
    }
31
 
    
 
31
 
32
32
account_move_line()
33
 
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
34
 
 
 
 
b'\\ No newline at end of file'
 
33
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
 
 
b'\\ No newline at end of file'