Monday, August 17, 2015
2 changes
Enhancements to existing features
Odoo now automatically leaves out special PostgreSQL databases that are templates or do not allow connections. This helps teams keep internal backup or preparation databases from appearing publicly while still allowing safe copies to be exposed when ready.
Original PR description
Automatically ignore template databases identified in Postgres, and databases where connexion is not allowed. The use case for this is to have a simple means of creating PG databases and not exposing them to the public : set them as templates or disallow connections. For example on our test server we always restore the backup from the production DB as a template, of which we expose a copy that we do "-u all" on.
The sales team dashboard now hides opportunity-related information when opportunities are turned off. This keeps the CRM interface more relevant and less cluttered for teams that do not use opportunity tracking.
Original PR description
Hide stuff corresponding to opportunities if use_opportunities is False