Daily updates from Odoo
Tuesday, March 19, 2019
2 changes · master
Enhancements to existing features
Sales orders that only contain services or other non-shippable items will no longer show the delivery button. This reduces confusion for sales users by removing an action that has no practical use for those orders.
Original PR description
Hide button delivery when no consumable or storable products in the SO Avoid showing useless buttons on SO Task : https://www.odoo.com/web#id=1940491&action=327&model=project.task&view_type=form&menu_id=4720 Pad : https://pad.odoo.com/p/r.9ba25b413b62a73b6808e2dec019218e I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
The subscription expiration warning now explains that the issue may be caused by either extra users or unpurchased apps. This reduces customer confusion when the warning appears after installing an app rather than adding users.
Original PR description
Right now the warning for the database expiration warning says you have more users. If you install an extra app that is not purchased the same warning will go off though. This PR expands the message so it is always correct. Right now it confuses customers if they haven't added any users.