Update __manifest__.py

This commit is contained in:
Parthiv Patel
2021-12-07 05:31:08 +00:00
parent 06f37c5585
commit 09bc747265

View File

@@ -26,6 +26,6 @@
'qweb': [
'static/src/xml/partner_autocomplete.xml',
],
'auto_install': True,
'auto_install': False,
'license': 'LGPL-3',
}