odoo18/addons_extensions/flutter_odoo/__manifest__.py

28 lines
704 B
Python

# -*- coding: utf-8 -*-
{
'name': "Odoo Flutter",
'summary': 'Integrating flutter with odoo',
'description': """
Creating the required functions according to our needs to add it in the flutter;
""",
'author': "Pranay",
'website': "https://www.ftprotech.com",
# Categories can be used to filter modules in modules listing
# Check https://github.com/odoo/odoo/blob/15.0/odoo/addons/base/data/ir_module_category_data.xml
# for the full list
'category': 'Flutter',
'version': '0.1',
# any module necessary for this one to work correctly
'depends': ['base','hr','hr_attendance','hr_employee_extended'],
# always loaded
'data': [
],
}