import odoorpc
odoo.env['account.invoice'].search(['partner_id', '=', 1])
Raises this exception;
odoorpc.error.RPCError: Invalid leaf partner_id
Expected:
returns a resultset of all invoices for that account
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
import odoorpc
odoo.env['account.invoice'].search(['partner_id', '=', 1])
Raises this exception;
odoorpc.error.RPCError: Invalid leaf partner_id
Expected:
returns a resultset of all invoices for that account
Search take as param a list of tuple ! So search([('partner_id','=', 1)])
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
1
2月 25
|
1497 | ||
|
3
7月 20
|
13036 | ||
|
0
9月 19
|
98 | ||
|
1
7月 17
|
4343 | ||
|
4
8月 16
|
8518 |