Monday, November 27, 2023
2 changes · 17.0
Enhancements to existing features
Odoo now allows certain automatically generated field labels to be excluded from translation export files when they are not useful for translators. This reduces confusing translation work and helps teams focus on meaningful user-facing text.
Original PR description
[IMP] core: support field.export_string_translation Some auto-generated field labels don't make sense for translators. For example field: needed_terms_dirty label: "Needed Terms Dirty" After this commit, if the field.export_string_translation is False, we don't export their labels when export translations. 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
The restaurant floor screen now uses a softer off-white background instead of stark pure white, making the interface easier on the eyes. Table badges are also hidden while editing the floor layout, reducing visual clutter during setup.