summaryrefslogtreecommitdiff
path: root/addons/l10n_generic_coa/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'addons/l10n_generic_coa/__init__.py')
-rw-r--r--addons/l10n_generic_coa/__init__.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/addons/l10n_generic_coa/__init__.py b/addons/l10n_generic_coa/__init__.py
new file mode 100644
index 00000000..d417dc68
--- /dev/null
+++ b/addons/l10n_generic_coa/__init__.py
@@ -0,0 +1,8 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+
+def uninstall_hook(cr, registry):
+ cr.execute(
+ "DELETE FROM ir_model_data WHERE module = 'l10n_generic_coa'"
+ )