diff --git a/__manifest__.py b/__manifest__.py index 2f3bdf4..35ff3be 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -16,4 +16,5 @@ 'wizard/change_uom_views.xml', ], 'license': 'LGPL-3', + 'installable': True, }