620508fb29
The lambda function here is useless and makes newdooers think they need to use it everytime. `default=fields.Date.add(fields.Date.today(), months=3))` should do the trick, no lambda involved. closes odoo/documentation#6607 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>