removed temporary code of account fiscal year.

bzr revid: jvo@tinyerp.com-20080729112243-296lqcm8611s2n53
This commit is contained in:
Jay Vora 2008-07-29 16:52:43 +05:30
parent ab7203e49e
commit 9381f3085b
1 changed files with 0 additions and 1 deletions

View File

@ -497,7 +497,6 @@ class account_fiscalyear(osv.osv):
_defaults = {
'state': lambda *a: 'draft',
# 'period_ids':lambda *a:[3],
}
_order = "date_start"
def create_period3(self,cr, uid, ids, context={}):