Daily updates from Odoo
Wednesday, November 30, 2016
3 changes · master
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
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