diff --git a/helpdesk_product/__manifest__.py b/helpdesk_product/__manifest__.py index 92a053655e..566a555f59 100644 --- a/helpdesk_product/__manifest__.py +++ b/helpdesk_product/__manifest__.py @@ -7,7 +7,7 @@ "category": "After-Sales", "website": "https://github.com/OCA/helpdesk", "depends": ["helpdesk_mgmt", "product"], - "data": ["views/helpdesk_ticket_view.xml", "views/product_view.xml"], + "data": ["views/product_view.xml", "views/helpdesk_ticket_view.xml"], "demo": ["demo/helpdesk_product_demo.xml"], "development_status": "Beta", "auto_install": True, diff --git a/helpdesk_product/views/helpdesk_ticket_view.xml b/helpdesk_product/views/helpdesk_ticket_view.xml index 96c3b47db9..b9c2e03de0 100644 --- a/helpdesk_product/views/helpdesk_ticket_view.xml +++ b/helpdesk_product/views/helpdesk_ticket_view.xml @@ -52,4 +52,16 @@ + + + + + + diff --git a/helpdesk_product/views/product_view.xml b/helpdesk_product/views/product_view.xml index 09c7dfbb57..0c8d271ae2 100644 --- a/helpdesk_product/views/product_view.xml +++ b/helpdesk_product/views/product_view.xml @@ -13,4 +13,45 @@ + + product.template.search + product.template + + + + + + + + + + + + + + + Products + product.template + ir.actions.act_window + kanban,tree,form,activity + + {'search_default_helpdesk_active': 1} + + + Create a new product + + You currently have no products available for Helpdesk Tickets. + + A product can be either a physical product or a service that you sell to your customers. + + + + + + +
+ Create a new product +
+ You currently have no products available for Helpdesk Tickets. + + A product can be either a physical product or a service that you sell to your customers. +