Mathias Markl
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
muk_models_groupby_hour/__manifest__.py
|
@ -22,7 +22,7 @@ |
|
|
"summary": """Group records by hour""", |
|
|
"summary": """Group records by hour""", |
|
|
"version": '11.0.2.0.1', |
|
|
"version": '11.0.2.0.1', |
|
|
"category": 'Extra Tools', |
|
|
"category": 'Extra Tools', |
|
|
"license": "AGPL-3", |
|
|
|
|
|
|
|
|
"license": "LGPL-3", |
|
|
"website": "http://www.mukit.at", |
|
|
"website": "http://www.mukit.at", |
|
|
"author": "MuK IT", |
|
|
"author": "MuK IT", |
|
|
"contributors": [ |
|
|
"contributors": [ |
|
@ -47,4 +47,4 @@ |
|
|
"application": False, |
|
|
"application": False, |
|
|
"installable": True, |
|
|
"installable": True, |
|
|
"post_load": "_patch_system", |
|
|
"post_load": "_patch_system", |
|
|
} |
|
|
|
|
|
|
|
|
} |