From 18f81c8e20cb636ed2e5bd2b16a4a55ddf056653 Mon Sep 17 00:00:00 2001 From: Florent THOMAS Date: Thu, 16 Jan 2020 18:07:15 +0100 Subject: [PATCH] also change the type of field --- account_financial_report_qweb/report/trial_balance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_financial_report_qweb/report/trial_balance.py b/account_financial_report_qweb/report/trial_balance.py index 7474972e..e894dc71 100644 --- a/account_financial_report_qweb/report/trial_balance.py +++ b/account_financial_report_qweb/report/trial_balance.py @@ -75,7 +75,7 @@ class TrialBalanceReportAccount(models.TransientModel): ) hide_line = fields.Boolean(compute='_compute_hide_line') # Data fields, used to keep link with real object - sequence = fields.Integer(index=True, default=1) + sequence = fields.Char(index=True, ) level = fields.Integer(index=True, default=1) # Data fields, used to keep link with real object