Skip to content

Conversation

@TB-Ph35
Copy link

@TB-Ph35 TB-Ph35 commented Jun 5, 2025

No description provided.

@makayabou
Copy link

Hello,
Is there something blocking from migrate to 18.0 ?

I see there are two warnings in pre-commit,

the first one, in donation/models/account_bank_statement_line.py:44 can be changed from

"The Donation by Credit Transfer Account is not set for company '%s'."

to

"The Donation by Credit Transfer Account is not set for "
"company '%s'."

and the second one, donation/models/donation_campaign.py:20:24, can be changed from:

name = "[%s] %s" % (camp.code, name)

to

name = "[{}] {}".format(camp.code, name)

hope you will be able to finalize the migration soon

Regards

Florian Roger

@makayabou
Copy link

Hi @TB-Ph35 ,
I opened a PR on akretion's fork: akretion#4
Can I ask you to check and tell me what you think of it?

@TB-Ph35
Copy link
Author

TB-Ph35 commented Sep 11, 2025

Hello,
@makayabou Thanks for the PR. I will take time to look at it next week.
Have you test the res.config.settings view? I have an issue, that i can't found why. Have you some trouble to acces config menu?

@makayabou
Copy link

Hello, @makayabou Thanks for the PR. I will take time to look at it next week. Have you test the res.config.settings view? I have an issue, that i can't found why. Have you some trouble to acces config menu?

Hello!

Yeah, I think it was just because of the implied_group group_donation_check_total in group_donation_check_total that was not called with module name, like donation.group_donation_check_total

Alexis de Lattre and others added 25 commits September 17, 2025 15:07
…ed wizard Generate Mass Journal in mass module 3. Fixed a bug in Stay module room name was empty in tree views
…n number may be generated in a sequence per user. By default, number is generated in the donation sequence
… for foreign currencies in donations. Add mass validation wizard (validate mass lines and create account moves) Add conventual information on mass lines. Small usability improvements.
…ass line if certains scenarios Fix a bug when re-validating a donation.
… validation Add "Back to draft" on validated mass transfers
…otal_company_currency on donation.donation Remove view_type from action definition
…field 'Amount in Company Currency' on donation.line Add reporting menu for donations
…d French translation by Brother Irénée Move donation_data.xml to donation_demo.xml
Ivorra78 and others added 19 commits September 17, 2025 15:07
Currently translated at 100.0% (195 of 195 strings)

Translation: donation-16.0/donation-16.0-donation
Translate-URL: https://translation.odoo-community.org/projects/donation-16-0/donation-16-0-donation/es/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: donation-16.0/donation-16.0-donation
Translate-URL: https://translation.odoo-community.org/projects/donation-16-0/donation-16-0-donation/
Currently translated at 100.0% (193 of 193 strings)

Translation: donation-16.0/donation-16.0-donation
Translate-URL: https://translation.odoo-community.org/projects/donation-16-0/donation-16-0-donation/es/
Currently translated at 100.0% (193 of 193 strings)

Translation: donation-16.0/donation-16.0-donation
Translate-URL: https://translation.odoo-community.org/projects/donation-16-0/donation-16-0-donation/es/
Currently translated at 100.0% (193 of 193 strings)

Translation: donation-16.0/donation-16.0-donation
Translate-URL: https://translation.odoo-community.org/projects/donation-16-0/donation-16-0-donation/es/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: donation-16.0/donation-16.0-donation
Translate-URL: https://translation.odoo-community.org/projects/donation-16-0/donation-16-0-donation/
For donation by debit order, we can't use twice the account "payment_debit_account_id", when
validating the donation AND when validation the debit order. We have to
use a different account. And, now that the OCA module
account_payment_order uses account.payment, this account must be a
receivable account.
This is a forward-port of PR OCA#122 from 14.0 to 16.0
Currently translated at 100.0% (192 of 192 strings)

Translation: donation-16.0/donation-16.0-donation
Translate-URL: https://translation.odoo-community.org/projects/donation-16-0/donation-16-0-donation/it/
@alexis-via
Copy link
Contributor

/ocabot merge nobump

@OCA-git-bot
Copy link
Contributor

This PR looks fantastic, let's merge it!
Prepared branch 18.0-ocabot-merge-pr-143-by-alexis-via-bump-nobump, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit 6b14864 into OCA:18.0 Jan 13, 2026
7 checks passed
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at 3af3fc4. Thanks a lot for contributing to OCA. ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.