Adding a new python file in the backend/ sever file also add column in database (there was no error in the python file). After restart the services, updates module, the file still not executed. Example, I created a new fields, when I active developer mode, go to technical > db structure > fields, I cannot find the field. Modification of coding on the backend can save on notepad and no error or bugs, but cannot execute in the frontend. Any solutions and suggestions provided was appreciated. Thanks in advanced.
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
4442
Views
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 | |
---|---|---|---|---|
|
11
Jun 18
|
17642 | ||
|
2
Dec 24
|
87 | ||
|
0
Nov 24
|
11 | ||
|
1
Nov 24
|
18019 | ||
|
1
Sep 23
|
1203 |
Did you mention your new python file name in the __init__.py file?
If it is not mentioned. then please import that file too.
Then it will work.
Thanks.
I'm already declared it in the __init__py.file and also the manifest file for the view.