Merge branch '2.0-fixed' into '2.0'

2.0 fixed

See merge request flectra-community/l10n-switzerland-flectra!7
This commit is contained in:
Renzo Meister 2022-08-19 08:31:03 +00:00
commit d86613abe9

View File

@ -26,7 +26,7 @@ class PaynetService(models.Model):
_description = "Paynet service configuration"
name = fields.Char(required=True)
url = fields.Char(compute="_compute_url")
url = fields.Char()
username = fields.Char()
password = fields.Char()
client_pid = fields.Char(string="Paynet ID", size=17, required=True)