Thursday, September 19, 2024
2 changes · 17.0
Enhancements to existing features
The subscription refresh button on the database expiration panel is now displayed as a clear text button instead of just an icon. This makes it easier for users to find and use the refresh action when their subscription has been renewed but the system hasn't updated yet, helping them quickly unblock their database without confusion.
Original PR description
For on premise instances, when the database expire and user renew its subscription, the update is not immediate; on the expiration panel there is a already a button to forcefully refresh the…
For on premise instances, when the database expire and user renew its subscription, the update is not immediate; on the expiration panel there is a already a button to forcefully refresh the subscription status and unblock the database, but it's not really visible (its not clear that the 'refresh' icon right next to "Renew your subscription" / "Upgrade your subscription" buttons is just to refresh the subscription status and not to re-do that action again). This commit now shows the 'Refresh subscription status' action as a textual button to make it more visible to users. [opw-3942907](https://www.odoo.com/odoo/project.task/3942907) Note: the goal is to introduce a slight [wording change](https://github.com/odoo/enterprise/compare/16.0...odoo-dev:enterprise:16.0-opw-3942907-exp-panel-increase-sub-refresh-act-visibility-xal#diff-915475ae004db6256f7efc2757edfead13697a1581ee8c609251b1bafdcf9d06R24) (cf ticket) in 16.0 and later forward port, we're not doing it for 15.0 as the translation is still loaded in db Forward-Port-Of: odoo/enterprise#70238 Forward-Port-Of: odoo/enterprise#65768
This update removes the "Create" and "Create and Edit" options from the Tax Grids list view within Journal Items. This streamlines the user interface by preventing accidental creation of tax grids from this view, ensuring tax grid management follows a more controlled workflow.
Original PR description
Remove "Create" and "Create and Edit" of Tax Grids in the list view of Journal Items. task: 4179612