mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-20 22:52:07 +02:00
vanilla 16.0
This commit is contained in:
parent
8c653da57a
commit
f0ee375081
156 changed files with 10614 additions and 55980 deletions
|
|
@ -79,7 +79,6 @@ class Channel(models.Model):
|
|||
invitation_url = fields.Char('Invitation URL', compute='_compute_invitation_url')
|
||||
|
||||
_sql_constraints = [
|
||||
('channel_type_not_null', 'CHECK(channel_type IS NOT NULL)', 'The channel type cannot be empty'),
|
||||
('uuid_unique', 'UNIQUE(uuid)', 'The channel UUID must be unique'),
|
||||
('group_public_id_check',
|
||||
"CHECK (channel_type = 'channel' OR group_public_id IS NULL)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue