Files
odoo-docs/content/developer/tutorials
asno-odoo 511a6fe7f0 [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 16:55:13 +01:00
..