update desc

This commit is contained in:
ivan deng
2023-07-16 01:31:52 +08:00
parent 84c487ed26
commit f70038615b
156 changed files with 721 additions and 721 deletions

View File

@@ -1,27 +1,27 @@
# -*- coding: utf-8 -*-
# Created on 20120-01-05
# author: 广州尚鹏https://www.sunpop.cn
# author: 欧度智能https://www.odooai.cn
# email: 300883@qq.com
# resource of Sunpop
# resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo12在线用户手册长期更新
# https://www.sunpop.cn/documentation/user/12.0/zh_CN/index.html
# https://www.odooai.cn/documentation/user/12.0/zh_CN/index.html
# Odoo12在线开发者手册长期更新
# https://www.sunpop.cn/documentation/12.0/index.html
# https://www.odooai.cn/documentation/12.0/index.html
# Odoo10在线中文用户手册长期更新
# https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载
# https://www.sunpop.cn/odoo10_user_manual_document_offline/
# https://www.odooai.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.sunpop.cn/odoo10_developer_document_offline/
# https://www.odooai.cn/odoo10_developer_document_offline/
##############################################################################
# Copyright (C) 2009-TODAY Sunpop.cn Ltd. https://www.sunpop.cn
# Copyright (C) 2009-TODAY odooai.cn Ltd. https://www.odooai.cn
# Author: Ivan Deng300883@qq.com
# You can modify it under the terms of the GNU LESSER
# GENERAL PUBLIC LICENSE (LGPL v3), Version 3.
@@ -32,18 +32,18 @@
##############################################################################
{
'name': "Sunpop Odooapp Common Func",
'name': "odooai Odooapp Common Func",
'version': '14.21.10.18',
'author': 'Sunpop.cn',
'author': 'odooai.cn',
'category': 'Base',
'website': 'https://www.sunpop.cn',
'website': 'https://www.odooai.cn',
'license': 'LGPL-3',
'sequence': 2,
'price': 0.00,
'currency': 'EUR',
'images': ['static/description/banner.png'],
'summary': '''
Core for common use sunpop apps.
Core for common use odooai apps.
基础核心必须没有要被依赖字段及视图等实现auto_install
''',
'description': '''