Browse Source

[FIX] field_timepicker: Change autoinstall to False

pull/259/head
Marcos Oitabén Fernández 2 years ago
committed by GitHub
parent
commit
38648ad671
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      field_timepicker/__manifest__.py

2
field_timepicker/__manifest__.py

@ -35,6 +35,6 @@
'images': ['static/description/banner.png'],
'license': 'LGPL-3',
'installable': True,
'auto_install': True,
'auto_install': False,
'application': False,
}

Loading…
Cancel
Save