[FIX] Account_invoice_layout : Sequence should be set in default

bzr revid: jvo@tinyerp.com-20100602141509-w77u5uz97btr20ty
This commit is contained in:
Jay (Open ERP) 2010-06-02 19:45:09 +05:30
parent e0a5872e0f
commit fbf74a6937
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ class account_invoice_line(osv.osv):
_defaults = {
'state': lambda *a: 'article',
'sequence': lambda *a : 0,
# 'account_id': _default_account
}
account_invoice_line()