# -*- 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': [], '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', ], }, 'license': 'LGPL-3', 'installable': True, 'application': False, 'auto_install': False, }