39 lines
1.1 KiB
Python
39 lines
1.1 KiB
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
{
|
|
'name': '机企猫智能工厂 样式调整',
|
|
'version': '1.0',
|
|
'summary': '机企猫智能工厂 样式调整',
|
|
'sequence': 1,
|
|
'description': """
|
|
在本模块,定义了样式的修改
|
|
""",
|
|
'category': 'sf',
|
|
'website': 'https://www.sf.jikimo.com',
|
|
'depends': ['web'],
|
|
'data': [
|
|
|
|
],
|
|
'demo': [
|
|
],
|
|
'assets': {
|
|
|
|
'web.assets_qweb': [
|
|
],
|
|
'web.assets_backend': [
|
|
'jikimo_frontend/static/src/fields/custom_many2many_checkboxes/*',
|
|
'jikimo_frontend/static/src/scss/custom_style.scss',
|
|
# 'jikimo_frontend/static/src/views/list_nums/list_nbCols.js',
|
|
'jikimo_frontend/static/src/views/list_nums/list_nums.xml',
|
|
'jikimo_frontend/static/src/views/list_nums/list_nums2.xml',
|
|
'jikimo_frontend/static/src/views/list_nums/list_nums3.xml',
|
|
'jikimo_frontend/static/src/js/custom_form_status_indicator.js',
|
|
],
|
|
|
|
},
|
|
'license': 'LGPL-3',
|
|
'installable': True,
|
|
'application': False,
|
|
'auto_install': False,
|
|
}
|