Is there any way to show the current date in form view without an access to opcode?
<field name="x_current_date"/> ---> it on display the label name of the field but it has a code inside in the compute field like...
for record in self:
record['x_current_date'] = datetime.now()
BUt it didnt work..
any help?
thanks in advance