[18.0][MIG] account_payment_multi_deduction: Migration to 18.0#922
Open
[18.0][MIG] account_payment_multi_deduction: Migration to 18.0#922
Conversation
Member
|
@NelsonV93 Thank you for your contributions. |
Member
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.
Summary
This PR adds the
account_payment_multi_deductionmodule, migrated from 17.0 to Odoo 18.0. This module allows registering payments with multiple deductions, enabling better control over payment processing and deduction management.Migration Details
account_payment_multi_deductionChanges Made
Module structure: Complete module migration including:
ir.model.access.csv)Odoo 18.0 adaptations:
__manifest__.pywith version18.0.1.0.0Files added (21 files, 1659+ lines):
__init__.py,__manifest__.py,pyproject.tomlmodels/account_payment.pytests/test_payment_multi_deduction.py(336 lines)wizard/account_payment_register_views.xmlCommits Included
4f0a0e3cccfc10f4fd9d5c41fe1275687c87e3e1- [MIGRATION] account_payment_multi_deduction1f624290ce711e1403e8c3e74fb9989fbcf1ca53- [MIGRATION] : account_payment_multi_deduction (file permissions fix)Testing
test_payment_multi_deduction.py)Checklist
18.018.0.1.0.0depends:account)Additional Notes
This module was not present in the 18.0 branch and represents a complete migration from 17.0 to bring this functionality to Odoo 18.0.