I'm doing a large import of partners through the API (because the data is too complex to use CSV).
I would like to set the create_date and insert the messages into mail_message myself, so I can use the correct users, dates, etc.
My questions:
Can you manually create entries (ideally through the API) into mail_message table (mail.message model) with custom date and creator?
Can you prevent the "Contact Created" and "Added to Company" messages from being created somehow?
And, optionally, is there a way to set the create_date / update_date for an import?
This is for Odoo 11 - I've tried to edit the original post, but it didn't let me.