标签: odoo
我在odoo 11中遇到此错误:
field = model._fields[fname] KeyError: 'order_line'
我尝试编写一个函数来计算模块account.invoice中的记录数。
account.invoice
要在@api.depends('argument_to_put_here')中加上什么参数?
@api.depends('argument_to_put_here')