From 075e6b1612ce6171838c8e5932a5a539669b5f34 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Fri, 15 Sep 2023 16:14:40 +0700 Subject: can't create product on sale order line and purchase order line --- indoteknik_custom/views/purchase_order.xml | 3 +++ indoteknik_custom/views/sale_order.xml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index 7d436c46..999b9fd1 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -52,6 +52,9 @@ + + {'no_create': True} + diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index f2cab699..c505644d 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -96,6 +96,9 @@ + + {'no_create': True} +