Merge lp:~openerp-dev/openobject-addons/trunk-bug-872695-ksa into lp:openobject-addons

Proposed by Kirti Savalia(OpenERP)
Status: Merged
Merged at revision: 5360
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-872695-ksa
Merge into: lp:openobject-addons
Diff against target: 11 lines (+1/-0)
1 file modified
account/project/project_view.xml (+1/-0)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-872695-ksa
Reviewer Review Type Date Requested Status
Rucha (Open ERP) (community) Approve
qdp (OpenERP) Pending
Review via email: mp+79079@code.launchpad.net

Description of the change

Group By state in analytic accounts.

To post a comment you must log in.
Revision history for this message
Rucha (Open ERP) (rpa-openerp) :
review: Approve
Revision history for this message
qdp (OpenERP) (qdp) wrote :

this is solving the crashing issue, but does not really help as the state field is not present in the form view of account.analytic.account. Well, actually this field seems more usefull for projects or contracts management...

So i applied your patch + added groups='base.group_no_one' on the filter button 'state', so that if someone wants to enable that button in his custom module he can do it easily and it won't crash.

thanks

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account/project/project_view.xml'
2--- account/project/project_view.xml 2011-09-17 11:03:17 +0000
3+++ account/project/project_view.xml 2011-10-12 08:54:17 +0000
4@@ -65,6 +65,7 @@
5 <field name="debit"/>
6 <field name="credit"/>
7 <field name="balance"/>
8+ <field name="state" invisible="1"/>
9 <field name="currency_id" groups="base.group_extended"/>
10 <field name="date" invisible="1"/>
11 <field name="user_id" invisible="1"/>

Subscribers

People subscribed via source and target branches

to all changes: