Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[11.0][Odoo.sh] Error switching view on buffer history #34

Closed
Billolha opened this issue Dec 20, 2018 · 2 comments
Closed

[11.0][Odoo.sh] Error switching view on buffer history #34

Billolha opened this issue Dec 20, 2018 · 2 comments

Comments

@Billolha
Copy link

Hello,
First of all, thank you a lot for the good work!

I encounter an error when switching view on the buffer history. See https://youtu.be/4M7R-ro8qgs

Below the full log 馃憤 Error:
Odoo Server Error

Traceback (most recent call last):
File "/home/odoo/src/odoo/odoo/http.py", line 651, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/home/odoo/src/odoo/odoo/http.py", line 310, in _handle_exception
raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])
File "/home/odoo/src/odoo/odoo/tools/pycompat.py", line 87, in reraise
raise value
File "/home/odoo/src/odoo/odoo/http.py", line 693, in dispatch
result = self._call_function(**self.params)
File "/home/odoo/src/odoo/odoo/http.py", line 342, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/home/odoo/src/odoo/odoo/service/model.py", line 97, in wrapper
return f(dbname, *args, **kwargs)
File "/home/odoo/src/odoo/odoo/http.py", line 335, in checked_call
result = self.endpoint(*a, **kw)
File "/home/odoo/src/odoo/odoo/http.py", line 937, in call
return self.method(*args, **kw)
File "/home/odoo/src/odoo/odoo/http.py", line 515, in response_wrap
response = f(*args, **kw)
File "/home/odoo/src/odoo/addons/web/controllers/main.py", line 934, in call_kw
return self._call_kw(model, method, args, kwargs)
File "/home/odoo/src/odoo/addons/web/controllers/main.py", line 926, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "/home/odoo/src/odoo/odoo/api.py", line 687, in call_kw
return call_kw_model(method, model, args, kwargs)
File "/home/odoo/src/odoo/odoo/api.py", line 672, in call_kw_model
result = method(recs, *args, **kwargs)
File "/home/odoo/src/odoo/odoo/models.py", line 1909, in read_group
result = self._read_group_raw(domain, fields, groupby, offset=offset, limit=limit, orderby=orderby, lazy=lazy)
File "/home/odoo/src/odoo/odoo/models.py", line 1999, in _read_group_raw
self._cr.execute(query, where_clause_params)
File "/home/odoo/src/odoo/odoo/sql_db.py", line 155, in wrapper
return f(self, *args, **kwargs)
File "/home/odoo/src/odoo/odoo/sql_db.py", line 232, in execute
res = self._obj.execute(query, params)
psycopg2.ProgrammingError: ORDER BY "id" is ambiguous
LINE 6: ORDER BY "id"
^

@LoisRForgeFlow
Copy link
Contributor

Hi @Billolha

Yes, you are right, we initially had the idea to a add some graph view there, but we haven't implemented it yet. Maybe we can just remove the graph from the action.

Of course, if you could propose a simple graph view through a PR, it would be welcomed!

@radjaaAga
Copy link

How did you fix it please ??? i have the same problem

LoisRForgeFlow pushed a commit to ForgeFlow/ddmrp-1 that referenced this issue Jun 11, 2020
mileo pushed a commit to kmee/ddmrp that referenced this issue Aug 20, 2020
DavidBForgeFlow pushed a commit to ForgeFlow/ddmrp-1 that referenced this issue Mar 17, 2021
DavidBForgeFlow pushed a commit to ForgeFlow/ddmrp-1 that referenced this issue Mar 19, 2021
DavidBForgeFlow pushed a commit to ForgeFlow/ddmrp-1 that referenced this issue Mar 19, 2021
ChrisOForgeFlow pushed a commit to ForgeFlow/ddmrp-1 that referenced this issue Dec 16, 2021
BernatPForgeFlow pushed a commit to ForgeFlow/ddmrp-1 that referenced this issue Jun 6, 2023
patrickrwilson pushed a commit to ursais/ddmrp that referenced this issue Apr 18, 2024
Vandan-OSI pushed a commit to ursais/ddmrp that referenced this issue May 6, 2024
DavidJForgeFlow pushed a commit to ForgeFlow/ddmrp-1 that referenced this issue Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants