+
If you have more than 1 robot in the group. you can @ the specify robot.
-
@@ -189,7 +189,7 @@
7. Evaluation the ai robot to make better response. This training.
You can Evaluation chatgpt's answer. Mark as good for good answer. Mark as back for bad answer.
With Evaluation, you can make your ai robot more smart.
-
@@ -199,7 +199,7 @@
8. Add api support Connect the Microsoft Azure OpenAI Service.
Azure openai add. It is for china and other country which no chatgpt service.
-
@@ -209,7 +209,7 @@
9. Can set Synchronous or Asynchronous mode for Ai response.
Synchronous(default) mode can get response then ask question again. Asynchronous mode would make you do other thing when waiting for response.
-
@@ -219,7 +219,7 @@
Multi-language Support..
-
diff --git a/app_auto_backup/__manifest__.py b/app_auto_backup/__manifest__.py
index 389a6571..e3b66443 100644
--- a/app_auto_backup/__manifest__.py
+++ b/app_auto_backup/__manifest__.py
@@ -25,7 +25,7 @@
'author': 'odooai.cn',
'website': "http://www.odooai.cn",
- 'category': 'Administration',
+ 'category': 'Extra tools',
'installable': True,
'license': 'LGPL-3',
diff --git a/app_auto_backup/static/description/index.html b/app_auto_backup/static/description/index.html
index e25decc3..86dd3850 100644
--- a/app_auto_backup/static/description/index.html
+++ b/app_auto_backup/static/description/index.html
@@ -6,7 +6,7 @@
A tool for all your back-ups, internal and external!
-

+
@@ -49,7 +49,7 @@
Checks your credentials in one click
-
-

