Draft
Conversation
This fix prevents errors when there are other tests that create partners and base_suspend_security is still not ready. There can be still problems if these partners are not created with SUPERUSER.
* Bump versions * Rename manifest * Rename openerp to odoo * Implement base_multi_company Add depends Swap dependencies Add base_suspend_security depend back & server-tools repo Fix tests Add test for partner._commercial_fields Why not both?!
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: multi-company-11.0/multi-company-11.0-partner_multi_company Translate-URL: https://translation.odoo-community.org/projects/multi-company-11-0/multi-company-11-0-partner_multi_company/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: multi-company-12.0/multi-company-12.0-partner_multi_company Translate-URL: https://translation.odoo-community.org/projects/multi-company-12-0/multi-company-12-0-partner_multi_company/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: multi-company-12.0/multi-company-12.0-partner_multi_company Translate-URL: https://translation.odoo-community.org/projects/multi-company-12-0/multi-company-12-0-partner_multi_company/
Currently translated at 100.0% (3 of 3 strings) Translation: multi-company-13.0/multi-company-13.0-partner_multi_company Translate-URL: https://translation.odoo-community.org/projects/multi-company-13-0/multi-company-13-0-partner_multi_company/es/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: multi-company-16.0/multi-company-16.0-partner_multi_company Translate-URL: https://translation.odoo-community.org/projects/multi-company-16-0/multi-company-16-0-partner_multi_company/
Currently translated at 100.0% (5 of 5 strings) Translation: multi-company-16.0/multi-company-16.0-partner_multi_company Translate-URL: https://translation.odoo-community.org/projects/multi-company-16-0/multi-company-16-0-partner_multi_company/es/
Preserving those partners that have a restriction on a specific company before installing the module. TT46870
Currently translated at 100.0% (5 of 5 strings) Translation: multi-company-16.0/multi-company-16.0-partner_multi_company Translate-URL: https://translation.odoo-community.org/projects/multi-company-16-0/multi-company-16-0-partner_multi_company/it/
… partner companies
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: multi-company-17.0/multi-company-17.0-partner_multi_company Translate-URL: https://translation.odoo-community.org/projects/multi-company-17-0/multi-company-17-0-partner_multi_company/
Currently translated at 100.0% (6 of 6 strings) Translation: multi-company-17.0/multi-company-17.0-partner_multi_company Translate-URL: https://translation.odoo-community.org/projects/multi-company-17-0/multi-company-17-0-partner_multi_company/it/
In the partner_multi_company module, the display_name field had to be redefined as store and index because the module installation removed those field properties. As of v17 the field is no longer store so it is not necessary to redefine it as storable. In addition, this redefinition causes errors when printing reports because the field is not calculated when accessing and therefore only shows the data stored in the database, which is not updated until one of the fields of the dependency changes.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: multi-company-17.0/multi-company-17.0-partner_multi_company Translate-URL: https://translation.odoo-community.org/projects/multi-company-17-0/multi-company-17-0-partner_multi_company/
When a new company is created with user_ids, the update of the users in done only on cache level so the user's partner's company is not aligned. Propagate user default company Write on users triggers a write on the partners that validates the partners' companies, but partners' companies haven't been aligned yet so it raises the partner's companies constraint. Align the companies in the partners first, so that writing on users (and therefore on partners) will satisfy the constraint.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: multi-company-18.0/multi-company-18.0-partner_multi_company Translate-URL: https://translation.odoo-community.org/projects/multi-company-18-0/multi-company-18-0-partner_multi_company/
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.
Depends on:
Includes changes made in: