From 57f87cc1da6243d17cba04f9d575f4ca4b836f26 Mon Sep 17 00:00:00 2001 From: IT Fixcomart Date: Wed, 31 Aug 2022 15:17:40 +0700 Subject: Internal use to account.move (journal) --- indoteknik_custom/views/stock_picking.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 indoteknik_custom/views/stock_picking.xml (limited to 'indoteknik_custom/views/stock_picking.xml') diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml new file mode 100644 index 00000000..d2c1b26f --- /dev/null +++ b/indoteknik_custom/views/stock_picking.xml @@ -0,0 +1,23 @@ + + + + + Stock Picking + stock.picking + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3 From 1e8c8cf61497f7bc67b8282c34641474107e9d8e Mon Sep 17 00:00:00 2001 From: IT Fixcomart Date: Wed, 31 Aug 2022 16:32:02 +0700 Subject: Add field account_id condition show and required when internal_use --- indoteknik_custom/views/stock_picking.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'indoteknik_custom/views/stock_picking.xml') diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index d2c1b26f..9081a58e 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -15,7 +15,13 @@ /> - + -- cgit v1.2.3