SaaSERP3/addons/scenario_service/__manifest__.py

38 lines
1.3 KiB
Python
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# -*- coding: utf-8 -*-
{
'name': "连锁机构广告行业",
'summary': """
连锁机构广告行业通常需要有CRM、销售、采购、库存、往来记账的管理其次内部员工管理等连锁需要支持多组织架构。""",
'description': """
连锁机构广告行业通常需要有CRM、销售、采购、库存、往来记账的管理其次内部员工管理等连锁需要支持多组织架构。
用户手册https://www.openstone.cn/documentation
""",
'author': "Zhiguo Yuan",
'website': "https://www.openstone.cn",
# Categories can be used to filter modules in modules listing
# Check https://github.com/odoo/odoo/blob/16.0/odoo/addons/base/data/ir_module_category_data.xml
# for the full list
'category': 'Uncategorized',
'version': '0.1',
# any module necessary for this one to work correctly
'depends': ['base', 'account', 'crm', 'hr', 'purchase', 'sale', 'stock', 'l10n_cn', 'l10n_cn_city', 'ospp_base', 'base_accounting_kit'],
# always loaded
'data': [
# 'security/ir.model.access.csv',
'views/views.xml',
'views/templates.xml',
],
# only loaded in demonstration mode
'demo': [
'demo/demo.xml',
],
'sequence': '0',
'application': True,
}