mirror of
https://gitlab.com/flectra-community/l10n-switzerland-flectra.git
synced 2024-11-16 19:12:04 +00:00
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:
commit
1d8d80ba5d
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user