Assign a specific date to a Datetime field in Odoo 10

Viewed 613

I have a field "date_order" of type "fields.Datetime" and I would like to assign a specific date to that field.

So how do I do to do:

self.date_order = "October 19th, 1987 00:00h"

Odoo 10

1 Answers
Related