Merge lp:~openerp-dev/openobject-addons/6.1-opw-598907-dhs into lp:openobject-addons/6.1

Proposed by Dhruti Shastri(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/6.1-opw-598907-dhs
Merge into: lp:openobject-addons/6.1
Diff against target: 11 lines (+1/-0)
1 file modified
account/account_view.xml (+1/-0)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/6.1-opw-598907-dhs
Reviewer Review Type Date Requested Status
Naresh(OpenERP) Pending
Review via email: mp+190371@code.launchpad.net

Description of the change

Account

To reproduce this bug with default configuration :

- Go to: Accounting/Configuration/Financial Accounting/Periods/Fiscal Years
- Try to Open Periods from Fiscal Year

It gives traceback as follows:

Uncaught Error: Unknown field state in domain [["state","in",["done"]]]

To post a comment you must log in.

Unmerged revisions

7258. By Dhruti Shastri(OpenERP)

[account] : Opening Period from Fiscal years form gives error (Case:598907)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'account/account_view.xml'
--- account/account_view.xml 2013-03-13 09:17:04 +0000
+++ account/account_view.xml 2013-10-10 13:30:55 +0000
@@ -28,6 +28,7 @@
28 <field name="date_start"/>28 <field name="date_start"/>
29 <field name="date_stop"/>29 <field name="date_stop"/>
30 <field name="special"/>30 <field name="special"/>
31 <field name='state' invisible="1" />
31 </form>32 </form>
32 </field>33 </field>
33 <separator colspan="4" string="States"/>34 <separator colspan="4" string="States"/>