From 32e949e397e0f8bd8bff9b3ae801abf10d83ab30 Mon Sep 17 00:00:00 2001 From: Bernat Brunet Date: Thu, 19 Nov 2020 09:14:11 +0100 Subject: [PATCH] Add missing record rule for account.journal.period --- rule_account_journal_period.diff | 22 ++++++++++++++++++++++ series | 2 ++ 2 files changed, 24 insertions(+) create mode 100644 rule_account_journal_period.diff diff --git a/rule_account_journal_period.diff b/rule_account_journal_period.diff new file mode 100644 index 0000000..1c537c7 --- /dev/null +++ b/rule_account_journal_period.diff @@ -0,0 +1,22 @@ +diff --git a/account.xml b/account.xml +index f5129dd..eea90b1 100644 +--- a/trytond/trytond/modules/account/account.xml ++++ b/trytond/trytond/modules/account/account.xml +@@ -738,5 +738,17 @@ this repository contains the full copyright notices and license terms. --> + account.aged_balance,-1 + + ++ ++ ++ Account Journal Period ++ ++ ++ ++ ++ ++ ++ + + diff --git a/series b/series index a1b9351..2c10fcf 100644 --- a/series +++ b/series @@ -60,3 +60,5 @@ issue9519.diff # [sale + purchase] Use search context for product field on line issue9814.diff #[product] Product template search bar showing non serchable product.product function fields as recomendation account_delete_reconcilation.diff # [account_invoice] Delete the link between account_invoice and account move when the reconciliation is deleted + +rule_account_journal_period.diff # [account] Add missing rule for account.journal.period