~unifield-team/unifield-wm/wm-2418-rw-fix

« back to all changes in this revision

Viewing changes to sale_override/report/sale_report_view.xml

  • Committer: pierre-marie
  • Date: 2012-07-25 15:04:47 UTC
  • mfrom: (1038 unifield-wm)
  • mto: This revision was merged to the branch mainline in revision 1059.
  • Revision ID: pierre-marie@pierre-marie-laptop-20120725150447-namc1a6lqi455ez2
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
                        <field name="shipped_qty_1" sum="Shipped Qty"/>
25
25
                        <field name="uom_name" invisible="not context.get('set_visible',False)"/>
26
26
                        <field name="price_total" sum="Total Price"/>
 
27
 
 
28
            <field name="currency_id" />
 
29
 
 
30
 
27
31
                        <field name="delay" sum="Commitment Delay"/>
28
32
                        <field name="state" invisible="1"/>
29
33
                        <field name="analytic_account_id" invisible="1" groups="analytic.group_analytic_accounting"/>
58
62
                         help="Field order created in last month"/>
59
63
                    <separator orientation="vertical"/>
60
64
                    <filter icon="terp-document-new"
61
 
                        string="Quotations"
 
65
                        string="Draft"
62
66
                        domain="[('state','=','draft')]"/>
63
67
                    <filter icon="terp-check"
64
68
                        string="Field Orders"
126
130
                    <separator orientation="vertical" groups="analytic.group_analytic_accounting"/>
127
131
                    <filter string="State" icon="terp-stock_effects-object-colorize" context="{'group_by':'state'}"/>
128
132
                    <separator orientation="vertical"/>
129
 
 
130
133
                    <filter string="Company" icon="terp-go-home" groups="base.group_multi_company" context="{'group_by':'company_id'}"/>
131
134
                    <separator orientation="vertical"/>
132
135
                   <filter string="Day" icon="terp-go-today" context="{'group_by':'day'}" help="Ordered date of the sales order"/>