diff --git a/muk_autovacuum/README.rst b/muk_autovacuum/README.rst
new file mode 100644
index 0000000..4a5447f
--- /dev/null
+++ b/muk_autovacuum/README.rst
@@ -0,0 +1,120 @@
+==============
+MuK Autovacuum
+==============
+
+Allows the administrator to create rules to automatically garbage collect
+a certain model. Every rule can have a different time interval additional
+constraints. An extra constraint can be for example to only delete inactive
+records.
+
+Installation
+============
+
+To install this module, you need to:
+
+Download the module and add it to your Odoo addons folder. Afterward, log on to
+your Odoo server and go to the Apps menu. Trigger the debug mode and update the
+list by clicking on the "Update Apps List" link. Now install the module by
+clicking on the install button.
+
+Another way to install this module is via the package management for Python
+(`PyPI `_).
+
+To install our modules using the package manager make sure
+`odoo-autodiscover `_ is installed
+correctly. Then open a console and install the module by entering the following
+command:
+
+``pip install --extra-index-url https://nexus.mukit.at/repository/odoo/simple ``
+
+The module name consists of the Odoo version and the module name, where
+underscores are replaced by a dash.
+
+**Module:**
+
+``odoo-addon-``
+
+**Example:**
+
+``sudo -H pip3 install --extra-index-url https://nexus.mukit.at/repository/odoo/simple odoo11-addon-muk-utils``
+
+Once the installation has been successfully completed, the app is already in the
+correct folder. Log on to your Odoo server and go to the Apps menu. Trigger the
+debug mode and update the list by clicking on the "Update Apps List" link. Now
+install the module by clicking on the install button.
+
+The biggest advantage of this variant is that you can now also update the app
+using the "pip" command. To do this, enter the following command in your console:
+
+``pip install --upgrade --extra-index-url https://nexus.mukit.at/repository/odoo/simple ``
+
+When the process is finished, restart your server and update the application in
+Odoo. The steps are the same as for the installation only the button has changed
+from "Install" to "Upgrade".
+
+You can also view available Apps directly in our `repository `_
+and find a more detailed installation guide on our `website `_.
+
+For modules licensed under OPL-1, you will receive access data when you purchase
+the module. If the modules were not purchased directly from
+`MuK IT `_ please contact our support (support@mukit.at)
+with a confirmation of purchase to receive the corresponding access data.
+
+Upgrade
+============
+
+To upgrade this module, you need to:
+
+Download the module and add it to your Odoo addons folder. Restart the server
+and log on to your Odoo server. Select the Apps menu and upgrade the module by
+clicking on the upgrade button.
+
+If you installed the module using the "pip" command, you can also update the
+module in the same way. Just type the following command into the console:
+
+``pip install --upgrade --extra-index-url https://nexus.mukit.at/repository/odoo/simple ``
+
+When the process is finished, restart your server and update the application in
+Odoo, just like you would normally.
+
+Configuration
+=============
+
+To configure this module, you need to:
+
+#. Go to *Settings* while being in debug mode.
+#. Afterwards go to *Technical -> Automation -> Auto Vacuum Rules*.
+#. And create a new rule.
+
+Usage
+=============
+
+This module has no direct visible effect on the system. The garbage collections
+happens during the autovacuum cron job.
+
+Credits
+=======
+
+Contributors
+------------
+
+* Mathias Markl
+
+Images
+------------
+
+Some pictures are based on or inspired by the icon set of Font Awesome:
+
+* `Font Awesome `_
+
+Author & Maintainer
+-------------------
+
+This module is maintained by the `MuK IT GmbH `_.
+
+MuK IT is an Austrian company specialized in customizing and extending Odoo.
+We develop custom solutions for your individual needs to help you focus on
+your strength and expertise to grow your business.
+
+If you want to get in touch please contact us via mail
+(sale@mukit.at) or visit our website (https://mukit.at).
diff --git a/muk_autovacuum/__manifest__.py b/muk_autovacuum/__manifest__.py
index 4b4dc67..fe8775c 100644
--- a/muk_autovacuum/__manifest__.py
+++ b/muk_autovacuum/__manifest__.py
@@ -17,10 +17,10 @@
#
###################################################################################
-{
+{
'name': 'MuK Autovacuum',
'summary': 'Configure automatic garbage collection',
- 'version': '12.0.2.1.13',
+ 'version': '12.0.2.1.14',
'category': 'Extra Tools',
'license': 'AGPL-3',
'author': 'MuK IT',
diff --git a/muk_autovacuum/i18n/de.po b/muk_autovacuum/i18n/de.po
index e3c2564..7af9697 100644
--- a/muk_autovacuum/i18n/de.po
+++ b/muk_autovacuum/i18n/de.po
@@ -7,43 +7,51 @@ msgstr ""
"Project-Id-Version: Odoo Server 12.0-20190128\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-02-27 13:36+0000\n"
-"PO-Revision-Date: 2019-02-27 13:36+0000\n"
-"Last-Translator: <>\n"
-"Language-Team: \n"
+"PO-Revision-Date: 2019-05-12 17:18+0000\n"
+"Last-Translator: Manuel Marklo \n"
+"Language-Team: German \n"
+"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
-"Plural-Forms: \n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Weblate 3.4\n"
#. module: muk_autovacuum
#: model_terms:ir.ui.view,arch_db:muk_autovacuum.view_autovacuum_rule_form
msgid "Warning
: Warning Exception to use with raise
"
-msgstr "Warnung:
Warnausnahme, die bei einer Erhöhung
Anwendung findet"
+msgstr "Warnung
: Fehler zur Verwendung mit raise
"
#. module: muk_autovacuum
#: model_terms:ir.ui.view,arch_db:muk_autovacuum.view_autovacuum_rule_form
msgid "b64encode
, b64decode
: Base64 converter"
-msgstr ""
+msgstr "b64encode
, b64decode
: Base64 Converter"
#. module: muk_autovacuum
#: model_terms:ir.ui.view,arch_db:muk_autovacuum.view_autovacuum_rule_form
msgid "date_format
, datetime_format
: server date and time formats"
msgstr ""
+"date_format
, datetime_format
: Serverdatum und "
+"Zeitformate"
#. module: muk_autovacuum
#: model_terms:ir.ui.view,arch_db:muk_autovacuum.view_autovacuum_rule_form
msgid "env
: Odoo Environment on which the rule is triggered"
-msgstr ""
+msgstr "env
: Odoo Umgebung in welcher die Regel angewendet wird"
#. module: muk_autovacuum
#: model_terms:ir.ui.view,arch_db:muk_autovacuum.view_autovacuum_rule_form
+#, fuzzy
msgid "logger.info(message)
: Python logging framework"
-msgstr ""
+msgstr "logger.info(message)
: Python-Protokollierungs-Framework"
#. module: muk_autovacuum
#: model_terms:ir.ui.view,arch_db:muk_autovacuum.view_autovacuum_rule_form
msgid "model
: Odoo Model of the record on which the rule is triggered"
msgstr ""
+"model
: Odoo Modell des Datensatzes, auf dem die Regel "
+"angewendet wird"
#. module: muk_autovacuum
#: model_terms:ir.ui.view,arch_db:muk_autovacuum.view_autovacuum_rule_form
@@ -54,6 +62,8 @@ msgstr "time
, datetime
, dateutil
, t
#: model_terms:ir.ui.view,arch_db:muk_autovacuum.view_autovacuum_rule_form
msgid "uid
, user
: User on which the rule is triggered"
msgstr ""
+"uid
, Benutzer
: Benutzer an dem die Regel "
+"angewendet wird"
#. module: muk_autovacuum
#: model:ir.model.fields,field_description:muk_autovacuum.field_muk_autovacuum_rules__active
@@ -77,23 +87,25 @@ msgstr "Auto Vacuum Regeln"
#. module: muk_autovacuum
#: model:ir.model,name:muk_autovacuum.model_ir_autovacuum
+#, fuzzy
msgid "Automatic Vacuum"
msgstr "Automatisch aufräumen"
#. module: muk_autovacuum
#: model:ir.model.fields,field_description:muk_autovacuum.field_muk_autovacuum_rules__code
msgid "Code"
-msgstr ""
+msgstr "Code"
#. module: muk_autovacuum
#: selection:muk_autovacuum.rules,state:0
+#, fuzzy
msgid "Code Based"
msgstr "Codebasiert"
#. module: muk_autovacuum
#: model_terms:ir.ui.view,arch_db:muk_autovacuum.view_autovacuum_rule_form
msgid "Code Settings"
-msgstr ""
+msgstr "Codeeinstellungen"
#. module: muk_autovacuum
#: model:ir.model.fields,help:muk_autovacuum.field_muk_autovacuum_rules__code
@@ -155,7 +167,7 @@ msgstr "Löscht keine markierten Datensätze.\n"
#. module: muk_autovacuum
#: model:ir.model.fields,field_description:muk_autovacuum.field_muk_autovacuum_rules__domain
msgid "Domain"
-msgstr ""
+msgstr "Domain"
#. module: muk_autovacuum
#: selection:muk_autovacuum.rules,state:0
@@ -165,7 +177,7 @@ msgstr "Domainenbasiert"
#. module: muk_autovacuum
#: model_terms:ir.ui.view,arch_db:muk_autovacuum.view_autovacuum_rule_form
msgid "Domain Settings"
-msgstr ""
+msgstr "Domaineinstellungen"
#. module: muk_autovacuum
#: model_terms:ir.ui.view,arch_db:muk_autovacuum.view_autovacuum_rule_form
@@ -194,7 +206,7 @@ msgstr "GC Domain: [] order: %s limit: %s"
#: code:addons/muk_autovacuum/models/ir_autovacuum.py:84
#, python-format
msgid "GC'd %s %s records"
-msgstr ""
+msgstr "GC'd %s %s Aufnahmen"
#. module: muk_autovacuum
#: code:addons/muk_autovacuum/models/ir_autovacuum.py:80
@@ -225,13 +237,13 @@ msgstr "Stunden"
#. module: muk_autovacuum
#: model:ir.model.fields,field_description:muk_autovacuum.field_muk_autovacuum_rules__id
msgid "ID"
-msgstr ""
+msgstr "ID"
#. module: muk_autovacuum
#: code:addons/muk_autovacuum/models/rules.py:287
#, python-format
msgid "Import Template for Auto Vacuum Rules"
-msgstr ""
+msgstr "Importvorlage für die automatischen Aufräumregeln"
#. module: muk_autovacuum
#: model:ir.model.fields,field_description:muk_autovacuum.field_muk_autovacuum_rules____last_update
@@ -277,7 +289,7 @@ msgstr "Monate"
#. module: muk_autovacuum
#: model:ir.model.fields,field_description:muk_autovacuum.field_muk_autovacuum_rules__name
msgid "Name"
-msgstr ""
+msgstr "Name"
#. module: muk_autovacuum
#: model:ir.model.fields,field_description:muk_autovacuum.field_muk_autovacuum_rules__only_inactive
@@ -343,7 +355,7 @@ msgstr "Größensortierung"
#. module: muk_autovacuum
#: model_terms:ir.ui.view,arch_db:muk_autovacuum.view_autovacuum_rule_form
msgid "Size Settings"
-msgstr ""
+msgstr "Größeneinstellung"
#. module: muk_autovacuum
#: model:ir.model.fields,field_description:muk_autovacuum.field_muk_autovacuum_rules__size_type
@@ -353,7 +365,7 @@ msgstr "Größe Typ"
#. module: muk_autovacuum
#: model:ir.model.fields,field_description:muk_autovacuum.field_muk_autovacuum_rules__size_parameter_value
msgid "Size Value"
-msgstr ""
+msgstr "Größenwert"
#. module: muk_autovacuum
#: model:ir.model.fields,field_description:muk_autovacuum.field_muk_autovacuum_rules__size_parameter
@@ -379,7 +391,7 @@ msgstr "Zeitfeld"
#. module: muk_autovacuum
#: model_terms:ir.ui.view,arch_db:muk_autovacuum.view_autovacuum_rule_form
msgid "Time Settings"
-msgstr ""
+msgstr "Zeiteinstellungen"
#. module: muk_autovacuum
#: model:ir.model.fields,field_description:muk_autovacuum.field_muk_autovacuum_rules__time_type
@@ -404,5 +416,4 @@ msgstr "Jahre"
#. module: muk_autovacuum
#: model_terms:ir.ui.view,arch_db:muk_autovacuum.view_autovacuum_rule_form
msgid "e.g. Delete Logs after 30 Days"
-msgstr ""
-
+msgstr "z.B. Protokolle nach 30 Tagen löschen"