Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
2643 Visualizações

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

Avatar
Cancelar
Melhor resposta

You need to modify the model

website_blog.py

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

Avatar
Cancelar