I'm trying to add certain modifications to my code, but apparently, such modifications are not taking place, both in python code and xml. The files are saved correctly in the server (with my modifications), but even after upgrading the module and then restarting the server, nothing changes in the module...I also did a simple test: to show a message in odoo-server.log. Didn't work. I'm using Odoo 11, running on Ubuntu 16.04 Xenial.
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
Please do read the following carefully and ask a more specific question if you still face problems:
Try adding access rights. Sometimes when you have no access rights defined the views/models won't get updates no matter how many times you upgrade the module.
Access Rights are present under App_name->security->ir.model.access.csv (if the file isn't there try creating it). For the contents of the file pay close attention as to what your console is showing when you start the odoo server.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
May 18
|
2396 | ||
|
1
Dec 18
|
4327 | ||
|
2
Oct 17
|
6108 | ||
|
5
Dec 19
|
7753 | ||
|
1
Jun 18
|
6237 |
Problem solved.