Dears,
Again Plz let me know how to make this filter work, adding filter on partners search form:
<field name="credit_limit"/> <filter name="credit limit"
domain="[('credit','>',credit_limit)]"/>
Applying this filter gives below error:
I googled many times to find a solution without finding anyone .
the simple form [('credit_limit','<',credit)] always returns the error "can not convert string to float" where string is credit and float is credit_limit.
is there any way to say [('credit_limit','<',valueof(credit))]
or [('field1','=',valueof(field2))] ??
Regards,
On 10/26/2014 01:11 PM, Mohamed M.
Hagag wrote:
|
_______________________________________________ Mailing list: https://launchpad.net/~openerp-community Post to : openerp-community@lists.launchpad.net Unsubscribe : https://launchpad.net/~openerp-community More help : https://help.launchpad.net/ListHelp