Use None as default value for module of view
Since 53fc70c2139f the module column of ir_ui_view has a foreign key constraint on ir_module table so the default value must be NULL to ignore the constraint when there is no module.
Closes #13816 (closed)