diff --git a/app_purchase_superbar/__manifest__.py b/app_purchase_superbar/__manifest__.py index 20734510..bdbaac67 100644 --- a/app_purchase_superbar/__manifest__.py +++ b/app_purchase_superbar/__manifest__.py @@ -17,7 +17,7 @@ { 'name': "App purchase search browse by partner", - 'version': '16.23.12.07', + 'version': '16.24.08.28', 'author': 'odooai.cn', 'category': 'Extra tools', 'website': 'https://www.odooai.cn', @@ -42,6 +42,8 @@ 'images': ['static/description/banner.png'], 'data': [ 'views/purchase_order_views.xml', + 'views/product_supplierinfo_views.xml', + 'report/purchase_report_views.xml', ], 'assets': { diff --git a/app_purchase_superbar/report/purchase_report_views.xml b/app_purchase_superbar/report/purchase_report_views.xml new file mode 100644 index 00000000..5a3c6365 --- /dev/null +++ b/app_purchase_superbar/report/purchase_report_views.xml @@ -0,0 +1,20 @@ + + + + + report.purchase.order.search.superbar + purchase.report + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app_purchase_superbar/views/product_supplierinfo_views.xml b/app_purchase_superbar/views/product_supplierinfo_views.xml new file mode 100644 index 00000000..29a81db2 --- /dev/null +++ b/app_purchase_superbar/views/product_supplierinfo_views.xml @@ -0,0 +1,18 @@ + + + + + product.supplierinfo.search.view.superbar + product.supplierinfo + + + + + + + + + + + + \ No newline at end of file diff --git a/app_purchase_superbar/views/purchase_order_views.xml b/app_purchase_superbar/views/purchase_order_views.xml index c85dc4fe..e5b0402b 100644 --- a/app_purchase_superbar/views/purchase_order_views.xml +++ b/app_purchase_superbar/views/purchase_order_views.xml @@ -14,7 +14,6 @@ - purchase.order.select.superbar purchase.order @@ -30,35 +29,5 @@ - - - product.supplierinfo.search.view.superbar - product.supplierinfo - - - - - - - - - - - - - report.purchase.order.search.superbar - purchase.report - - - - - - - - - - - - \ No newline at end of file