38 lines
1.4 KiB
Python
38 lines
1.4 KiB
Python
# -*- coding: utf-8 -*-
|
||
{
|
||
'name': "海内外贸易、批发行业",
|
||
|
||
'summary': """
|
||
海内外贸易、批发行业通常需要有业务开发、销售管理、采购管理、库存管理、往来记账的管理,其次内部员工管理等;如果有海外贸易通常需要支持多语言单据。""",
|
||
|
||
'description': """
|
||
海内外贸易、批发行业通常需要有业务开发、销售管理、采购管理、库存管理、往来记账的管理,其次内部员工管理等;如果有海外贸易通常需要支持多语言单据。
|
||
用户手册: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', '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,
|
||
}
|