c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #03052
[Bug 522562] Re: Arithmetic operations and Average/min/max aggregate functions in tree views
Out of scope for the v6 but nice to have in the next release
** Changed in: openobject-client
Status: Confirmed => Won't Fix
** Changed in: openobject-server
Status: Confirmed => Won't Fix
** Changed in: openobject-client-web
Status: Confirmed => Won't Fix
--
Arithmetic operations and Average/min/max aggregate functions in tree views
https://bugs.launchpad.net/bugs/522562
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject GTK Client: Won't Fix
Status in OpenObject Web Client: Won't Fix
Status in OpenObject Server: Won't Fix
Bug description:
Wishlist:
1. We have a sum="" attribure in field definition in tree views.
An average="" would be a very usefull addition.
Example :
<field name="amount_untaxed" sum="Total Untaxed Amount" average="Average Untaxed Amount"/>
2.It can have a new attribute in tree views to get the max/min values displayed on the bottom of the view.
Example:
<field name="amount_untaxed" min="Smallest amount" min="Biggest Amount" />