Skip to Content
Menu
This question has been flagged
40 Views

My Odoo version is 18.01 Enterprise.

When i try to install the the Malaysia - E-invoicing App, it always prompt the below issue :

Element '<xpath expr="//ul[@name=&#39;company_address_list&#39;]">' cannot be located in parent view

View error context:
{'file': '/usr/lib/python3/dist-packages/odoo/addons/l10n_my_ubl_pint/views/report_invoice.xml',
 'line': 1,
 'name': 'l10n_my_ubl_pint_external_layout_standard',
 'view': ir.ui.view(2446,),
 'view.model': False,
 'view.parent': ir.ui.view(204,),
 'xmlid': 'l10n_my_ubl_pint_external_layout_standard'}


The above server error caused the following client error:
RPC_ERROR: Odoo Server Error
    RPC_ERROR
        at makeErrorFromResponse (https://oocgrouptech.com/web/assets/f820600/web.assets_web.min.js:3143:163)
        at XMLHttpRequest.<anonymous> (https://oocgrouptech.com/web/assets/f820600/web.assets_web.min.js:3148:13)


But when i view the file /usr/lib/python3/dist-packages/odoo/addons/l10n_my_ubl_pint/views/report_invoice.xml, i can see the elements are in the file.


What is the problems ?


Avatar
Discard