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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #216 in V16. Changes the ir.model name call so that it is trans… #934

Open
wants to merge 2 commits into
base: 16.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion base_tier_validation/models/res_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def review_user_count(self):
record = self.env[model]
user_reviews[model] = {
"id": records[0].id,
"name": record._description,
"name": self.env['ir.model']._get(record._name).name,
"model": model,
"active_field": "active" in record._fields,
"icon": modules.module.get_module_icon(record._original_module),
Expand Down
4 changes: 2 additions & 2 deletions base_tier_validation/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
* Manuel Regidor <[email protected]>
* Eduardo de Miguel <[email protected]>
* `XCG Consulting <https://xcg-consulting.fr>`_:

* Houzéfa Abbasbhay
* Houzéfa Abbasbhay
* Armand P. <[email protected]>
Loading