Florent THOMAS
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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.Char(index=True, ) |
|
|
|
sequence = fields.Char(index=True) |
|
|
|
level = fields.Integer(index=True, default=1) |
|
|
|
|
|
|
|
# Data fields, used to keep link with real object |
|
|
|