Default gantt view changed into month
This commit is contained in:
parent
731c85efc6
commit
daf4e5abd5
|
@ -156,7 +156,7 @@
|
|||
date_start="start_datetime"
|
||||
date_stop="end_datetime"
|
||||
default_group_by="employee_id"
|
||||
default_scale="week"
|
||||
default_scale="month"
|
||||
color="color"
|
||||
plan="false"
|
||||
scales="day,week,month,year"
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from . import project
|
||||
from . import sale
|
||||
#from . import sale
|
||||
|
|
Loading…
Reference in New Issue