跳至内容
菜单
此问题已终结
6965 查看

H i  everyone, I am using an Odoo 10 and I encountered an error(see error below) and I don't know what this means.  This error occurred when I made a customized template for the vendor bill report.  Would anyone know the solution to this? thanks!

Error to render compiling AST
MissingError: (u'Record does not exist or has been deleted. ', None)
Template: 1176
Path: / templates / t / t / t / t [1]
Node: <t t-call = "account.report_vendor_bill_header" t-lang = "o.partner_id.lang" />

 

My code:

<template id = "report_vendor_bill">

            <t t-call = "report.html_container">

                <t-foreach = "docs" t-as = "o">

                    <t t-call = "account_custom.report_vendor_bill_header" t-lang = "o.partner_id.lang" />

                    <t t-call = "account_custom.report_vendor_bill_document" t-lang = "o.partner_id.lang" />

                </t>

            </t>

        </template>

形象
丢弃
相关帖文 回复 查看 活动
0
6月 24
7
3
2月 20
16812
1
7月 19
4038
2
8月 23
3007
0
1月 24
1967