I'm trying to formulate the following fields:
Fields are as follows:
Date_one
Date_two
Int_one (input the number of days)
date_total
Here's the computation:
date_total = (Date_two - Date_one) + 1 - Int_one
How should I do this here? and what are the dependents?
for record in self: record['size'] = len(record.name)
Thank you in advance!