Files
app-odoo/app_saas/__manifest__.py
Ivan Office 7c2d69e667 opt app saas
2025-02-11 16:18:11 +08:00

84 lines
3.1 KiB
Python
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# -*- coding: utf-8 -*-
# Created on 2023-10-06
# author: 欧度智能https://www.odooai.cn
# email: 300883@qq.com
# Copyright (C) 2009~2024 odooAi.cn
# Odoo16在线用户手册长期更新
# https://www.odooai.cn/documentation/16.0/zh_CN/index.html
# Odoo16在线开发者手册长期更新
# https://www.odooai.cn/documentation/16.0/zh_CN/developer.html
# 行业应用说明,应该是带 Industry 的就会放入
##############################################################################
# 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.
# See <http://www.gnu.org/licenses/>.
#
# It is forbidden to publish, distribute, sublicense, or sell copies
# of the Software or modified copies of the Software.
##############################################################################
{
'name': 'odooapp.cn SaaS Client-Ai Passport.Odoo中文应用商店SaaS云服务客户端',
'version': '18.0.25.02.11',
'author': 'odooai.cn',
'category': 'Base',
'website': 'https://www.odooai.cn',
'live_test_url': 'https://demo.odooapp.cn',
'license': 'LGPL-3',
'sequence': 2,
'price': 0.00,
'currency': 'EUR',
'images': ['static/description/banner.png'],
'summary': '''
AiSaas云服务使用Ai通行证一键实现全社交媒体统一登录SSO。
支持微信、抖音、QQ、淘宝、钉钉、支付宝、企业微信、Facebook、Google、微软Azure等整合登录。
在Odoo中获取最新的中文翻译会员专属获取当前Odoo模块最新版本更新等。
支持Odoo中文版在线更新及 www.odooapp.cn 的信息推送等。
安装即代表同意我司云服务用户协议及隐私政策。 https://www.odooapp.cn/conditions
''',
'description': '''
1. Ai通行证实现全社交媒体登录支持
2. 快速访问Odoo中文应用商店并获取独享Odoo中文通行码可随时断开云服务连接
3. 一键获取最新Odoo中文应用模块与主题最新行业服务包
4. 一键获取Odoo中文翻译更新会员专属
5. 快速获取Odoo服务Odoo升级评估
6. 系统出错时一键提交,获取技术支持(会员专属)
11.多语言支持,多公司支持
12.仅从Odoo18-16企业版社区版版本开始支持
13.代码完全开源
''',
'depends': [
'app_common',
'auth_oauth',
# 'website',
],
'data': [
'data/auth_oauth_provider_data.xml',
'views/auth_oauth_provider_views.xml',
'views/res_config_settings_views.xml',
],
'assets': {
'web.assets_frontend': [
# 'app_/static/src/scss/style.scss',
],
'web.assets_backend': [
# 'app_/static/src/js/*.js',
],
},
'demo': [
],
# 'pre_init_hook': 'pre_init_hook',
# 'post_init_hook': 'post_init_hook',
# 'uninstall_hook': 'uninstall_hook',
'installable': True,
'application': True,
'auto_install': True,
}