Tuesday, February 28, 2017
3 changes · master
New functionality added to Odoo
Users can now set the label used for the counterpart account entry when recording a partial payment. This makes payment records clearer and easier to reconcile by letting businesses use wording that matches their process.
Original PR description
Description of the issue/feature this PR addresses: related to task: https://www.odoo.com/web#id=21994&view_type=form&model=project.task&action=333&active_id=248&menu_id=4720 Current behavior before PR: Desired behavior after PR is merged: -allow the user to specify a move label for the counterpart account during a partial payment -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Enhancements to existing features
Odoo now better identifies and prioritizes models that use mail discussion and activity features when administrators configure custom models. This makes it easier and more reliable to add message tracking to custom business objects and fields.
Original PR description
The boolean field `is_mail_thread` on `ir.model` allows to create custom models that inherit from model `mail.thread`. The selection field `track_visibility` on `ir.model.fields` allows to add tracking on custom fields. Change the order on model `ir.model` to make mail thread models appear first.
Resolved issues and error corrections
This updates the stored Canadian province name to the correct official name, Newfoundland and Labrador. It helps keep address and country/state reference data accurate for users and business documents.
Original PR description
Fix province name: https://en.wikipedia.org/wiki/Newfoundland_and_Labrador -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr