-
-
Notifications
You must be signed in to change notification settings - Fork 370
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
analytic_partner error message #41
Comments
tschanzt
pushed a commit
to camptocamp/account-analytic
that referenced
this issue
Sep 26, 2018
…logistics-migr Migration of delivery_carrier_label_postlogistics
cristinamartinrod
pushed a commit
to Tecnativa/account-analytic
that referenced
this issue
Oct 15, 2018
pedrobaeza
added a commit
to Tecnativa/account-analytic
that referenced
this issue
Oct 15, 2018
* IMP: Distinguish between the partner of the account and the specific partner * FIX: Allow grouping on partner_id field. Fixes OCA#41 * FIX: README - Indentation is not correct in Known issues.
sergio-teruel
pushed a commit
to Tecnativa/account-analytic
that referenced
this issue
Jan 17, 2019
pedrobaeza
added a commit
to Tecnativa/account-analytic
that referenced
this issue
Jan 17, 2019
* IMP: Distinguish between the partner of the account and the specific partner * FIX: Allow grouping on partner_id field. Fixes OCA#41 * FIX: README - Indentation is not correct in Known issues.
ps-tubtim
pushed a commit
to ecosoft-odoo/account-analytic
that referenced
this issue
Jan 7, 2020
* IMP: Distinguish between the partner of the account and the specific partner * FIX: Allow grouping on partner_id field. Fixes OCA#41 * FIX: README - Indentation is not correct in Known issues.
ps-tubtim
pushed a commit
to ecosoft-odoo/account-analytic
that referenced
this issue
Mar 24, 2020
* IMP: Distinguish between the partner of the account and the specific partner * FIX: Allow grouping on partner_id field. Fixes OCA#41 * FIX: README - Indentation is not correct in Known issues.
CarlosRoca13
pushed a commit
to Tecnativa/account-analytic
that referenced
this issue
Jul 22, 2021
* IMP: Distinguish between the partner of the account and the specific partner * FIX: Allow grouping on partner_id field. Fixes OCA#41 * FIX: README - Indentation is not correct in Known issues.
bizzappdev
pushed a commit
to BizzAppDev-Systems/account-analytic
that referenced
this issue
Dec 28, 2022
* IMP: Distinguish between the partner of the account and the specific partner * FIX: Allow grouping on partner_id field. Fixes OCA#41 * FIX: README - Indentation is not correct in Known issues.
stefan-tecnativa
pushed a commit
to Tecnativa/account-analytic
that referenced
this issue
Jul 3, 2023
* IMP: Distinguish between the partner of the account and the specific partner * FIX: Allow grouping on partner_id field. Fixes OCA#41 * FIX: README - Indentation is not correct in Known issues.
stefan-tecnativa
pushed a commit
to Tecnativa/account-analytic
that referenced
this issue
Jul 12, 2023
* IMP: Distinguish between the partner of the account and the specific partner * FIX: Allow grouping on partner_id field. Fixes OCA#41 * FIX: README - Indentation is not correct in Known issues.
aktiv-heli-kantawala
pushed a commit
to aktiv-heli-kantawala/account-analytic
that referenced
this issue
Jul 28, 2023
* IMP: Distinguish between the partner of the account and the specific partner * FIX: Allow grouping on partner_id field. Fixes OCA#41 * FIX: README - Indentation is not correct in Known issues.
Ricardoalso
pushed a commit
to camptocamp/account-analytic
that referenced
this issue
Aug 9, 2023
* IMP: Distinguish between the partner of the account and the specific partner * FIX: Allow grouping on partner_id field. Fixes OCA#41 * FIX: README - Indentation is not correct in Known issues.
dreispt
pushed a commit
to ursais/account-analytic
that referenced
this issue
Nov 18, 2023
* IMP: Distinguish between the partner of the account and the specific partner * FIX: Allow grouping on partner_id field. Fixes OCA#41 * FIX: README - Indentation is not correct in Known issues.
BernatObrador
pushed a commit
to APSL/account-analytic
that referenced
this issue
Sep 5, 2024
* IMP: Distinguish between the partner of the account and the specific partner * FIX: Allow grouping on partner_id field. Fixes OCA#41 * FIX: README - Indentation is not correct in Known issues.
Naraka
pushed a commit
to Naraka/account-analytic
that referenced
this issue
Dec 10, 2024
* IMP: Distinguish between the partner of the account and the specific partner * FIX: Allow grouping on partner_id field. Fixes OCA#41 * FIX: README - Indentation is not correct in Known issues.
adhoc-cicd-bot
pushed a commit
to adhoc-cicd/oca-account-analytic
that referenced
this issue
Jan 15, 2025
* IMP: Distinguish between the partner of the account and the specific partner * FIX: Allow grouping on partner_id field. Fixes OCA#41 * FIX: README - Indentation is not correct in Known issues.
adhoc-cicd-bot
pushed a commit
to adhoc-cicd/oca-account-analytic
that referenced
this issue
Jan 15, 2025
* IMP: Distinguish between the partner of the account and the specific partner * FIX: Allow grouping on partner_id field. Fixes OCA#41 * FIX: README - Indentation is not correct in Known issues.
adhoc-cicd-bot
pushed a commit
to adhoc-cicd/oca-account-analytic
that referenced
this issue
Jan 15, 2025
* IMP: Distinguish between the partner of the account and the specific partner * FIX: Allow grouping on partner_id field. Fixes OCA#41 * FIX: README - Indentation is not correct in Known issues.
adhoc-cicd-bot
pushed a commit
to adhoc-cicd/oca-account-analytic
that referenced
this issue
Jan 16, 2025
* IMP: Distinguish between the partner of the account and the specific partner * FIX: Allow grouping on partner_id field. Fixes OCA#41 * FIX: README - Indentation is not correct in Known issues.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I receive the next message when I try to use the filter "Group by: Acount Partner" in Analytic Journal Items:
Traceback (most recent call last):
File "/opt/odoo/odoo_8/src/OCA/OCB/openerp/http.py", line 537, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/opt/odoo/odoo_8/src/OCA/OCB/openerp/http.py", line 574, in dispatch
result = self._call_function(*_self.params)
File "/opt/odoo/odoo_8/src/OCA/OCB/openerp/http.py", line 310, in _call_function
return checked_call(self.db, *args, *_kwargs)
File "/opt/odoo/odoo_8/src/OCA/OCB/openerp/service/model.py", line 113, in wrapper
return f(dbname, _args, *_kwargs)
File "/opt/odoo/odoo_8/src/OCA/OCB/openerp/http.py", line 307, in checked_call
return self.endpoint(_a, *_kw)
File "/opt/odoo/odoo_8/src/OCA/OCB/openerp/http.py", line 803, in call
return self.method(_args, *_kw)
File "/opt/odoo/odoo_8/src/OCA/OCB/openerp/http.py", line 403, in response_wrap
response = f(_args, *_kw)
File "/opt/odoo/odoo_8/src/linked-addons/web/controllers/main.py", line 944, in call_kw
return self._call_kw(model, method, args, kwargs)
File "/opt/odoo/odoo_8/src/linked-addons/web/controllers/main.py", line 936, in _call_kw
return getattr(request.registry.get(model), method)(request.cr, request.uid, _args, *_kwargs)
File "/opt/odoo/odoo_8/src/OCA/OCB/openerp/api.py", line 241, in wrapper
return old_api(self, _args, *_kwargs)
File "/opt/odoo/odoo_8/src/OCA/OCB/openerp/models.py", line 2091, in read_group
assert groupby_def and groupby_def._classic_write, "Fields in 'groupby' must be regular database-persisted fields (no function or related fields), or function fields with store=True"
AssertionError: Fields in 'groupby' must be regular database-persisted fields (no function or related fields), or function fields with store=True
The text was updated successfully, but these errors were encountered: