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>
これらのモジュールがインストールされていることを確認して、再試行してください。
account
SaaS試用版のモジュールを依存できないというのは本当ですか? 教えてください。ありがとうございました