Wednesday, January 11, 2023
5 changes
Enhancements to existing features
YouTube social account information now includes the channel handle, making accounts easier to identify by their public username. This helps users distinguish channels more clearly when managing YouTube accounts in Odoo.
Original PR description
Purpose ======= YouTube added a "handles", a username to identify a YouTube channel. Add this "handles" in the social account information. Task-3098238
The signing flow now shows a clear Close button on the Thank You dialog when users can continue, and displays helpful information when they cannot. This makes the document signing experience easier to understand and reduces confusion after completing a signature.
Original PR description
The Thank You dialog now has a proper Close button, if the flow can be continued. Otherwise, informational text is displayed. Also, this commit includes refactoring and fixes for related parts of the UI. task-3119741
Scale selectors in calendar, cohort, gantt, and grid views now have a more consistent look and behavior. This makes switching time scales feel more uniform across planning, payroll, cohort analysis, gantt, and grid screens, while also fixing selector issues that could cause crashes.
Original PR description
*: hr_payroll, web_grid This is commit improves the consistency of scale selectors in multiple views. It is the enterprise counterpart of PR (1), which moved the calendar selector to a new component. Since gantt and grid views conversions are not complete yet, only the xml structure has been ported to the legacy implementations of those views. For the next implementation, the ViewScaleButton component should be used instead. Some selectors in xpath have been fixed to prevent crashes. part of task #2867569 Community PR: https://github.com/odoo/odoo/pull/109090
The sales subscription flow no longer shows weekly recurrence options where they are not supported. This helps prevent users from selecting billing intervals that subscriptions cannot use, reducing confusion and setup errors.
Original PR description
Hide recurrence that have a week unit in SO's reccurence field. This is done because this is a subscription-only field and subscription does not allow recurrence with a unit shorter than a month. task-id : 3101590
Indian GST return workflows are expanded to support eFiling through Odoo's IAP services. Businesses can send and review GSTR-1 summaries, match GSTR-2B data, and view GSTR-3B reports more directly from Odoo, reducing manual compliance work.
Original PR description
GST return filing using IAP GSTR-1: Send and view a summary report GSTR-2B: Matching GSTR-3B: View the reports