Wednesday, May 29, 2024
2 changes
1 change
Resolved issues and error corrections
A Colombian localization field is no longer mandatory when it is not relevant. This prevents companies outside Colombia from being blocked by a country-specific requirement that should not apply to them.
Original PR description
This change should have been done in commit 3f798c74d7a05114f2d8390742c51bf2ac5aede6 . It was forgotten during forward porting. The field should not be required since it does not matter for non-CO companies. see https://github.com/odoo/enterprise/pull/54086#discussion_r1464762388
1 change
Resolved issues and error corrections
This update ensures that the test_discuss_full_enterprise module is automatically installed when both test_discuss_full and web_enterprise modules are present. This fix resolves test failures that were occurring when these modules were used together, improving the reliability of the testing environment.
Original PR description
When `test_discuss_full` and at least `web_enterprise` are installed, `test_discuss_full_enterprise` must be installed for the tests in `test_discuss_full` to pass. runbot-65732 Forward-Port-Of: odoo/enterprise#63366