OmniaGit/odooplm

[11.0] Error while installing PLM (fresh ubuntu 20.04)

bitsnaps opened this issue · 1 comments

Hello,

The error appears when installing plm module, here is the msg:

odoo.tools.convert.ParseError: "External ID not found in the system: plm.plm_document_form" while parsing /full/path/to/plm/views/plm_cad_open.xml:101, near
<menuitem name="CAD Opens" action="plm.action_plm_cad_open" id="menu_cad_open" parent="plm.plm_document_form" sequence="15" groups="plm.group_plm_admin,base.group_no_one"/>

Steps to reproduce the behavior:

  1. Install Odoo 11.0 CE
  2. Clone the repo with --branch 11.0 --depth 1
  3. Edit odoo.conf to update the addon-path
  4. Run odoo install plm module.

Expected behavior: module gets installed.

Screenshots:
error

  • OS: Ubuntu 20.04
  • Browser: Chrome
  • Version: latest
  • Locale: fr-FR

Moving views/menu.xml above views/plm_cad_open.xml in the declaration of xml static files solves this issue.

'views/menu.xml',