|
@@ -16,7 +16,7 @@
|
|
# Categories can be used to filter modules in modules listing
|
|
# Categories can be used to filter modules in modules listing
|
|
# Check https://github.com/odoo/odoo/blob/15.0/odoo/addons/base/data/ir_module_category_data.xml
|
|
# Check https://github.com/odoo/odoo/blob/15.0/odoo/addons/base/data/ir_module_category_data.xml
|
|
# for the full list
|
|
# for the full list
|
|
- 'category': 'Uncategorized',
|
|
|
|
|
|
+ 'category': 'Services/Library',
|
|
'version': '0.1',
|
|
'version': '0.1',
|
|
|
|
|
|
# any module necessary for this one to work correctly
|
|
# any module necessary for this one to work correctly
|
|
@@ -48,4 +48,5 @@
|
|
#是否自动安装(在depends参数的模块都安装完成之后,自动安装本模块)
|
|
#是否自动安装(在depends参数的模块都安装完成之后,自动安装本模块)
|
|
'auto_install': False,
|
|
'auto_install': False,
|
|
'application': True, # 如果是应用,设置为 True
|
|
'application': True, # 如果是应用,设置为 True
|
|
|
|
+ 'license': 'LGPL-3', # 许可证类型
|
|
}
|
|
}
|