Files
odoo-docs/content/developer
asno-odoo 17ac807d6a [IMP] orm : add info about boolean default
When a default value for boolean is set as False, the values of
new column for existing records is set to NULL. In python, FALSE
and NULL might mean same thing in certain contexts but its not the
case for Sql(we allow to add sql constraints).
2023-12-14 17:09:35 +01:00
..