prepare #I78NYQ [app-odoo][app-odoo-paid]中所有模块更新作者等信息至 odooai.cn 置顶

This commit is contained in:
ivan deng
2023-06-14 21:31:49 +08:00
parent ffc96a280b
commit c5a36c848e
99 changed files with 400 additions and 400 deletions

View File

@@ -330,7 +330,7 @@ odoo enterprise version UI enhance.
3. Alway show search in main menu. 3. Alway show search in main menu.
欧度智能,odooai.cn 的odoo模块。企业版界面增强。 欧度智能,sunpop.cn 的odoo模块。企业版界面增强。
1. 多级菜单中出现箭头。 1. 多级菜单中出现箭头。
@@ -378,7 +378,7 @@ Form view Responsive full width (fullwidth). Ready for small, medium, large, ext
如果是多语种环境需要自行更改翻译主要体现在16%增值税处理。 如果是多语种环境需要自行更改翻译主要体现在16%增值税处理。
欧度智能,odooai.cn 欧度智能,sunpop.cn
The Latest Chinese Account The Latest Chinese Account

View File

@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-08-15 # Created on 2018-08-15
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
{ {
'name': "App account superbar navigator", 'name': "App account superbar navigator",
'version': '16.22.12.06', 'version': '16.22.12.06',
'author': 'odooai.cn', 'author': 'sunpop.cn',
'category': 'Base', 'category': 'Base',
'website': 'https://www.odooai.cn', 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3', 'license': 'LGPL-3',
'sequence': 2, 'sequence': 2,
'summary': """ 'summary': """

View File

@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-10-12 # Created on 2018-10-12
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
def post_init_hook(cr, pool): def post_init_hook(cr, pool):

View File

@@ -283,7 +283,7 @@
<div class="oe_mt16"> <div class="oe_mt16">
<h4> <h4>
Visit our website for more support.</h4> Visit our website for more support.</h4>
<h4>https://www.odooai.cn</h4> <h4>https://www.sunpop.cn</h4>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-08-15 # Created on 2018-08-15
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
{ {
'name': "App Account Multi Level Chart, parent children tree", 'name': "App Account Multi Level Chart, parent children tree",
'version': '16.23.03.01', 'version': '16.23.03.01',
'author': 'odooai.cn', 'author': 'sunpop.cn',
'category': 'Base', 'category': 'Base',
'website': 'https://www.odooai.cn', 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3', 'license': 'LGPL-3',
'sequence': 2, 'sequence': 2,
'summary': """ 'summary': """

View File

@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-10-12 # Created on 2018-10-12
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
def post_init_hook(cr, pool): def post_init_hook(cr, pool):

View File

@@ -173,7 +173,7 @@
<div class="oe_mt16"> <div class="oe_mt16">
<h4> <h4>
Visit our website for more support.</h4> Visit our website for more support.</h4>
<h4>https://www.odooai.cn</h4> <h4>https://www.sunpop.cn</h4>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -1,27 +1,27 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2023-02-02 # Created on 2023-02-02
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
{ {
'name': "App base chinese中国化基本模块增强", 'name': "App base chinese中国化基本模块增强",
'version': '16.23.04.02', 'version': '16.23.04.02',
'author': 'odooai.cn', 'author': 'sunpop.cn',
'category': 'Base', 'category': 'Base',
'website': 'https://www.odooai.cn', 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3', 'license': 'LGPL-3',
'sequence': 2, 'sequence': 2,
'price': 0, 'price': 0,

View File

@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2017-11-22 # Created on 2017-11-22
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
from odoo import api, SUPERUSER_ID, _ from odoo import api, SUPERUSER_ID, _

View File

@@ -83,13 +83,13 @@
<div class="oe_mt16"> <div class="oe_mt16">
<h4> <h4>
Visit our website for more support.</h4> Visit our website for more support.</h4>
<h4>https://www.odooai.cn</h4> <h4>https://www.sunpop.cn</h4>
</div> </div>
</div> </div>
</div> </div>
<div class="oe_row oe_spaced text-center"> <div class="oe_row oe_spaced text-center">
<h1>More Powerful addons, Make your odoo very easy to use, easy customize: <h1>More Powerful addons, Make your odoo very easy to use, easy customize:
<a class="btn btn-primary mb16" href="http://www.odoo.com/apps/modules/browse?author=odooai.cn">odooai.cn Odoo Addons</a> <a class="btn btn-primary mb16" href="http://www.odoo.com/apps/modules/browse?author=sunpop.cn">sunpop.cn Odoo Addons</a>
</h1> </h1>
</div> </div>
</section> </section>

View File

@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-08-15 # Created on 2018-08-15
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
{ {
'name': "Easy Admin navigator, quick search filter", 'name': "Easy Admin navigator, quick search filter",
'version': '16.22.12.06', 'version': '16.22.12.06',
'author': 'odooai.cn', 'author': 'sunpop.cn',
'category': 'Base', 'category': 'Base',
'website': 'https://www.odooai.cn', 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3', 'license': 'LGPL-3',
'sequence': 10, 'sequence': 10,
'summary': """ 'summary': """

View File

@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-10-12 # Created on 2018-10-12
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
def post_init_hook(cr, pool): def post_init_hook(cr, pool):

View File

@@ -478,7 +478,7 @@
<div class="oe_mt16"> <div class="oe_mt16">
<h4> <h4>
Visit our website for more support.</h4> Visit our website for more support.</h4>
<h4>https://www.odooai.cn</h4> <h4>https://www.sunpop.cn</h4>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2023-02-016 # Created on 2023-02-016
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
@@ -11,11 +11,11 @@
{ {
'name': 'Latest ChatGPT4 AI Center. GPT 4 for image, Dall-E Image.Multi Robot Support. Chat and Training', 'name': 'Latest ChatGPT4 AI Center. GPT 4 for image, Dall-E Image.Multi Robot Support. Chat and Training',
'version': '16.23.04.27', 'version': '16.23.04.27',
'author': 'odooai.cn', 'author': 'sunpop.cn',
'company': 'odooai.cn', 'company': 'sunpop.cn',
'maintainer': 'odooai.cn', 'maintainer': 'sunpop.cn',
'category': 'Website/Website', 'category': 'Website/Website',
'website': 'https://www.odooai.cn', 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3', 'license': 'LGPL-3',
'sequence': 10, 'sequence': 10,
'license': 'AGPL-3', 'license': 'AGPL-3',

View File

@@ -6,7 +6,7 @@
<field name="image_1920" type="base64" file="app_chatgpt/static/description/chatgpt.png"/> <field name="image_1920" type="base64" file="app_chatgpt/static/description/chatgpt.png"/>
</record> </record>
<record id="user_chatgpt" model="res.users"> <record id="user_chatgpt" model="res.users">
<field name="login">chatgpt@odooai.cn</field> <field name="login">chatgpt@sunpop.cn</field>
<field name="password">chatgpt</field> <field name="password">chatgpt</field>
<field name="partner_id" ref="app_chatgpt.partner_chatgpt"/> <field name="partner_id" ref="app_chatgpt.partner_chatgpt"/>
<field name="gpt_id" ref="app_chatgpt.chatgpt_robot"/> <field name="gpt_id" ref="app_chatgpt.chatgpt_robot"/>
@@ -21,8 +21,8 @@
</record> </record>
<record id="user_chatgpt1" model="res.users"> <record id="user_chatgpt1" model="res.users">
<field name="login">chatgpt1@odooai.cn</field> <field name="login">chatgpt1@sunpop.cn</field>
<field name="email">chatgpt1@odooai.cn</field> <field name="email">chatgpt1@sunpop.cn</field>
<field name="password">chatgpt</field> <field name="password">chatgpt</field>
<field name="partner_id" ref="app_chatgpt.partner_chatgpt1"/> <field name="partner_id" ref="app_chatgpt.partner_chatgpt1"/>
<field name="gpt_id" ref="app_chatgpt.chatgpt_robot1"/> <field name="gpt_id" ref="app_chatgpt.chatgpt_robot1"/>
@@ -37,8 +37,8 @@
</record> </record>
<record id="user_chatgpt2" model="res.users"> <record id="user_chatgpt2" model="res.users">
<field name="login">chatgpt2@odooai.cn</field> <field name="login">chatgpt2@sunpop.cn</field>
<field name="email">chatgpt2@odooai.cn</field> <field name="email">chatgpt2@sunpop.cn</field>
<field name="password">chatgpt</field> <field name="password">chatgpt</field>
<field name="partner_id" ref="app_chatgpt.partner_chatgpt2"/> <field name="partner_id" ref="app_chatgpt.partner_chatgpt2"/>
<field name="gpt_id" ref="app_chatgpt.chatgpt_robot2"/> <field name="gpt_id" ref="app_chatgpt.chatgpt_robot2"/>
@@ -53,8 +53,8 @@
</record> </record>
<record id="user_chatgpt3_azure" model="res.users"> <record id="user_chatgpt3_azure" model="res.users">
<field name="login">chatgpt3_azure@odooai.cn</field> <field name="login">chatgpt3_azure@sunpop.cn</field>
<field name="email">chatgpt3_azure@odooai.cn</field> <field name="email">chatgpt3_azure@sunpop.cn</field>
<field name="password">chatgpt</field> <field name="password">chatgpt</field>
<field name="partner_id" ref="app_chatgpt.partner_chatgpt3_azure"/> <field name="partner_id" ref="app_chatgpt.partner_chatgpt3_azure"/>
<field name="gpt_id" ref="app_chatgpt.chatgpt3_azure"/> <field name="gpt_id" ref="app_chatgpt.chatgpt3_azure"/>
@@ -68,8 +68,8 @@
</record> </record>
<record id="user_chatgpt4_azure" model="res.users"> <record id="user_chatgpt4_azure" model="res.users">
<field name="login">chatgpt4_azure@odooai.cn</field> <field name="login">chatgpt4_azure@sunpop.cn</field>
<field name="email">chatgpt4_azure@odooai.cn</field> <field name="email">chatgpt4_azure@sunpop.cn</field>
<field name="password">chatgpt</field> <field name="password">chatgpt</field>
<field name="partner_id" ref="app_chatgpt.partner_chatgpt4_azure"/> <field name="partner_id" ref="app_chatgpt.partner_chatgpt4_azure"/>
<field name="gpt_id" ref="app_chatgpt.chatgpt4_azure"/> <field name="gpt_id" ref="app_chatgpt.chatgpt4_azure"/>

View File

@@ -224,15 +224,15 @@
<p><h4> <p><h4>
Visit our website for more support.</h4></p> Visit our website for more support.</h4></p>
<a style="background: #002e5a none repeat scroll 0% 0%; color: rgb(255, 255, 255);position: relative; overflow: hidden;" <a style="background: #002e5a none repeat scroll 0% 0%; color: rgb(255, 255, 255);position: relative; overflow: hidden;"
class="btn btn-warning btn-lg" rel="nofollow" href="https://www.odooai.cn" target="_blank"><span class="btn btn-warning btn-lg" rel="nofollow" href="https://www.sunpop.cn" target="_blank"><span
style="height: 354px; width: 354px; top: -147.433px; left: -6.93335px;" class="o_ripple"></span> style="height: 354px; width: 354px; top: -147.433px; left: -6.93335px;" class="o_ripple"></span>
<i class="fa fa-web"></i>https://www.odooai.cn</a> <i class="fa fa-web"></i>https://www.sunpop.cn</a>
</div> </div>
</div> </div>
</div> </div>
<div class="oe_row oe_spaced text-center"> <div class="oe_row oe_spaced text-center">
<h1>More Powerful addons, Make your odoo very easy to use, easy customize: <h1>More Powerful addons, Make your odoo very easy to use, easy customize:
<a class="btn btn-primary mb16" href="http://www.odoo.com/apps/modules/browse?author=odooai.cn">odooai.cn Odoo Addons</a> <a class="btn btn-primary mb16" href="http://www.odoo.com/apps/modules/browse?author=sunpop.cn">sunpop.cn Odoo Addons</a>
</h1> </h1>
</div> </div>
</section> </section>

View File

@@ -1,27 +1,27 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2023-02-02 # Created on 2023-02-02
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo12在线用户手册长期更新 # Odoo12在线用户手册长期更新
# https://www.odooai.cn/documentation/user/12.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/12.0/zh_CN/index.html
# Odoo12在线开发者手册长期更新 # Odoo12在线开发者手册长期更新
# https://www.odooai.cn/documentation/12.0/index.html # https://www.sunpop.cn/documentation/12.0/index.html
# Odoo10在线中文用户手册长期更新 # Odoo10在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
############################################################################## ##############################################################################
# Copyright (C) 2009-TODAY odooai.cn Ltd. https://www.odooai.cn # Copyright (C) 2009-TODAY sunpop.cn Ltd. https://www.sunpop.cn
# Author: Ivan Deng300883@qq.com # Author: Ivan Deng300883@qq.com
# You can modify it under the terms of the GNU LESSER # You can modify it under the terms of the GNU LESSER
# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. # GENERAL PUBLIC LICENSE (LGPL v3), Version 3.
@@ -34,9 +34,9 @@
{ {
'name': "odooai Odooapp Common Func", 'name': "odooai Odooapp Common Func",
'version': '16.23.05.09', 'version': '16.23.05.09',
'author': 'odooai.cn', 'author': 'sunpop.cn',
'category': 'Base', 'category': 'Base',
'website': 'https://www.odooai.cn', 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3', 'license': 'LGPL-3',
'sequence': 2, 'sequence': 2,
'price': 0.00, 'price': 0.00,

View File

@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-10-12 # Created on 2018-10-12
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
from odoo import api, SUPERUSER_ID, _ from odoo import api, SUPERUSER_ID, _

View File

@@ -1,25 +1,25 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Part of odooai.cn. See LICENSE file for full copyright and licensing details. # Part of sunpop.cn. See LICENSE file for full copyright and licensing details.
# Created on 2023-02-02 # Created on 2023-02-02
# author: 欧度智能http://www.odooai.cn # author: 欧度智能http://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo12在线用户手册长期更新 # Odoo12在线用户手册长期更新
# http://www.odooai.cn/documentation/user/12.0/en/index.html # http://www.sunpop.cn/documentation/user/12.0/en/index.html
# Odoo12在线开发者手册长期更新 # Odoo12在线开发者手册长期更新
# http://www.odooai.cn/documentation/12.0/index.html # http://www.sunpop.cn/documentation/12.0/index.html
# Odoo10在线中文用户手册长期更新 # Odoo10在线中文用户手册长期更新
# http://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # http://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# http://www.odooai.cn/odoo10_user_manual_document_offline/ # http://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# http://www.odooai.cn/odoo10_developer_document_offline/ # http://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
from . import base from . import base

View File

@@ -18,7 +18,7 @@ class IrMailServer(models.Model):
email_to = message['To'] email_to = message['To']
# 忽略掉无效email避免被ban # 忽略掉无效email避免被ban
if email_to.find('example.com') != -1 or email_to.find('@odooai.cn') != -1 or email_to.find('@odooapp.cn') != -1: if email_to.find('example.com') != -1 or email_to.find('@sunpop.cn') != -1 or email_to.find('@odooapp.cn') != -1:
_logger.error(_("=================Email to ignore: %s") % email_to) _logger.error(_("=================Email to ignore: %s") % email_to)
raise AssertionError(_("Email to ignore: %s") % email_to) raise AssertionError(_("Email to ignore: %s") % email_to)

View File

@@ -11,6 +11,6 @@ class MailMail(models.Model):
# 猴子补丁模式,改默认发邮件逻辑 # 猴子补丁模式,改默认发邮件逻辑
def _send(self, auto_commit=False, raise_exception=False, smtp_session=None): def _send(self, auto_commit=False, raise_exception=False, smtp_session=None):
for m in self: for m in self:
if m.email_to and (m.email_to.find('example.com') != -1 or m.email_to.find('@odooai.cn') != -1 or m.email_to.find('@odooapp.cn') != -1): if m.email_to and (m.email_to.find('example.com') != -1 or m.email_to.find('@sunpop.cn') != -1 or m.email_to.find('@odooapp.cn') != -1):
self = self - m self = self - m
return super(MailMail, self)._send(auto_commit, raise_exception, smtp_session) return super(MailMail, self)._send(auto_commit, raise_exception, smtp_session)

View File

@@ -90,13 +90,13 @@
<div class="oe_mt16"> <div class="oe_mt16">
<h4> <h4>
Visit our website for more support.</h4> Visit our website for more support.</h4>
<h4>https://www.odooai.cn</h4> <h4>https://www.sunpop.cn</h4>
</div> </div>
</div> </div>
</div> </div>
<div class="oe_row oe_spaced text-center"> <div class="oe_row oe_spaced text-center">
<h1>More Powerful addons, Make your odoo very easy to use, easy customize: <h1>More Powerful addons, Make your odoo very easy to use, easy customize:
<a class="btn btn-primary mb16" href="http://www.odoo.com/apps/modules/browse?author=odooai.cn">Supop.cn Odoo Addons</a> <a class="btn btn-primary mb16" href="http://www.odoo.com/apps/modules/browse?author=sunpop.cn">Supop.cn Odoo Addons</a>
</h1> </h1>
</div> </div>
</section> </section>

View File

@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-08-15 # Created on 2018-08-15
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
{ {
'name': "App contacts by category company superbar", 'name': "App contacts by category company superbar",
'version': '16.22.12.06', 'version': '16.22.12.06',
'author': 'odooai.cn', 'author': 'sunpop.cn',
'category': 'Base', 'category': 'Base',
'website': 'https://www.odooai.cn', 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3', 'license': 'LGPL-3',
'sequence': 2, 'sequence': 2,
'summary': """ 'summary': """

View File

@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-10-12 # Created on 2018-10-12
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
def post_init_hook(cr, pool): def post_init_hook(cr, pool):

View File

@@ -283,7 +283,7 @@
<div class="oe_mt16"> <div class="oe_mt16">
<h4> <h4>
Visit our website for more support.</h4> Visit our website for more support.</h4>
<h4>https://www.odooai.cn</h4> <h4>https://www.sunpop.cn</h4>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-08-15 # Created on 2018-08-15
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
{ {
'name': "Employee Navigator by department, hr superbar", 'name': "Employee Navigator by department, hr superbar",
'version': '16.22.12.06', 'version': '16.22.12.06',
'author': 'odooai.cn', 'author': 'sunpop.cn',
'category': 'Human Resources', 'category': 'Human Resources',
'website': 'https://www.odooai.cn', 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3', 'license': 'LGPL-3',
'sequence': 2, 'sequence': 2,
'summary': """ 'summary': """

View File

@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-10-12 # Created on 2018-10-12
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
def post_init_hook(cr, pool): def post_init_hook(cr, pool):

View File

@@ -305,7 +305,7 @@
<div class="oe_mt16"> <div class="oe_mt16">
<h4> <h4>
Visit our website for more support.</h4> Visit our website for more support.</h4>
<h4>https://www.odooai.cn</h4> <h4>https://www.sunpop.cn</h4>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-08-15 # Created on 2018-08-15
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
{ {
'name': "Mail quick navigator,mail filter", 'name': "Mail quick navigator,mail filter",
'version': '16.22.12.06', 'version': '16.22.12.06',
'author': 'odooai.cn', 'author': 'sunpop.cn',
'category': 'Base', 'category': 'Base',
'website': 'https://www.odooai.cn', 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3', 'license': 'LGPL-3',
'sequence': 10, 'sequence': 10,
'summary': """ 'summary': """

View File

@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-10-12 # Created on 2018-10-12
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
def post_init_hook(cr, pool): def post_init_hook(cr, pool):

View File

@@ -460,7 +460,7 @@
<div class="oe_mt16"> <div class="oe_mt16">
<h4> <h4>
Visit our website for more support.</h4> Visit our website for more support.</h4>
<h4>https://www.odooai.cn</h4> <h4>https://www.sunpop.cn</h4>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-08-15 # Created on 2018-08-15
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
{ {
'name': "App mrp Manufacturing Orders browse by state workcenter navigator", 'name': "App mrp Manufacturing Orders browse by state workcenter navigator",
'version': '16.22.12.06', 'version': '16.22.12.06',
'author': 'odooai.cn', 'author': 'sunpop.cn',
'category': 'Base', 'category': 'Base',
'website': 'https://www.odooai.cn', 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3', 'license': 'LGPL-3',
'sequence': 2, 'sequence': 2,
'summary': """ 'summary': """

View File

@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-10-12 # Created on 2018-10-12
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
def post_init_hook(cr, pool): def post_init_hook(cr, pool):

View File

@@ -383,7 +383,7 @@
<div class="oe_mt16"> <div class="oe_mt16">
<h4> <h4>
Visit our website for more support.</h4> Visit our website for more support.</h4>
<h4>https://www.odooai.cn</h4> <h4>https://www.sunpop.cn</h4>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -1,32 +1,32 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-11-26 # Created on 2018-11-26
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo12在线用户手册长期更新 # Odoo12在线用户手册长期更新
# https://www.odooai.cn/documentation/user/12.0/en/index.html # https://www.sunpop.cn/documentation/user/12.0/en/index.html
# Odoo12在线开发者手册长期更新 # Odoo12在线开发者手册长期更新
# https://www.odooai.cn/documentation/12.0/index.html # https://www.sunpop.cn/documentation/12.0/index.html
# Odoo10在线中文用户手册长期更新 # Odoo10在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
{ {
'name': 'odoo 16 Customize OEM(Boost, Data reset)', 'name': 'odoo 16 Customize OEM(Boost, Data reset)',
'version': '16.23.05.25', 'version': '16.23.05.25',
'author': 'odooai.cn', 'author': 'sunpop.cn',
'category': 'Productivity', 'category': 'Productivity',
'website': 'https://www.odooai.cn', 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3', 'license': 'LGPL-3',
'sequence': 2, 'sequence': 2,
'images': ['static/description/banner.gif'], 'images': ['static/description/banner.gif'],

View File

@@ -124,7 +124,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<div style="text-align: center;"><a href="https://www.odooai.cn" target="_blank"><img src="/digest/static/src/img/google_play.png" style="display: inline-block; height: 30px; margin-left: auto; margin-right: 12px;"/></a><a href="https://www.odooai.cn" target="_blank"><img src="/digest/static/src/img/app_store.png" style="display: inline-block; height: 30px; margin-left: 12px; margin-right: auto;"/></a> <div style="text-align: center;"><a href="https://www.sunpop.cn" target="_blank"><img src="/digest/static/src/img/google_play.png" style="display: inline-block; height: 30px; margin-left: auto; margin-right: 12px;"/></a><a href="https://www.sunpop.cn" target="_blank"><img src="/digest/static/src/img/app_store.png" style="display: inline-block; height: 30px; margin-left: 12px; margin-right: auto;"/></a>
</div> </div>
</td> </td>
</tr> </tr>

View File

@@ -11,13 +11,13 @@
<function model="ir.config_parameter" name="set_param" eval="('app_show_enterprise', 'False')"/> <function model="ir.config_parameter" name="set_param" eval="('app_show_enterprise', 'False')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_show_share', 'False')"/> <function model="ir.config_parameter" name="set_param" eval="('app_show_share', 'False')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_show_poweredby', 'False')"/> <function model="ir.config_parameter" name="set_param" eval="('app_show_poweredby', 'False')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_documentation_url', 'https://www.odooai.cn/documentation/user/13.0/zh_CN/index.html')"/> <function model="ir.config_parameter" name="set_param" eval="('app_documentation_url', 'https://www.sunpop.cn/documentation/user/13.0/zh_CN/index.html')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_documentation_dev_url', 'https://www.odooai.cn/documentation/13.0/index.html')"/> <function model="ir.config_parameter" name="set_param" eval="('app_documentation_dev_url', 'https://www.sunpop.cn/documentation/13.0/index.html')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_support_url', 'https://www.odooai.cn/trial')"/> <function model="ir.config_parameter" name="set_param" eval="('app_support_url', 'https://www.sunpop.cn/trial')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_account_title', 'My Online Account')"/> <function model="ir.config_parameter" name="set_param" eval="('app_account_title', 'My Online Account')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_account_url', 'https://www.odooai.cn/my-account')"/> <function model="ir.config_parameter" name="set_param" eval="('app_account_url', 'https://www.sunpop.cn/my-account')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_enterprise_url', 'https://www.odooai.cn')"/> <function model="ir.config_parameter" name="set_param" eval="('app_enterprise_url', 'https://www.sunpop.cn')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_ribbon_name', 'odooAi.cn')"/> <function model="ir.config_parameter" name="set_param" eval="('app_ribbon_name', 'sunpop.cn')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_ribbon_color', '#f0f0f0')"/> <function model="ir.config_parameter" name="set_param" eval="('app_ribbon_color', '#f0f0f0')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_ribbon_background_color', 'rgba(255,0,0,.4)')"/> <function model="ir.config_parameter" name="set_param" eval="('app_ribbon_background_color', 'rgba(255,0,0,.4)')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_navbar_pos_pc', 'top')"/> <function model="ir.config_parameter" name="set_param" eval="('app_navbar_pos_pc', 'top')"/>

View File

@@ -2,63 +2,63 @@
<odoo> <odoo>
<data> <data>
<record model="ir.module.module" id="base.module_web_studio"> <record model="ir.module.module" id="base.module_web_studio">
<field name="website">https://www.odooai.cn</field> <field name="website">https://www.sunpop.cn</field>
</record> </record>
<record model="ir.module.module" id="base.module_timesheet_grid"> <record model="ir.module.module" id="base.module_timesheet_grid">
<field name="website">https://www.odooai.cn</field> <field name="website">https://www.sunpop.cn</field>
</record> </record>
<record model="ir.module.module" id="base.module_account_accountant"> <record model="ir.module.module" id="base.module_account_accountant">
<field name="website">https://www.odooai.cn</field> <field name="website">https://www.sunpop.cn</field>
</record> </record>
<record model="ir.module.module" id="base.module_helpdesk"> <record model="ir.module.module" id="base.module_helpdesk">
<field name="website">https://www.odooai.cn</field> <field name="website">https://www.sunpop.cn</field>
</record> </record>
<record model="ir.module.module" id="base.module_hr_appraisal"> <record model="ir.module.module" id="base.module_hr_appraisal">
<field name="website">https://www.odooai.cn</field> <field name="website">https://www.sunpop.cn</field>
</record> </record>
<record model="ir.module.module" id="base.module_marketing_automation"> <record model="ir.module.module" id="base.module_marketing_automation">
<field name="website">https://www.odooai.cn</field> <field name="website">https://www.sunpop.cn</field>
</record> </record>
<record model="ir.module.module" id="base.module_mrp_plm"> <record model="ir.module.module" id="base.module_mrp_plm">
<field name="website">https://www.odooai.cn</field> <field name="website">https://www.sunpop.cn</field>
</record> </record>
<record model="ir.module.module" id="base.module_quality_control"> <record model="ir.module.module" id="base.module_quality_control">
<field name="website">https://www.odooai.cn</field> <field name="website">https://www.sunpop.cn</field>
</record> </record>
<record model="ir.module.module" id="base.module_sale_ebay"> <record model="ir.module.module" id="base.module_sale_ebay">
<field name="website">https://www.odooai.cn</field> <field name="website">https://www.sunpop.cn</field>
</record> </record>
<record model="ir.module.module" id="base.module_sale_subscription"> <record model="ir.module.module" id="base.module_sale_subscription">
<field name="website">https://www.odooai.cn</field> <field name="website">https://www.sunpop.cn</field>
</record> </record>
<record model="ir.module.module" id="base.module_sign"> <record model="ir.module.module" id="base.module_sign">
<field name="website">https://www.odooai.cn</field> <field name="website">https://www.sunpop.cn</field>
</record> </record>
<record model="ir.module.module" id="base.module_stock_barcode"> <record model="ir.module.module" id="base.module_stock_barcode">
<field name="website">https://www.odooai.cn</field> <field name="website">https://www.sunpop.cn</field>
</record> </record>
<record model="ir.module.module" id="base.module_voip"> <record model="ir.module.module" id="base.module_voip">
<field name="website">https://www.odooai.cn</field> <field name="website">https://www.sunpop.cn</field>
</record> </record>
<record model="ir.module.module" id="base.module_mrp_workorder"> <record model="ir.module.module" id="base.module_mrp_workorder">
<field name="website">https://www.odooai.cn</field> <field name="website">https://www.sunpop.cn</field>
</record> </record>
<record model="ir.module.module" id="base.module_web_mobile"> <record model="ir.module.module" id="base.module_web_mobile">
<field name="website">https://www.odooai.cn</field> <field name="website">https://www.sunpop.cn</field>
</record> </record>
</data> </data>
</odoo> </odoo>

View File

@@ -3,7 +3,7 @@
<data noupdate="1"> <data noupdate="1">
<!-- 创建数据库时首个公司信息 --> <!-- 创建数据库时首个公司信息 -->
<record id="base.main_company" model="res.company"> <record id="base.main_company" model="res.company">
<field name="website">https://www.odooai.cn</field> <field name="website">https://www.sunpop.cn</field>
</record> </record>
</data> </data>
</odoo> </odoo>

View File

@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-10-12 # Created on 2018-10-12
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
from odoo import api, SUPERUSER_ID, _ from odoo import api, SUPERUSER_ID, _
@@ -21,7 +21,7 @@ from odoo import api, SUPERUSER_ID, _
def pre_init_hook(cr): def pre_init_hook(cr):
try: try:
# 更新企业版指向 # 更新企业版指向
sql = "UPDATE ir_module_module SET website = '%s' WHERE license like '%s' and website <> ''" % ('https://www.odooai.cn', 'OEEL%') sql = "UPDATE ir_module_module SET website = '%s' WHERE license like '%s' and website <> ''" % ('https://www.sunpop.cn', 'OEEL%')
cr.execute(sql) cr.execute(sql)
cr.commit() cr.commit()
except Exception as e: except Exception as e:

View File

@@ -19,8 +19,8 @@ msgstr ""
#. odoo-javascript #. odoo-javascript
#: code:addons/app_odoo_customize/static/src/xml/res_config_edition.xml:0 #: code:addons/app_odoo_customize/static/src/xml/res_config_edition.xml:0
#, python-format #, python-format
msgid "(odooAi.cn Edition)" msgid "(sunpop.cn Edition)"
msgstr "(odooAi.cn 智能版)" msgstr "(sunpop.cn 智能版)"
#. module: app_odoo_customize #. module: app_odoo_customize
#: model_terms:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings #: model_terms:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings
@@ -347,8 +347,8 @@ msgstr "您确认要删除指定数据?"
#: model_terms:ir.ui.view,arch_db:app_odoo_customize.replace_login #: model_terms:ir.ui.view,arch_db:app_odoo_customize.replace_login
msgid "" msgid ""
"Powered by\n" "Powered by\n"
" <span>odooAi.cn</span>" " <span>sunpop.cn</span>"
msgstr "技术支持 <span>odooAi.cn</span>" msgstr "技术支持 <span>sunpop.cn</span>"
#. module: app_odoo_customize #. module: app_odoo_customize
#. odoo-javascript #. odoo-javascript
@@ -541,8 +541,8 @@ msgstr "菜单项具体操作设置"
#. module: app_odoo_customize #. module: app_odoo_customize
#: model_terms:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings #: model_terms:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings
msgid "Visit our website for more apps and Support. https://www.odooai.cn" msgid "Visit our website for more apps and Support. https://www.sunpop.cn"
msgstr "请访问我们的网站获取更多支持. http://www.odooai.cn" msgstr "请访问我们的网站获取更多支持. http://www.sunpop.cn"
#. module: app_odoo_customize #. module: app_odoo_customize
#: model:ir.model,name:app_odoo_customize.model_web_environment_ribbon_backend #: model:ir.model,name:app_odoo_customize.model_web_environment_ribbon_backend

View File

@@ -36,7 +36,7 @@ Also helpful for training and support for your odoo end-user.
The user can get the help document just by one click. The user can get the help document just by one click.
For more support For more support
https://www.odooai.cn https://www.sunpop.cn
## 在符合odoo开源协议的前提下去除odoo版权信息自定义你的odoo ## 在符合odoo开源协议的前提下去除odoo版权信息自定义你的odoo
可完全自行设置下列 odoo 选项,让 odoo 看上去像是你的软件产品 可完全自行设置下列 odoo 选项,让 odoo 看上去像是你的软件产品
@@ -76,17 +76,17 @@ https://www.odooai.cn
## 其它技术资源: ## 其它技术资源:
# Odoo12在线用户手册长期更新 # Odoo12在线用户手册长期更新
# https://www.odooai.cn/documentation/user/12.0/en/index.html # https://www.sunpop.cn/documentation/user/12.0/en/index.html
# Odoo12在线开发者手册长期更新 # Odoo12在线开发者手册长期更新
# https://www.odooai.cn/documentation/12.0/index.html # https://www.sunpop.cn/documentation/12.0/index.html
# Odoo10在线中文用户手册长期更新 # Odoo10在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:

View File

@@ -20,12 +20,12 @@
</h4> </h4>
<h4 class="mt8"> <h4 class="mt8">
Also you can Also you can
<a href="https://www.odoo.com/apps/modules/browse?author=odooai.cn" target="_blank"> <a href="https://www.odoo.com/apps/modules/browse?author=sunpop.cn" target="_blank">
get more powerful odoo apps from us. get more powerful odoo apps from us.
</a>. like [superbar widget] </a>. like [superbar widget]
</h4> </h4>
<div class="oe_demo oe_screenshot"> <div class="oe_demo oe_screenshot">
<a href="https://www.odoo.com/apps/modules/browse?author=odooai.cn" target="_blank"> <a href="https://www.odoo.com/apps/modules/browse?author=sunpop.cn" target="_blank">
<img oe_demo oe_screenshot src="https://apps.odoocdn.com/apps/assets/15.0/app_web_superbar/superbar.gif"/> <img oe_demo oe_screenshot src="https://apps.odoocdn.com/apps/assets/15.0/app_web_superbar/superbar.gif"/>
</a> </a>
</div> </div>
@@ -120,7 +120,7 @@
<p>Add 18. Show/Hide Author and Website in Apps Dashboard</p> <p>Add 18. Show/Hide Author and Website in Apps Dashboard</p>
<h1 class="text-primary">More Powerful addons:</h1> <h1 class="text-primary">More Powerful addons:</h1>
<p class=""> <p class="">
<a class="btn btn-block btn-success mt16 mb16" href="http://www.odoo.com/apps/modules/browse?author=odooai.cn">odooai.cn Awesome Odoo Addons</a> <a class="btn btn-block btn-success mt16 mb16" href="http://www.odoo.com/apps/modules/browse?author=sunpop.cn">sunpop.cn Awesome Odoo Addons</a>
</p> </p>
<br> <br>
<h3>Odoo 16, 15, 14, 12, 11, 10 Support. Community and Enterprise version support</h3> <h3>Odoo 16, 15, 14, 12, 11, 10 Support. Community and Enterprise version support</h3>
@@ -312,7 +312,7 @@
<div class="oe_mt16"> <div class="oe_mt16">
<h4> <h4>
Visit our website for more support.</h4> Visit our website for more support.</h4>
<h4>https://www.odooai.cn</h4> <h4>https://www.sunpop.cn</h4>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -3,7 +3,7 @@
<t t-extend="res_config_edition"> <t t-extend="res_config_edition">
<t t-jquery=".user-heading h3" t-operation="replace"> <t t-jquery=".user-heading h3" t-operation="replace">
<h3> <h3>
odooAi <t t-esc="widget.server_version"/> (odooAi.cn Edition) odooAi <t t-esc="widget.server_version"/> (sunpop.cn Edition)
</h3> </h3>
</t> </t>
</t> </t>

View File

@@ -9,8 +9,8 @@
<!-- end--> <!-- end-->
<template id="replace_login" name="Login Layout" inherit_id="web.login_layout"> <template id="replace_login" name="Login Layout" inherit_id="web.login_layout">
<xpath expr="//a[@target='_blank']" position="replace"> <xpath expr="//a[@target='_blank']" position="replace">
<a href="https://www.odooai.cn" target="_blank">Powered by <a href="https://www.sunpop.cn" target="_blank">Powered by
<span>odooAi.cn</span> <span>sunpop.cn</span>
</a> </a>
</xpath> </xpath>
</template> </template>

View File

@@ -17,7 +17,7 @@
<div> <div>
<field name="app_system_name"/> <field name="app_system_name"/>
<div> <div>
<a href="https://www.odooai.cn" target="_blank">Visit our website for more apps and Support. https://www.odooai.cn</a> <a href="https://www.sunpop.cn" target="_blank">Visit our website for more apps and Support. https://www.sunpop.cn</a>
</div> </div>
</div> </div>
</group> </group>

View File

@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-08-15 # Created on 2018-08-15
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
{ {
'name': "App Pos order browse by store salesperson status", 'name': "App Pos order browse by store salesperson status",
'version': '16.22.12.06', 'version': '16.22.12.06',
'author': 'odooai.cn', 'author': 'sunpop.cn',
'category': 'Point of Sale', 'category': 'Point of Sale',
'website': 'https://www.odooai.cn', 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3', 'license': 'LGPL-3',
'sequence': 12, 'sequence': 12,
'summary': """ 'summary': """

View File

@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-10-12 # Created on 2018-10-12
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
def post_init_hook(cr, pool): def post_init_hook(cr, pool):

View File

@@ -383,7 +383,7 @@
<div class="oe_mt16"> <div class="oe_mt16">
<h4> <h4>
Visit our website for more support.</h4> Visit our website for more support.</h4>
<h4>https://www.odooai.cn</h4> <h4>https://www.sunpop.cn</h4>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-08-15 # Created on 2018-08-15
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
{ {
'name': "App product browse by category navigator", 'name': "App product browse by category navigator",
'version': '16.22.12.06', 'version': '16.22.12.06',
'author': 'odooai.cn', 'author': 'sunpop.cn',
'category': 'Base', 'category': 'Base',
'website': 'https://www.odooai.cn', 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3', 'license': 'LGPL-3',
'sequence': 2, 'sequence': 2,
'summary': """ 'summary': """

View File

@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-10-12 # Created on 2018-10-12
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
def post_init_hook(cr, pool): def post_init_hook(cr, pool):

View File

@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2017-11-28 # Created on 2017-11-28
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
from odoo import api, fields, models, exceptions, _ from odoo import api, fields, models, exceptions, _

View File

@@ -398,7 +398,7 @@
<div class="oe_mt16"> <div class="oe_mt16">
<h4> <h4>
Visit our website for more support.</h4> Visit our website for more support.</h4>
<h4>https://www.odooai.cn</h4> <h4>https://www.sunpop.cn</h4>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-08-15 # Created on 2018-08-15
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
{ {
'name': "Product browse by category navigator Pro", 'name': "Product browse by category navigator Pro",
'version': '16.23.03.05', 'version': '16.23.03.05',
'author': 'odooai.cn', 'author': 'sunpop.cn',
'category': 'Base', 'category': 'Base',
'website': 'https://www.odooai.cn', 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3', 'license': 'LGPL-3',
'sequence': 2, 'sequence': 2,
'summary': """ 'summary': """

View File

@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-10-12 # Created on 2018-10-12
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
def post_init_hook(cr, pool): def post_init_hook(cr, pool):

View File

@@ -513,7 +513,7 @@
<div class="oe_mt16"> <div class="oe_mt16">
<h4> <h4>
Visit our website for more support.</h4> Visit our website for more support.</h4>
<h4>https://www.odooai.cn</h4> <h4>https://www.sunpop.cn</h4>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-08-15 # Created on 2018-08-15
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
{ {
'name': "App Product category ztree, parent children tree", 'name': "App Product category ztree, parent children tree",
'version': '16.23.02.28', 'version': '16.23.02.28',
'author': 'odooai.cn', 'author': 'sunpop.cn',
'category': 'Base', 'category': 'Base',
'website': 'https://www.odooai.cn', 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3', 'license': 'LGPL-3',
'sequence': 2, 'sequence': 2,
'summary': """ 'summary': """

View File

@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-10-12 # Created on 2018-10-12
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
def post_init_hook(cr, pool): def post_init_hook(cr, pool):

View File

@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2017-11-28 # Created on 2017-11-28
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
from odoo import api, fields, models, exceptions, _ from odoo import api, fields, models, exceptions, _

View File

@@ -174,7 +174,7 @@
<div class="oe_mt16"> <div class="oe_mt16">
<h4> <h4>
Visit our website for more support.</h4> Visit our website for more support.</h4>
<h4>https://www.odooai.cn</h4> <h4>https://www.sunpop.cn</h4>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-08-15 # Created on 2018-08-15
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
{ {
'name': "Project and task browse by partner,user, stage navigator", 'name': "Project and task browse by partner,user, stage navigator",
'version': '15.19.12.03', 'version': '15.19.12.03',
'author': 'odooai.cn', 'author': 'sunpop.cn',
'category': 'Base', 'category': 'Base',
'website': 'https://www.odooai.cn', 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3', 'license': 'LGPL-3',
'sequence': 2, 'sequence': 2,
'summary': """ 'summary': """

View File

@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-10-12 # Created on 2018-10-12
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
def post_init_hook(cr, pool): def post_init_hook(cr, pool):

View File

@@ -403,7 +403,7 @@
<div class="oe_mt16"> <div class="oe_mt16">
<h4> <h4>
Visit our website for more support.</h4> Visit our website for more support.</h4>
<h4>https://www.odooai.cn</h4> <h4>https://www.sunpop.cn</h4>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-08-15 # Created on 2018-08-15
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
{ {
'name': "App purchase search browse by partner", 'name': "App purchase search browse by partner",
'version': '16.22.12.06', 'version': '16.22.12.06',
'author': 'odooai.cn', 'author': 'sunpop.cn',
'category': 'Base', 'category': 'Base',
'website': 'https://www.odooai.cn', 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3', 'license': 'LGPL-3',
'sequence': 2, 'sequence': 2,
'summary': """ 'summary': """

View File

@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-10-12 # Created on 2018-10-12
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
def post_init_hook(cr, pool): def post_init_hook(cr, pool):

View File

@@ -283,7 +283,7 @@
<div class="oe_mt16"> <div class="oe_mt16">
<h4> <h4>
Visit our website for more support.</h4> Visit our website for more support.</h4>
<h4>https://www.odooai.cn</h4> <h4>https://www.sunpop.cn</h4>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-08-15 # Created on 2018-08-15
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
{ {
'name': "App sale order browse by partner and channel", 'name': "App sale order browse by partner and channel",
'version': '16.22.12.06', 'version': '16.22.12.06',
'author': 'odooai.cn', 'author': 'sunpop.cn',
'category': 'Base', 'category': 'Base',
'website': 'https://www.odooai.cn', 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3', 'license': 'LGPL-3',
'sequence': 2, 'sequence': 2,
'summary': """ 'summary': """

View File

@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-10-12 # Created on 2018-10-12
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
def post_init_hook(cr, pool): def post_init_hook(cr, pool):

View File

@@ -283,7 +283,7 @@
<div class="oe_mt16"> <div class="oe_mt16">
<h4> <h4>
Visit our website for more support.</h4> Visit our website for more support.</h4>
<h4>https://www.odooai.cn</h4> <h4>https://www.sunpop.cn</h4>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-08-15 # Created on 2018-08-15
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
{ {
'name': "Advance sale order navigator by partner and channel", 'name': "Advance sale order navigator by partner and channel",
'version': '16.23.03.05', 'version': '16.23.03.05',
'author': 'odooai.cn', 'author': 'sunpop.cn',
'category': 'Base', 'category': 'Base',
'website': 'https://www.odooai.cn', 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3', 'license': 'LGPL-3',
'sequence': 2, 'sequence': 2,
'summary': """ 'summary': """

View File

@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-10-12 # Created on 2018-10-12
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
def post_init_hook(cr, pool): def post_init_hook(cr, pool):

View File

@@ -513,7 +513,7 @@
<div class="oe_mt16"> <div class="oe_mt16">
<h4> <h4>
Visit our website for more support.</h4> Visit our website for more support.</h4>
<h4>https://www.odooai.cn</h4> <h4>https://www.sunpop.cn</h4>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-08-15 # Created on 2018-08-15
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
{ {
'name': "Stock Superbar ztree, parent children tree", 'name': "Stock Superbar ztree, parent children tree",
'version': '16.22.12.06', 'version': '16.22.12.06',
'author': 'odooai.cn', 'author': 'sunpop.cn',
'category': 'Base', 'category': 'Base',
'website': 'https://www.odooai.cn', 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3', 'license': 'LGPL-3',
'sequence': 2, 'sequence': 2,
'summary': """ 'summary': """

View File

@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-10-12 # Created on 2018-10-12
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
def post_init_hook(cr, pool): def post_init_hook(cr, pool):

View File

@@ -175,7 +175,7 @@
<div class="oe_mt16"> <div class="oe_mt16">
<h4> <h4>
Visit our website for more support.</h4> Visit our website for more support.</h4>
<h4>https://www.odooai.cn</h4> <h4>https://www.sunpop.cn</h4>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -1,27 +1,27 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2017-11-05 # Created on 2017-11-05
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
{ {
'name': "App web enterprise enhance,企业版界面增强", 'name': "App web enterprise enhance,企业版界面增强",
'version': '16.23.04.08', 'version': '16.23.04.08',
'author': 'odooai.cn', 'author': 'sunpop.cn',
'category': 'Base', 'category': 'Base',
'website': 'https://www.odooai.cn', 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3', 'license': 'LGPL-3',
'sequence': 2, 'sequence': 2,
'summary': """ 'summary': """
@@ -32,7 +32,7 @@
""", """,
'description': """ 'description': """
odoo enterprise version UI enhance. odoo enterprise version UI enhance.
欧度智能,odooai.cn 的odoo模块。企业版界面增强。 欧度智能,sunpop.cn 的odoo模块。企业版界面增强。
1. Add dropdown arrow to parent menu. 1. Add dropdown arrow to parent menu.
多级菜单中出现箭头。 多级菜单中出现箭头。
2. Replace the odoo logo or url to your company in menu and page. 2. Replace the odoo logo or url to your company in menu and page.

View File

@@ -4,7 +4,7 @@
<h2 class="oe_slogan">App Web Enterprise Enhance</h2> <h2 class="oe_slogan">App Web Enterprise Enhance</h2>
<div class="oe_demo" style=" margin: 30px auto 0; padding: 0 15px 0 0; border:none; width: 96%;"> <div class="oe_demo" style=" margin: 30px auto 0; padding: 0 15px 0 0; border:none; width: 96%;">
<h1 class="mt32 mb32">More Powerful addons: <h1 class="mt32 mb32">More Powerful addons:
<a class="btn btn-primary mb16" href="http://www.odoo.com/apps/modules/browse?author=odooai.cn">Supop.cn Odoo Addons</a> <a class="btn btn-primary mb16" href="http://www.odoo.com/apps/modules/browse?author=sunpop.cn">Supop.cn Odoo Addons</a>
</h1> </h1>
<h3>Lastest update: v15.21.11.23</h3> <h3>Lastest update: v15.21.11.23</h3>
<p>This moduld allows user to . </p> <p>This moduld allows user to . </p>
@@ -74,7 +74,7 @@
<div class="oe_mt16"> <div class="oe_mt16">
<h4> <h4>
Visit our website for more support.</h4> Visit our website for more support.</h4>
<h4>https://www.odooai.cn</h4> <h4>https://www.sunpop.cn</h4>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -3,7 +3,7 @@
<!-- <t t-extend="res_config_edition">--> <!-- <t t-extend="res_config_edition">-->
<!-- <t t-jquery=".user-heading h3" t-operation="replace">--> <!-- <t t-jquery=".user-heading h3" t-operation="replace">-->
<!-- <h3>--> <!-- <h3>-->
<!-- odooApp <t t-esc="widget.server_version"/> (odooai.cn Edition)--> <!-- odooApp <t t-esc="widget.server_version"/> (sunpop.cn Edition)-->
<!-- </h3>--> <!-- </h3>-->
<!-- </t>--> <!-- </t>-->
<!-- <t t-jquery=".user-o_web_settings_compact_subtitle small" t-operation="replace">--> <!-- <t t-jquery=".user-o_web_settings_compact_subtitle small" t-operation="replace">-->

View File

@@ -1,31 +1,31 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2019-01-04 # Created on 2019-01-04
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo12在线用户手册长期更新 # Odoo12在线用户手册长期更新
# https://www.odooai.cn/documentation/user/12.0/en/index.html # https://www.sunpop.cn/documentation/user/12.0/en/index.html
# Odoo12在线开发者手册长期更新 # Odoo12在线开发者手册长期更新
# https://www.odooai.cn/documentation/12.0/index.html # https://www.sunpop.cn/documentation/12.0/index.html
# Odoo10在线中文用户手册长期更新 # Odoo10在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
{ {
'name': 'App Web Responsive Fullwidth (form view full width)', 'name': 'App Web Responsive Fullwidth (form view full width)',
'version': '16.23.02.19', 'version': '16.23.02.19',
'category': 'web', 'category': 'web',
'author': 'odooai.cn', 'author': 'sunpop.cn',
'website': 'https://www.odooai.cn', 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3', 'license': 'LGPL-3',
'sequence': 2, 'sequence': 2,
"price": 18.00, "price": 18.00,

View File

@@ -81,7 +81,7 @@
<div class="oe_mt16"> <div class="oe_mt16">
<h4> <h4>
Visit our website for more support.</h4> Visit our website for more support.</h4>
<h4>https://www.odooai.cn</h4> <h4>https://www.sunpop.cn</h4>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -1,27 +1,27 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2022-09-01 # Created on 2022-09-01
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo12在线用户手册长期更新 # Odoo12在线用户手册长期更新
# https://www.odooai.cn/documentation/user/12.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/12.0/zh_CN/index.html
# Odoo12在线开发者手册长期更新 # Odoo12在线开发者手册长期更新
# https://www.odooai.cn/documentation/12.0/index.html # https://www.sunpop.cn/documentation/12.0/index.html
# Odoo10在线中文用户手册长期更新 # Odoo10在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
############################################################################## ##############################################################################
# Copyright (C) 2009-TODAY odooai.cn Ltd. https://www.odooai.cn # Copyright (C) 2009-TODAY sunpop.cn Ltd. https://www.sunpop.cn
# Author: Ivan Deng300883@qq.com # Author: Ivan Deng300883@qq.com
# You can modify it under the terms of the GNU LESSER # You can modify it under the terms of the GNU LESSER
# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. # GENERAL PUBLIC LICENSE (LGPL v3), Version 3.
@@ -34,9 +34,9 @@
{ {
'name': "Website Blogs Editor in Backend", 'name': "Website Blogs Editor in Backend",
'version': '16.23.04.11', 'version': '16.23.04.11',
'author': 'odooai.cn', 'author': 'sunpop.cn',
'category': 'Base', 'category': 'Base',
'website': 'https://www.odooai.cn', 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3', 'license': 'LGPL-3',
'sequence': 2, 'sequence': 2,
'price': 0.00, 'price': 0.00,
@@ -46,7 +46,7 @@
'website_blog', 'website_blog',
], ],
'summary': ''' 'summary': '''
Odoo App of odooai.cn Odoo App of sunpop.cn
''', ''',
'description': ''' 'description': '''
Support Odoo 16,15,14,13,12, Enterprise and Community and odoo.sh Edition Support Odoo 16,15,14,13,12, Enterprise and Community and odoo.sh Edition

View File

@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-10-12 # Created on 2018-10-12
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
from odoo import api, SUPERUSER_ID, _ from odoo import api, SUPERUSER_ID, _

View File

@@ -1,25 +1,25 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Part of odooai.cn. See LICENSE file for full copyright and licensing details. # Part of sunpop.cn. See LICENSE file for full copyright and licensing details.
# Created on 2019-04-20 # Created on 2019-04-20
# author: 欧度智能http://www.odooai.cn # author: 欧度智能http://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo12在线用户手册长期更新 # Odoo12在线用户手册长期更新
# http://www.odooai.cn/documentation/user/12.0/en/index.html # http://www.sunpop.cn/documentation/user/12.0/en/index.html
# Odoo12在线开发者手册长期更新 # Odoo12在线开发者手册长期更新
# http://www.odooai.cn/documentation/12.0/index.html # http://www.sunpop.cn/documentation/12.0/index.html
# Odoo10在线中文用户手册长期更新 # Odoo10在线中文用户手册长期更新
# http://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # http://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# http://www.odooai.cn/odoo10_user_manual_document_offline/ # http://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# http://www.odooai.cn/odoo10_developer_document_offline/ # http://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
from . import blog_tag_category from . import blog_tag_category

View File

@@ -80,15 +80,15 @@
<p><h4> <p><h4>
Visit our website for more support.</h4></p> Visit our website for more support.</h4></p>
<a style="background: #002e5a none repeat scroll 0% 0%; color: rgb(255, 255, 255);position: relative; overflow: hidden;" <a style="background: #002e5a none repeat scroll 0% 0%; color: rgb(255, 255, 255);position: relative; overflow: hidden;"
class="btn btn-warning btn-lg" rel="nofollow" href="https://www.odooai.cn" target="_blank"><span class="btn btn-warning btn-lg" rel="nofollow" href="https://www.sunpop.cn" target="_blank"><span
style="height: 354px; width: 354px; top: -147.433px; left: -6.93335px;" class="o_ripple"></span> style="height: 354px; width: 354px; top: -147.433px; left: -6.93335px;" class="o_ripple"></span>
<i class="fa fa-web"></i>https://www.odooai.cn</a> <i class="fa fa-web"></i>https://www.sunpop.cn</a>
</div> </div>
</div> </div>
</div> </div>
<div class="oe_row oe_spaced text-center"> <div class="oe_row oe_spaced text-center">
<h1>More Powerful addons, Make your odoo very easy to use, easy customize: <h1>More Powerful addons, Make your odoo very easy to use, easy customize:
<a class="btn btn-primary mb16" href="http://www.odoo.com/apps/modules/browse?author=odooai.cn">Supop.cn Odoo Addons</a> <a class="btn btn-primary mb16" href="http://www.odoo.com/apps/modules/browse?author=sunpop.cn">Supop.cn Odoo Addons</a>
</h1> </h1>
</div> </div>
</section> </section>

View File

@@ -1,26 +1,26 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-08-15 # Created on 2018-08-15
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
{ {
'name': "App Website Product browse by category navigator", 'name': "App Website Product browse by category navigator",
'version': '16.22.12.06', 'version': '16.22.12.06',
'author': 'odooai.cn', 'author': 'sunpop.cn',
'category': 'Base', 'category': 'Base',
'website': 'https://www.odooai.cn', 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3', 'license': 'LGPL-3',
'sequence': 2, 'sequence': 2,
'summary': """ 'summary': """

View File

@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-10-12 # Created on 2018-10-12
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
def post_init_hook(cr, pool): def post_init_hook(cr, pool):

View File

@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2017-11-28 # Created on 2017-11-28
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
from odoo import api, fields, models, exceptions, _ from odoo import api, fields, models, exceptions, _

View File

@@ -398,7 +398,7 @@
<div class="oe_mt16"> <div class="oe_mt16">
<h4> <h4>
Visit our website for more support.</h4> Visit our website for more support.</h4>
<h4>https://www.odooai.cn</h4> <h4>https://www.sunpop.cn</h4>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -1,27 +1,27 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2022-09-01 # Created on 2022-09-01
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo12在线用户手册长期更新 # Odoo12在线用户手册长期更新
# https://www.odooai.cn/documentation/user/12.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/12.0/zh_CN/index.html
# Odoo12在线开发者手册长期更新 # Odoo12在线开发者手册长期更新
# https://www.odooai.cn/documentation/12.0/index.html # https://www.sunpop.cn/documentation/12.0/index.html
# Odoo10在线中文用户手册长期更新 # Odoo10在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
############################################################################## ##############################################################################
# Copyright (C) 2009-TODAY odooai.cn Ltd. https://www.odooai.cn # Copyright (C) 2009-TODAY sunpop.cn Ltd. https://www.sunpop.cn
# Author: Ivan Deng300883@qq.com # Author: Ivan Deng300883@qq.com
# You can modify it under the terms of the GNU LESSER # You can modify it under the terms of the GNU LESSER
# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. # GENERAL PUBLIC LICENSE (LGPL v3), Version 3.
@@ -34,9 +34,9 @@
{ {
'name': "Website Product Editor in Backend", 'name': "Website Product Editor in Backend",
'version': '16.23.04.11', 'version': '16.23.04.11',
'author': 'odooai.cn', 'author': 'sunpop.cn',
'category': 'Base', 'category': 'Base',
'website': 'https://www.odooai.cn', 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3', 'license': 'LGPL-3',
'sequence': 2, 'sequence': 2,
'price': 0.00, 'price': 0.00,
@@ -46,7 +46,7 @@
'website_sale', 'website_sale',
], ],
'summary': ''' 'summary': '''
Odoo App of odooai.cn Odoo App of sunpop.cn
''', ''',
'description': ''' 'description': '''
Support Odoo 16,15,14,13,12, Enterprise and Community and odoo.sh Edition Support Odoo 16,15,14,13,12, Enterprise and Community and odoo.sh Edition

View File

@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-10-12 # Created on 2018-10-12
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
from odoo import api, SUPERUSER_ID, _ from odoo import api, SUPERUSER_ID, _

View File

@@ -1,25 +1,25 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Part of odooai.cn. See LICENSE file for full copyright and licensing details. # Part of sunpop.cn. See LICENSE file for full copyright and licensing details.
# Created on 2019-04-20 # Created on 2019-04-20
# author: 欧度智能http://www.odooai.cn # author: 欧度智能http://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo12在线用户手册长期更新 # Odoo12在线用户手册长期更新
# http://www.odooai.cn/documentation/user/12.0/en/index.html # http://www.sunpop.cn/documentation/user/12.0/en/index.html
# Odoo12在线开发者手册长期更新 # Odoo12在线开发者手册长期更新
# http://www.odooai.cn/documentation/12.0/index.html # http://www.sunpop.cn/documentation/12.0/index.html
# Odoo10在线中文用户手册长期更新 # Odoo10在线中文用户手册长期更新
# http://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # http://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# http://www.odooai.cn/odoo10_user_manual_document_offline/ # http://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# http://www.odooai.cn/odoo10_developer_document_offline/ # http://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
# from . import models # from . import models

View File

@@ -80,15 +80,15 @@
<p><h4> <p><h4>
Visit our website for more support.</h4></p> Visit our website for more support.</h4></p>
<a style="background: #002e5a none repeat scroll 0% 0%; color: rgb(255, 255, 255);position: relative; overflow: hidden;" <a style="background: #002e5a none repeat scroll 0% 0%; color: rgb(255, 255, 255);position: relative; overflow: hidden;"
class="btn btn-warning btn-lg" rel="nofollow" href="https://www.odooai.cn" target="_blank"><span class="btn btn-warning btn-lg" rel="nofollow" href="https://www.sunpop.cn" target="_blank"><span
style="height: 354px; width: 354px; top: -147.433px; left: -6.93335px;" class="o_ripple"></span> style="height: 354px; width: 354px; top: -147.433px; left: -6.93335px;" class="o_ripple"></span>
<i class="fa fa-web"></i>https://www.odooai.cn</a> <i class="fa fa-web"></i>https://www.sunpop.cn</a>
</div> </div>
</div> </div>
</div> </div>
<div class="oe_row oe_spaced text-center"> <div class="oe_row oe_spaced text-center">
<h1>More Powerful addons, Make your odoo very easy to use, easy customize: <h1>More Powerful addons, Make your odoo very easy to use, easy customize:
<a class="btn btn-primary mb16" href="http://www.odoo.com/apps/modules/browse?author=odooai.cn">Supop.cn Odoo Addons</a> <a class="btn btn-primary mb16" href="http://www.odoo.com/apps/modules/browse?author=sunpop.cn">Supop.cn Odoo Addons</a>
</h1> </h1>
</div> </div>
</section> </section>

View File

@@ -5,7 +5,7 @@
# Copyright (C) 2012-2012 南京盈通 ccdos@intoerp.com <small business chart> # Copyright (C) 2012-2012 南京盈通 ccdos@intoerp.com <small business chart>
# Copyright (C) 2008-now 开阖软件 jeff@osbzr.com < PM and LTS > # Copyright (C) 2008-now 开阖软件 jeff@osbzr.com < PM and LTS >
# Copyright (C) 2017-now jeffery9@gmail.com # Copyright (C) 2017-now jeffery9@gmail.com
# Copyright (C) 2018-11 欧度智能 https://www.odooai.cn # Copyright (C) 2018-11 欧度智能 https://www.sunpop.cn
from .hooks import pre_init_hook from .hooks import pre_init_hook
from .hooks import post_init_hook from .hooks import post_init_hook

View File

@@ -5,14 +5,14 @@
# Copyright (C) 2012-2012 南京盈通 ccdos@intoerp.com <small business chart> # Copyright (C) 2012-2012 南京盈通 ccdos@intoerp.com <small business chart>
# Copyright (C) 2008-now 开阖软件 jeff@osbzr.com < PM and LTS > # Copyright (C) 2008-now 开阖软件 jeff@osbzr.com < PM and LTS >
# Copyright (C) 2017-now jeffery9@gmail.com # Copyright (C) 2017-now jeffery9@gmail.com
# Copyright (C) 2018-11 欧度智能 https://www.odooai.cn # Copyright (C) 2018-11 欧度智能 https://www.sunpop.cn
{ {
'name': '2023最新中国企业会计表.Latest Chinese Accounting for odoo16', 'name': '2023最新中国企业会计表.Latest Chinese Accounting for odoo16',
'version': '16.23.03.01', 'version': '16.23.03.01',
'author': 'odooai.cn', 'author': 'sunpop.cn',
'category': 'Accounting/Localizations/Account Charts', 'category': 'Accounting/Localizations/Account Charts',
'website': 'https://www.odooai.cn', 'website': 'https://www.sunpop.cn',
'license': 'LGPL-3', 'license': 'LGPL-3',
'sequence': 12, 'sequence': 12,
'summary': """ 'summary': """
@@ -32,7 +32,7 @@
7. 注意,必须在没有业务数据,没有会计科目的初始环境。可以使用 "app_odoo_customize" 模块清除财务数据,重置会计科目。 7. 注意,必须在没有业务数据,没有会计科目的初始环境。可以使用 "app_odoo_customize" 模块清除财务数据,重置会计科目。
如果是多语种环境需要自行更改翻译主要体现在3%,6%,13%增值税处理。 如果是多语种环境需要自行更改翻译主要体现在3%,6%,13%增值税处理。
欧度智能,odooai.cn 欧度智能,sunpop.cn
The Latest Chinese Account The Latest Chinese Account
Including the following data in the Accounting Standards for Business Enterprises Including the following data in the Accounting Standards for Business Enterprises

View File

@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2017-11-22 # Created on 2017-11-22
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
from odoo import api, SUPERUSER_ID from odoo import api, SUPERUSER_ID

View File

@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-11-28 # Created on 2018-11-28
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
from odoo import api, fields, models, _ from odoo import api, fields, models, _

View File

@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-11-28 # Created on 2018-11-28
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
from odoo import api, fields, models, exceptions, _ from odoo import api, fields, models, exceptions, _

View File

@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Created on 2018-11-07 # Created on 2018-11-07
# author: 欧度智能https://www.odooai.cn # author: 欧度智能https://www.sunpop.cn
# email: 300883@qq.com # email: 300883@qq.com
# resource of odooai # resource of odooai
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Odoo在线中文用户手册长期更新 # Odoo在线中文用户手册长期更新
# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html # https://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html
# Odoo10离线中文用户手册下载 # Odoo10离线中文用户手册下载
# https://www.odooai.cn/odoo10_user_manual_document_offline/ # https://www.sunpop.cn/odoo10_user_manual_document_offline/
# Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备 # Odoo10离线开发手册下载-含python教程jquery参考Jinja2模板PostgresSQL参考odoo开发必备
# https://www.odooai.cn/odoo10_developer_document_offline/ # https://www.sunpop.cn/odoo10_developer_document_offline/
# description: # description:
from odoo import api, fields, models, _ from odoo import api, fields, models, _

View File

@@ -55,13 +55,13 @@
<div class="oe_mt16"> <div class="oe_mt16">
<h4> <h4>
Visit our website for more support.</h4> Visit our website for more support.</h4>
<h4>https://www.odooai.cn</h4> <h4>https://www.sunpop.cn</h4>
</div> </div>
</div> </div>
</div> </div>
<div class="oe_row oe_spaced text-center"> <div class="oe_row oe_spaced text-center">
<h1>More Powerful addons, Make your odoo very easy to use, easy customize: <h1>More Powerful addons, Make your odoo very easy to use, easy customize:
<a class="btn btn-primary mb16" href="http://www.odoo.com/apps/modules/browse?author=odooai.cn">odooai.cn Odoo Addons</a> <a class="btn btn-primary mb16" href="http://www.odoo.com/apps/modules/browse?author=sunpop.cn">sunpop.cn Odoo Addons</a>
</h1> </h1>
</div> </div>
</section> </section>