Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Le Filament
lefilament_tdb
Commits
121812a1
Commit
121812a1
authored
Jan 02, 2020
by
Benjamin - Le Filament
Browse files
Fix error sql request in dashboard_values
parent
a0cd1ca4
Changes
1
Hide whitespace changes
Inline
Side-by-side
models/lefilament_tdb.py
View file @
121812a1
...
...
@@ -70,7 +70,7 @@ class LeFilamentTdb(models.Model):
FROM account_bank_statement_line
\
WHERE date < date_trunc('month', %s
\
+ interval '1' month);"
,
(
date_tdb
)
(
date_tdb
,
)
)
treso_total
=
self
.
env
.
cr
.
fetchone
()[
0
]
# CHARGES
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment