diff --git a/app_crm_superbar/__init__.py b/app_crm_superbar/__init__.py new file mode 100644 index 00000000..86764a0e --- /dev/null +++ b/app_crm_superbar/__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_crm_superbar/__manifest__.py b/app_crm_superbar/__manifest__.py new file mode 100644 index 00000000..2287ee80 --- /dev/null +++ b/app_crm_superbar/__manifest__.py @@ -0,0 +1,86 @@ +# -*- 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). + +# Odoo16在线用户手册(长期更新) +# https://www.odooai.cn/documentation/16.0/zh_CN/index.html + +# Odoo16在线开发者手册(长期更新) +# https://www.odooai.cn/documentation/16.0/zh_CN/developer.html + +# Odoo13在线用户手册(长期更新) +# https://www.odooai.cn/documentation/user/13.0/zh_CN/index.html + +# Odoo13在线开发者手册(长期更新) +# https://www.odooai.cn/documentation/13.0/index.html + +# 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': "Crm Advance search, browse by stage and team", + 'version': '16.23.09.01', + 'author': 'odooai.cn', + 'category': 'Base', + 'website': 'https://www.odooai.cn', + 'license': 'LGPL-3', + 'sequence': 10, + 'summary': """ + CRM Superbar. + odoo Seo Advance Search, Advance Filter for Date search. date range search. Datetime search. + M2M, selection, boolean, number search. Quick search in header. + Support list, kanban, pivot, graph, search more view. + """, + 'description': """ + Crm free app for app_web_superbar. + Advance quick search for various field in all odoo app. Support list, kanban, pivot, graph, search more views. + Search with Hierarchy Parent Children Tree. seo search. + odoo高级搜索,日期搜索,时间搜索,字符串搜索,数字搜索,下拉搜索. 列表快速搜索。 + 超级方便的查询,树状视图导航。可用在任何模块中。 + 1. Quick Advance Search and navigator for all app data. 20+ free odoo app search in box. + 2. Quick search in tree list header. Date range, Datetime, selection, number supported. + 3. Advance search sidebar for many2one, many2many field. m2o search, m2m search for multi select. + 4. Advance sidebar for date range search, datetime search, boolean search, selection search, number search. + 5. Search sidebar for list, kanban.Add more pivot, graph views than origin odoo. + 6. Support navigate in search more. Quick filter and search for m2o or m2m field. + 7. Easy customize for any app. any module. Use extra param for searchpanel of odoo. Para: view_types, class, name_field, icon, groups, filter_domain + 8. Advance search in box: Product, CRM, Sales, Purchase, MRP, Stock, Accounting, HR, Project, Etc. + Extra param for searchpanel. view_types, class, name_field, icon, groups, filter_domain. + """, + 'price': 0.00, + 'currency': 'EUR', + 'depends': [ + 'crm', + 'utm', + ], + 'images': ['static/description/crm1.jpg'], + 'data': [ + 'views/crm_lead_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_crm_superbar/hooks.py b/app_crm_superbar/hooks.py new file mode 100644 index 00000000..4639ca91 --- /dev/null +++ b/app_crm_superbar/hooks.py @@ -0,0 +1,32 @@ +# -*- coding: utf-8 -*- + +# Created on 2018-10-12 +# author: 欧度智能,https://www.odooai.cn +# email: 300883@qq.com +# resource of odooai +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). + +# Odoo16在线用户手册(长期更新) +# https://www.odooai.cn/documentation/16.0/zh_CN/index.html + +# Odoo16在线开发者手册(长期更新) +# https://www.odooai.cn/documentation/16.0/zh_CN/developer.html + +# Odoo13在线用户手册(长期更新) +# https://www.odooai.cn/documentation/user/13.0/zh_CN/index.html + +# Odoo13在线开发者手册(长期更新) +# https://www.odooai.cn/documentation/13.0/index.html + +# 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_crm_superbar/i18n/zh_CN.po b/app_crm_superbar/i18n/zh_CN.po new file mode 100644 index 00000000..f1e36e3e --- /dev/null +++ b/app_crm_superbar/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_crm_superbar/models/__init__.py b/app_crm_superbar/models/__init__.py new file mode 100644 index 00000000..40a96afc --- /dev/null +++ b/app_crm_superbar/models/__init__.py @@ -0,0 +1 @@ +# -*- coding: utf-8 -*- diff --git a/app_crm_superbar/report/__init__.py b/app_crm_superbar/report/__init__.py new file mode 100644 index 00000000..633f8661 --- /dev/null +++ b/app_crm_superbar/report/__init__.py @@ -0,0 +1,2 @@ +# -*- coding: utf-8 -*- + diff --git a/app_crm_superbar/static/description/banner.png b/app_crm_superbar/static/description/banner.png new file mode 100644 index 00000000..9e39b584 Binary files /dev/null and b/app_crm_superbar/static/description/banner.png differ diff --git a/app_crm_superbar/static/description/icon.png b/app_crm_superbar/static/description/icon.png new file mode 100644 index 00000000..23ac0bd7 Binary files /dev/null and b/app_crm_superbar/static/description/icon.png differ diff --git a/app_crm_superbar/static/description/index.html b/app_crm_superbar/static/description/index.html new file mode 100644 index 00000000..531f18f9 --- /dev/null +++ b/app_crm_superbar/static/description/index.html @@ -0,0 +1,526 @@ + + + + +
+

