From b557dfe5249e471a1b7277d5c189313ce303347b Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Fri, 26 Aug 2022 11:13:23 +0700 Subject: temporary solution for internal use tax --- indoteknik_custom/views/stock_picking_type.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 indoteknik_custom/views/stock_picking_type.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/stock_picking_type.xml b/indoteknik_custom/views/stock_picking_type.xml new file mode 100644 index 00000000..7a8f45dd --- /dev/null +++ b/indoteknik_custom/views/stock_picking_type.xml @@ -0,0 +1,18 @@ + + + + + Stock Picking Type + stock.picking.type + + + + + + + + + \ No newline at end of file -- cgit v1.2.3 From 69b4bef9770aaaefd40361acb9ca2b3974e163d5 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 30 Aug 2022 09:26:29 +0700 Subject: add custom field internal use using force save --- indoteknik_custom/views/stock_picking_type.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/stock_picking_type.xml b/indoteknik_custom/views/stock_picking_type.xml index 7a8f45dd..dfc74cad 100644 --- a/indoteknik_custom/views/stock_picking_type.xml +++ b/indoteknik_custom/views/stock_picking_type.xml @@ -15,4 +15,21 @@ + + + Stock Picking + stock.picking + + + + + + + + \ No newline at end of file -- cgit v1.2.3 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 From e06fd148cb6872b1e9d864e16e63b845b5bb8878 Mon Sep 17 00:00:00 2001 From: IT Fixcomart Date: Wed, 31 Aug 2022 16:07:56 +0700 Subject: Fix picking type --- indoteknik_custom/views/stock_picking_type.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/stock_picking_type.xml b/indoteknik_custom/views/stock_picking_type.xml index deb6d112..1633c57a 100644 --- a/indoteknik_custom/views/stock_picking_type.xml +++ b/indoteknik_custom/views/stock_picking_type.xml @@ -4,6 +4,7 @@ Internal Use + IU/%(year)s 2 TRUE outgoing -- 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') 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