diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-05-20 13:21:30 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-05-20 13:21:30 +0700 |
| commit | 6c6940052eb8d480fc6719819c06a964dc0827dc (patch) | |
| tree | 5f5abeb820c4892729ca8ea0f2829e44bd462c0c /fixco_custom/__manifest__.py | |
| parent | 6deeb1b12e7773d85155fee45f17d9b1a575ec10 (diff) | |
webhook ginee and api detail orders
Diffstat (limited to 'fixco_custom/__manifest__.py')
| -rw-r--r-- | fixco_custom/__manifest__.py | 4 |
1 files changed, 3 insertions, 1 deletions
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': [], |
