0

知道为什么我不能在 Odoo 14 试用版中导入我的自定义模块吗?它在我的本地工作,但是当我导入我的自定义模块时,出现了这个错误。我已经在清单中定义了它。它也没有拼写错误。

导入模块“invoice_print_layout”时出错。

在解析 /tmp/tmp3d2t9a6s/invoice_print_layout/views/sales_invoice_form.xml:3 时,靠近

<record id="view_move_form_custom_ipl" model="ir.ui.view">
            <field name="name">account.move.form.custom.ipl</field>
            <field name="model">account.move</field>
            <field name="inherit_id" ref="account.view_move_form"/>
            <field name="arch" type="xml">
                 <data><xpath expr="//field[@name='payment_reference']" position="after">
                    <field name="inv_note" string="Note"/>
                </xpath>
                
                <xpath expr="//field[@name='quantity']" position="after">
                    <field name="cus_uom_selection" string="Unit"/>
                </xpath>
            </data></field>
        </record> 

确保已安装这些模块,然后重试。

accountSaaS试用版中不允许我依赖模块是真的吗?请赐教。谢谢

4

0 回答 0