Daily updates from Odoo
Friday, August 28, 2015
2 changes · master
Enhancements to existing features
Technical features are now only active when debug mode is enabled, making advanced settings less visible during normal use. Employees still retain the necessary access when working in debug mode, while redundant security rules and test workarounds were cleaned up.
Original PR description
Task : https://www.odoo.com/web#id=13763&view_type=form&model=project.task&menu_id=3942&action=327 Pad : https://pad.odoo.com/p/r.sD1wAuhQ2HSEnNkN
Contracts are now moved to a 'To Renew' status automatically when they have overdue invoices, have passed their end date, or have used all prepaid units. Users also get a contract form shortcut to quickly review overdue invoices, helping teams act sooner on renewals and billing issues.
Original PR description
…o Renew' state when necessary, overdue invoices, task & issues warning Contracts should be automatically set to 'pending - To Renew' status when: - there are overdue invoices - the end date is overpassed - the number of prepaid units has been used A stat button to easily see overdue invoices is added to the contract form view. --- Code courtesy: - Bhumi Patel bpa@odoo.com - Damien Bouvy dbo@odoo.com