how to search fnct serch method..
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Boekhouding
- Voorraad
- PoS
- Project
- MRP
Deze vraag is gerapporteerd
Hello,
fnct_search implements the search operation for the function field.
The following link will helps you more,
Thanks,
Serpent Consulting Services.
fnct_search: function used to search on this field
def fnct_search(obj, cr, uid, obj, name, args)
returns a list of tuples arguments for search(), e.g. [('id','in',[1,3,5])]
It is needed to search non-stored function fields as OpenERP can not query the database on something that is not stored. (e.g. to use in filters) See the doc.openerp.com.
I knw that is dummy field but how to make filter on that field...
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
Aanmelden