CRM browse by stage and team, Super with Parent Children Tree

+

Advance quick search for various field in all odoo app.

+

Support list, kanban, pivot, graph, search more views.

+
+ + + +
+

+ - Get + app_web_super for more Features + - +

+
+
+
+
+
+
+ +
+ +
+

1. Quick Advance Search and navigator for all app data.

+

20+ free odoo app search in box.

+
+
+ +
+

2. Quick search in tree list header. 

+

Date range, Datetime, selection, number supported.

+
+
+
+ +
+

3. Advance search sidebar for many2one, many2many field. 

+

m2o search, m2m search for multi select.

+
+
+ +
+

4. Advance siderbar for date range search, datetime search.

+

Extra for boolean search, selection search, number search.

+
+ + +
+
+
+
+ +
+ +
+

5. Search sidebar for list, kanban.

+

Add more pivot, graph views than origin odoo.

+
+
+ +
+

6. Support navigate in search more.

+

Quick filter and search for m2o or m2m field.

+
+
+ +
+

7. Easy customize for any app. any module. 

+

Extra param for searchpanel. view_types, class, name_field, icon

+
+
+
+ +
+

8. Advance search in box.

+

Product, CRM, Sales, Purchase, MRP, Stock, Accounting, HR, Project, Etc.

+
+
+
+
+
+
+ + + +
+
+

- Demo Video -

+
+
+
+
+
+
+
+ +
+


+
+
+ Click above to Play. or go + Youtube Video of odoo Advance Search Superbar +
+
+

Demo Gif Animation if you can not get video

+ +
+
+ + + +
+
+

- Feature Guide -

+
+
+
+
+
+ +
+
+

All in One Search

+

Quick Advance Search and navigator for all app data.

+
+ +
+

Quick search in tree list header.

+
+ +
+

Search sidebar for M2O M2M, date range, boolean search, selection search, number search.

+
+ +
+

Filter any data like product in search more windows

+
+ +
+
+
+

Product Search

+

Use in product and Category.

+
+ +
+

Filter product or any data in search more windows

+
+ +
+
+
+

Sale Search with list header

+
+ +
+

Sale Search with sidebar

+
+ +
+
+
+

Purchase Search with sidebar and list header

+
+ +
+

Vender Price Search

+
+ +
+

Purchase report Search

+
+ +
+
+
+

Stock Inventory Search

+
+ +
+

Operation Type Search

+
+ +
+

Lot Serial Search

+
+ +
+
+
+

CRM Search

+
+ +
+

Leads Report Search

+
+ +
+
+
+

MRP Search

+
+ +
+

Work Order

+
+ +
+
+
+

POS point of sale Search

+
+ +
+

POS Report

+
+ +
+
+
+

HR employee Search

+
+ +
+
+
+

Account Search

+
+ +
+

Customer Invoice, Vendor Bill, Journal Entries Search

+
+ +
+

Journal Item Search

+
+ +
+
+
+

Project Search

+
+ +
+

Task Report Search

+
+ +
+
+
+

Partner contacts Search

+
+ +
+
+
+

Admin Search

+

Menu Quick Search

+
+ +
+

Action Search

+
+ +
+

Report Search

+
+ +
+

Views Search

+
+ +
+

Attachment Search

+
+ +
+
+
+
+
+
+ + + +
+

Get + + free 20+ Free related apps. + +

+

Visit to get our [app_web_superbar] Demo

+

https://demo.odooapp.cn

+
+
+
+ Free download: + +
+
+ + +
+

- How to use -

+

This app need no extra module. The price already included

+
+
+
+

+ 1. Buy and Install app_web_superbar. +

+

2. Easy use of superbar

+
+

Show superbar in list view.

+
+ +
+

Show superbar in kanban view.

+
+ +
+

Show superbar in pivot view.

+
+ +
+

Show superbar in graph view.

+
+ +
+
+

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

+
+
+ +
+
+
+
+ + + +
+
+
+ +
+

Also We provide pro version app_web_superbar_pro. Just pay extra $68 if you already buy [app_web_superbar]

+

+ You can get more detail for + + the pro version. + +

+
+ +
+
+
+ + + +
+
+
+

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

+
+
+
+
+ + \ No newline at end of file diff --git a/app_crm_superbar/views/crm_lead_views.xml b/app_crm_superbar/views/crm_lead_views.xml new file mode 100644 index 00000000..e16e4ea2 --- /dev/null +++ b/app_crm_superbar/views/crm_lead_views.xml @@ -0,0 +1,52 @@ + + + + app.crm.lead.search.opportunity + crm.lead + + + + + + + + + + + + + + app.crm.lead.search.lead + crm.lead + + + + + + + + + + + + + + + + app.crm.lead.search + crm.lead + + + + + + + + + + + + + + + \ No newline at end of file