Friday, January 31, 2020
2 changes · master
Enhancements to existing features
The system-only "Exception" activity type is no longer shown to users when they manually schedule an activity. It remains available behind the scenes so Odoo can still create warning activities automatically when needed.
Original PR description
Task-https://www.odoo.com/web?#id=2168569&action=327&model=project.task&view_type=form&menu_id=4720 Pad-https://pad.odoo.com/p/r.39029a07ff849809d1b84d4c202a9acc 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
Event managers can now view and edit an event's description directly from the Events application. This makes it easier to maintain event information in Odoo and prepares the field to be filled from upcoming Facebook synchronization.
Original PR description
Event holds a description field that is not displayed nor editable in frontend. IN this commit we display it in backend form view, allowing to edit it. With the upcoming facebook synchronization it allows to directly populate it with facebook information. See Enterprise PR odoo/enterprise#8058 . Task ID 1999230 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