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
Neutrinet
carnet_rose
Commits
4e23f454
Commit
4e23f454
authored
Nov 08, 2015
by
Laurent Peuch
Browse files
[enh] allow to edit the bank_id into the admin interface
parent
ecbf155f
Changes
1
Hide whitespace changes
Inline
Side-by-side
accounts/admin.py
View file @
4e23f454
...
...
@@ -13,7 +13,7 @@ en_formats.DATE_FORMAT = "Y-m-d"
class
MovementAdmin
(
VersionAdmin
):
fieldsets
=
(
(
None
,
{
"fields"
:
((
"date"
,
"amount"
),
(
"title"
,
"kind"
),
(
"comment"
,))
"fields"
:
((
"date"
,
"amount"
),
(
"title"
,
"kind"
),
(
"comment"
,)
,
(
"bank_id"
,)
)
}),
)
...
...
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