Browse Source
[FIX] field_timepicker: Change autoinstall to False
pull/259/head
Marcos Oitabén Fernández
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
field_timepicker/__manifest__.py
|
@ -35,6 +35,6 @@ |
|
|
'images': ['static/description/banner.png'], |
|
|
'images': ['static/description/banner.png'], |
|
|
'license': 'LGPL-3', |
|
|
'license': 'LGPL-3', |
|
|
'installable': True, |
|
|
'installable': True, |
|
|
'auto_install': True, |
|
|
'auto_install': False, |
|
|
'application': False, |
|
|
'application': False, |
|
|
} |
|
|
} |
|
|