mirror of
https://github.com/odoo/documentation.git
synced 2026-01-02 17:59:20 +07:00
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).