Divyesh Makwana(OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-bug-924200-mdi into
lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
Related bugs:
Bug #924200 in OpenERP Addons: "[6.1] account demo data - wrong periods'
definition for field special"
https://bugs.launchpad.net/openobject-addons/+bug/924200
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-924200-mdi/+merge/91058
Hello Sir,
I have fix the issue: https://bugs.launchpad.net/openobject-addons/+bug/924200
"account demo data - wrong period's definition for field special".
Thanks and Regards,
Divyesh Makwana(MDI)
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-924200-mdi/+merge/91058
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-bug-924200-mdi.
=== modified file 'account/demo/account_demo.xml'
--- account/demo/account_demo.xml 2012-01-31 13:36:57 +0000
+++ account/demo/account_demo.xml 2012-02-01 11:54:47 +0000
@@ -17,7 +17,15 @@
<!--
Fiscal Periods
-->
-
+ <record id="period_0" model="account.period">
+ <field eval="'00/'+time.strftime('%Y')" name="code"/>
+ <field eval="'X Opening Period'+time.strftime('%Y')" name="name"/>
+ <field eval="True" name="special"/>
+ <field name="fiscalyear_id" ref="data_fiscalyear"/>
+ <field eval="time.strftime('%Y')+'-01-01'" name="date_start"/>
+ <field eval="time.strftime('%Y')+'-01-01'" name="date_stop"/>
+ <field name="company_id" ref="base.main_company"/>
+ </record>
<record id="period_1" model="account.period">
<field eval="'01/'+time.strftime('%Y')" name="code"/>
<field eval="'X 01/'+time.strftime('%Y')" name="name"/>
_______________________________________________
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