mirror of
https://gitlab.com/flectra-community/l10n-switzerland-flectra.git
synced 2024-12-23 12:51:45 +00:00
Remove the computed url to define the correct url for the service
This commit is contained in:
parent
0bb7627196
commit
a02cf81dc7
@ -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