23 lines
581 B
Python
23 lines
581 B
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': '机企猫 采购申请',
|
|
'version': '16.0.1.0.0',
|
|
'summary': """ 机企猫 采购申请 """,
|
|
'author': '机企猫',
|
|
'website': 'https://bfw.jikimo.com',
|
|
'category': 'purchase',
|
|
'depends': ['sf_manufacturing', 'purchase_request'],
|
|
'data': [
|
|
|
|
],
|
|
# 'assets': {
|
|
# 'web.assets_backend': [
|
|
# 'jikimo_purchase_request/static/src/**/*'
|
|
# ],
|
|
# },
|
|
'application': True,
|
|
'installable': True,
|
|
'auto_install': False,
|
|
'license': 'LGPL-3',
|
|
}
|