Daily updates from Odoo
Tuesday, September 26, 2017
4 changes · master
Enhancements to existing features
The CRM kanban view now opens with opportunities grouped by their next scheduled activity. This helps sales teams quickly see what needs attention next and prioritize follow-ups more easily.
Original PR description
Description of the issue/feature this PR addresses: ISSUE ID - https://www.odoo.com/web#id=761087&view_type=form&model=project.issue&action=609&menu_id=4720 Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Colombian localization now uses a simpler set of common accounts and taxes, making setup and daily accounting easier for businesses. It also updates tax rules such as the VAT rate change to 19% and adds partner identification details needed for Colombian compliance.
Original PR description
This simplifies the chart of accounts and taxes to only the common ones used. It also updates some changes that took place (eg. the VAT increase from 16% to 19%). Lastly it implements some additional fields on res.partner: a document type and a verification code that is calculated based on the VAT.
French accounting localization is enhanced so companies can use it more easily out of the box. The update adds and links French VAT, cash-basis tax handling, fiscal positions for Europe and overseas territories, and related accounting journals to reduce manual setup.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Users can now generate three Colombian withholding certificate reports from a guided wizard for one or more contacts. The old Colombian financial report was removed because it was slow to load and no longer worked after localization simplification.
Original PR description
This adds a Certification Report wizard which allows users to generate three different types of 'Certificados de Retención' reports based on one or more res.partner records. This also removes the Colombian report because it was huge (>1000 account.financial.html.report.line) and took around 6 seconds to load even without any account.move.lines in the system. Additionally, due to the simplification of l10n_co it did not work anymore.