I can't seem to figure out how to change the date of a blogpost. Can anyone help me?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
1
Responder
2632
Vistas
You need to modify the model
website_blog.py
'create_date': fields.datetime(
'Created on',
select=True, readonly=True,
),
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Inscribirse