From cbb98919118dbe5c4ed2b3e2de5d4825a53304f1 Mon Sep 17 00:00:00 2001 From: David Ramia Date: Thu, 10 Oct 2024 09:33:58 +0200 Subject: [PATCH] [MIG] account_due_list: Migration to 18.0 --- account_due_list/__manifest__.py | 2 +- account_due_list/views/payment_view.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/account_due_list/__manifest__.py b/account_due_list/__manifest__.py index 7681bba2b02..7cf3f5c33e3 100644 --- a/account_due_list/__manifest__.py +++ b/account_due_list/__manifest__.py @@ -2,7 +2,7 @@ { "name": "Payments Due list", - "version": "17.0.1.0.0", + "version": "18.0.1.0.0", "category": "Generic Modules/Payment", "development_status": "Production/Stable", "author": "Odoo Community Association (OCA)", diff --git a/account_due_list/views/payment_view.xml b/account_due_list/views/payment_view.xml index 8f6b8ef3fa4..ba1f9e47ef6 100644 --- a/account_due_list/views/payment_view.xml +++ b/account_due_list/views/payment_view.xml @@ -6,7 +6,7 @@ account.move.line - - + @@ -225,14 +225,14 @@ Payments and due list account.move.line - tree,form,pivot,graph + list,form,pivot,graph {'search_default_posted_moves': 1, 'search_default_from_invoices': 1, 'search_default_not_full_reconciled': 1}