Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
5514 Ansichten

the title says it all basically

command was git pull -v origin 8.0

I am very new to git and it seems there are many ways to update your local clone of a remote origin. The git pull command was one of a few that I was recommended to use. Maybe that was a bad choice or OCB v8 has a problem

Avatar
Verwerfen
Autor Beste Antwort

found a solution here

For me I edited the openerp-server (--update=website) and deploy again.

practically:  

sudo service odoo-server stop

su odoo || cd /opt/odoo/odoo-server

./openerp-server --update=website

exit

sudo service odoo-server start

it seems the entire process (git pull AND the reloading of modules) has caused at least 2 Module ("oerp_no_phoning_home" and a custom Module 9adding additional fields to employees) to stop working

I had done an "./openerp-server -u all" at first but that hung itself up during the process. There was an error message about those 2 modules and now both of them seem not to work anymore now. I am not sure whether that maybe a git-pull is not the way to update, or maybe the firstly ran 'openerp-server -u all' was a bad idea

 

######### UPDATE #############

after restarting the odoo-server with sudo service odoo-server restart the 2 modules mentioned above are working again

Avatar
Verwerfen
Verknüpfte Beiträge Antworten Ansichten Aktivität
0
Feb. 24
986
1
März 15
7190
1
März 15
4981
0
Apr. 16
6789
0
März 15
4261