Jagdish Panchal (Open ERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-912793-jap into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #912793 in OpenERP Addons: "Wrong dates in periods - Financial Accounting"
  https://bugs.launchpad.net/openobject-addons/+bug/912793

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-912793-jap/+merge/89411

Hello,

account_demo.xml: Change the date_stop of fiscal year period for the leap year. 
--fixes=lp:912793

Thanks
JAP 
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-912793-jap/+merge/89411
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-912793-jap.
=== modified file 'account/demo/account_demo.xml'
--- account/demo/account_demo.xml	2011-12-19 16:54:40 +0000
+++ account/demo/account_demo.xml	2012-01-20 11:14:26 +0000
@@ -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">

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to