Odooers论坛

欢迎!

该社区面向专业人士和我们产品和服务的爱好者。
分享和讨论最好的内容和新的营销理念,建立您的专业形象,一起成为更好的营销人员。


0

Error upon printing invoice

形象
odoo
形象
丢弃
1 答案
0
形象
odoo
最佳答案

Hi,

You need to define ''t-att-data-oe-model' and 't-att-data-oe-id' ' in your external_layout.

Like this:

<div class="article o_report_layout_standard" t-att-data-oe-model="o and o._name" t-att-data-oe-id="o and o.id">


    <t t-call="web.address_layout"/>


    <t t-raw="0"/>


</div>


Regards

形象
丢弃