c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #08431
[Bug 522562] Re: Arithmetic operations and Average/min/max aggregate functions in tree views
Why not mark this one "triaged" ?
** Tags added: long-term
--
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/522562
Title:
Arithmetic operations and Average/min/max aggregate functions in tree views
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" />