Monday, December 14, 2020
3 changes · master
Enhancements to existing features
The user form now uses a proper close icon for alert messages instead of a plain “X” character. This creates a cleaner, more consistent visual experience with no functional impact.
Original PR description
This commit fixes a small design glitch in the user form by replacing a "X" character to close an alert by an actual close icon. Which looks better, the "X" really sticks out from the rest of the design. Task n°2393814 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
For Belgian companies, Odoo now automatically fills the company registry number from the VAT number without the country code. This helps ensure Belgian Intrastat XML exports have the required registry information and makes it easier to correct missing data from company settings.
Original PR description
In Belgium, the company registry and the VAT number (no country code) are identic. The company registry field is not a mandatory, but is needed to export the belgian Intrastat XML file. Now, balgian company registry is set by default to vat number.
This update removes an XML condition that was added by mistake in the base module. It is a small cleanup that helps keep the system's core templates simpler and avoids unintended behavior from unnecessary logic.
Original PR description
Introduced by mistake at [1]. [1]: https://github.com/odoo/odoo/commit/60d837044a028e578f804570361af128b40a12b6