85 lines
2.5 KiB
Python
85 lines
2.5 KiB
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': "tx_cms",
|
|
|
|
'summary': """
|
|
CMS管理""",
|
|
|
|
'description': """
|
|
Long description of module's purpose
|
|
""",
|
|
|
|
'author': "Tx",
|
|
'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': 'manager',
|
|
'version': '1.0',
|
|
|
|
# any module necessary for this one to work correctly
|
|
'depends': ['base', 'website', 'web_editor', 'portal', 'hr', 'web_widget_video'],
|
|
|
|
# always loaded
|
|
'data': [
|
|
'page/homePage.xml',
|
|
'page/activityExploration.xml',
|
|
'page/capabilityDiagnosis.xml',
|
|
'page/benchmarkingScenarios.xml',
|
|
'page/collectionDemandScenarios.xml',
|
|
'page/selectionProducts.xml',
|
|
'page/fineService.xml',
|
|
'page/highQualitySolutions.xml',
|
|
'page/expertDatabase.xml',
|
|
'page/skillImprovement.xml',
|
|
'page/activeManagement.xml',
|
|
'page/digitalServiceProvider.xml',
|
|
'page/digitalAlly.xml',
|
|
'page/xinchuangOpen.xml',
|
|
'page/policyXiaoLingTong.xml',
|
|
'page/insightDirectTrains.xml',
|
|
'page/website.xml',
|
|
|
|
'data/tx_home_description.xml',
|
|
'data/tx_data_dict_key.xml',
|
|
'data/tx_data_dict_value.xml',
|
|
'data/tx_menu.xml',
|
|
'security/ir.model.access.csv',
|
|
|
|
'views/about_us.xml',
|
|
'views/activity_hotspot_information.xml',
|
|
'views/demand.xml',
|
|
'views/diagnostic_report.xml',
|
|
'views/information.xml',
|
|
'views/innovation_competition_application.xml',
|
|
'views/my_submission.xml',
|
|
'views/partner.xml',
|
|
'views/person_ability.xml',
|
|
'views/product.xml',
|
|
'views/seek_advice_from.xml',
|
|
'views/supply_demand.xml',
|
|
'views/transformation.xml',
|
|
'views/announcement.xml',
|
|
|
|
'views/setting.xml',
|
|
'views/home.xml',
|
|
'views/menu.xml',
|
|
'views/inheritTemplate.xml',
|
|
],
|
|
'assets': {
|
|
'web.assets_common': [
|
|
'tx_cms/static/src/css/*',
|
|
'tx_cms/static/src/js/video_selector.js',
|
|
'tx_cms/static/src/js/field.js',
|
|
],
|
|
'web.assets_backend': [
|
|
'tx_cms/static/src/xml/*'
|
|
],
|
|
'web.assets_frontend': [
|
|
'tx_cms/static/src/js/mediaVideo.js',
|
|
]
|
|
},
|
|
'application': True
|
|
}
|