Daily updates from Odoo
Wednesday, March 1, 2023
4 changes · master
Enhancements to existing features
Users can no longer invoice customers for subscription periods that fall after a contract's end date. When this happens, they are warned and guided to either update the end date or renew the contract, helping prevent incorrect billing.
The Knowledge app has been refined based on user testing to make onboarding clearer and navigation more intuitive. Users now get better guidance when creating articles, improved shortcuts, activity visibility from cards, and automatic article naming from page titles to reduce confusing untitled content.
Original PR description
Purpose: - This commit contains small improvements following observations made during Userbrain user tests. - Add an activity widget in the kanban card (it feels very strange if you land on the kanban view from the activity systray). - Add a keyboard shortcut to the toggle favorite button. - Change the keyboard shortcut for the "create" button (to not have the same shortcut than in the embedded views). - Add a default title (in the body only) to article items (using the name of the item list/kanban), so that the user knows that he is redirected to the new created item when clicking on the create button of an item list/ kanban. - Slightly change the content of the data articles (because users currently don't get how templates works). Task-3083792
Resolved issues and error corrections
Creating a spreadsheet from a template in Documents now properly converts the template content. This prevents users from getting incorrectly formatted or unusable spreadsheet data when starting from existing templates.
Original PR description
In the Documents app, create a new spreadsheet from a template. => The template data is not converted. Since https://github.com/odoo/enterprise/commit/1b0fc71d2f865662d9c860bcc3d247d9da6a9269
Fixed a problem that could make the Accounting settings screen become unresponsive when importing journal items. This helps users complete accounting data imports reliably without needing to restart or recover from a stuck page.
Original PR description
**Moved PR [here](https://github.com/odoo/enterprise/pull/37658) to change source branch from master to saas-16.1.** An infinite loop was blocking the interface when importing journal items from the settings menu. (Accounting > Settings > Accounting Import > Import Journal Items). Task ID: 3211540 ----- I confirm I have signed the CLA and read the PR guidelines at [www.odoo.com/submit-pr](http://www.odoo.com/submit-pr)