66e7a8a69e34c6416585422fc1c537e60b58af87
[odoo/odoo.git] / addons / project_gtd / project_gtd_view.xml
1 <?xml version="1.0" ?>
2 <openerp>
3     <data>
4     <record model="ir.ui.view" id="view_gtd_context_tree">
5         <field name="name">project.gtd.context.tree</field>
6         <field name="model">project.gtd.context</field>
7         <field name="type">tree</field>
8         <field name="arch" type="xml">
9             <tree string="Context">
10                 <field name="sequence" invisible="1"/>
11                 <field name="name" select="1"/>
12             </tree>
13         </field>
14     </record>
15
16     <record model="ir.ui.view" id="view_gtd_context_form">
17         <field name="name">project.gtd.context.form</field>
18         <field name="model">project.gtd.context</field>
19         <field name="type">form</field>
20         <field name="arch" type="xml">
21             <form string="Context">
22                 <field name="name" select="1"/>
23                 <field name="sequence"/>
24             </form>
25         </field>
26     </record>
27
28     <record model="ir.actions.act_window" id="open_gtd_context_tree">
29         <field name="name">Contexts</field>
30         <field name="res_model">project.gtd.context</field>
31         <field name="help">Contexts are defined in the "Getting Things Done" methodology. It allows you to categorize your tasks according to the context in which they have to be done: at the office, at home, when I take my car, etc.</field>
32     </record>
33
34     <menuitem name="Contexts" id="menu_open_gtd_time_contexts"
35                 parent="project.menu_tasks_config" action="open_gtd_context_tree"/>
36
37     <record model="ir.ui.view" id="view_gtd_timebox_tree">
38         <field name="name">project.gtd.timebox.tree</field>
39         <field name="model">project.gtd.timebox</field>
40         <field name="type">tree</field>
41         <field name="arch" type="xml">
42             <tree string="Timebox">
43                 <field name="sequence" invisible="1"/>
44                 <field name="name"/>
45                 <field name="icon"/>
46             </tree>
47         </field>
48     </record>
49
50     <record model="ir.ui.view" id="view_gtd_timebox_form">
51         <field name="name">project.gtd.timebox.form</field>
52         <field name="model">project.gtd.timebox</field>
53         <field name="type">form</field>
54         <field name="arch" type="xml">
55             <form string="Timeboxes">
56                 <separator string="Timebox Definition" colspan="4"/>
57                 <field name="name" select="1"/>
58                 <field name="sequence"/>
59                 <field name="icon"/>
60             </form>
61         </field>
62     </record>
63
64     <record model="ir.actions.act_window" id="open_gtd_timebox_tree">
65         <field name="name">Timeboxes</field>
66         <field name="res_model">project.gtd.timebox</field>
67         <field name="view_type">form</field>
68         <field name="view_mode">tree,form</field>
69         <field name="view_id" ref="view_gtd_timebox_tree"/>
70         <field name="help">Timeboxes are defined in the "Getting Things Done" methodology. A timebox defines a period of time in order to categorize your tasks: today, this week, this month, long term.</field>
71     </record>
72
73     <menuitem name="Timeboxes" id="menu_open_gtd_time_timeboxes" parent="project.menu_tasks_config" action="open_gtd_timebox_tree"/>
74
75     <record model="ir.ui.view" id="project_task_tree">
76         <field name="name">project.task.tree.timebox</field>
77         <field name="model">project.task</field>
78         <field name="type">tree</field>
79         <field name="inherit_id" ref="project.view_task_tree2" />
80         <field name="arch" type="xml">
81             <field name="remaining_hours" position="after">
82                 <field string="Timebox" name="timebox_id" invisible=" not context.get('gtd', False)"/>
83                 <button name="prev_timebox" type="object" icon="gtk-go-back" string="Previous" states="draft,pending,open" invisible=" not context.get('gtd',False)"/>
84                 <button name="next_timebox" type="object" icon="gtk-go-forward" string="Next" states="draft,pending,open" invisible=" not context.get('gtd',False)"/>
85                 <field name="context_id" invisible="not context.get('context_show', False)" widget="selection" groups="base.group_extended"/>
86                 <button name="do_reopen" states="done,cancelled" string="Reactivate" type="object" icon="gtk-convert" help="For reopening the tasks" invisible="not context.get('set_visible',False)"/>
87             </field>
88         </field>
89     </record>
90
91     <record model="ir.ui.view" id="project_task">
92         <field name="name">project.task.form.timebox</field>
93         <field name="model">project.task</field>
94         <field name="type">form</field>
95         <field name="inherit_id" ref="project.view_task_form2" />
96         <field name="arch" type="xml">
97             <field name="progress" position="after">
98                 <field name="context_id" widget="selection"/>
99                 <field name="timebox_id" widget="selection" select="1"/>
100             </field>
101         </field>
102     </record>
103
104     <record id="view_task_gtd_search" model="ir.ui.view">
105         <field name="name">project.task.gtd.search</field>
106         <field name="model">project.task</field>
107         <field name="type">search</field>
108         <field name="priority">50</field>
109         <field name="arch" type="xml">
110            <search string="My Tasks">
111                 <filter name="open" string="In Progress" domain="[('state','in',('draft','open'))]" help="In Progress and draft tasks" icon="terp-camera_test"/>
112                 <filter string="Pending" domain="[('state','=','pending')]" context="{'show_delegated':False}" help="Pending Tasks" icon="terp-gtk-media-pause"/>
113                 <separator orientation="vertical"/>
114                 <filter
115                     domain="[('timebox_id','=', False)]"
116                     help="Tasks having no timebox assigned yet" string="Inbox"/>
117                 <separator orientation="vertical"/>
118                 <separator name="gtdsep"/>
119                 <field name="name"/>
120                 <field name="context_id" widget="selection" groups="base.group_extended"
121                     context="{'context_show': True}">
122                     <filter string="Show Context"
123                         name="context_show"
124                         context="{'context_show': True}"
125                         domain="[]" icon="terp-camera_test"
126                         help="Show the context field"/>
127                     <filter string="Show Deadlines" context="{'deadline_visible': False}"
128                         domain="[]" help="Show only tasks having a deadline"
129                         icon="terp-gnome-cpu-frequency-applet+"/>
130                 </field>
131             </search>
132         </field>
133     </record>
134     <record model="ir.actions.act_window" id="open_gtd_task">
135         <field name="name">My Tasks</field>
136         <field name="res_model">project.task</field>
137         <field name="search_view_id" ref="view_task_gtd_search"/>
138         <field name="context">{'set_editable':True,'set_visible':True,'gtd':True,'user_invisible':True, "search_default_open": 1}</field>
139         <field name="domain">[('user_id','=',uid)]</field>
140         <field name="view_type">form</field>
141         <field name="view_mode">tree,form,calendar,gantt,graph,kanban</field>
142     </record>
143     <menuitem action="open_gtd_task" id="menu_open_gtd_timebox_tree" parent="project.menu_project_management" sequence="4"/>
144
145
146     </data>
147 </openerp>