Syncing from upstream OCA/mis-builder (renovate/18.0-https-github.com-oca-oca-addons-repo-template-1.x)#655
Open
Conversation
Currently translated at 100.0% (303 of 303 strings) Translation: mis-builder-18.0/mis-builder-18.0-mis_builder Translate-URL: https://translation.odoo-community.org/projects/mis-builder-18-0/mis-builder-18-0-mis_builder/it/
Currently translated at 12.6% (11 of 87 strings) Translation: mis-builder-18.0/mis-builder-18.0-mis_builder_budget Translate-URL: https://translation.odoo-community.org/projects/mis-builder-18-0/mis-builder-18-0-mis_builder_budget/tr/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: mis-builder-18.0/mis-builder-18.0-mis_builder Translate-URL: https://translation.odoo-community.org/projects/mis-builder-18-0/mis-builder-18-0-mis_builder/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: mis-builder-18.0/mis-builder-18.0-mis_builder_demo Translate-URL: https://translation.odoo-community.org/projects/mis-builder-18-0/mis-builder-18-0-mis_builder_demo/
Currently translated at 93.1% (81 of 87 strings) Translation: mis-builder-18.0/mis-builder-18.0-mis_builder_budget Translate-URL: https://translation.odoo-community.org/projects/mis-builder-18-0/mis-builder-18-0-mis_builder_budget/tr/
Currently translated at 100.0% (307 of 307 strings) Translation: mis-builder-18.0/mis-builder-18.0-mis_builder Translate-URL: https://translation.odoo-community.org/projects/mis-builder-18-0/mis-builder-18-0-mis_builder/it/
Currently translated at 100.0% (24 of 24 strings) Translation: mis-builder-18.0/mis-builder-18.0-mis_builder_demo Translate-URL: https://translation.odoo-community.org/projects/mis-builder-18-0/mis-builder-18-0-mis_builder_demo/it/
Currently translated at 99.6% (306 of 307 strings) Translation: mis-builder-18.0/mis-builder-18.0-mis_builder Translate-URL: https://translation.odoo-community.org/projects/mis-builder-18-0/mis-builder-18-0-mis_builder/sv/
[IMP] code cosmetics
Fixes multi-company MIS report issues in Odoo 18: 1. `account.account.company_id` was replaced by `company_ids` (Many2many) in Odoo 18. `_get_account_name` crashed on multi-company reports. 2. `account.code` is now company-dependent (stored in `code_store` jsonb). When viewing a report from a different company context, codes displayed as "False". Fix uses `account.display_name`. 3. Threads `query_companies` through `KpiMatrix` and `prepare_kpi_matrix()` for proper multi-company context resolution. Co-Authored-By: Don Kendall <kendall@donkendall.com>
So we can run the renovate free tier
…ca-addons-repo-template-1.x Update dependency https://github.com/OCA/oca-addons-repo-template to v1.42 (18.0)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
bt_gitbot