コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
2651 ビュー

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

アバター
破棄
最善の回答

You need to modify the model

website_blog.py

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

アバター
破棄