Home > database >  consecutive date: date change every day in a saved record
consecutive date: date change every day in a saved record

Time:09-08

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

CodePudding user response:

yes there is built in field is: create_date

CodePudding user response:

I already solved the problem

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

  • Related