consecutive date: date change every day in a saved record

Viewed 38

create a datetime field in odoo studio that shows the current date when the record is created, I need that when I return to that record it always shows me the current date instead of the date the record was created

2 Answers

yes there is built in field is: create_date

I already solved the problem

when changing the widget from a date time to remaining_days it automatically counts the days

Related