Skip to content

Commit

Permalink
[FIX] sale: allow the uninstallation of sale
Browse files Browse the repository at this point in the history
Commit 1da63f0 removed the
uninstall_hook defined in sale/__init__.py but forgot to remove it from
the __manifest__.py, resulting in a traceback when uninstalling the
`sale` module.

closes #32804

Signed-off-by: Raphael Collet (rco) <rco@openerp.com>
  • Loading branch information
Adrian Torres committed Apr 18, 2019
1 parent 28e60d1 commit 3b3a14c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/sale/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
'qweb': [
"static/src/xml/account_reconciliation.xml",
],
'uninstall_hook': "uninstall_hook",
'installable': True,
'auto_install': False
}

0 comments on commit 3b3a14c

Please sign in to comment.