mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[FIX][H4547] website_sale_signifyd: make module installable
This commit is contained in:
@@ -8,7 +8,7 @@ class SignifydCoverage(models.Model):
|
||||
name = fields.Char(required=True)
|
||||
description = fields.Char()
|
||||
code = fields.Char(required=True)
|
||||
exclusive = fields.Boolean())
|
||||
exclusive = fields.Boolean()
|
||||
|
||||
def _apply_exclusivity(self):
|
||||
return self.filtered('exclusive')[:1] or self
|
||||
|
||||
Reference in New Issue
Block a user