+
diff --git a/app_base_chinese/__manifest__.py b/app_base_chinese/__manifest__.py
index f9554e6d..2bb1496b 100644
--- a/app_base_chinese/__manifest__.py
+++ b/app_base_chinese/__manifest__.py
@@ -17,8 +17,8 @@
{
- 'name': "App base chinese,中国化基本模块增强",
- 'version': '16.23.07.16',
+ 'name': "Chinese Enhance All in One,odoo中文版套件之基础",
+ 'version': '16.23.08.03',
'author': 'odooai.cn',
'category': 'Base',
'website': 'https://www.odooai.cn',
@@ -28,30 +28,49 @@
'price': 0,
'currency': 'EUR',
'summary': """
- Chinese enhance. Out of the box use in china.
- Set all chinese default value.
- Add quick set of english name.
- Default country, timezone, currency, partner...
+ Chinese enhance. Out of the box use odoo in china. Chinese address format, number format, money format.
+ Set all chinese default value. Default country, timezone, currency, partner...
""",
'description': """
-
- odoo Chinese Enhance. 中国化增强-基础
- 1. 中文默认值,如国家、时区、货币等。处理模块 base, product.
- 2. 客户加简称,地址显示中文化,客户编码显示优先
- 3. 客户地址显示增加手机号与电话号码
- 4. 货币处理,增加排序显示
- 5. 用户名支持翻译(可能会增加复杂度,后续看)
+ odoo Chinese Enhance. odoo中国版增强-基础
+ 1. 中文地址格式,适用于所有中国中文客户、供应商、合作伙伴、用户、员工信息等
+ 2. 中文默认值,如国家、时区、货币等。处理模块 base, product.
+ 3. 客户加简称,地址显示中文化,客户编码显示优先
+ 4. 客户地址显示增加手机号与电话号码
+ 5. 货币处理,人民币增强,增加排序显示
6. 修正品类的列表及m2o字段中不显示中文目录名的Bug
7. 修正仓库位置的列表及m2o字段中不显示中文目录名的Bug
8. 超级用户改时区为 中国
- 9. 时间格式年月日为 2019-12-30,时间为 22:10
+ 9. 时间格式年月日为 中国格式,如 2023-08-08,时间为 12:34
10. 国家增加排序,中国排第一
11. 收款相关显示中国习惯
12. 翻译导出默认中文,默认po
- 13. 在 base 模型增加 name_en_US 字段,赋值后同时改翻译值
+ 13. [默认已移除,可自行加载.py]在 base 模型增加 name_en_US 字段,赋值后同时改翻译值
14. 常用小数精度调整
15. 销售团队改为中国
- 21. todo:中文演示数据(只有demo模式才加载)
+ 16. 精简语言的显示,如 Chinese简体中文改为 中文
+ 21. 多语言支持,多公司支持
+ 22. Odoo 16,15,14,13,12, 企业版,社区版,在线SaaS.sh版,等全版本支持
+ 23. 代码完全开源
+ ======
+ 1. Chinese address format, applicable to all Chinese customers, suppliers, partners, users, employee information etc.
+ 2. Default values in Chinese such as country, time zone and currency. Processing module base, product.
+ 3. Add customer abbreviation and display addresses in Chinese; prioritize displaying customer codes.
+ 4. Display phone numbers along with mobile numbers for customer addresses.
+ 5. Currency processing with added sorting display.
+ 6. Fixed bug where the category list and m2o field did not display the name of the Chinese directory.
+ 7. Fixed bug where warehouse location list and m2o field did not display the name of the Chinese directory.
+ 8. Superuser changed time zone to China.
+ 9. Date format is year-month-day (e.g., 2023-08-08) and time is 12:34
+ 10.Country sorting added; China ranked first
+ 11.Display payment-related information according to typical practices in China.
+ 12.Default export translation is set to Mandarin (po).
+ 13.Added 'name_en_US' field in base model which updates translation value when assigned a value.
+ 14.Common decimal precision adjustments made.
+ 15.Sales team changed to "China".
+ 21. Multi-language Support. Multi-Company Support.
+ 22. Support Odoo 16,15,14,13,12, Enterprise and Community and odoo.sh Edition.
+ 23. Full Open Source.
""",
'pre_init_hook': 'pre_init_hook',
'post_init_hook': 'post_init_hook',
diff --git a/app_base_chinese/data/res_lang_data.xml b/app_base_chinese/data/res_lang_data.xml
index a0e3efc0..a8789afc 100644
--- a/app_base_chinese/data/res_lang_data.xml
+++ b/app_base_chinese/data/res_lang_data.xml
@@ -3,8 +3,12 @@
+ 中文
%Y-%m-%d
%H:%M:%S
+
+ English
+
diff --git a/app_base_chinese/static/description/banner.jpg b/app_base_chinese/static/description/banner.jpg
index ae2ca114..576633ff 100644
Binary files a/app_base_chinese/static/description/banner.jpg and b/app_base_chinese/static/description/banner.jpg differ
diff --git a/app_base_chinese/static/description/banner.png b/app_base_chinese/static/description/banner.png
new file mode 100644
index 00000000..9e39b584
Binary files /dev/null and b/app_base_chinese/static/description/banner.png differ
diff --git a/app_base_chinese/static/description/cnreadme.jpg b/app_base_chinese/static/description/cnreadme.jpg
deleted file mode 100644
index c53583f6..00000000
Binary files a/app_base_chinese/static/description/cnreadme.jpg and /dev/null differ
diff --git a/app_base_chinese/static/description/cnreadme.png b/app_base_chinese/static/description/cnreadme.png
new file mode 100644
index 00000000..54018ff4
Binary files /dev/null and b/app_base_chinese/static/description/cnreadme.png differ
diff --git a/app_base_chinese/static/description/demo1.jpg b/app_base_chinese/static/description/demo1.jpg
index 3eb8d87b..6c61c24c 100644
Binary files a/app_base_chinese/static/description/demo1.jpg and b/app_base_chinese/static/description/demo1.jpg differ
diff --git a/app_base_chinese/static/description/demo2.jpg b/app_base_chinese/static/description/demo2.jpg
index d79f409d..0d66a412 100644
Binary files a/app_base_chinese/static/description/demo2.jpg and b/app_base_chinese/static/description/demo2.jpg differ
diff --git a/app_base_chinese/static/description/index.html b/app_base_chinese/static/description/index.html
index 9340fbab..beb666c7 100644
--- a/app_base_chinese/static/description/index.html
+++ b/app_base_chinese/static/description/index.html
@@ -1,38 +1,91 @@
-
App base chinese. Local customize for china user
-
Set all chinese default value. Like Default country, timezone, currency, partner...
+
Chinese Enhance All in One。 Local customize for china user
+
20+ chinese setting enhance.
-
Lastest update: v16.23.03.22
-
-

-
+
Lastest update: v16.23.08.02
Key features:
-
- Chinese feature enhance.
+ 1. Chinese address format, applicable to all Chinese customers, suppliers, partners, users, employee information etc.
-
- Set Default country, state, timezone, currency.
+ 2. Default values in Chinese such as country, time zone and currency. Processing module base, product.
-
- Set partner to chinese format.
+ 3. Add customer abbreviation and display addresses in Chinese; prioritize displaying customer codes.
-
- Fix Category Display not in english bug.
+ 4. Display phone numbers along with mobile numbers for customer addresses.
+
+ -
+
+ 5. Currency processing with added sorting display.
+
+ -
+
+ 6. Fixed bug where the category list and m2o field did not display the name of the Chinese directory.
+
+ -
+
+ 7. Fixed bug where warehouse location list and m2o field did not display the name of the Chinese directory.
+
+ -
+
+ 8. Superuser changed time zone to China.
+
+ -
+
+ 9. Date format is year-month-day (e.g., 2023-08-08) and time is 12:34
+
+ -
+
+ 10.Country sorting added; China ranked first
+
+ -
+
+ 11.Display payment-related information according to typical practices in China.
+
+ -
+
+ 12.Default export translation is set to Mandarin (po).
+
+ -
+
+ 13.Added 'name_en_US' field in base model which updates translation value when assigned a value.
+
+ -
+
+ 14.Common decimal precision adjustments made.
+
+ -
+
+ 15.Sales team changed to "China".
+
+ -
+
+ 21. Multi-language Support. Multi-Company Support.
+
+ -
+
+ 22. Support Odoo 16,15,14,13,12, Enterprise and Community and odoo.sh Edition.
+
+ -
+
+ 23. Full Open Source..
-

+
@@ -41,11 +94,18 @@
-
Set Default country, state, timezone, currency.
-
+
Set the address format to chinese. Including all customer, supplier, users
+
-
+
+
+
+
+
+
+
Set Default country, state, timezone, currency.
+
@@ -54,7 +114,7 @@
Fix Category Display not in english bug.
-
diff --git a/app_base_superbar/static/description/index.html b/app_base_superbar/static/description/index.html
index b00c4a06..30a3ba93 100644
--- a/app_base_superbar/static/description/index.html
+++ b/app_base_superbar/static/description/index.html
@@ -1,40 +1,49 @@
+
+
+
Menu admin by menu category
-
-

+
+
Actions admin by type and model
-
-

+
+
-
-

+
+
-
-

+
+
Report admin by type and model
-
-

+
+
Views admin by type and model
-
-

+
+
Model Constraints admin by module and model
-
-

+
+
Attachment admin by type and creator
-
-

+
+
The following is the feather of extra paid Apps, which support this apps.
@@ -48,11 +57,11 @@
-

+
Advance Search, Advance Filter with Parent Children Tree.
Buy
-
+
this 1 Advance Search Apps
in odoo Store. Get
@@ -90,77 +99,77 @@
Product navigate by category or type is ready.
-
+
Click to download.
Pos navigate by category or store is ready.
-
+
Click to download.
Account chart navigate by type is ready.
-
+
Click to download.
Contacts navigate by company is ready.
-
+
Click to download.
Sale order navigate by partner and channel is ready.
-
+
Click to download.
CRM browse by stage and team is ready.
-
+
Click to download.
Purchase order navigate by partner is ready.
-
+
Click to download.
Stock location navigate by parent, Picking by type is ready.
-
+
Click to download.
HR employee navigate by department is ready.
-
+
Click to download.
MRP manufacture order navigate by state workcenter is ready.
-
+
Click to download.
Apps Navigator by Category, Module Navigator is ready.
-
+
Click to download.
@@ -171,7 +180,7 @@
Extra bonus apps. This apps depend on [app_web_widget_ztree]
-
+
click to get free apps Hierarchy Parent tree in m2o select.
you can get follow
@@ -179,21 +188,21 @@
Stock Location Hierarchy Parent tree in m2o select
-
+
Click to download.
Product category Hierarchy Parent tree in m2o select
-
+
Click to download.
Hr Department Parent tree in m2o select
-
+
Click to download.
@@ -208,8 +217,8 @@
So Easy to navigator and search any data.
Product by category or type in kanban view
-
-

+
+
@@ -217,7 +226,7 @@
Free to Use in product category.
-
@@ -226,15 +235,15 @@
Free to Use in POS point of sale.
-
+
POS product and order.
-
+
POS report.
-
@@ -242,7 +251,7 @@
Use in HR employee.
-
@@ -251,7 +260,7 @@
Use in Account.
-
@@ -260,7 +269,7 @@
Use in Sale.
-
@@ -269,7 +278,7 @@
Use in CRM.
-
@@ -278,7 +287,7 @@
Use in purchase.
-
@@ -287,7 +296,7 @@
Use in MRP.
-
@@ -296,7 +305,7 @@
Use in stock.
-
@@ -305,7 +314,7 @@
Use in contacts.
-
@@ -314,10 +323,10 @@
Apps Navigator by Category, Module Navigator is ready.
-
+
-
@@ -327,15 +336,15 @@
Buy this apps, get Extra bonus apps, App zTree widget, Hierarchy Parent tree in m2o select
Ready for product category Hierarchy Parent tree in m2o select
-
+
Ready for Stock Location Hierarchy Parent tree in m2o select
-
+
Ready for Hr Department Hierarchy Parent tree in m2o select
-
@@ -347,13 +356,13 @@
How to use! This app do need extra module. The price already included
@@ -362,7 +371,7 @@
Show superbar in list view.
-
@@ -370,7 +379,7 @@
Show superbar in kanban view.
-
@@ -378,7 +387,7 @@
Show superbar in pivot view.
-
@@ -386,7 +395,7 @@
Show superbar in graph view.
-
@@ -394,7 +403,7 @@
Click switch to show or hide superbar.
-
@@ -402,7 +411,7 @@
Click checkbox to set whether to show child nodes data.
-
@@ -410,7 +419,7 @@
Press Ctrl(Windows) / Cmd(Mac) to Select Multi Nodes
-
@@ -418,7 +427,7 @@
Set multi field to search or filter
-
@@ -426,7 +435,7 @@
Set super bar position, left or right.
-
@@ -434,7 +443,7 @@
4. If you want to customize, Use follow param to setup widget(Extra pay for support):
-
+
diff --git a/app_chatgpt/i18n/zh_CN.po b/app_chatgpt/i18n/zh_CN.po
index dbb34c7c..964d622b 100644
--- a/app_chatgpt/i18n/zh_CN.po
+++ b/app_chatgpt/i18n/zh_CN.po
@@ -594,8 +594,8 @@ msgstr "上下文连接超时(秒)"
#. module: app_chatgpt
#: model_terms:ir.ui.view,arch_db:app_chatgpt.is_res_config_settings_view
-msgid "Ai Center(Chatgpt)"
-msgstr "Ai服务中心(Chatgpt)"
+msgid "Ai Center Setup"
+msgstr "Ai智能服务中心设置"
#. module: app_chatgpt
#: model:ir.model.fields,field_description:app_chatgpt.field_res_partner_ai_use__ai_user_id
@@ -616,7 +616,7 @@ msgstr "对话权限"
#. module: app_chatgpt
#: model:ir.model.fields,field_description:app_chatgpt.field_res_users__gpt_wl_partners
msgid "Allowed Partners"
-msgstr ""
+msgstr "允许的用户"
#. module: app_chatgpt
#. odoo-javascript
@@ -2180,12 +2180,12 @@ msgstr ""
#. module: app_chatgpt
#: model:ir.model.fields,field_description:app_chatgpt.field_ai_robot__ai_timeout
msgid "Timeout(seconds)"
-msgstr ""
+msgstr "超时(秒)"
#. module: app_chatgpt
#: model_terms:ir.ui.view,arch_db:app_chatgpt.is_res_config_settings_view
msgid "Timout then disconnect(s)"
-msgstr ""
+msgstr "超时设定(秒)"
#. module: app_chatgpt
#. odoo-javascript
diff --git a/app_chatgpt/models/a b/app_chatgpt/models/a
new file mode 100644
index 00000000..03662ddb
--- /dev/null
+++ b/app_chatgpt/models/a
@@ -0,0 +1,65 @@
+DMCA Takedown Policy
+In this article
+What Is the DMCA?
+DMCA Notices In a Nutshell
+A. How Does This Actually Work?
+B. What About Forks? (or What's a Fork?)
+C. What about Circumvention Claims?
+D. What If I Inadvertently Missed the Window to Make Changes?
+E. Transparency
+F. Repeated Infringement
+G. Submitting Notices
+Learn More and Speak Up
+Welcome to GitHub's Guide to the Digital Millennium Copyright Act, commonly known as the "DMCA." This page is not meant as a comprehensive primer to the statute. However, if you've received a DMCA takedown notice targeting content you've posted on GitHub or if you're a rights-holder looking to issue such a notice, this page will hopefully help to demystify the law a bit as well as our policies for complying with it.
+
+(If you just want to submit a notice, you can skip to "G. Submitting Notices.")
+
+As with all legal matters, it is always best to consult with a professional about your specific questions or situation. We strongly encourage you to do so before taking any action that might impact your rights. This guide isn't legal advice and shouldn't be taken as such.
+
+What Is the DMCA?
+In order to understand the DMCA and some of the policy lines it draws, it's perhaps helpful to consider life before it was enacted.
+
+The DMCA provides a safe harbor for service providers that host user-generated content. Since even a single claim of copyright infringement can carry statutory damages of up to $150,000, the possibility of being held liable for user-generated content could be very harmful for service providers. With potential damages multiplied across millions of users, cloud-computing and user-generated content sites like YouTube, Facebook, or GitHub probably never would have existed without the DMCA (or at least not without passing some of that cost downstream to their users).
+
+The DMCA addresses this issue by creating a copyright liability safe harbor for internet service providers hosting allegedly infringing user-generated content. Essentially, so long as a service provider follows the DMCA's notice-and-takedown rules, it won't be liable for copyright infringement based on user-generated content. Because of this, it is important for GitHub to maintain its DMCA safe-harbor status.
+
+The DMCA also prohibits the circumvention of technical measures that effectively control access to works protected by copyright.
+
+DMCA Notices In a Nutshell
+The DMCA provides two simple, straightforward procedures that all GitHub users should know about: (i) a takedown-notice procedure for copyright holders to request that content be removed; and (ii) a counter-notice procedure for users to get content re-enabled when content is taken down by mistake or misidentification.
+
+DMCA takedown notices are used by copyright owners to ask GitHub to take down content they believe to be infringing. If you are a software designer or developer, you create copyrighted content every day. If someone else is using your copyrighted content in an unauthorized manner on GitHub, you can send us a DMCA takedown notice to request that the infringing content be changed or removed.
+
+On the other hand, counter notices can be used to correct mistakes. Maybe the person sending the takedown notice does not hold the copyright or did not realize that you have a license or made some other mistake in their takedown notice. Since GitHub usually cannot know if there has been a mistake, the DMCA counter notice allows you to let us know and ask that we put the content back up.
+
+The DMCA notice and takedown process should be used only for complaints about copyright infringement. Notices sent through our DMCA process must identify copyrighted work or works that are allegedly being infringed. The process cannot be used for other complaints, such as complaints about alleged trademark infringement or sensitive data; we offer separate processes for those situations.
+
+A. How Does This Actually Work?
+The DMCA framework is a bit like passing notes in class. The copyright owner hands GitHub a complaint about a user. If it's written correctly, we pass the complaint along to the user. If the user disputes the complaint, they can pass a note back saying so. GitHub exercises little discretion in the process other than determining whether the notices meet the minimum requirements of the DMCA. It is up to the parties (and their lawyers) to evaluate the merit of their claims, bearing in mind that notices must be made under penalty of perjury.
+
+Here are the basic steps in the process.
+
+Copyright Owner Investigates. A copyright owner should always conduct an initial investigation to confirm both (a) that they own the copyright to an original work and (b) that the content on GitHub is unauthorized and infringing. This includes confirming that the use is not protected as fair use. A particular use may be fair if it only uses a small amount of copyrighted content, uses that content in a transformative way, uses it for educational purposes, or some combination of the above. Because code naturally lends itself to such uses, each use case is different and must be considered separately.
+
+Example: An employee of Acme Web Company finds some of the company's code in a GitHub repository. Acme Web Company licenses its source code out to several trusted partners. Before sending in a take-down notice, Acme should review those licenses and its agreements to confirm that the code on GitHub is not authorized under any of them.
+
+Copyright Owner Sends A Notice. After conducting an investigation, a copyright owner prepares and sends a takedown notice to GitHub. Assuming the takedown notice is sufficiently detailed according to the statutory requirements (as explained in the how-to guide), we will post the notice to our public repository and pass the link along to the affected user.
+
+GitHub Asks User to Make Changes. If the notice alleges that the entire contents of a repository infringe, or a package infringes, we will skip to Step 6 and disable the entire repository or package expeditiously. Otherwise, because GitHub cannot disable access to specific files within a repository, we will contact the user who created the repository and give them approximately 1 business day to delete or modify the content specified in the notice. We'll notify the copyright owner if and when we give the user a chance to make changes. Because packages are immutable, if only part of a package is infringing, GitHub would need to disable the entire package, but we permit reinstatement once the infringing portion is removed.
+
+User Notifies GitHub of Changes. If the user chooses to make the specified changes, they must tell us so within the window of approximately 1 business day. If they don't, we will disable the repository (as described in Step 6). If the user notifies us that they made changes, we will verify that the changes have been made and then notify the copyright owner.
+
+Copyright Owner Revises or Retracts the Notice. If the user makes changes, the copyright owner must review them and renew or revise their takedown notice if the changes are insufficient. GitHub will not take any further action unless the copyright owner contacts us to either renew the original takedown notice or submit a revised one. If the copyright owner is satisfied with the changes, they may either submit a formal retraction or else do nothing. GitHub will interpret silence longer than two weeks as an implied retraction of the takedown notice.
+
+GitHub May Disable Access to the Content. GitHub will disable a user's content if: (i) the copyright owner has alleged copyright over the user's entire repository or package (as noted in Step 3); (ii) the user has not made any changes after being given an opportunity to do so (as noted in Step 4); or (iii) the copyright owner has renewed their takedown notice after the user had a chance to make changes. If the copyright owner chooses instead to revise the notice, we will go back to Step 2 and repeat the process as if the revised notice were a new notice.
+
+User May Send A Counter Notice. We encourage users who have had content disabled to consult with a lawyer about their options. If a user believes that their content was disabled as a result of a mistake or misidentification, they may send us a counter notice. As with the original notice, we will make sure that the counter notice is sufficiently detailed (as explained in the how-to guide). If it is, we will post it to our public repository and pass the notice back to the copyright owner by sending them the link.
+
+Copyright Owner May File a Legal Action. If a copyright owner wishes to keep the content disabled after receiving a counter notice, they will need to initiate a legal action seeking a court order to restrain the user from engaging in infringing activity relating to the content on GitHub. In other words, you might get sued. If the copyright owner does not give GitHub notice within 10-14 days, by sending a copy of a valid legal complaint filed in a court of competent jurisdiction, GitHub will re-enable the disabled content.
+
+B. What About Forks? (or What's a Fork?)
+One of the best features of GitHub is the ability for users to "fork" one another's repositories. What does that mean? In essence, it means that users can make a copy of a project on GitHub into their own repositories. As the license or the law allows, users can then make changes to that fork to either push back to the main project or just keep as their own variation of a project. Each of these copies is a "GitHub glossary" of the original repository, which in turn may also be called the "parent" of the fork.
+
+GitHub will not automatically disable forks when disabling a parent repository. This is because forks belong to different users, may have been altered in significant ways, and may be licensed or used in a different way that is protected by the fair-use doctrine. GitHub does not conduct any independent investigation into forks. We expect copyright owners to conduct that investigation and, if they believe that the forks are also infringing, expressly include forks in their takedown notice.
+
+In rare cases, you may be alleging copyright infringement in a full repository that is actively being forked. If at the time that you submitted your notice, you identified all existing forks of that repository as allegedly infringing, we would process a valid claim against all forks in that network at the time we process the notice. We would do this given the likelihood that all newly created forks would contain the same content. In addition, if the reported network that contains the allegedly infringing content is larger than one hundred (100) repositories and thus would be difficult to review in its entirety, we may consider disabling the entire network if you state in your notice that, "Based on the representative number of forks I have reviewed, I believe that all or most of the forks are infringing to the same extent as the parent repository." Your sworn statement would apply to this statement.
\ No newline at end of file
diff --git a/app_chatgpt/static/description/index.html b/app_chatgpt/static/description/index.html
index cec13bf5..41bdb42e 100644
--- a/app_chatgpt/static/description/index.html
+++ b/app_chatgpt/static/description/index.html
@@ -10,11 +10,11 @@
Add google bard support(search 'app_ai_bard'), update chatgpt api
-

+
Lastest update: v16.23.03.16
-

+
@@ -84,15 +84,15 @@
Add more Ai support like google bard, chatgpt 4, baidu china
Need to navigate to odoo app store to install addons
-
+
Please apply for the bard api first from google
-
+
Setup for your own key
-
@@ -102,7 +102,7 @@
Easy to use Ai Robot with multi Provider. Easy chat, easy help
Open Ai for more smart. Microsoft Azure chatgpt for china user.
-
@@ -113,11 +113,11 @@
1. Multi ChatGpt openAI robot Connector. Chat and train.
Goto Setting--> GPT Robot to setup your robot api.
Input your api key, And Select the api model you need to use.
-
+
You can set the Temperature higer for more creative answer.
-
@@ -128,11 +128,11 @@
2. Multi Api support, Chatgpt 3.5 Turbo, Chatgpt 3 Davinci, Chatgpt 2 Code Optimized, 'Dall-E Image.
Choose the model you want to use
-
+
You can set the Temperature higer for more creative answer.
-
@@ -145,11 +145,11 @@
So you can have many user, and many chatgpt robot. This provide you an Ai pool.
-
+
You can set the blacklist to this chatgpt robot to limit request. Also you can setup Demo time for every normal user..
-
@@ -160,7 +160,7 @@
4. White and black List for ChatGpt.
5. Setup Demo Chat time for every new user.
You can set the blacklist to this chatgpt robot to limit request. Also you can setup Demo time for every normal user..
-
@@ -170,15 +170,15 @@
6. Easy Start and Stop ChatGpt..
You can easy chat with the apt robot with odoo IM
-
+
You can chat with several robot in the same time
-
+
If you have more than 1 robot in the group. you can @ the specify robot.
-
@@ -190,7 +190,7 @@
7. Evaluation the ai robot to make better response. This training.
You can Evaluation chatgpt's answer. Mark as good for good answer. Mark as back for bad answer.
With Evaluation, you can make your ai robot more smart.
-
@@ -200,7 +200,7 @@
8. Add api support Connect the Microsoft Azure OpenAI Service.
Azure openai add. It is for china and other country which no chatgpt service.
-
@@ -210,7 +210,7 @@
9. Can set Synchronous or Asynchronous mode for Ai response.
Synchronous(default) mode can get response then ask question again. Asynchronous mode would make you do other thing when waiting for response.
-
@@ -220,7 +220,7 @@
Multi-language Support..
-
diff --git a/app_common/static/description/index.html b/app_common/static/description/index.html
index e82d1ffb..8df2c52b 100644
--- a/app_common/static/description/index.html
+++ b/app_common/static/description/index.html
@@ -6,7 +6,7 @@
Lastest update: v16.22.02.02
-

+
@@ -40,7 +40,7 @@
Setup, please run the follow command to install the lib.
pip install pyyaml ua-parser user-agents
-
@@ -51,7 +51,7 @@
So Easy to navigator and search any data.
-
@@ -61,7 +61,7 @@
Multi-language Support..
-
diff --git a/app_contacts_superbar/static/description/index.html b/app_contacts_superbar/static/description/index.html
index 668b2e12..72785e06 100644
--- a/app_contacts_superbar/static/description/index.html
+++ b/app_contacts_superbar/static/description/index.html
@@ -1,22 +1,37 @@
+
+
+
-

+
@@ -29,45 +44,45 @@
Product navigate by category or type is ready.
-
+
Click to download.
Pos navigate by category or store is ready.
-
+
Click to download.
Account chart navigate by type is ready.
-
+
Click to download.
Contacts navigate by company is ready.
-
+
Click to download.
Sale order navigate by partner and channel is ready.
-
+
Click to download.
Purchase order navigate by partner is ready.
-
+
Click to download.
- HR employee navigate by department is ready. Click to download.
+
HR employee navigate by department is ready. Click to download.
It is so easy to customize, you can use it in anywhere in odoo(Extra pay for support).
@@ -83,15 +98,15 @@
So Easy to navigator and search any data.
Product by category or type in kanban view
-
-

+
+
Free to Use in product category.
-
@@ -100,15 +115,15 @@
Free to Use in POS point of sale.
-
+
POS product and order.
-
+
POS report.
-
@@ -116,7 +131,7 @@
Use in Account.
-
@@ -125,7 +140,7 @@
Use in Sale.
-
@@ -134,7 +149,7 @@
Use in purchase.
-
@@ -143,7 +158,7 @@
Use in contacts.
-
@@ -155,13 +170,13 @@
How to use! This app do need extra module. The price already included
@@ -170,7 +185,7 @@
Show superbar in list view.
-
@@ -178,7 +193,7 @@
Show superbar in kanban view.
-
@@ -186,7 +201,7 @@
Show superbar in pivot view.
-
@@ -194,7 +209,7 @@
Show superbar in graph view.
-
@@ -202,7 +217,7 @@
Click switch to show or hide superbar.
-
@@ -210,7 +225,7 @@
Click checkbox to set whether to show child nodes data.
-
@@ -218,7 +233,7 @@
Press Ctrl(Windows) / Cmd(Mac) to Select Multi Nodes
-
@@ -226,7 +241,7 @@
Set multi field to search or filter
-
@@ -234,7 +249,7 @@
Set super bar position, left or right.
-
@@ -242,7 +257,7 @@
4. If you want to customize, Use follow param to setup widget(Extra pay for support):
-
+
diff --git a/app_contacts_superbar_pro/__init__.py b/app_contacts_superbar_pro/__init__.py
new file mode 100644
index 00000000..86764a0e
--- /dev/null
+++ b/app_contacts_superbar_pro/__init__.py
@@ -0,0 +1,4 @@
+# -*- coding: utf-8 -*-
+
+from . import models
+from .hooks import post_init_hook
\ No newline at end of file
diff --git a/app_contacts_superbar_pro/__manifest__.py b/app_contacts_superbar_pro/__manifest__.py
new file mode 100644
index 00000000..e6495587
--- /dev/null
+++ b/app_contacts_superbar_pro/__manifest__.py
@@ -0,0 +1,63 @@
+# -*- coding: utf-8 -*-
+
+# Created on 2018-08-15
+# author: 欧度智能,https://www.odooai.cn
+# email: 300883@qq.com
+# resource of odooai
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
+
+# Odoo在线中文用户手册(长期更新)
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+
+# Odoo10离线中文用户手册下载
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
+# https://www.odooai.cn/odoo10_developer_document_offline/
+# description:
+
+{
+ 'name': "Contacts Customer Supplier Quick Search by superbar",
+ 'version': '16.22.12.06',
+ 'author': 'odooai.cn',
+ 'category': 'Base',
+ 'website': 'https://www.odooai.cn',
+ 'live_test_url': 'https://demo.odooapp.cn',
+ 'license': 'LGPL-3',
+ 'sequence': 2,
+ 'summary': """
+ Browse contacts by company. Use for parent children tree list kanban navigator.
+ ztree widget.Hierarchy Tree.Parent Children relation tree..
+ Add date range search.
+ """,
+ 'description': """
+ Superbar, zTree widget.
+ Advance search with real parent children tree, ListView or KanbanView. parent tree, children tree,
+ eg: Product category tree ,Department tree, stock location tree.
+ 超级方便的查询,树状视图。
+ """,
+ 'price': 0.00,
+ 'currency': 'EUR',
+ 'depends': [
+ 'app_contacts_superbar',
+ ],
+ 'images': ['static/description/banner.png'],
+ 'data': [
+ 'views/res_partner_views.xml',
+ ],
+ 'demo': [
+ ],
+ 'test': [
+ ],
+ 'css': [
+ ],
+ 'qweb': [
+ 'static/src/xml/*.xml',
+ ],
+ 'js': [
+ ],
+ 'post_load': None,
+ 'post_init_hook': 'post_init_hook',
+ 'installable': True,
+ 'application': True,
+ 'auto_install': False,
+}
diff --git a/app_contacts_superbar_pro/hooks.py b/app_contacts_superbar_pro/hooks.py
new file mode 100644
index 00000000..67b172de
--- /dev/null
+++ b/app_contacts_superbar_pro/hooks.py
@@ -0,0 +1,20 @@
+# -*- coding: utf-8 -*-
+
+# Created on 2018-10-12
+# author: 欧度智能,https://www.odooai.cn
+# email: 300883@qq.com
+# resource of odooai
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
+
+# Odoo在线中文用户手册(长期更新)
+# https://www.odooai.cn/documentation/user/10.0/zh_CN/index.html
+
+# Odoo10离线中文用户手册下载
+# https://www.odooai.cn/odoo10_user_manual_document_offline/
+# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备)
+# https://www.odooai.cn/odoo10_developer_document_offline/
+# description:
+
+def post_init_hook(cr, pool):
+ pass
+ # cr.execute("")
diff --git a/app_contacts_superbar_pro/i18n/zh_CN.po b/app_contacts_superbar_pro/i18n/zh_CN.po
new file mode 100644
index 00000000..f1e36e3e
--- /dev/null
+++ b/app_contacts_superbar_pro/i18n/zh_CN.po
@@ -0,0 +1,14 @@
+# Translation of Odoo Server.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 10.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2018-01-08 14:28+0000\n"
+"PO-Revision-Date: 2018-01-08 14:28+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: \n"
diff --git a/app_contacts_superbar_pro/models/__init__.py b/app_contacts_superbar_pro/models/__init__.py
new file mode 100644
index 00000000..40a96afc
--- /dev/null
+++ b/app_contacts_superbar_pro/models/__init__.py
@@ -0,0 +1 @@
+# -*- coding: utf-8 -*-
diff --git a/app_contacts_superbar_pro/report/__init__.py b/app_contacts_superbar_pro/report/__init__.py
new file mode 100644
index 00000000..633f8661
--- /dev/null
+++ b/app_contacts_superbar_pro/report/__init__.py
@@ -0,0 +1,2 @@
+# -*- coding: utf-8 -*-
+
diff --git a/app_contacts_superbar_pro/static/description/account1.jpg b/app_contacts_superbar_pro/static/description/account1.jpg
new file mode 100644
index 00000000..28307428
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/account1.jpg differ
diff --git a/app_contacts_superbar_pro/static/description/banner.png b/app_contacts_superbar_pro/static/description/banner.png
new file mode 100644
index 00000000..a6b12c98
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/banner.png differ
diff --git a/app_contacts_superbar_pro/static/description/base1.jpg b/app_contacts_superbar_pro/static/description/base1.jpg
new file mode 100644
index 00000000..ffda9f17
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/base1.jpg differ
diff --git a/app_contacts_superbar_pro/static/description/base2.jpg b/app_contacts_superbar_pro/static/description/base2.jpg
new file mode 100644
index 00000000..81a64eec
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/base2.jpg differ
diff --git a/app_contacts_superbar_pro/static/description/base3.jpg b/app_contacts_superbar_pro/static/description/base3.jpg
new file mode 100644
index 00000000..4d5a5938
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/base3.jpg differ
diff --git a/app_contacts_superbar_pro/static/description/base4.jpg b/app_contacts_superbar_pro/static/description/base4.jpg
new file mode 100644
index 00000000..ed7155a0
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/base4.jpg differ
diff --git a/app_contacts_superbar_pro/static/description/base5.jpg b/app_contacts_superbar_pro/static/description/base5.jpg
new file mode 100644
index 00000000..d33631bd
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/base5.jpg differ
diff --git a/app_contacts_superbar_pro/static/description/base6.jpg b/app_contacts_superbar_pro/static/description/base6.jpg
new file mode 100644
index 00000000..8fcb48f3
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/base6.jpg differ
diff --git a/app_contacts_superbar_pro/static/description/base7.jpg b/app_contacts_superbar_pro/static/description/base7.jpg
new file mode 100644
index 00000000..7c7d76f6
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/base7.jpg differ
diff --git a/app_contacts_superbar_pro/static/description/base8.jpg b/app_contacts_superbar_pro/static/description/base8.jpg
new file mode 100644
index 00000000..a002c442
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/base8.jpg differ
diff --git a/app_contacts_superbar_pro/static/description/base9.jpg b/app_contacts_superbar_pro/static/description/base9.jpg
new file mode 100644
index 00000000..cb98e140
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/base9.jpg differ
diff --git a/app_contacts_superbar_pro/static/description/contacts1.jpg b/app_contacts_superbar_pro/static/description/contacts1.jpg
new file mode 100644
index 00000000..4ac551a5
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/contacts1.jpg differ
diff --git a/app_contacts_superbar_pro/static/description/crm1.jpg b/app_contacts_superbar_pro/static/description/crm1.jpg
new file mode 100644
index 00000000..2d53c641
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/crm1.jpg differ
diff --git a/app_contacts_superbar_pro/static/description/demo2.jpg b/app_contacts_superbar_pro/static/description/demo2.jpg
new file mode 100644
index 00000000..c34083e0
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/demo2.jpg differ
diff --git a/app_contacts_superbar_pro/static/description/demo_module1.jpg b/app_contacts_superbar_pro/static/description/demo_module1.jpg
new file mode 100644
index 00000000..1fc270fc
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/demo_module1.jpg differ
diff --git a/app_contacts_superbar_pro/static/description/demo_module2.jpg b/app_contacts_superbar_pro/static/description/demo_module2.jpg
new file mode 100644
index 00000000..f06f79fd
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/demo_module2.jpg differ
diff --git a/app_contacts_superbar_pro/static/description/hr1.jpg b/app_contacts_superbar_pro/static/description/hr1.jpg
new file mode 100644
index 00000000..19913106
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/hr1.jpg differ
diff --git a/app_contacts_superbar_pro/static/description/hr2.gif b/app_contacts_superbar_pro/static/description/hr2.gif
new file mode 100644
index 00000000..6690e747
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/hr2.gif differ
diff --git a/app_contacts_superbar_pro/static/description/icon.png b/app_contacts_superbar_pro/static/description/icon.png
new file mode 100644
index 00000000..23ac0bd7
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/icon.png differ
diff --git a/app_contacts_superbar_pro/static/description/index.html b/app_contacts_superbar_pro/static/description/index.html
new file mode 100644
index 00000000..72785e06
--- /dev/null
+++ b/app_contacts_superbar_pro/static/description/index.html
@@ -0,0 +1,306 @@
+
+
+
+
+
+
+
+

+
+
+
+
Key features:
+
+ -
+
+ Easy to show parent children tree for tree, kanban, pivot, graph view.(Note that there would be little different in UI between odoo12,11,10)
+
+ -
+
+ Product navigate by category or type is ready.
+
+ Click to download.
+
+
+ -
+
+ Pos navigate by category or store is ready.
+
+ Click to download.
+
+
+ -
+
+ Account chart navigate by type is ready.
+
+ Click to download.
+
+
+ -
+
+ Contacts navigate by company is ready.
+
+ Click to download.
+
+
+ -
+
+ Sale order navigate by partner and channel is ready.
+
+ Click to download.
+
+
+ -
+
+ Purchase order navigate by partner is ready.
+
+ Click to download.
+
+
- HR employee navigate by department is ready. Click to download.
+ -
+
+ It is so easy to customize, you can use it in anywhere in odoo(Extra pay for support).
+
+
+
+
+
+
+
+
+
+
+
So Easy to navigator and search any data.
+
Product by category or type in kanban view
+
+

+
+
+
+
+
+
Free to Use in product category.
+
+

+
+
+
+
+
+
+
Free to Use in POS point of sale.
+
+

+
+
POS product and order.
+
+

+
+
POS report.
+
+

+
+
+
+
+
+
Use in Account.
+
+

+
+
+
+
+
+
+
Use in Sale.
+
+

+
+
+
+
+
+
+
Use in purchase.
+
+

+
+
+
+
+
+
+
Use in contacts.
+
+

+
+
+
+
+
+
+
+
How to use! This app do need extra module. The price already included
+
+
+
+
3. Easy use of superbar
+
+
Show superbar in list view.
+
+
+
+

+
+
+
+
Show superbar in kanban view.
+
+
+
+

+
+
+
+
Show superbar in pivot view.
+
+
+
+

+
+
+
+
Show superbar in graph view.
+
+
+
+

+
+
+
+
Click switch to show or hide superbar.
+
+
+
+

+
+
+
+
Click checkbox to set whether to show child nodes data.
+
+
+
+

+
+
+
+
Press Ctrl(Windows) / Cmd(Mac) to Select Multi Nodes
+
+
+
+

+
+
+
+
Set multi field to search or filter
+
+
+
+

+
+
+
+
Set super bar position, left or right.
+
+
+
+

+
+
+
+
+
4. If you want to customize, Use follow param to setup widget(Extra pay for support):
+
+
+

+
+
+ - In search view xml, Write the <superbar> tag,
+ - position: [left, right]
+ - view_mode: [kanban,tree, pivot, graph view.]
+ - parent_key: key field name of parent child relation. leave blank would auto set.
+ - level: how many level to expend the tree for initialize. Default is 2
+ - limit: how many record to show ztree. Default is 16
+ - order: the field name to order by
+ - domain: set the domain for data, eg: [[('is_company', '=', 1)]]
+
+
+
+
+
+
+
+
+
+
Technical Help & Support
+
+
+
+
+ For any type of technical help & support requests, Feel free to contact us
+
+ guohuadeng@hotmail.com
+
+ Via QQ: 300883 (App user would not get QQ or any other IM support. Only for odoo project customize.)
+
+ 300883@qq.com
+
+
+
+ Visit our website for more support.
+https://www.odooai.cn
+
+
+
+
+
diff --git a/app_contacts_superbar_pro/static/description/mrp1.gif b/app_contacts_superbar_pro/static/description/mrp1.gif
new file mode 100644
index 00000000..f19e76cb
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/mrp1.gif differ
diff --git a/app_contacts_superbar_pro/static/description/mrp1.jpg b/app_contacts_superbar_pro/static/description/mrp1.jpg
new file mode 100644
index 00000000..f2fce20d
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/mrp1.jpg differ
diff --git a/app_contacts_superbar_pro/static/description/pos1.jpg b/app_contacts_superbar_pro/static/description/pos1.jpg
new file mode 100644
index 00000000..32aaf5f4
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/pos1.jpg differ
diff --git a/app_contacts_superbar_pro/static/description/pos2.jpg b/app_contacts_superbar_pro/static/description/pos2.jpg
new file mode 100644
index 00000000..19471a7e
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/pos2.jpg differ
diff --git a/app_contacts_superbar_pro/static/description/pos3.jpg b/app_contacts_superbar_pro/static/description/pos3.jpg
new file mode 100644
index 00000000..8e63e208
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/pos3.jpg differ
diff --git a/app_contacts_superbar_pro/static/description/product1.jpg b/app_contacts_superbar_pro/static/description/product1.jpg
new file mode 100644
index 00000000..efa649a3
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/product1.jpg differ
diff --git a/app_contacts_superbar_pro/static/description/purchase1.jpg b/app_contacts_superbar_pro/static/description/purchase1.jpg
new file mode 100644
index 00000000..65a5d63a
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/purchase1.jpg differ
diff --git a/app_contacts_superbar_pro/static/description/sale1.jpg b/app_contacts_superbar_pro/static/description/sale1.jpg
new file mode 100644
index 00000000..92555d06
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/sale1.jpg differ
diff --git a/app_contacts_superbar_pro/static/description/searchmore.jpg b/app_contacts_superbar_pro/static/description/searchmore.jpg
new file mode 100644
index 00000000..d37c652d
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/searchmore.jpg differ
diff --git a/app_contacts_superbar_pro/static/description/stock1.jpg b/app_contacts_superbar_pro/static/description/stock1.jpg
new file mode 100644
index 00000000..0aeb92ff
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/stock1.jpg differ
diff --git a/app_contacts_superbar_pro/static/description/superbar.gif b/app_contacts_superbar_pro/static/description/superbar.gif
new file mode 100644
index 00000000..6e7318a5
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/superbar.gif differ
diff --git a/app_contacts_superbar_pro/static/description/superbar_use.gif b/app_contacts_superbar_pro/static/description/superbar_use.gif
new file mode 100644
index 00000000..2ec5abde
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/superbar_use.gif differ
diff --git a/app_contacts_superbar_pro/static/description/superbar_use.png b/app_contacts_superbar_pro/static/description/superbar_use.png
new file mode 100644
index 00000000..d5ffc980
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/superbar_use.png differ
diff --git a/app_contacts_superbar_pro/static/description/use.jpg b/app_contacts_superbar_pro/static/description/use.jpg
new file mode 100644
index 00000000..5b0e661b
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/use.jpg differ
diff --git a/app_contacts_superbar_pro/static/description/use1.jpg b/app_contacts_superbar_pro/static/description/use1.jpg
new file mode 100644
index 00000000..d9c726da
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/use1.jpg differ
diff --git a/app_contacts_superbar_pro/static/description/use2.jpg b/app_contacts_superbar_pro/static/description/use2.jpg
new file mode 100644
index 00000000..4d46d705
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/use2.jpg differ
diff --git a/app_contacts_superbar_pro/static/description/use3.jpg b/app_contacts_superbar_pro/static/description/use3.jpg
new file mode 100644
index 00000000..fe8b7ef7
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/use3.jpg differ
diff --git a/app_contacts_superbar_pro/static/description/use4.jpg b/app_contacts_superbar_pro/static/description/use4.jpg
new file mode 100644
index 00000000..606a5ce6
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/use4.jpg differ
diff --git a/app_contacts_superbar_pro/static/description/use5.jpg b/app_contacts_superbar_pro/static/description/use5.jpg
new file mode 100644
index 00000000..493769c2
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/use5.jpg differ
diff --git a/app_contacts_superbar_pro/static/description/use6.jpg b/app_contacts_superbar_pro/static/description/use6.jpg
new file mode 100644
index 00000000..da80eb13
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/use6.jpg differ
diff --git a/app_contacts_superbar_pro/static/description/use7.jpg b/app_contacts_superbar_pro/static/description/use7.jpg
new file mode 100644
index 00000000..e43b1b21
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/use7.jpg differ
diff --git a/app_contacts_superbar_pro/static/description/use8.jpg b/app_contacts_superbar_pro/static/description/use8.jpg
new file mode 100644
index 00000000..732cc71a
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/use8.jpg differ
diff --git a/app_contacts_superbar_pro/static/description/use9.jpg b/app_contacts_superbar_pro/static/description/use9.jpg
new file mode 100644
index 00000000..9d7175bc
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/use9.jpg differ
diff --git a/app_contacts_superbar_pro/static/description/usea.jpg b/app_contacts_superbar_pro/static/description/usea.jpg
new file mode 100644
index 00000000..b6279faa
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/usea.jpg differ
diff --git a/app_contacts_superbar_pro/static/description/z_hr1.gif b/app_contacts_superbar_pro/static/description/z_hr1.gif
new file mode 100644
index 00000000..6d232374
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/z_hr1.gif differ
diff --git a/app_contacts_superbar_pro/static/description/z_product1.gif b/app_contacts_superbar_pro/static/description/z_product1.gif
new file mode 100644
index 00000000..e471a66c
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/z_product1.gif differ
diff --git a/app_contacts_superbar_pro/static/description/z_stock1.gif b/app_contacts_superbar_pro/static/description/z_stock1.gif
new file mode 100644
index 00000000..14e9c101
Binary files /dev/null and b/app_contacts_superbar_pro/static/description/z_stock1.gif differ
diff --git a/app_contacts_superbar_pro/views/res_partner_views.xml b/app_contacts_superbar_pro/views/res_partner_views.xml
new file mode 100644
index 00000000..056986c2
--- /dev/null
+++ b/app_contacts_superbar_pro/views/res_partner_views.xml
@@ -0,0 +1,15 @@
+
+
+
+
+ res.partner.select.superbar
+ res.partner
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app_hr_superbar/static/description/index.html b/app_hr_superbar/static/description/index.html
index 8d833fcc..b33cf119 100644
--- a/app_hr_superbar/static/description/index.html
+++ b/app_hr_superbar/static/description/index.html
@@ -1,23 +1,39 @@
+
+
+
-

+
-
!This moduld Do Need extra paid Apps
-
- Click to download.
-
-
Advance Search, Advance Filter with Parent Children Tree.
-
Easy to navigator and browse any data. Support list, kanban, pivot, graph view.
-
Online demo user/password: demo/demo
-
- Click to get demo.
-
Key features:
@@ -29,54 +45,54 @@
-
Product navigate by category or type is ready.
-
+
Click to download.
-
Pos navigate by category or store is ready.
-
+
Click to download.
-
Account chart navigate by type is ready.
-
+
Click to download.
-
Contacts navigate by company is ready.
-
+
Click to download.
-
Sale order navigate by partner and channel is ready.
-
+
Click to download.
-
Purchase order navigate by partner is ready.
-
+
Click to download.
-
HR employee navigate by department is ready. Click to
+ href="http://www.odoo.com/apps/modules/16.0/app_hr_superbar/" target="_blank"> Click to
download.
-
HR employee navigate by department is ready.
-
+
Click to download.
@@ -93,7 +109,7 @@
Use in HR employee.
-
@@ -104,8 +120,8 @@
So Easy to navigator and search any data.
Product by category or type in kanban view
-
-

+
+
@@ -113,7 +129,7 @@
Free to Use in product category.
-
@@ -122,15 +138,15 @@
Free to Use in POS point of sale.
-
+
POS product and order.
-
+
POS report.
-
@@ -138,7 +154,7 @@
Use in Account.
-
@@ -147,7 +163,7 @@
Use in Sale.
-
@@ -156,7 +172,7 @@
Use in purchase.
-
@@ -165,7 +181,7 @@
Use in contacts.
-
@@ -177,13 +193,13 @@
How to use! This app do need extra module. The price already included
@@ -192,7 +208,7 @@
Show superbar in list view.
-
@@ -200,7 +216,7 @@
Show superbar in kanban view.
-
@@ -208,7 +224,7 @@
Show superbar in pivot view.
-
@@ -216,7 +232,7 @@
Show superbar in graph view.
-
@@ -224,7 +240,7 @@
Click switch to show or hide superbar.
-
@@ -232,7 +248,7 @@
Click checkbox to set whether to show child nodes data.
-
@@ -240,7 +256,7 @@
Press Ctrl(Windows) / Cmd(Mac) to Select Multi Nodes
-
@@ -248,7 +264,7 @@
Set multi field to search or filter
-
@@ -256,7 +272,7 @@
Set super bar position, left or right.
-
@@ -264,7 +280,7 @@
4. If you want to customize, Use follow param to setup widget(Extra pay for support):