Hello
I am creating my own module (I am learing) so I need to restart the server lots of times to see the changes. The thing is that each time I restart it I create a new instance and that seems to be conflicting with my changes.
Is there any way I fully stop my instance and restart it without creating a new one?
The commands I am using are:
to start:
/opt/odoo/openerp-server &
To end it I use cdm C
Any tips will be appreciated