Mathieu Benoit

Results 45 comments of Mathieu Benoit

@rrebollo @tduverger I have the same problem! When receiving an email, it search the rec_name (line 1454) to insert the subject (line 1456) https://github.com/odoo/odoo/blob/18.0/addons/mail/models/mail_thread.py#L1454 The rec_name is defined here :...

I create a patch, it's not clean, but it works! https://github.com/ERPLibre/odoo/commit/cd227bda3f96f4c33b55d49f98eda2baa8b266b9

Your code is better, I test it (without the migration, I don't need it) and it works. Thanks

@mohammed-ibenayad https://github.com/OCA/OpenUpgrade/issues/5363#issuecomment-3420968056 "the objective is to have the scripts available by February 2026 at last."

Tests doesn't cover this feature, I will try to add more. Only 1 test approve_sequence_bypass : test_12_approve_sequence_same_user_bypassed Do you think it's necessary to add an option to decide if comment...

Add feature to show note when missing notifier, this is the reason of failing test.

Here is the commit in which I use the variable "deleted_modules" : https://github.com/ERPLibre/ERPLibre/commit/247b4684216af561fb613fecf4380f23fe87e8e3 I am creating a migration procedure by automating the technical decisions at the time fo migration. This...

Thanks, it works for me. Did you test the dashboard? The background is white.

Can you review please @legalsylvain @yajo @LoisRForgeFlow Thanks you!

Build failed, because depend on https://github.com/OCA/account-budgeting/pull/79