~vauxoo/addons-vauxoo/8.0-import_tax_tariff-dev-yani-rev-2

« back to all changes in this revision

Viewing changes to user_story/view/hr_timesheet_all_view.xml

[IMP][user_story] Improvements in management reports for custom_project_task_view and hr_timesheet_all_view.
[IMP][user_story] Field date_end added in custom_project_task_view.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
                    <field name="task_id" options='{"no_open": True}'/>
15
15
                    <field name="name"/>
16
16
                    <field name="period"/>
17
 
                    <field name="unit_amount" widget="float_time"/>
 
17
                    <field name="unit_amount" sum="Total time" widget="float_time"/>
18
18
                    <field name="invoiceable"/>
19
19
                </tree>
20
20
            </field>
24
24
            <field name="name">custom.timesheet.all.search</field>
25
25
            <field name="model">custom.timesheet.all</field>
26
26
            <field name="arch" type="xml">
27
 
                <search string="Timesheet All">                 
 
27
                <search string="Timesheet All">
28
28
                    <field name="date"/>
29
29
                    <field name="user_id"/>
30
30
                    <field name="analytic_id"/>
31
 
                    <field name="userstory"/>                  
 
31
                    <field name="userstory"/>
32
32
                    <field name="task_id"/>
33
33
                    <field name="name"/>
34
34
                    <field name="period"/>
35
35
                    <field name="invoiceable"/>
 
36
                    <group expand="0" string="Filters">
 
37
                        <filter name="analytic_id" string="Unassigned Project" domain="[('analytic_id','=',False)]"/>
 
38
                        <filter name="userstory" string="Unassigned User Story" domain="[('userstory','=',False)]"/>
 
39
                        <filter name="invoiceable" string="Unassigned Invoiceable Factor" domain="[('invoiceable','=',False)]"/>
 
40
                    </group>
36
41
                    <group expand="0" string="Group By...">
37
42
                        <filter string="Date" icon="terp-go-month" domain="[]" context="{'group_by':'date'}"/>
38
43
                        <filter string="Summary Work User" icon="terp-personal" domain="[]" context="{'group_by':'user_id'}"/>
39
44
                        <filter string="Project" icon="terp-go-month" domain="[]" context="{'group_by':'analytic_id'}"/>
40
 
                        <filter string="User Story" icon="terp-personal" domain="[]" context="{'group_by':'userstory'}"/>          
 
45
                        <filter string="User Story" icon="terp-personal" domain="[]" context="{'group_by':'userstory'}"/>
41
46
                        <filter string="Task" icon="terp-personal" domain="[]" context="{'group_by':'task_id'}"/>
42
47
                        <filter string="Period" icon="terp-go-month" domain="[]" context="{'group_by':'period'}"/>
43
48
                        <filter string="Invoiceable" icon="terp-go-month" domain="[]" context="{'group_by':'invoiceable'}"/>