Monday, October 30, 2023
3 changes · master
Resolved issues and error corrections
A small typo was corrected so the system can properly find the financial reporting menu action. This helps ensure users can access the intended reporting menu reliably.
Original PR description
A typo in the tag name prevented the search on `'ir.actions.client'` from finding the action (and the menuitem, by extension).
Creating a new Knowledge article now places the cursor directly in the main heading field. This lets users start typing the article title right away without an extra click, making article creation smoother.
Original PR description
When the user creates a new article, the focus is missing on the H1(Heading 1). After this FIX, while creating a new article the focus is set on the H1(Heading 1). So that, users can able to start typing article names directly without setting the focus manually. **Task**-3377093
This fixes XML formatting issues in Web Studio that caused error messages to appear in Odoo logs, especially when exporting translations. The change helps keep logs cleaner and reduces confusion for administrators monitoring the system.
Original PR description
before this commit, syntax error was existing in web_studio module and error is showing in odoo log file * export translation of web_studio module * check odoo log file error in the log: * Opening and ending tag mismatch after this commit, no error won't be shown in the log