From f24d7fc1c60fb0198dbb62f7ba996912ce9f2b9d Mon Sep 17 00:00:00 2001 From: Mqdd Date: Sun, 15 Feb 2026 17:29:54 +0700 Subject: fix flow adjusment out --- fixco_custom/views/stock_inventory.xml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'fixco_custom/views') diff --git a/fixco_custom/views/stock_inventory.xml b/fixco_custom/views/stock_inventory.xml index 89c058e..a343db3 100644 --- a/fixco_custom/views/stock_inventory.xml +++ b/fixco_custom/views/stock_inventory.xml @@ -6,10 +6,6 @@ stock.inventory -
-
-- cgit v1.2.3 From 5e5602ca0892553b386def5d01368012ad99ca59 Mon Sep 17 00:00:00 2001 From: Mqdd Date: Wed, 18 Feb 2026 10:29:47 +0700 Subject: add invoice marketplace account move --- fixco_custom/views/account_move.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fixco_custom/views') diff --git a/fixco_custom/views/account_move.xml b/fixco_custom/views/account_move.xml index 3eab56a..0fb3cad 100644 --- a/fixco_custom/views/account_move.xml +++ b/fixco_custom/views/account_move.xml @@ -90,6 +90,7 @@ + @@ -174,6 +175,7 @@ + -- cgit v1.2.3 From 672c09c00d8ca5ba3675c223ca0cb31e007f11ad Mon Sep 17 00:00:00 2001 From: Mqdd Date: Thu, 19 Feb 2026 08:51:24 +0700 Subject: try fix filter invoice marketplace not working --- fixco_custom/views/account_move.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fixco_custom/views') diff --git a/fixco_custom/views/account_move.xml b/fixco_custom/views/account_move.xml index 0fb3cad..ee3cd20 100644 --- a/fixco_custom/views/account_move.xml +++ b/fixco_custom/views/account_move.xml @@ -90,7 +90,6 @@ - @@ -154,6 +153,7 @@ filter_domain="[ ('invoice_marketplace', 'ilike', self) ]"/> + + Reset to Draft + + + code + action = records.action_multi_reset_to_draft() + -- cgit v1.2.3 From c9ae57ed037af108542ad8a6cab41f416829435c Mon Sep 17 00:00:00 2001 From: Mqdd Date: Thu, 19 Feb 2026 10:39:18 +0700 Subject: add fp to GL --- fixco_custom/views/account_move_line.xml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'fixco_custom/views') diff --git a/fixco_custom/views/account_move_line.xml b/fixco_custom/views/account_move_line.xml index 245bdfe..5b55729 100644 --- a/fixco_custom/views/account_move_line.xml +++ b/fixco_custom/views/account_move_line.xml @@ -1,16 +1,17 @@ - - account.move.line.tree.gl.invoice.marketplace - account.move.line - - - - - - - + + account.move.line.tree.gl.invoice.marketplace + account.move.line + + + + + + + + -- cgit v1.2.3