This question has been flagged
1 Reply
2282 Views

I can't seem to figure out how to change the date of a blogpost. Can anyone help me?

Avatar
Discard
Best Answer

You need to modify the model

website_blog.py

        'create_date': fields.datetime(
            'Created on',
            select=True, readonly=True,
        ),

Avatar
Discard