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