Skip to Content
Menu
This question has been flagged
1 Reply
2098 Views

Hello


Is it possible to send an email in the Project app to a client pertaining to all of the tasks for the project, as opposed to just an email for each individual task?   

My business is a custom residential cabinet shop and I would like to send our clients an update on their overall project not just an individual room(which I have broken out into a parent task). 


Thanks

Avatar
Discard
Best Answer

You need to show the message_ids field on the Form View.

<field name="message_ids" widget="mail_thread"/>

You will then see this:



Inherit and override the project.project.form View with External ID project.edit_project.


For background on making these kinds of changes, see https://www.opensourceintegrators.com/publications/update-safe-changes-to-odoo-views

Avatar
Discard