تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
2644 أدوات العرض

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,
        ),

الصورة الرمزية
إهمال