I don't want to using limit!?????
what to do
a = sock.execute_kw(dbname, uid, pwd,'mail.message', 'search_read',[[]],{'fields': [],'limit': 5})
(My English is poor!!sorry)
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I don't want to using limit!?????
what to do
a = sock.execute_kw(dbname, uid, pwd,'mail.message', 'search_read',[[]],{'fields': [],'limit': 5})
(My English is poor!!sorry)
Hi,
Please Try tlike this :
a = sock.execute_kw(dbname, uid, pwd, 'mail.message', 'search_read', [[]], {})
Hope it will help you.
Up Vote Please.
Hi,
If u don't want to use it, you can simly pass empty dictionary, as:
a = sock.execute_kw(dbname, uid, pwd,'mail.message', 'search_read',0, False, False, {})
Hope it helps!
a = sock.execute_kw(dbname, uid, pwd,'mail.message', 'search_read',0, False, False, {})
but it was still no go
are you getting any bug?, can u please explain what are u getting?
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up