Merge lp:~openerp-dev/openobject-addons/6.1-opw-581777-skh into lp:openobject-addons/6.1

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

Description of the change

Hello Sir,

[Backported] : Bank account types have no report type.

code back-ported from the trunk addons revision:6621

Kindly review the branch and please share your views on it.

Thanks & Regards,
Somesh Khare

To post a comment you must log in.

Unmerged revisions

7075. By Somesh Khare

[Backport]: Backported from the trunk revision: 6621 (Reference: Case 581777)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account/data/data_account_type.xml'
2--- account/data/data_account_type.xml 2012-01-31 13:36:57 +0000
3+++ account/data/data_account_type.xml 2012-11-20 10:53:20 +0000
4@@ -22,6 +22,7 @@
5 <field name="name">Bank</field>
6 <field name="code">bank</field>
7 <field name="close_method">balance</field>
8+ <field name="report_type">asset</field>
9 </record>
10 <record model="account.account.type" id="data_account_type_cash">
11 <field name="name">Cash</field>