Monday, August 17, 2015
2 changes
New functionality added to Odoo
Invoices can now group tax lines, making it easier to show and manage retained taxes on reports. This improves tax reporting clarity, including support for Colombian localization needs.
Original PR description
Task => https://www.odoo.com/web#id=20051&view_type=form&model=project.task&action=333&active_id=708 This PR fixes one issue and introduces tax groups to enable retention of taxes i.e. enables to split tax lines by group on invoice report
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.