I'm upgrading from Odoo EE v11 to EE v12. Odoo migrated a copy of production database. I’m trying to test the migrated database of the standard modules only. In my configuration file I have omitted the path to the customized modules. The error is implying that the test is trying to process a custom module template. How can I test the database of just the standard modules?
Here is the error:
File "/opt/Odoo12/enterprise-12.0/base/models/ir_ui_view.py", line 548, in raise_view_error
raise ValueError(message)
ValueError: Element '<xpath expr="//li[@id='o_logout']">' cannot be located in parent view
Error context:
View `Link to frontend portal`
[view_id: 1504, xml_id: quotation_extension.opportunity_page, model: n/a, parent_id: 321]
load could not load template
Template: website.layout
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
1
Reply
1645
Views
You can not use that databse without custom module. Odoo migrate database by script which not include any manual testing. You need to migrate your custom modules in v12 as well,then you can use your database.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up