I have a one custom module, which is created in odoo18 and when that module are install in odoo19 so that ui is inappropriate. why?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Účtovníctvo
- Sklady
- PoS
- Projektové riadenie
- MRP
This question has been flagged
Hi,
When a custom module created in Odoo 18 has UI issues in Odoo 19, it's often due to changes in Odoo's web framework, CSS styling, or JavaScript API. Review your QWeb templates, CSS, and JavaScript code for compatibility with Odoo 19, paying attention to class names, element structures, and API usage. Template inheritance issues, widget compatibility, and deprecated features can also cause problems.
To troubleshoot, enable developer mode, inspect the UI with browser developer tools, check Odoo logs for errors, and compare the UI in Odoo 18 and 19. Consult Odoo documentation for UI changes and best practices. By addressing these potential causes, you can resolve the UI issues when migrating your module.
Hope it helps
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrácia| Related Posts | Replies | Zobrazenia | Aktivita | |
|---|---|---|---|---|
|
|
0
nov 25
|
8 | ||
|
Pickup Date for E-Commerce
Solved
|
|
2
nov 25
|
245 | |
|
|
0
nov 25
|
2 | ||
|
|
1
nov 25
|
340 | ||
|
|
0
nov 25
|
280 |
Can you explain "inappropriate" or post a screenshot so readers don't have to guess?
you Need to check the compability If the app for Odoo 19. The source code needs to be updated