Merge branch '2bitKempf-2.0-patch-10180' into '2.0-fixed'

2bit kempf 2.0 patch 10180

See merge request flectra-community/l10n-switzerland-flectra!6
This commit is contained in:
Renzo Meister 2022-08-19 08:30:44 +00:00
commit 1d8d80ba5d

View File

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