details:   https://code.tryton.org/tryton/commit/025f022060ab
branch:    default
user:      Cédric Krier <[email protected]>
date:      Wed Jul 15 18:16:16 2026 +0200
description:
        Remove prefix for statement and payment journals action
diffstat:

 modules/account_payment/payment.xml   |  2 +-
 modules/account_statement/journal.xml |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r d09f4b4b8b5a -r 025f022060ab modules/account_payment/payment.xml
--- a/modules/account_payment/payment.xml       Mon Jul 27 12:10:00 2026 +0200
+++ b/modules/account_payment/payment.xml       Wed Jul 15 18:16:16 2026 +0200
@@ -48,7 +48,7 @@
         </record>
 
         <record model="ir.action.act_window" id="act_payment_journal_form">
-            <field name="name">Payment Journals</field>
+            <field name="name">Journals</field>
             <field name="res_model">account.payment.journal</field>
         </record>
         <record model="ir.action.act_window.view" 
id="act_payment_journal_form_view1">
diff -r d09f4b4b8b5a -r 025f022060ab modules/account_statement/journal.xml
--- a/modules/account_statement/journal.xml     Mon Jul 27 12:10:00 2026 +0200
+++ b/modules/account_statement/journal.xml     Wed Jul 15 18:16:16 2026 +0200
@@ -21,7 +21,7 @@
         </record>
 
         <record model="ir.action.act_window" id="act_statement_journal_form">
-            <field name="name">Statement Journals</field>
+            <field name="name">Journals</field>
             <field name="res_model">account.statement.journal</field>
         </record>
         <record model="ir.action.act_window.view" 
id="act_statement_journal_form_view1">

Reply via email to