diff --git a/app_account_superbar/__init__.py b/app_account_superbar/__init__.py new file mode 100644 index 00000000..86764a0e --- /dev/null +++ b/app_account_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_account_superbar/__manifest__.py b/app_account_superbar/__manifest__.py new file mode 100644 index 00000000..f0bf1474 --- /dev/null +++ b/app_account_superbar/__manifest__.py @@ -0,0 +1,61 @@ +# -*- coding: utf-8 -*- + +# Created on 2018-08-15 +# author: 广州尚鹏,http://www.sunpop.cn +# email: 300883@qq.com +# resource of Sunpop +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +# Odoo在线中文用户手册(长期更新) +# http://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html + +# Odoo10离线中文用户手册下载 +# http://www.sunpop.cn/odoo10_user_manual_document_offline/ +# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) +# http://www.sunpop.cn/odoo10_developer_document_offline/ +# description: + +{ + 'name': "App account superbar navigator", + 'version': '12.0.11.15', + 'author': 'Sunpop.cn', + 'category': 'Base', + 'website': 'http://www.sunpop.cn', + 'license': 'LGPL-3', + 'sequence': 2, + 'summary': """ + Browse journal by account chart... Use for parent children tree list kanban navigator. + ztree widget.Hierarchy Tree.Parent Children relation tree.. + """, + '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': [ + 'account', + ], + 'images': ['static/description/banner.png'], + 'data': [ + 'views/account_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_account_superbar/hooks.py b/app_account_superbar/hooks.py new file mode 100644 index 00000000..3f9582b9 --- /dev/null +++ b/app_account_superbar/hooks.py @@ -0,0 +1,20 @@ +# -*- coding: utf-8 -*- + +# Created on 2018-10-12 +# author: 广州尚鹏,http://www.sunpop.cn +# email: 300883@qq.com +# resource of Sunpop +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +# Odoo在线中文用户手册(长期更新) +# http://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html + +# Odoo10离线中文用户手册下载 +# http://www.sunpop.cn/odoo10_user_manual_document_offline/ +# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) +# http://www.sunpop.cn/odoo10_developer_document_offline/ +# description: + +def post_init_hook(cr, pool): + pass + # cr.execute("") diff --git a/app_account_superbar/i18n/zh_CN.po b/app_account_superbar/i18n/zh_CN.po new file mode 100644 index 00000000..f45db9f9 --- /dev/null +++ b/app_account_superbar/i18n/zh_CN.po @@ -0,0 +1,16 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * felive_home +# +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_account_superbar/models/__init__.py b/app_account_superbar/models/__init__.py new file mode 100644 index 00000000..40a96afc --- /dev/null +++ b/app_account_superbar/models/__init__.py @@ -0,0 +1 @@ +# -*- coding: utf-8 -*- diff --git a/app_account_superbar/report/__init__.py b/app_account_superbar/report/__init__.py new file mode 100644 index 00000000..633f8661 --- /dev/null +++ b/app_account_superbar/report/__init__.py @@ -0,0 +1,2 @@ +# -*- coding: utf-8 -*- + diff --git a/app_account_superbar/static/description/account1.jpg b/app_account_superbar/static/description/account1.jpg new file mode 100644 index 00000000..ace8d54a Binary files /dev/null and b/app_account_superbar/static/description/account1.jpg differ diff --git a/app_account_superbar/static/description/banner.png b/app_account_superbar/static/description/banner.png new file mode 100644 index 00000000..1f96341d Binary files /dev/null and b/app_account_superbar/static/description/banner.png differ diff --git a/app_account_superbar/static/description/contacts1.jpg b/app_account_superbar/static/description/contacts1.jpg new file mode 100644 index 00000000..252f83d8 Binary files /dev/null and b/app_account_superbar/static/description/contacts1.jpg differ diff --git a/app_account_superbar/static/description/demo2.jpg b/app_account_superbar/static/description/demo2.jpg new file mode 100644 index 00000000..b856e71d Binary files /dev/null and b/app_account_superbar/static/description/demo2.jpg differ diff --git a/app_account_superbar/static/description/icon.png b/app_account_superbar/static/description/icon.png new file mode 100644 index 00000000..4c57f611 Binary files /dev/null and b/app_account_superbar/static/description/icon.png differ diff --git a/app_account_superbar/static/description/index.html b/app_account_superbar/static/description/index.html new file mode 100644 index 00000000..7afa007b --- /dev/null +++ b/app_account_superbar/static/description/index.html @@ -0,0 +1,280 @@ +
+
+

