mirror of
https://github.com/brain-tec/account_ebics.git
synced 2025-09-09 03:00:54 +00:00
account_ebics - remove legacy ebics_files from code
This commit is contained in:
committed by
Luc De Meyer
parent
26c4286fcc
commit
6098eae63f
@@ -148,10 +148,6 @@ class EbicsConfig(models.Model):
|
||||
help="Companies sharing this EBICS contract.",
|
||||
)
|
||||
|
||||
@api.model
|
||||
def _default_ebics_files(self):
|
||||
return "/".join(["/home/odoo/ebics_files", self._cr.dbname])
|
||||
|
||||
@api.model
|
||||
def _default_ebics_keys(self):
|
||||
return "/".join(["/etc/odoo/ebics_keys", self._cr.dbname])
|
||||
|
Reference in New Issue
Block a user