def test_create_origin(self):
        record = self.env['mgmtsystem.nonconformity.origin'].create({
            "name": "TestOrigin",
        })