Daily updates from Odoo
Navigate
Branch
Tuesday, September 26, 2017
7 changes
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.
Resolved issues and error corrections
When modules are installed or updated, Odoo now refreshes the available module list automatically. This helps ensure newly available or changed apps are recognized without extra manual steps, reducing confusion during system maintenance.
Original PR description
Follow up of #9133
This fix resolves an error that occurred when users tried to print the stock traceability report. After the change, the report should generate normally, helping warehouse and inventory teams access traceability information without interruption.
Original PR description
…_obj and passing direct parameters. Description of the issue/feature this PR addresses: Giving traceback while print stock traceability report in current master. Current behavior before PR: Giving traceback while print stock traceability report in current master. Desired behavior after PR is merged: Print stock traceability report without any traceback. Issue: https://www.odoo.com/web#id=770291&view_type=form&model=project.issue&action=609&menu_id=4720 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Website Version feature now handles clicks on the “Authorize Google” button without causing an error. This prevents users from hitting a traceback during Google authorization and keeps the setup flow working smoothly.
Original PR description
…ext. Description of the issue/feature this PR addresses: Click on "Authorize Google" button throw traceback. Current behavior before PR: Click on "Authorize Google" button throw traceback. Desired behavior after PR is merged: Traceback resolved on click of "Authorize Google" Button. Issue: https://www.odoo.com/web#id=772013&view_type=form&model=project.issue&action=609&menu_id=4720