Monday, March 8, 2021
4 changes · master
Enhancements to existing features
Indian companies can now activate and manage multiple GST units from settings, with dedicated GST unit views and quick access to related journals. Sales, purchase, warehouse, journal, journal group, and fiscal position setup is automated so transactions use the correct GST unit more reliably.
Original PR description
Settings to activate the multiple GSTN units within a company. Link to create new unit from the settings. Add the smart button on GSTN unit to open the journals. Define a Kanban and Form view for the GSTN units. Select sales and purchase journals automatically at the time of creating new warehouse. Related documents such as Journals and Journal Groups will be created automatically. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update lets Odoo actions set the starting date shown in a calendar view, such as when opening the calendar from a button. It makes navigation more direct for users by taking them immediately to the relevant date instead of requiring manual browsing.
Original PR description
# Purpose We want to be able to define the initial date from a click on a button # Specifications You can now set the initialDate of a calendar view by defining it in an action context. task-2190526
This update makes online course and documentation pages look and behave more consistently, including clearer navigation, corrected button layouts, and a new fullscreen option for documentation. It also fixes small visual issues such as profile progress colors and improves mobile layout alignment, helping learners navigate content more smoothly.
Original PR description
- Fixed the color of the progress circle in the profile.
- Documentation Type have now a fullscreen mode.
- fa-plus removed on 'Add Tag' button.
- Layout of Documentation + Enroll Policy = Invitation reviewed to use correct buttons
in order to join the course
- On same page, menu reviewed : Height corrected, Menu elements not displaying
on two lines.
When reducing screen size : menu's border-top is added, alignement is correct,
tabs 'Course' and 'Reviews' are displayed on the right spot.
- Course Form : the type ('documentation' or 'course') is now under 'Display'
Task ID: 2275688Questions in eLearning courses can now be archived instead of removed, helping teams keep historical results and statistics intact. The update also adds question reporting graphs and improves performance for tracking answer attempts, with a small configuration wording correction.
Original PR description
Archive question to keep history and stats. Add reporting graph for Questions. Also fix a typo in config For performance, the field attempts_count is now a regular field updated when need. This also include a migration script to compute attempts_count. Task-2209066