I want to ask about the datetime field in odoo, if all the datetime fields are added 7 hours, what is the reason ? This is happening on the client server, my display is normal,. thank you in advance
date_order = fields.Datetime('Order Date', required=True, states=READONLY_STATES, index=True, copy=False, default=fields.Datetime.now,\
help="Depicts the date where the Quotation should be validated and converted into a purchase order.")