diff --git a/app_odoo_customize/__manifest__.py b/app_odoo_customize/__manifest__.py index 52f85ea3..d1c3f4af 100644 --- a/app_odoo_customize/__manifest__.py +++ b/app_odoo_customize/__manifest__.py @@ -16,7 +16,7 @@ # description: { 'name': '12 Ready!! App Odoo Customize(Backend Debranding Title,Language,Documentation,Quick Debug,Clear Data)', - 'version': '11.19.1.20', + 'version': '11.19.04.17', 'author': 'Sunpop.cn', 'category': 'Productivity', 'website': 'http://www.sunpop.cn', @@ -54,6 +54,9 @@ You can config odoo, make it look like your own platform. 19. One Click to clear all data (Sometime pls click twice) 20. Show quick upgrade in app dashboard 21. Can clear and reset account chart. Be cautious. +22. Update online manual and developer document to odoo12 +23. Add reset or clear website blog data +24. Customize Odoo Native Module(eg. Enterprise) Url This module can help to white label the Odoo. Also helpful for training and support for your odoo end-user. @@ -61,7 +64,16 @@ The user can get the help document just by one click. """, 'images': ['static/description/banner.gif'], - 'depends': ['base', 'web', 'mail'], + 'depends': [ + 'base', + 'web', + 'mail', + 'web_settings_dashboard', + 'iap', + # 'digest', + # when enterprise + # 'web_mobile' + ], 'data': [ 'views/app_odoo_customize_view.xml', 'views/app_theme_config_settings_view.xml', diff --git a/app_odoo_customize/static/description/banner.gif b/app_odoo_customize/static/description/banner.gif index 8e77d4e6..7c090fb5 100644 Binary files a/app_odoo_customize/static/description/banner.gif and b/app_odoo_customize/static/description/banner.gif differ diff --git a/app_odoo_customize/static/description/banner.png b/app_odoo_customize/static/description/banner.png new file mode 100644 index 00000000..a9ff7b91 Binary files /dev/null and b/app_odoo_customize/static/description/banner.png differ diff --git a/app_odoo_customize/static/description/index.html b/app_odoo_customize/static/description/index.html index 1c1b4ba3..aaf3529b 100644 --- a/app_odoo_customize/static/description/index.html +++ b/app_odoo_customize/static/description/index.html @@ -1,29 +1,43 @@
-

12 Ready!! App Odoo Customize

+

App Odoo Customize

+

If you are using, you can + + get this app for more customize + +

This moduld allows user to quickly customize and debranding Odoo. Quick debug, Language Switcher, Online Documentation Access,Quick Data Clear.

Support Odoo 12, 11, 10, 9. Including communicate and enterprise version.

-

Update: v11.19.1.20

+

Update: v12.19.04.17

+

Add Customize Odoo Native Module(eg. Enterprise) Url

+

Update: v12.19.3.15

+

Add reset or clear website blog data

+

Update: v12.19.3.12

+

Optimize chinese translate and document.

+

Fix bug: Data clear.

+

Update: v12.19.1.20

Fix bug: Save config error.

-

Update: v11.0.12.25

+

Update: v12.19.1.05

+

Fix bug: If you install Muk moudle, odooapp customize would pop error like "attachment_location". Sometime you need to uninstall this app and restart odoo, install again to take affect.

+

Update: v12.0.12.25

+

add 22. Update online manual and developer document to odoo12.

+

Update: v12.0.11.08

Add 21. Reset Account Chart.

-

Update: v11.0.9.30

+

Update: v12.0.9.30

Add 20. Show quick upgrade in app dashboard

-

Update: v11.0.9.25

+

Update: v12.0.9.25

Now ready for odoo 12, please email to me. guohuadeng@hotmail.com

-

Update: v11.0.7.23

+

Update: v12.0.7.23

Fix Login bug when install website.

Add 19. One Click to clear all data (Sometime pls click twice)

Add 18. Show/Hide Author and Website in Apps Dashboard

-
-

More Powerful addons:

- -
+

More Powerful addons:

+

+ Sunpop.cn Awesome Odoo Addons +


Add Odoo 12, 11 Support

    @@ -46,7 +60,9 @@
  • 17. Stop Odoo Auto Subscribe(Performance Improve)
  • 18. Show/Hide Author and Website in Apps Dashboard (odoo 11 only)
  • 19. One Click to clear all data (Sometime pls click twice)
  • -
  • 20. Set System Icon (odoo 10 only)
  • +
  • 20. Show quick upgrade in app dashboard, click to show module info not go to odoo.com
  • +
  • 21. Can clear and reset account chart. Be cautious.
  • +
  • 22. Update online manual and developer document to odoo12.

This module can help to white label the Odoo. @@ -125,6 +141,18 @@

+
+
+

Show quick upgrade in app dashboard, click to show module info not go to odoo.com

+
+

No more redirect to odoo.com

+
+ +
+
+
+
@@ -137,6 +165,17 @@
+
+
+

Customize Module Url(eg. Enterprise).

+
+
+ +
+
+
+
@@ -148,6 +187,7 @@
+
@@ -174,9 +214,9 @@

Visit our website for more support.

- http://www.sunpop.cn + https://www.sunpop.cn diff --git a/app_odoo_customize/static/description/set12.png b/app_odoo_customize/static/description/set12.png index 5a2a0e50..b65edc24 100644 Binary files a/app_odoo_customize/static/description/set12.png and b/app_odoo_customize/static/description/set12.png differ diff --git a/app_odoo_customize/static/description/set20.jpg b/app_odoo_customize/static/description/set20.jpg new file mode 100644 index 00000000..c4dccda1 Binary files /dev/null and b/app_odoo_customize/static/description/set20.jpg differ diff --git a/app_odoo_customize/static/description/set21.jpg b/app_odoo_customize/static/description/set21.jpg new file mode 100644 index 00000000..b86c19e3 Binary files /dev/null and b/app_odoo_customize/static/description/set21.jpg differ diff --git a/app_odoo_customize/static/description/set3.jpg b/app_odoo_customize/static/description/set3.jpg index 18e543d4..87504d99 100644 Binary files a/app_odoo_customize/static/description/set3.jpg and b/app_odoo_customize/static/description/set3.jpg differ diff --git a/app_odoo_customize/static/src/xml/dashboard.xml b/app_odoo_customize/static/src/xml/dashboard.xml new file mode 100644 index 00000000..bdc7d346 --- /dev/null +++ b/app_odoo_customize/static/src/xml/dashboard.xml @@ -0,0 +1,22 @@ + + + + + App store + Theme store + + + + + + + + + + + + + + + + diff --git a/app_web_enterprise/static/src/xml/dashboard.xml b/app_web_enterprise/static/src/xml/dashboard.xml new file mode 100644 index 00000000..48601ec9 --- /dev/null +++ b/app_web_enterprise/static/src/xml/dashboard.xml @@ -0,0 +1,16 @@ + + + + + + + On Google Play + + + + + On Apple Store + + + +