Code Monkey home page Code Monkey logo

project's Issues

Git (gitlab integration) not related to project

Hi,

What do you think about creating separate set of addons that provide something like connector to git, but not related to project.

For example, i want to manage my git repositories in Odoo. But i do not want to connect them to project. I want to be able to create new git repositories on my server or on github from Odoo. I want to track updates of that repositories.

So, may be it would be good idea, to make separate addon (or addons) to manage git repositories (at least to keep there data structures related to git), and separate set of addons integrating it with project.

So, what do you think? Do it have sense?

404 on gitlab git interation

{"jsonrpc": "2.0", "id": null, "error": {"data": {"exception_type": "internal_error", "message": "404: Not Found", "arguments": [], "name": "werkzeug.exceptions.NotFound", "debug": "Traceback (most recent call last):\n File "/usr/lib/python3/dist-packages/odoo/http.py", line 650, in _handle_exception\n return super(JsonRequest, self)._handle_exception(exception)\n File "/usr/lib/python3/dist-packages/odoo/http.py", line 310, in _handle_exception\n raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])\n File "/usr/lib/python3/dist-packages/odoo/tools/pycompat.py", line 87, in reraise\n raise value\n File "/usr/lib/python3/dist-packages/odoo/http.py", line 1462, in _dispatch_nodb\n func, arguments = self.nodb_routing_map.bind_to_environ(request.httprequest.environ).match()\n File "/usr/lib/python3/dist-packages/werkzeug/routing.py", line 1563, in match\n raise NotFound()\nwerkzeug.exceptions.NotFound: 404: Not Found\n"}, "message": "404: Not Found", "http_status": 404, "code": 404}}

TypeError: _get_tracked_fields() missing 1 required positional argument: 'updated_fields'

when I try to change task stage always throw this error and raise this"project.task(,).wkf_state_id". I've installed in odoo 13 with minor mods on the code but is impossible to get operative the module due to the error I said, please can you give me some directions.

copy&paste the error:
Error:
Odoo Server Error

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/odoo/http.py", line 619, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/usr/lib/python3/dist-packages/odoo/http.py", line 309, in _handle_exception
raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])
File "/usr/lib/python3/dist-packages/odoo/tools/pycompat.py", line 14, in reraise
raise value
File "/usr/lib/python3/dist-packages/odoo/http.py", line 664, in dispatch
result = self._call_function(**self.params)
File "/usr/lib/python3/dist-packages/odoo/http.py", line 345, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/usr/lib/python3/dist-packages/odoo/service/model.py", line 93, in wrapper
return f(dbname, *args, **kwargs)
File "/usr/lib/python3/dist-packages/odoo/http.py", line 338, in checked_call
result = self.endpoint(*a, **kw)
File "/usr/lib/python3/dist-packages/odoo/http.py", line 909, in call
return self.method(*args, **kw)
File "/usr/lib/python3/dist-packages/odoo/http.py", line 510, in response_wrap
response = f(*args, **kw)
File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 1348, in resequence
record.write({field: i + offset})
File "/mnt/extra-addons/project_workflow_management/models/project.py", line 236, in write
return super(Task, self).write(vals)
File "/usr/lib/python3/dist-packages/odoo/addons/project/models/project.py", line 737, in write
result = super(Task, self).write(vals)
File "/usr/lib/python3/dist-packages/odoo/addons/mail/models/mail_thread.py", line 317, in write
tracked_fields = track_self._get_tracked_fields()
TypeError: _get_tracked_fields() missing 1 required positional argument: 'updated_fields'

Thx in advance!!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.