Feld "This database will expire" verschwinden lassen
parent
83aff9a249
commit
1a391b5527
|
|
@ -25,7 +25,6 @@ class Config():
|
||||||
'website': 'http://www.datenpol.at/',
|
'website': 'http://www.datenpol.at/',
|
||||||
'company_registry': '359270p',
|
'company_registry': '359270p',
|
||||||
'country_id': 'at', # 'de' für Deutschland
|
'country_id': 'at', # 'de' für Deutschland
|
||||||
'logo': False,
|
|
||||||
'vat': 'ATU 66309611',
|
'vat': 'ATU 66309611',
|
||||||
'rml_header1': False,
|
'rml_header1': False,
|
||||||
'vat_check_vies': True,
|
'vat_check_vies': True,
|
||||||
|
|
@ -253,4 +252,5 @@ class Config():
|
||||||
|
|
||||||
self.system_parameters = {
|
self.system_parameters = {
|
||||||
'ir_attachment.location': 'db', # [db] oder [file]
|
'ir_attachment.location': 'db', # [db] oder [file]
|
||||||
|
'database.expiration_date': '2038-01-19',
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue