I have an Odoo 10 running in windows as a service, with a custom module.
I have been solving a bug in the custom module, and I want to update the custom module.
Which should be the workflow to update it?
I was thinking in something like this:
Stop the Odoo service
Copy the changes to the module folder in the Addons folder
run the command:
odoo-bin.exe -u myCustomModule -d myOdooDatabaseStart the Odoo service
Am I wrong?
Any hint is welcome
I mean a CLI Workflow
I just test the workflow, and it is not suitable.
If I run the command, the Odoo server will start, but I need to start the Odoo windows service. Did I make myself clear?
You run the command only to update the module. After the update is finished (see the log), you cancel the command and start the service again.