This question has been flagged
1 Reply
2751 Views

Hi odooers,

I'm asking for your help because I'm trying to install and configure the "runbot" module of Odoo in order to test my customized Odoo modules hosted on gitlab, in addition of testing the odoo community modules.

To install it and have it running, I followed this tutorial:

https://www.odoo.yenthevg.com/installing-and-configuring-your-own-runbot

However, I'm stucked at the configuration part, trying to make builds automatically launched. Right below is my configuration for the left menu "settings", "repository" and "builds".



Did I misconfigure or miss any required fields ? I could already see that the revno field within the build menu is invalid for the following reason:

Error: Odoo Server Error  Traceback (most recent call last):   File "/home/runbot/Desktop/odoo-11.0/odoo/fields.py", line 956, in __get__     value = record.env.cache.get(record, self)   File "/home/runbot/Desktop/odoo-11.0/odoo/api.py", line 977, in get     value = self._data[key][field][record._ids[0]] KeyError: <odoo.models.NewId object at 0x7f371007efa8>  During handling of the above exception, another exception occurred:  Traceback (most recent call last):   File "/home/runbot/Desktop/odoo-11.0/odoo/http.py", line 653, in _handle_exception     return super(JsonRequest, self)._handle_exception(exception)   File "/home/runbot/Desktop/odoo-11.0/odoo/http.py", line 312, in _handle_exception     raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])   File "/home/runbot/Desktop/odoo-11.0/odoo/tools/pycompat.py", line 87, in reraise     raise value   File "/home/runbot/Desktop/odoo-11.0/odoo/http.py", line 695, in dispatch     result = self._call_function(**self.params)   File "/home/runbot/Desktop/odoo-11.0/odoo/http.py", line 344, in _call_function     return checked_call(self.db, *args, **kwargs)   File "/home/runbot/Desktop/odoo-11.0/odoo/service/model.py", line 97, in wrapper     return f(dbname, *args, **kwargs)   File "/home/runbot/Desktop/odoo-11.0/odoo/http.py", line 337, in checked_call     result = self.endpoint(*a, **kw)   File "/home/runbot/Desktop/odoo-11.0/odoo/http.py", line 939, in __call__     return self.method(*args, **kw)   File "/home/runbot/Desktop/odoo-11.0/odoo/http.py", line 517, in response_wrap     response = f(*args, **kw)   File "/home/runbot/Desktop/odoo-11.0/addons/web/controllers/main.py", line 934, in call_kw     return self._call_kw(model, method, args, kwargs)   File "/home/runbot/Desktop/odoo-11.0/addons/web/controllers/main.py", line 926, in _call_kw     return call_kw(request.env[model], method, args, kwargs)   File "/home/runbot/Desktop/odoo-11.0/odoo/api.py", line 699, in call_kw     return call_kw_multi(method, model, args, kwargs)   File "/home/runbot/Deskt


Any help would be greatly appreciated. 


Thank you

 


Avatar
Discard
Best Answer

Hi Gim,

No branch Created on your Github repo that's why it was throwing the error so create and one master branch or any other branch and then after check it, may be it will works

thanks...

For more information Contact us:- https: //kanakinfosystems.com/odoo-development-services

Avatar
Discard