summaryrefslogtreecommitdiff
path: root/addons/l10n_generic_coa/__init__.py
blob: d417dc6807ce40bce885a2985d34ab3a70b396be (plain)
1
2
3
4
5
6
7
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'"
    )