[15.0][MIG] mass_operation_abstract#603
Closed
MiquelRForgeFlow wants to merge 29 commits intoOCA:15.0from
Closed
Conversation
[REF] Update mass_operation_abstract/wizard/mass_operation_wizard_mixin.py Co-Authored-By: David Beal <david.beal@akretion.com>
Currently translated at 3.1% (1 of 32 strings) Translation: server-ux-13.0/server-ux-13.0-mass_operation_abstract Translate-URL: https://translation.odoo-community.org/projects/server-ux-13-0/server-ux-13-0-mass_operation_abstract/es/
Currently translated at 9.4% (3 of 32 strings) Translation: server-ux-13.0/server-ux-13.0-mass_operation_abstract Translate-URL: https://translation.odoo-community.org/projects/server-ux-13-0/server-ux-13-0-mass_operation_abstract/es/
Currently translated at 12.5% (4 of 32 strings) Translation: server-ux-13.0/server-ux-13.0-mass_operation_abstract Translate-URL: https://translation.odoo-community.org/projects/server-ux-13-0/server-ux-13-0-mass_operation_abstract/es/
Currently translated at 100.0% (32 of 32 strings) Translation: server-ux-13.0/server-ux-13.0-mass_operation_abstract Translate-URL: https://translation.odoo-community.org/projects/server-ux-13-0/server-ux-13-0-mass_operation_abstract/it/
- mass_operation_abstract: let the possibility to use the active_domain (instead of always active_ids); - mass_edition unit test: disable tracking (minor improvement); - mass_edition code: split the update of target recordset into a new function to have an inherit point; - mass_edition code: split the create to avoid mix values of the wizard and values of target records.
The work done on v13 mismatches with the new feature added in v12 which applies security to the action. It was almost impossible to apply the same commit. Done manually. Credits to Cristian Salamea via 620a58e.
Change translations, in mass_operation_wizard_mixin and mass_operation_mixi, from _("%d" % variable) to _("%d") % variable as specified in odoo doc.
Also added geman translations for some terms.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-ux-14.0/server-ux-14.0-mass_operation_abstract Translate-URL: https://translation.odoo-community.org/projects/server-ux-14-0/server-ux-14-0-mass_operation_abstract/
Contributor
|
why do you migrate this module ? |
Contributor
Author
|
Why not? It was on my list of modules to migrate. |
Contributor
;-). Well, that module doesn't do anything but is usefull as a dependency. my question is for which module ? Note : AFAIK, this module is obsolete for V16. (But I don't know for V15). |
Contributor
|
Indeed, this migration is not needed, see #472 (comment). |
Contributor
Author
|
Nice |
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.
Standard migration.