Open
Conversation
OCA Transbot updated translations from Transifex [UPD] Update account_loan.pot
According to the guidelines: https://github.com/OCA/maintainer-tools/blob/master/CONTRIBUTING.md#importerror Change the logger level from `error` to `debug`.
[UPD] Update account_loan.pot
Currently translated at 99.2% (130 of 131 strings) Translation: account-financial-tools-11.0/account-financial-tools-11.0-account_loan Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-11-0/account-financial-tools-11-0-account_loan/de/ Update translation files Updated by Update PO files to match POT (msgmerge) hook in Weblate.
[UPD] Update account_loan.pot [UPD] README.rst
Currently translated at 100.0% (133 of 133 strings) Translation: account-financial-tools-12.0/account-financial-tools-12.0-account_loan Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-12-0/account-financial-tools-12-0-account_loan/de/
Currently translated at 86.1% (142 of 165 strings) Translation: account-financial-tools-12.0/account-financial-tools-12.0-account_loan Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-12-0/account-financial-tools-12-0-account_loan/de/
Currently translated at 100.0% (165 of 165 strings) Translation: account-financial-tools-12.0/account-financial-tools-12.0-account_loan Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-12-0/account-financial-tools-12-0-account_loan/es/
Currently translated at 57.0% (94 of 165 strings) Translation: account-financial-tools-12.0/account-financial-tools-12.0-account_loan Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-12-0/account-financial-tools-12-0-account_loan/pt/
Currently translated at 86.1% (142 of 165 strings) Translation: account-financial-tools-12.0/account-financial-tools-12.0-account_loan Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-12-0/account-financial-tools-12-0-account_loan/de/
Currently translated at 24.8% (41 of 165 strings) Translation: account-financial-tools-12.0/account-financial-tools-12.0-account_loan Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-12-0/account-financial-tools-12-0-account_loan/pt_BR/
Currently translated at 13.9% (23 of 165 strings) Translation: account-financial-tools-12.0/account-financial-tools-12.0-account_loan Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-12-0/account-financial-tools-12-0-account_loan/sl/
Currently translated at 83.6% (138 of 165 strings) Translation: account-financial-tools-12.0/account-financial-tools-12.0-account_loan Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-12-0/account-financial-tools-12-0-account_loan/pt_BR/
Co-authored-by: Enric Tobella <etobella@creublanca.es> [UPD] Update account_loan.pot [UPD] README.rst
[UPD] Update account_loan.pot [UPD] README.rst
account_loan 14.0.1.0.1 account_loan 14.0.1.0.2
Currently translated at 9.0% (15 of 165 strings) Translation: account-financial-tools-14.0/account-financial-tools-14.0-account_loan Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-14-0/account-financial-tools-14-0-account_loan/it/
Currently translated at 45.4% (75 of 165 strings) Translation: account-financial-tools-14.0/account-financial-tools-14.0-account_loan Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-14-0/account-financial-tools-14-0-account_loan/it/
Currently translated at 83.6% (138 of 165 strings) Translation: account-financial-tools-14.0/account-financial-tools-14.0-account_loan Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-14-0/account-financial-tools-14-0-account_loan/pt_BR/
Currently translated at 100.0% (165 of 165 strings) Translation: account-financial-tools-14.0/account-financial-tools-14.0-account_loan Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-14-0/account-financial-tools-14-0-account_loan/it/
Currently translated at 100.0% (165 of 165 strings) Translation: account-financial-tools-14.0/account-financial-tools-14.0-account_loan Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-14-0/account-financial-tools-14-0-account_loan/it/
…ntries: fix read account_loan 14.0.1.0.3
This will help to distinguish loan/borrow/leasing for enduser and in source code so we can remove is_leasing field.
0288732 to
7deec92
Compare
This was referenced Feb 20, 2026
AnizR
reviewed
Feb 23, 2026
AnizR
approved these changes
Feb 25, 2026
Contributor
AnizR
left a comment
There was a problem hiding this comment.
Seems better 👍
Code looks good to me
AnizR
approved these changes
Feb 26, 2026
lmarion-source
approved these changes
Mar 5, 2026
Contributor
|
This PR has the |
338f713 to
a1d6f34
Compare
Contributor
Author
|
build failures seems related to node 20 |
a1d6f34 to
d56a1b1
Compare
before this commit if a contact is used on the loan, account.move.line use it as it but it's better to user commercial partner id on account.move.line to make easier future analysis. So set the contact on the account entries and let the default odoo behavior set the commercial_partner on related account.move.line.
e1cb35f to
e3a9879
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.
implement #2233
This PR is based on #2222 and #2229 with the following additional commits
loan_typeintoloan_method