From 6c6940052eb8d480fc6719819c06a964dc0827dc Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Tue, 20 May 2025 13:21:30 +0700 Subject: webhook ginee and api detail orders --- fixco_custom/__manifest__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'fixco_custom/__manifest__.py') diff --git a/fixco_custom/__manifest__.py b/fixco_custom/__manifest__.py index b49d3ad..232d2d9 100644 --- a/fixco_custom/__manifest__.py +++ b/fixco_custom/__manifest__.py @@ -12,7 +12,9 @@ 'data': [ 'security/ir.model.access.csv', 'views/res_partner.xml', - 'views/sale_order.xml' + 'views/sale_order.xml', + 'views/webhook_ginee.xml', + 'views/detail_order.xml', ], 'demo': [], 'css': [], -- cgit v1.2.3