c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #09117
[Bug 692694] Re: [6.0] sales analysis - can not sort group by product
Hello,
This was a tricky one, due to the way the natural order of objects are
used indirectly when referenced by a m2o in reporting group-by's.
We have added the name_template field to product.product, but as a fields.related (stored) instead of a function field.
This is available as of addons revision 4036 odo@xxxxxxxxxxx-20101221193442-rruy5ghpb1mtguch.
A server-side fix was needed as well to support multiple clauses for
_order of m2o relationships. This is fixed as of server revision 3140
odo@xxxxxxxxxxx-20101221192344-q1ny20ac6u5h7mw8.
Thanks for reporting and for the suggested patch (which should have
worked with the server-side fix)
** Changed in: openobject-server
Status: Confirmed => Fix Released
** Changed in: openobject-server
Milestone: None => 6.0-rc2
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/692694
Title:
[6.0] sales analysis - can not sort group by product
Status in OpenObject Server:
Fix Released
Bug description:
currently only the partner can be sorted
product is not sortable - neither as main group nor as subgroup of partner
IMHO this is NOT enterprise ready
see screenshot
also in
./stock/report/report_stock_view.xml: <field name="name">Last Product Inventories</field>
Products can't be sorted by name - big usability issue
BTW for inventory it is necessary to group by stock location - if not how shall someone count the real quantities which might be distributed ibn stock locations over the country....?
if the company uses lots it should be groupable by lots too.
References