Daily updates from Odoo
Navigate
Branch
Wednesday, November 30, 2016
6 changes
Enhancements to existing features
This update lets account tags in the multilingual accounting module be translated, helping Vietnamese companies build clearer legal report hierarchies in the right language. It also includes confirmation that the contributor signed the required contributor agreement.
Original PR description
-- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Mass mailing can now target individual contacts using filters as well as mailing lists, giving teams more flexibility in who receives campaigns. Contact records also gain useful details such as country, tags, and a form view, making audience management easier.
Original PR description
Improve mass mailing contacts management: - allow to send mails to contacts (with domain) or mailing lists - add extra fields on contacts (country, tags) - form view -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adjusts how product price fields are tracked in Odoo so changes to key prices are recorded more appropriately. It helps teams keep clearer visibility on important product pricing updates while avoiding unnecessary tracking on related display fields.
Original PR description
Task : https://www.odoo.com/web?#id=28831&view_type=form&model=project.task&action=327&menu_id=4720 Pad : https://pad.odoo.com/p/r.671d8b24a30867433d0ce6705f0c89ac 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
Resolved issues and error corrections
This fix adds a proper cancelled status for payments instead of sending cancelled payments back to draft. It helps users distinguish real drafts from cancelled payments and avoids misleading accounting records.
Original PR description
Commit b17e4a0f6b0a prevents gaps in payment numbering by keeping tack of the account move name used. It also prevents the unlinking of a payment which already generated an account move. However, no 'Cancelled' state has been introduced for the payments. It means that the cancellation of a payment will set it to a draft state, and it won't be possible to delete or flag it as 'Cancelled' later on. It will therefore be a misleading entry for the users. opw-694351
Documentation and clarification updates
This pull request adds a corporate Contributor License Agreement confirmation for TVT Marine Automation. It is an administrative legal update that helps ensure contributions can be accepted under Odoo's contribution rules, with no expected product impact.
Original PR description
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Miscellaneous changes
This pull request brings the branch up to date with the latest changes from the main Odoo project. It helps keep the codebase aligned with upstream improvements and fixes, with no specific business-facing module changes identified from the available details.
Original PR description
Just to update changes from the upstream