{ 'name': "设备", 'summary': """ 设备相关""", 'description': """ 仓库、销售以及采购相关的流程管控 """, 'author': "ZCDM 开发", 'website': "http://www.zcdmdata.com", 'sequence': 3, # Categories can be used to filter modules in modules listing # Check https://github.com/odoo/odoo/blob/master/openerp/addons/base/module/module_data.xml # for the full list 'category': 'jc', 'version': '0.3', 'installable': True, 'application': True, # any module necessary for this one to work correctly 'depends': [ 'archives', 'base_setup', # 'report', 'web', 'jc_supply_chain', # 'decimal_precision', ], # always loaded 'data': [ 'security/security.xml', 'security/ir.model.access.csv', 'views/views.xml', 'views/operation_record.xml', 'views/repair_application.xml', 'views/repair_record.xml', 'views/maintain_record.xml', 'views/fault_record.xml', 'views/fault_handle_record.xml', 'views/spot_check_record.xml', 'views//maintain_plan.xml', # 保养计划 'models/maintain_plan/maintain_plan_wizard.xml', 'models/maintain_plan/maintain_plan_print.xml', # 保养记录 'models/maintain_record/maintain_record_print.xml', 'models/maintain_record/maintain_record_wizard.xml', 'security/groups_menu.xml', # 放在最后面 ], 'qweb': [], # only loaded in demonstration mode 'demo': [ # 'demo/demo.xml', ], }