Hello, I am using module 1 from Odoo's website. Yesterday evening, while trying to install an add-on, it gave me an error and now I cannot enter the database, what should I do, thank you.
https://hizliresim.com/cdheffq
Hello, I am using module 1 from Odoo's website. Yesterday evening, while trying to install an add-on, it gave me an error and now I cannot enter the database, what should I do, thank you.
https://hizliresim.com/cdheffq
Thanks a lot. But I use the application through odoo.com. It is not installed on the computer.
Hi,
Follow the following steps to uninstall the module from the command line.
Run this command in your shell
python3 odoo-bin shell -d mydb --addons-path=/your/addons/path
Then run this Python script
self.env['ir.module.module'].search([('name', '=', '#module_technical_name')]).button_immediate_uninstall()
You can also refer to this video.
https://www.youtube.com/watch?v=RyHLc9uIquk
Hope it helps
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.