-
-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[18.0][MIG] account_reconcile_oca #785
Open
alexis-via
wants to merge
183
commits into
OCA:18.0
Choose a base branch
from
akretion:18-mig-account_reconcile_oca
base: 18.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
* In "reconcile" tab, don't propose the move of the currently processed statement line * In accounting, only select/search parent partners
* refactoring JS in order to add logic * Improve views * Minor fixes in Odoo code in order to fix all possible options
…of account move number (name) fot the counterpart account move line
Currently translated at 1.0% (1 of 92 strings) Translation: account-reconcile-16.0/account-reconcile-16.0-account_reconcile_oca Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-16-0/account-reconcile-16-0-account_reconcile_oca/es/
Currently translated at 25.0% (23 of 92 strings) Translation: account-reconcile-16.0/account-reconcile-16.0-account_reconcile_oca Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-16-0/account-reconcile-16-0-account_reconcile_oca/hr/
Currently translated at 81.5% (75 of 92 strings) Translation: account-reconcile-16.0/account-reconcile-16.0-account_reconcile_oca Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-16-0/account-reconcile-16-0-account_reconcile_oca/tr/
By default, account_account name is a char field. But if l10n_multilang is installed, it is translatable, hence the DB column is now a jsonb. We must handle both cases in the select query.
Currently translated at 76.0% (70 of 92 strings) Translation: account-reconcile-16.0/account-reconcile-16.0-account_reconcile_oca Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-16-0/account-reconcile-16-0-account_reconcile_oca/pt_BR/
Currently translated at 100.0% (92 of 92 strings) Translation: account-reconcile-16.0/account-reconcile-16.0-account_reconcile_oca Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-16-0/account-reconcile-16-0-account_reconcile_oca/fr/
…ifferent currency
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: account-reconcile-17.0/account-reconcile-17.0-account_reconcile_oca Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-17-0/account-reconcile-17-0-account_reconcile_oca/
Currently translated at 100.0% (121 of 121 strings) Translation: account-reconcile-17.0/account-reconcile-17.0-account_reconcile_oca Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-17-0/account-reconcile-17-0-account_reconcile_oca/it/
… write-off reconcile model
UX: override the statement lines button action so we can reconcile directly from the statement itself. TT51834
Useful for extensions like this one OCA#758 TT51885
…ents with partner as suspense account
…ytic plans adds validation for the applicability of analytic plans, ensuring that mandatory plans or accounts requiring analytic imputations are properly validated. The validate_analytic context is used in the analytic mixin to validate the applicability of analytic plans when generating analytic lines.
This fixes a bug that occurred when both account_reconcile_oca and account_reconcile_model_oca modules were installed. The issue arose when assigning an analytic account and making no further changes, causing the analytic account to not be set correctly. As a result, the reconciliation process failed to create the analytic entries properly. This line: ensures that if the analytic distribution has changed, it will be correctly updated.
… apply the corresponding domain Previously the widget selection_badge_uncheck (wrongly migrated to v17) was not defined correctly, which caused the domain not to be applied, causing that the reconciliation models of any type (instead of those defined as buttons) were shown as buttons. TT52238
…e: Rule to match invoices/bills) TT52146 [FIX] account_reconcile_oca: Fix test related to match_text_location fields Related to odoo/odoo@8948b31 TT52146
Currently translated at 94.2% (114 of 121 strings) Translation: account-reconcile-17.0/account-reconcile-17.0-account_reconcile_oca Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-17-0/account-reconcile-17-0-account_reconcile_oca/es/
…here is not always this.form_controller
Requires #738 |
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.
No description provided.