20 lines
656 B
Python
20 lines
656 B
Python
# Copyright 2019-2022 Fabien Bourgeois <fabien@yaltik.com>
|
|
#
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
|
|
|
{
|
|
'name': 'Hy Odoo',
|
|
'summary': 'Hy Odoo',
|
|
'description': """ Hy functions and macros for Odoo """,
|
|
'version': '16.0.0.8.9',
|
|
'category': 'Hy',
|
|
'author': 'Fabien Bourgeois',
|
|
'license': 'Other OSI approved licence',
|
|
'application': False,
|
|
'installable': True,
|
|
'depends': ['base'],
|
|
"external_dependencies": {'python' : ['hy==0.25.*', 'hyrule==0.2.*']}
|
|
}
|