Merge lp:~openerp-dev/openobject-addons/6.1-opw-582102-nep into lp:openobject-addons/6.1

Proposed by Nehal Panchal (OpenERP)
Status: Approved
Approved by: Naresh(OpenERP)
Approved revision: 7083
Proposed branch: lp:~openerp-dev/openobject-addons/6.1-opw-582102-nep
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-582102-nep
Reviewer Review Type Date Requested Status
Naresh(OpenERP) Pending
Review via email: mp+136329@code.launchpad.net

Description of the change

Hello,

When create period from fiscal year form, web-client will throw traceback as "unknown field 'state' in domain" due to state based domain.

This fixes the issue.

Thanks

To post a comment you must log in.

Unmerged revisions

7083. By Nehal Panchal (OpenERP)

[FIX] account : Fixed the issue of missing state field in form view of fiscal year

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account/account_view.xml'
2--- account/account_view.xml 2012-05-28 06:02:51 +0000
3+++ account/account_view.xml 2012-11-27 07:05:24 +0000
4@@ -28,6 +28,7 @@
5 <field name="date_start"/>
6 <field name="date_stop"/>
7 <field name="special"/>
8+ <field name="state"/>
9 </form>
10 </field>
11 <separator colspan="4" string="States"/>