diff --git a/app_odoo_customize/__manifest__.py b/app_odoo_customize/__manifest__.py index 373ebd7e..8602043f 100644 --- a/app_odoo_customize/__manifest__.py +++ b/app_odoo_customize/__manifest__.py @@ -23,7 +23,7 @@ { 'name': 'Customize odoo OEM (Boost, My Odoo)', - 'version': '13.20.03.19', + 'version': '13.20.03.23', 'author': 'Sunpop.cn', 'category': 'Productivity', 'website': 'https://www.sunpop.cn', @@ -69,7 +69,8 @@ 26. Add multi uninstall modules 27. Add odoo boost modules link. 28. Easy Menu manager. - 29. Add Install version in App list. Add Local updatable filter in app list. + 29. Apps version compare. Add Install version in App list. Add Local updatable filter in app list. + 30. 1 key export app translate file like .po file. This module can help to white label the Odoo. Also helpful for training and support for your odoo end-user. diff --git a/app_odoo_customize/static/description/banner.gif b/app_odoo_customize/static/description/banner.gif index 0aa86d0a..ad8082bf 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/index.html b/app_odoo_customize/static/description/index.html index 5f613d3a..e7611a1c 100644 --- a/app_odoo_customize/static/description/index.html +++ b/app_odoo_customize/static/description/index.html @@ -51,6 +51,8 @@

This is a Long Term Support Apps.

+

Update: v13.20.03.23

+

30. 1 key export app translate file like .po file.

Update: v13.20.02.25

28. Easy Menu manager.

29. Add Install version in App list. Add Local updatable filter in app list.

@@ -115,6 +117,11 @@
  • 23. Add reset or clear website blog data
  • 24. Customize Odoo Native Module(eg. Enterprise) Url
  • 25. Add remove expense data
  • +
  • 26. Add multi uninstall modules
  • +
  • 27. Add odoo boost modules link.
  • +
  • 28. Easy Menu manager.
  • +
  • 29. Apps version compare. Add Install version in App list. Add Local updatable filter in app list.
  • +
  • 30. 1 key export app translate file like .po file.
  • This module can help to white label the Odoo. diff --git a/l10n_cn_standard_latest/__manifest__.py b/l10n_cn_standard_latest/__manifest__.py index 4f9e4031..57959b92 100644 --- a/l10n_cn_standard_latest/__manifest__.py +++ b/l10n_cn_standard_latest/__manifest__.py @@ -9,7 +9,7 @@ { 'name': '2020最新中国企业会计表.Latest Chinese Accounting.', - 'version': '13.20.03.05', + 'version': '13.20.03.23', 'author': 'Sunpop.cn', 'category': 'Localization', 'website': 'https://www.sunpop.cn', @@ -67,5 +67,5 @@ 'post_init_hook': 'post_init_hook', 'installable': True, 'application': True, - 'auto_install': True, + 'auto_install': False, }