diff --git a/app_odoo_customize/readme.md b/app_odoo_customize/readme.md index 815ff725..d22d41c2 100644 --- a/app_odoo_customize/readme.md +++ b/app_odoo_customize/readme.md @@ -34,6 +34,7 @@ http://www.sunpop.cn ## 在符合odoo开源协议的前提下,去除odoo版权信息,自定义你的odoo 可完全自行设置下列 odoo 选项,让 odoo 看上去像是你的软件产品 支持odoo 12, 11, 10, 9 版本,社区版企业版通用 + 1. 删除菜单导航页脚的 Odoo 标签 2. 将弹出窗口中 "Odoo" 设置为自定义名称 3. 自定义用户菜单中的 Documentation, Support, About 的链接 diff --git a/app_odoo_customize/static/description/cnreadme.png b/app_odoo_customize/static/description/cnreadme.png index 441c4b99..49c3a583 100644 Binary files a/app_odoo_customize/static/description/cnreadme.png and b/app_odoo_customize/static/description/cnreadme.png differ diff --git a/app_odoo_customize/static/description/index.html b/app_odoo_customize/static/description/index.html index ec2b7c87..afc28efa 100644 --- a/app_odoo_customize/static/description/index.html +++ b/app_odoo_customize/static/description/index.html @@ -1,4 +1,4 @@ -
+

12 Ready!! App Odoo Customize

@@ -14,32 +14,35 @@

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: - Sunpop.cn Addons -

+
+

More Powerful addons:

+ +

-

Add Odoo 11 Support

-
    -
  • 1. Deletes Odoo label in footer
  • -
  • 2. Replaces "Odoo" in Windows title
  • -
  • 3. Customize Documentation, Support, About links and title in usermenu
  • -
  • 4. Adds "Developer mode" link to the top right-hand User Menu.
  • -
  • 5. Adds Quick Language Switcher to the top right-hand User Menu.
  • -
  • 6. Adds Country flags to the top right-hand User Menu.
  • -
  • 7. Adds English and Chinese user documentation access to the top right-hand User Menu.
  • -
  • 8. Adds developer documentation access to the top right-hand User Menu.
  • -
  • 9. Customize "My odoo.com account" button
  • -
  • 10. Standalone setting panel, easy to setup.
  • -
  • 11. Provide 236 country flags.
  • -
  • 12. Multi-language Support.
  • -
  • 13. Change Powered by Odoo in login screen.(Please change '../views/app_odoo_customize_view.xml' #15)
  • -
  • 14. Quick delete test data in Apps: Sales/POS/Purchase/MRP/Inventory/Accounting/Project/Base Models.
  • -
  • 15. Reset All the Sequence to beginning of 1: SO/PO/MO/Invoice...
  • -
  • 16. Fix odoo reload module translation bug while enable english language
  • -
  • 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)
  • +

    Add Odoo 12, 11 Support

    +
      +
    • 1. Deletes Odoo label in footer
    • +
    • 2. Replaces "Odoo" in Windows title
    • +
    • 3. Customize Documentation, Support, About links and title in usermenu
    • +
    • 4. Adds "Developer mode" link to the top right-hand User Menu.
    • +
    • 5. Adds Quick Language Switcher to the top right-hand User Menu.
    • +
    • 6. Adds Country flags to the top right-hand User Menu.
    • +
    • 7. Adds English and Chinese user documentation access to the top right-hand User Menu.
    • +
    • 8. Adds developer documentation access to the top right-hand User Menu.
    • +
    • 9. Customize "My odoo.com account" button
    • +
    • 10. Standalone setting panel, easy to setup.
    • +
    • 11. Provide 236 country flags.
    • +
    • 12. Multi-language Support.
    • +
    • 13. Change Powered by Odoo in login screen.(Please change '../views/app_odoo_customize_view.xml' #15)
    • +
    • 14. Quick delete test data in Apps: Sales/POS/Purchase/MRP/Inventory/Accounting/Project/Base Models.
    • +
    • 15. Reset All the Sequence to beginning of 1: SO/PO/MO/Invoice...
    • +
    • 16. Fix odoo reload module translation bug while enable english language
    • +
    • 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)

    This module can help to white label the Odoo. diff --git a/app_odoo_customize/static/src/css/index.css b/app_odoo_customize/static/src/css/index.css new file mode 100644 index 00000000..7af7bb9d --- /dev/null +++ b/app_odoo_customize/static/src/css/index.css @@ -0,0 +1,5 @@ +.app .list-group .list-group-item { + border: 0; + border-bottom: 1px solid #00A09D; + padding: 10px; +} \ No newline at end of file diff --git a/app_odoo_customize/views/app_odoo_customize_view.xml b/app_odoo_customize/views/app_odoo_customize_view.xml index 95e210e5..c2b352e7 100644 --- a/app_odoo_customize/views/app_odoo_customize_view.xml +++ b/app_odoo_customize/views/app_odoo_customize_view.xml @@ -3,6 +3,7 @@