How can I format date in Odoo 15 Account Pay check form? for not using the actual date and not changing into the language date format? please help.
context_timestamp(datetime.datetime.now()).strftime('%m-%d-%Y')
How can I format date in Odoo 15 Account Pay check form? for not using the actual date and not changing into the language date format? please help.
context_timestamp(datetime.datetime.now()).strftime('%m-%d-%Y')