Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Rafaela Alimentos
Embargos Rafaela
Merge requests
!65
[FIX][
RR-443
] Fixed filter report in embargo
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[FIX][
RR-443
] Fixed filter report in embargo
RR-443
into
12.0-stage
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Matias
requested to merge
RR-443
into
12.0-stage
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Closes
RR-443
0
0
Merge request reports
Compare
12.0-stage
12.0-stage (base)
and
latest version
latest version
7ab1ec60
1 commit,
1 year ago
1 file
+
2
−
2
Expand all files
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
wizard/impound_notes.py
+
2
−
2
Options
@@ -43,8 +43,8 @@ class ImpoundNotesReportWizard(models.TransientModel):
(
'
impound_type
'
,
'
=
'
,
self
.
impound_type
),
(
'
impound_novelties_ids.impound_novelties_month
'
,
'
=
'
,
month
),
(
'
impound_novelties_ids.impound_novelties_year
'
,
'
=
'
,
year
),
'
|
'
,
(
'
bank
'
,
'
=
'
,
bank_santa_fe
.
id
)
,
(
'
bank
'
,
'
=
'
,
False
)])
(
'
bank
'
,
'
=
'
,
bank_santa_fe
.
id
)
if
self
.
web_transfer
or
self
.
web_deposit
else
(
'
bank
'
,
'
not in
'
,
[
bank_santa_fe
.
id
]
)])
self
.
impound_ids
=
impound_obj
def
generate_impound_notes_report
(
self
):
Menu
Explore
Projects
Groups
Topics
Snippets