OdooDigitizationService/addons/tx_opentekr_survey/__manifest__.py

41 lines
1.1 KiB
Python

# -*- coding: utf-8 -*-
{
'name': "国资委投票",
'summary': """
国资委投票""",
'description': """
国资委投票
""",
'author': "TongXin",
'website': "https://www.yourcompany.com",
# Categories can be used to filter modules in modules listing
# Check https://github.com/odoo/odoo/blob/16.0/odoo/addons/base/data/ir_module_category_data.xml
# for the full list
'category': 'Uncategorized',
'version': '0.1',
# any module necessary for this one to work correctly
'depends': ['base', 'web', 'website', 'tx_base', 'web_widget_video'],
# always loaded
'data': [
'security/ir.model.access.csv',
'views/views.xml',
'views/templates.xml',
'views/menu.xml',
],
'application': True,
'assets': {
'tx_opentekr_survey.tx_opentekr_survey_assets': [
'tx_opentekr_survey/static/src/js/survey_form.js',
('include', 'web._assets_helpers'),
('include', 'web._assets_frontend_helpers'),
'tx_opentekr_survey/static/src/scss/survey_templates_form.scss',
]
}
}