From eb986e6b89e74ac556764155332044eb46eeb3aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Lodeiros?= Date: Wed, 14 Dec 2022 11:52:52 +0100 Subject: [PATCH] [IMP]pms: action pms menu invoices, out_refund included --- pms/views/account_move_views.xml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/pms/views/account_move_views.xml b/pms/views/account_move_views.xml index 2e332d289..c02ba80a0 100644 --- a/pms/views/account_move_views.xml +++ b/pms/views/account_move_views.xml @@ -98,10 +98,27 @@ + + PMS Invoices + account.move + tree,kanban,form + + + [('move_type', 'in', ('out_invoice','out_refund')] + {'default_move_type': 'out_invoice'} + +

+ Create a customer invoice +

+ Create invoices, register payments and keep track of the discussions with your customers. +

+
+
+