diff --git a/setup/lib/config_at.py b/setup/lib/config_at.py index 00f1f29b..563f8ec3 100644 --- a/setup/lib/config_at.py +++ b/setup/lib/config_at.py @@ -25,7 +25,6 @@ class Config(): 'website': 'http://www.datenpol.at/', 'company_registry': '359270p', 'country_id': 'at', # 'de' für Deutschland - 'logo': False, 'vat': 'ATU 66309611', 'rml_header1': False, 'vat_check_vies': True, @@ -253,4 +252,5 @@ class Config(): self.system_parameters = { 'ir_attachment.location': 'db', # [db] oder [file] + 'database.expiration_date': '2038-01-19', }