[FIX] account_demo.xml:change the stop date in fiscal year period of February for leap year

lp bug: https://launchpad.net/bugs/912793 fixed

bzr revid: jap@tinyerp.com-20120120110329-bij7fnas93nawvg5
This commit is contained in:
Jagdish Panchal (Open ERP) 2012-01-20 16:33:29 +05:30
parent abdd7ee80a
commit 66e7fce7e1
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
<field eval="True" name="special"/>
<field name="fiscalyear_id" ref="data_fiscalyear"/>
<field eval="time.strftime('%Y')+'-02-01'" name="date_start"/>
<field eval="time.strftime('%Y')+'-02-28'" name="date_stop"/>
<field eval="time.strftime('%Y')+'-02-29'" name="date_stop"/>
<field name="company_id" ref="base.main_company"/>
</record>
<record id="period_3" model="account.period">