Account App Super Sidebar for Advance Search with Parent Children Tree

+

!This moduld Do Need extra paid Apps + + Click to download. +

+

Advance Search, Filter with Parent Children Tree.

+

Easy to navigator and browser any data. Support list, kanban, pivot, graph view.

+

Online demo user/password: demo/demo + + Click to get demo. +

+
+
+
+
+
+ +
+
+
+ Key features: +
    +
  • + + Easy to make custom parent children tree for and data. +
  • +
  • + + Easy to show custom parent children tree for tree, kanban, pivot, graph view. +
  • +
  • + + Product navigate by category or type 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 coming soon. +
  • +
  • + + It is so easy to customize, you can use it in anywhere in odoo. +
  • +
+
+
+
+
+ +
+
+

 

+

So Easy to navigator and search any data.

+

Product by category or type in kanban view

+
+ +
+
+
+ +
+
+

Use in product category.

+
+ +
+
+
+ +
+
+

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

+
+

1. Install zTree widget. + + Click to download. + +

+
+
+

2. Install app_web_superbar. Important! Reboot odoo after installed. +

+
+
+

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:

+
+
+ +
+
    +
  • 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

+ + 300883@qq.com +
+
+

+ Visit our website for more support.

+ + http://www.sunpop.cn +
+
+
+
+ diff --git a/app_account_superbar/static/description/product1.jpg b/app_account_superbar/static/description/product1.jpg new file mode 100644 index 00000000..fb563e4d Binary files /dev/null and b/app_account_superbar/static/description/product1.jpg differ diff --git a/app_account_superbar/static/description/purchase1.jpg b/app_account_superbar/static/description/purchase1.jpg new file mode 100644 index 00000000..b3a922b8 Binary files /dev/null and b/app_account_superbar/static/description/purchase1.jpg differ diff --git a/app_account_superbar/static/description/sale1.jpg b/app_account_superbar/static/description/sale1.jpg new file mode 100644 index 00000000..8f8e656f Binary files /dev/null and b/app_account_superbar/static/description/sale1.jpg differ diff --git a/app_account_superbar/static/description/superbar.gif b/app_account_superbar/static/description/superbar.gif new file mode 100644 index 00000000..48f55f93 Binary files /dev/null and b/app_account_superbar/static/description/superbar.gif differ diff --git a/app_account_superbar/static/description/superbar_use.gif b/app_account_superbar/static/description/superbar_use.gif new file mode 100644 index 00000000..2ec5abde Binary files /dev/null and b/app_account_superbar/static/description/superbar_use.gif differ diff --git a/app_account_superbar/static/description/superbar_use.png b/app_account_superbar/static/description/superbar_use.png new file mode 100644 index 00000000..d5ffc980 Binary files /dev/null and b/app_account_superbar/static/description/superbar_use.png differ diff --git a/app_account_superbar/static/description/use1.jpg b/app_account_superbar/static/description/use1.jpg new file mode 100644 index 00000000..b951024b Binary files /dev/null and b/app_account_superbar/static/description/use1.jpg differ diff --git a/app_account_superbar/static/description/use2.jpg b/app_account_superbar/static/description/use2.jpg new file mode 100644 index 00000000..4d46d705 Binary files /dev/null and b/app_account_superbar/static/description/use2.jpg differ diff --git a/app_account_superbar/static/description/use3.jpg b/app_account_superbar/static/description/use3.jpg new file mode 100644 index 00000000..fe8b7ef7 Binary files /dev/null and b/app_account_superbar/static/description/use3.jpg differ diff --git a/app_account_superbar/static/description/use4.jpg b/app_account_superbar/static/description/use4.jpg new file mode 100644 index 00000000..606a5ce6 Binary files /dev/null and b/app_account_superbar/static/description/use4.jpg differ diff --git a/app_account_superbar/static/description/use5.jpg b/app_account_superbar/static/description/use5.jpg new file mode 100644 index 00000000..18b0d1b4 Binary files /dev/null and b/app_account_superbar/static/description/use5.jpg differ diff --git a/app_account_superbar/static/description/use6.jpg b/app_account_superbar/static/description/use6.jpg new file mode 100644 index 00000000..f900ded8 Binary files /dev/null and b/app_account_superbar/static/description/use6.jpg differ diff --git a/app_account_superbar/static/description/use7.jpg b/app_account_superbar/static/description/use7.jpg new file mode 100644 index 00000000..93fc8d4d Binary files /dev/null and b/app_account_superbar/static/description/use7.jpg differ diff --git a/app_account_superbar/static/description/use8.jpg b/app_account_superbar/static/description/use8.jpg new file mode 100644 index 00000000..41a2796e Binary files /dev/null and b/app_account_superbar/static/description/use8.jpg differ diff --git a/app_account_superbar/static/description/use9.jpg b/app_account_superbar/static/description/use9.jpg new file mode 100644 index 00000000..9b442b4a Binary files /dev/null and b/app_account_superbar/static/description/use9.jpg differ diff --git a/app_account_superbar/static/description/usea.jpg b/app_account_superbar/static/description/usea.jpg new file mode 100644 index 00000000..3c27fb9e Binary files /dev/null and b/app_account_superbar/static/description/usea.jpg differ diff --git a/app_account_superbar/views/account_views.xml b/app_account_superbar/views/account_views.xml new file mode 100644 index 00000000..60f86b7b --- /dev/null +++ b/app_account_superbar/views/account_views.xml @@ -0,0 +1,64 @@ + + + + + account.account.search.superbar + account.account + + + + + + + + + + + + + + + account.invoice.select.superbar + account.invoice + + + + + + + + + + + + + + account.move.select.superbar + account.move + + + + + + + + + + + + + Journal Items superbar + account.move.line + + + + + + + + + + + + + \ No newline at end of file diff --git a/app_account_superbar_chinese/__init__.py b/app_account_superbar_chinese/__init__.py new file mode 100644 index 00000000..86764a0e --- /dev/null +++ b/app_account_superbar_chinese/__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_account_superbar_chinese/__manifest__.py b/app_account_superbar_chinese/__manifest__.py new file mode 100644 index 00000000..e74a1356 --- /dev/null +++ b/app_account_superbar_chinese/__manifest__.py @@ -0,0 +1,64 @@ +# -*- coding: utf-8 -*- + +# Created on 2018-08-15 +# author: 广州尚鹏,http://www.sunpop.cn +# email: 300883@qq.com +# resource of Sunpop +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +# Odoo在线中文用户手册(长期更新) +# http://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html + +# Odoo10离线中文用户手册下载 +# http://www.sunpop.cn/odoo10_user_manual_document_offline/ +# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) +# http://www.sunpop.cn/odoo10_developer_document_offline/ +# description: + +{ + 'name': "App account superbar navigator for chinese account.", + 'version': '12.0.11.15', + 'author': 'Sunpop.cn', + 'category': 'Base', + 'website': 'http://www.sunpop.cn', + 'license': 'LGPL-3', + 'sequence': 2, + 'summary': """ + Browse journal by account chart... Use for parent children tree list kanban navigator. + Browse sale order by partner and sale channel. Use for parent children tree list kanban navigator. + ztree widget.Hierarchy Tree.Parent Children relation tree.. + Add parent account chart setting. + """, + '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': [ + 'l10n_cn_standard_lastest', + 'app_account_superbar', + ], + 'images': ['static/description/banner.png'], + 'data': [ + 'views/account_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': True, +} diff --git a/app_account_superbar_chinese/hooks.py b/app_account_superbar_chinese/hooks.py new file mode 100644 index 00000000..3f9582b9 --- /dev/null +++ b/app_account_superbar_chinese/hooks.py @@ -0,0 +1,20 @@ +# -*- coding: utf-8 -*- + +# Created on 2018-10-12 +# author: 广州尚鹏,http://www.sunpop.cn +# email: 300883@qq.com +# resource of Sunpop +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +# Odoo在线中文用户手册(长期更新) +# http://www.sunpop.cn/documentation/user/10.0/zh_CN/index.html + +# Odoo10离线中文用户手册下载 +# http://www.sunpop.cn/odoo10_user_manual_document_offline/ +# Odoo10离线开发手册下载-含python教程,jquery参考,Jinja2模板,PostgresSQL参考(odoo开发必备) +# http://www.sunpop.cn/odoo10_developer_document_offline/ +# description: + +def post_init_hook(cr, pool): + pass + # cr.execute("") diff --git a/app_account_superbar_chinese/i18n/zh_CN.po b/app_account_superbar_chinese/i18n/zh_CN.po new file mode 100644 index 00000000..f45db9f9 --- /dev/null +++ b/app_account_superbar_chinese/i18n/zh_CN.po @@ -0,0 +1,16 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * felive_home +# +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_account_superbar_chinese/models/__init__.py b/app_account_superbar_chinese/models/__init__.py new file mode 100644 index 00000000..40a96afc --- /dev/null +++ b/app_account_superbar_chinese/models/__init__.py @@ -0,0 +1 @@ +# -*- coding: utf-8 -*- diff --git a/app_account_superbar_chinese/report/__init__.py b/app_account_superbar_chinese/report/__init__.py new file mode 100644 index 00000000..633f8661 --- /dev/null +++ b/app_account_superbar_chinese/report/__init__.py @@ -0,0 +1,2 @@ +# -*- coding: utf-8 -*- + diff --git a/app_account_superbar_chinese/static/description/account1.jpg b/app_account_superbar_chinese/static/description/account1.jpg new file mode 100644 index 00000000..ace8d54a Binary files /dev/null and b/app_account_superbar_chinese/static/description/account1.jpg differ diff --git a/app_account_superbar_chinese/static/description/banner.png b/app_account_superbar_chinese/static/description/banner.png new file mode 100644 index 00000000..1f96341d Binary files /dev/null and b/app_account_superbar_chinese/static/description/banner.png differ diff --git a/app_account_superbar_chinese/static/description/contacts1.jpg b/app_account_superbar_chinese/static/description/contacts1.jpg new file mode 100644 index 00000000..252f83d8 Binary files /dev/null and b/app_account_superbar_chinese/static/description/contacts1.jpg differ diff --git a/app_account_superbar_chinese/static/description/demo2.jpg b/app_account_superbar_chinese/static/description/demo2.jpg new file mode 100644 index 00000000..b856e71d Binary files /dev/null and b/app_account_superbar_chinese/static/description/demo2.jpg differ diff --git a/app_account_superbar_chinese/static/description/icon.png b/app_account_superbar_chinese/static/description/icon.png new file mode 100644 index 00000000..4c57f611 Binary files /dev/null and b/app_account_superbar_chinese/static/description/icon.png differ diff --git a/app_account_superbar_chinese/static/description/index.html b/app_account_superbar_chinese/static/description/index.html new file mode 100644 index 00000000..7afa007b --- /dev/null +++ b/app_account_superbar_chinese/static/description/index.html @@ -0,0 +1,280 @@ +
+
+

