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
4e8f1d9e
Commit
4e8f1d9e
authored
Dec 07, 2017
by
Benjamin
Browse files
modif form view factures
parent
cb7f7e82
Changes
1
Hide whitespace changes
Inline
Side-by-side
static/src/js/dashboard_year.js
View file @
4e8f1d9e
...
...
@@ -182,7 +182,7 @@ odoo.define('lefilament_tdb.dashboard_year', function (require) {
res_model
:
'
account.invoice
'
,
view_type
:
'
form
'
,
view_mode
:
'
tree,form
'
,
views
:
[[
false
,
'
list
'
],
[
false
,
'
form
'
]],
views
:
[[
false
,
'
list
'
],
[
false
,
'
pivot
'
],
[
false
,
'
graph
'
],
[
585
,
'
form
'
]],
domain
:
[[
'
state
'
,
'
in
'
,[
'
open
'
,
'
paid
'
]],[
'
type
'
,
'
=
'
,
'
out_invoice
'
],[
'
date_invoice
'
,
'
>=
'
,
date
]],
target
:
'
current
'
,
name
:
'
Facturé
'
,
...
...
@@ -255,8 +255,8 @@ odoo.define('lefilament_tdb.dashboard_year', function (require) {
type
:
'
ir.actions.act_window
'
,
res_model
:
'
account.invoice
'
,
view_type
:
'
form
'
,
view_mode
:
'
kanban,
tree,form
'
,
views
:
[[
false
,
'
list
'
],
[
false
,
'
form
'
]],
view_mode
:
'
tree,form
'
,
views
:
[[
false
,
'
list
'
],
[
false
,
'
pivot
'
],
[
false
,
'
graph
'
],
[
585
,
'
form
'
]],
domain
:
[[
'
state
'
,
'
=
'
,
'
open
'
],[
'
type
'
,
'
=
'
,
'
out_invoice
'
]],
target
:
'
current
'
,
name
:
'
Factures en cours
'
,
...
...
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