Closed luistriana28 closed 5 years ago
You are using dockerized odoo/runbot and it is not compatible with this project anymore.
You need use pre-docker release:
You can see runbot.common.lock method https://github.com/odoo/runbot/blob/549452f12dafd5b74ef5a0cb924da1c3f0edc964/runbot/common.py#L37
File "/home/odoo/runbot-addons/runbot_buildout/models/runbot_build.py", line 17, in
from odoo.addons.runbot.common import lock, grep
ImportError: cannot import name 'lock'
I have been trying to satisfied this requirement about 'lock', even with sudo apt-get python-lockfile or sudo pip install lockfile but there is no good answer.
My odoo.conf I put the runbot module in first line
addons_path= /home/odoo/runbot, /home/odoo/odoo/addons, /home/odoo/runbot-addons
This is in a new clean server with ubuntu 18.04
Regards