Open JakubWiselka opened 1 year ago
https://github.com/Stanislaw-Wegrzyn/Odoo-Hotel-Management/blob/9eda3e3550d9d0125b9481e7f20010444383238d/sw_hotel/models/customer.py#LL16C1-L17C83
If those lines are stored, it means the value of those fields are recalculated only when dependent fields are changed, it might cause a problem if someone has a birthday it won't change and the value will stay
https://github.com/Stanislaw-Wegrzyn/Odoo-Hotel-Management/blob/9eda3e3550d9d0125b9481e7f20010444383238d/sw_hotel/models/customer.py#LL16C1-L17C83
If those lines are stored, it means the value of those fields are recalculated only when dependent fields are changed, it might cause a problem if someone has a birthday it won't change and the value will stay