From 73e1e2d09375d7ac632fec6512b143942beb6b35 Mon Sep 17 00:00:00 2001 From: Mqdd Date: Mon, 2 Mar 2026 14:50:03 +0700 Subject: prevent user to add product manually in check product --- fixco_custom/__manifest__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'fixco_custom/__manifest__.py') diff --git a/fixco_custom/__manifest__.py b/fixco_custom/__manifest__.py index 5d9a65a..b6d5aec 100755 --- a/fixco_custom/__manifest__.py +++ b/fixco_custom/__manifest__.py @@ -10,6 +10,7 @@ 'images': ['assets/favicon.ico'], 'depends': ['base', 'coupon', 'delivery', 'sale', 'sale_management', 'proweb_kartu_stok', 'base_accounting_kit'], 'data': [ + 'views/assets.xml', 'security/ir.model.access.csv', 'views/res_partner.xml', 'views/sale_order.xml', -- cgit v1.2.3