From efdff08e70ada0f0b9e4b887e482460efd72958e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Lodeiros?= Date: Fri, 16 Dec 2022 17:40:32 +0100 Subject: [PATCH] [FIX]pms: action pms invoices syntax --- pms/views/account_move_views.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pms/views/account_move_views.xml b/pms/views/account_move_views.xml index c02ba80a0..acfa6e444 100644 --- a/pms/views/account_move_views.xml +++ b/pms/views/account_move_views.xml @@ -104,7 +104,7 @@ tree,kanban,form - [('move_type', 'in', ('out_invoice','out_refund')] + [('move_type', 'in', ('out_invoice','out_refund'))] {'default_move_type': 'out_invoice'}