c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #03021
[Bug 522562] Re: Arithmetic operations and Average/min/max aggregate functions in tree views
** Changed in: openobject-client-web
Milestone: 6.0 => None
** Changed in: openobject-client-web
Status: New => Confirmed
** Changed in: openobject-client
Status: New => Confirmed
** Changed in: openobject-server
Status: New => Confirmed
--
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: Confirmed
Status in OpenObject Web Client: Confirmed
Status in OpenObject Server: Confirmed
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" />