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/ir_sequence.xml | 12 +++++++++++ indoteknik_custom/views/stock_location.xml | 8 +++++++ indoteknik_custom/views/stock_picking.xml | 23 ++++++++++++++++++++ indoteknik_custom/views/stock_picking_type.xml | 29 +++++++++++--------------- 4 files changed, 55 insertions(+), 17 deletions(-) create mode 100644 indoteknik_custom/views/ir_sequence.xml create mode 100644 indoteknik_custom/views/stock_location.xml create mode 100644 indoteknik_custom/views/stock_picking.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/ir_sequence.xml b/indoteknik_custom/views/ir_sequence.xml new file mode 100644 index 00000000..9e057c0d --- /dev/null +++ b/indoteknik_custom/views/ir_sequence.xml @@ -0,0 +1,12 @@ + + + + Internal Use + internal.use + TRUE + IU/%(year)s/ + 5 + 1 + 1 + + \ No newline at end of file diff --git a/indoteknik_custom/views/stock_location.xml b/indoteknik_custom/views/stock_location.xml new file mode 100644 index 00000000..82ab2bc5 --- /dev/null +++ b/indoteknik_custom/views/stock_location.xml @@ -0,0 +1,8 @@ + + + + Internal Use + 3 + inventory + + \ No newline at end of file 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 diff --git a/indoteknik_custom/views/stock_picking_type.xml b/indoteknik_custom/views/stock_picking_type.xml index dfc74cad..deb6d112 100644 --- a/indoteknik_custom/views/stock_picking_type.xml +++ b/indoteknik_custom/views/stock_picking_type.xml @@ -1,6 +1,18 @@ + + Internal Use + + 2 + TRUE + outgoing + TRUE + 10 + 18 + + + Stock Picking Type stock.picking.type @@ -15,21 +27,4 @@ - - - Stock Picking - stock.picking - - - - - - - - \ No newline at end of file -- cgit v1.2.3