Friday, October 11, 2024
2 changes · 17.0
Enhancements to existing features
The Peppol setup wizard no longer shows the demo mode selection to regular users. This keeps an internal testing and demonstration setting out of the main interface while still allowing it to be managed through system configuration when needed.
Original PR description
The demo mode option in the Peppol connection wizard is primarily used by internal teams (BA, support, sales) for demonstrations or testing. It is more appropriate to manage this mode through a system parameter instead of exposing it to all users in the wizard interface. This commit mirrors the change from (commit 6d222885f41f5136c690dcd56953f1a9775204ae pr odoo/odoo#182893), but without removing the related fields, making it suitable for stable versions. task-4215904
This update improves the French translation in the accounting module by refining a key phrase. The message "Vous avez lettré 2 transactions dans 45 secondes" has been corrected to "Vous avez lettré 2 transactions en 45 secondes" for better grammar and clarity. This ensures French-speaking users see more natural and professional language when using the accounting features.
Original PR description
In this context, the sentence seems better phrased with "en" rather than "dans": - Vous avez lettré 2 transactions dans 45 secondes. Becomes: - Vous avez lettré 2 transactions en 45 secondes. Forward-Port-Of: odoo/enterprise#70449