Priyesh (OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/6.0-opw-16819-pso into
lp:openobject-addons/6.0.
Requested reviews:
OpenERP Core Team (openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-opw-16819-pso/+merge/72564
Hello,
I have fixed AssertionError of Fields in 'groupby' must appear in the list of
fields to read (perhaps it's missing in the list view?)(case:16819)
To reproduce, Go to the Product --> Open Product Category (m2o) --> Open any
account (m2o) for ex: Stock Income Account --> In search view of account: click
on Account Type appeared in Groupby.
Thanks,
--
https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-opw-16819-pso/+merge/72564
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/6.0-opw-16819-pso.
=== modified file 'account/account_view.xml'
--- account/account_view.xml 2011-07-01 08:55:01 +0000
+++ account/account_view.xml 2011-08-23 12:59:02 +0000
@@ -267,6 +267,7 @@
<field name="name">account.account.tree</field>
<field name="model">account.account</field>
<field name="type">tree</field>
+ <field name="priority">30</field>
<field name="field_parent">child_id</field>
<field name="arch" type="xml">
<tree colors="blue:type in ('view');black:type in ('other','receivable','payable','consolidation');gray:type in ('closed')" string="Chart of accounts" toolbar="1" >
_______________________________________________
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