Account App Super Sidebar for Advance Search with Parent Children Tree

+

!This moduld Do Need extra paid Apps + + Click to download. +

+

Advance Search, Filter with Parent Children Tree.

+

Easy to navigator and browser any data. Support list, kanban, pivot, graph view.

+

Online demo user/password: demo/demo + + Click to get demo. +

+
+
+
+
+
+ +
+
+
+ Key features: +
    +
  • + + Easy to make custom parent children tree for and data. +
  • +
  • + + Easy to show custom parent children tree for tree, kanban, pivot, graph view. +
  • +
  • + + Product navigate by category or type 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 coming soon. +
  • +
  • + + It is so easy to customize, you can use it in anywhere in odoo. +
  • +
+
+
+
+
+ +
+
+

 

+

So Easy to navigator and search any data.

+

Product by category or type in kanban view

+
+ +
+
+
+ +
+
+

Use in product category.

+
+ +
+
+
+ +
+
+

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

+
+

1. Install zTree widget. + + Click to download. + +

+
+
+

2. Install app_web_superbar. Important! Reboot odoo after installed. +

+
+
+

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:

+
+
+ +
+
    +
  • 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

+ + 300883@qq.com +
+
+

+ Visit our website for more support.

+ + http://www.sunpop.cn +
+
+
+
+ diff --git a/app_account_superbar_chinese/static/description/product1.jpg b/app_account_superbar_chinese/static/description/product1.jpg new file mode 100644 index 00000000..fb563e4d Binary files /dev/null and b/app_account_superbar_chinese/static/description/product1.jpg differ diff --git a/app_account_superbar_chinese/static/description/purchase1.jpg b/app_account_superbar_chinese/static/description/purchase1.jpg new file mode 100644 index 00000000..b3a922b8 Binary files /dev/null and b/app_account_superbar_chinese/static/description/purchase1.jpg differ diff --git a/app_account_superbar_chinese/static/description/sale1.jpg b/app_account_superbar_chinese/static/description/sale1.jpg new file mode 100644 index 00000000..8f8e656f Binary files /dev/null and b/app_account_superbar_chinese/static/description/sale1.jpg differ diff --git a/app_account_superbar_chinese/static/description/superbar.gif b/app_account_superbar_chinese/static/description/superbar.gif new file mode 100644 index 00000000..48f55f93 Binary files /dev/null and b/app_account_superbar_chinese/static/description/superbar.gif differ diff --git a/app_account_superbar_chinese/static/description/superbar_use.gif b/app_account_superbar_chinese/static/description/superbar_use.gif new file mode 100644 index 00000000..2ec5abde Binary files /dev/null and b/app_account_superbar_chinese/static/description/superbar_use.gif differ diff --git a/app_account_superbar_chinese/static/description/superbar_use.png b/app_account_superbar_chinese/static/description/superbar_use.png new file mode 100644 index 00000000..d5ffc980 Binary files /dev/null and b/app_account_superbar_chinese/static/description/superbar_use.png differ diff --git a/app_account_superbar_chinese/static/description/use1.jpg b/app_account_superbar_chinese/static/description/use1.jpg new file mode 100644 index 00000000..b951024b Binary files /dev/null and b/app_account_superbar_chinese/static/description/use1.jpg differ diff --git a/app_account_superbar_chinese/static/description/use2.jpg b/app_account_superbar_chinese/static/description/use2.jpg new file mode 100644 index 00000000..4d46d705 Binary files /dev/null and b/app_account_superbar_chinese/static/description/use2.jpg differ diff --git a/app_account_superbar_chinese/static/description/use3.jpg b/app_account_superbar_chinese/static/description/use3.jpg new file mode 100644 index 00000000..fe8b7ef7 Binary files /dev/null and b/app_account_superbar_chinese/static/description/use3.jpg differ diff --git a/app_account_superbar_chinese/static/description/use4.jpg b/app_account_superbar_chinese/static/description/use4.jpg new file mode 100644 index 00000000..606a5ce6 Binary files /dev/null and b/app_account_superbar_chinese/static/description/use4.jpg differ diff --git a/app_account_superbar_chinese/static/description/use5.jpg b/app_account_superbar_chinese/static/description/use5.jpg new file mode 100644 index 00000000..18b0d1b4 Binary files /dev/null and b/app_account_superbar_chinese/static/description/use5.jpg differ diff --git a/app_account_superbar_chinese/static/description/use6.jpg b/app_account_superbar_chinese/static/description/use6.jpg new file mode 100644 index 00000000..f900ded8 Binary files /dev/null and b/app_account_superbar_chinese/static/description/use6.jpg differ diff --git a/app_account_superbar_chinese/static/description/use7.jpg b/app_account_superbar_chinese/static/description/use7.jpg new file mode 100644 index 00000000..93fc8d4d Binary files /dev/null and b/app_account_superbar_chinese/static/description/use7.jpg differ diff --git a/app_account_superbar_chinese/static/description/use8.jpg b/app_account_superbar_chinese/static/description/use8.jpg new file mode 100644 index 00000000..41a2796e Binary files /dev/null and b/app_account_superbar_chinese/static/description/use8.jpg differ diff --git a/app_account_superbar_chinese/static/description/use9.jpg b/app_account_superbar_chinese/static/description/use9.jpg new file mode 100644 index 00000000..9b442b4a Binary files /dev/null and b/app_account_superbar_chinese/static/description/use9.jpg differ diff --git a/app_account_superbar_chinese/static/description/usea.jpg b/app_account_superbar_chinese/static/description/usea.jpg new file mode 100644 index 00000000..3c27fb9e Binary files /dev/null and b/app_account_superbar_chinese/static/description/usea.jpg differ diff --git a/app_account_superbar_chinese/views/account_views.xml b/app_account_superbar_chinese/views/account_views.xml new file mode 100644 index 00000000..d5271682 --- /dev/null +++ b/app_account_superbar_chinese/views/account_views.xml @@ -0,0 +1,15 @@ + + + + + Journal Items superbar + account.move.line + + + + parent_id + + + + + \ No newline at end of file diff --git a/app_stock_putaway/__manifest__.py b/app_stock_putaway/__manifest__.py index 2b83c902..0ae82704 100644 --- a/app_stock_putaway/__manifest__.py +++ b/app_stock_putaway/__manifest__.py @@ -36,7 +36,6 @@ 'data': [ 'views/product_putaway_views.xml', - 'views/stock_procrules_views.xml', ], 'demo': [ ], diff --git a/app_stock_putaway/views/stock_procrules_views.xml b/app_stock_putaway/views/stock_procrules_views.xml deleted file mode 100644 index 33ffb4b7..00000000 --- a/app_stock_putaway/views/stock_procrules_views.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - Global Procurement Rules - procurement.rule - ir.actions.act_window - form - tree,form - -

- Click to add a route. -

-

You can define here the main routes that run through - your warehouses and that define the flows of your products. These - routes can be assigned to a product, a product category or be fixed - on procurement or sales order.

-
-
- - - - -
-
\ No newline at end of file diff --git a/l10n_cn_standard_lastest/views/account_account_views.xml b/l10n_cn_standard_lastest/views/account_account_views.xml index 5a8ed2cd..01355774 100644 --- a/l10n_cn_standard_lastest/views/account_account_views.xml +++ b/l10n_cn_standard_lastest/views/account_account_views.xml @@ -13,6 +13,17 @@ + + app.account.setup.opening.move.line.tree + account.account + + + + + + + + app.account.list account.account