[18.0][MIG] account_clearance_plan_bank_payment - #2345
Draft
qgroulard wants to merge 19 commits into
Draft
Conversation
Action server has no property 'groups_ids', therefore refactored into an action window
Currently translated at 78.9% (30 of 38 strings) Translation: account-financial-tools-12.0/account-financial-tools-12.0-account_clearance_plan Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-12-0/account-financial-tools-12-0-account_clearance_plan/fr_FR/
Currently translated at 78.9% (30 of 38 strings) Translation: account-financial-tools-12.0/account-financial-tools-12.0-account_clearance_plan Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-12-0/account-financial-tools-12-0-account_clearance_plan/fr_FR/
Currently translated at 94.7% (36 of 38 strings) Translation: account-financial-tools-12.0/account-financial-tools-12.0-account_clearance_plan Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-12-0/account-financial-tools-12-0-account_clearance_plan/es_CL/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: account-financial-tools-12.0/account-financial-tools-12.0-account_clearance_plan Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-12-0/account-financial-tools-12-0-account_clearance_plan/
qgroulard
force-pushed
the
18.0-mig-account_clearance_plan_bank_payment-qgr
branch
from
July 10, 2026 09:45
79549e3 to
6b807e0
Compare
… tests account_payment_order replaces the base access rule for res.partner.bank (base.access_res_partner_bank_group_partner_manager) to require group_account_payment instead of group_partner_manager. When account_clearance_plan_bank_payment is installed alongside this module, account_payment_order becomes a transitive dependency and the replaced rule causes the test user to lose create access on res.partner.bank.
qgroulard
force-pushed
the
18.0-mig-account_clearance_plan_bank_payment-qgr
branch
from
July 10, 2026 10:15
cc70eea to
3f63fb3
Compare
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.
Based on #2335
Migration + refactoring of #989