对sf的css样式进行集中管理

This commit is contained in:
WEB许何哲\xuhez
2023-09-05 17:22:37 +08:00
parent 26f07a00c3
commit 7ea997219b
3 changed files with 183 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
# -*- 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': ['account', 'base', 'mrp_workorder', 'sale'],
'data': [
],
'demo': [
],
'assets': {
'web.assets_qweb': [
],
'web.assets_backend': [
'jikimo_frontend/static/src/scss/test.scss',
],
},
'license': 'LGPL-3',
'installable': True,
'application': False,
'auto_install': False,
}