[IMP] analytic: usability changes in contract form view
[odoo/odoo.git] / addons / account_analytic_analysis / account_analytic_analysis_view.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <openerp>
3     <data>
4
5         <!--
6         Analytic Account form
7
8         Remove information on Account data => because they move on analysis sheet
9         create a page with invoicing informations
10        
11         <record id="account_analytic_account_invoice_stat_form" model="ir.ui.view">
12             <field name="name">account.analytic.account.invoice.stat.form.inherit</field>
13             <field name="model">account.analytic.account</field>
14             <field name="type">form</field>
15             <field name="inherit_id" ref="hr_timesheet_invoice.account_analytic_account_form_form"/>
16             <field eval="18" name="priority"/>
17             <field name="arch" type="xml">
18                 <group name="invoice_stats" position="inside">
19                     <field name="hours_qtt_non_invoiced" attrs="{'invisible': [('to_invoice','=',0)]}"/>
20                     <field name="ca_to_invoice" attrs="{'invisible': [('to_invoice','=',0)]}"/>
21                     <label string="" colspan="1"/>
22                     <button
23                         name="%(hr_timesheet_invoice.action_hr_timesheet_invoice_create_final)d"
24                         string="Create Invoice"
25                         type="action"
26                         attrs="{'readonly':[('ca_to_invoice','=',0.0)], 'invisible': [('to_invoice','=',0)]}"
27                         icon="gtk-go-forward"/>
28                 </group>
29             </field>
30         </record> -->
31         <act_window
32             id="action_sales_order_line"
33             name="Sales Order Lines"
34             res_model="sale.order.line"
35             src_model="account.analytic.account"
36             />
37             
38         <record id="hr_timesheet.account_analytic_account_form_form" model="ir.ui.view">
39             <field name="name">account.analytic.account.invoice.form.inherit</field>
40             <field name="model">account.analytic.account</field>
41             <field name="type">form</field>
42             <field name="inherit_id" ref="analytic.view_account_analytic_account_form"/>
43             <field eval="18" name="priority"/>
44             <field name="arch" type="xml">
45                 <xpath expr='//field[@name="type"]' position='after'>
46                     <field name="template_id" on_change="on_change_template(template_id)"  domain="[('type','=','template')]" attrs="{'invisible': [('type','in',['view', 'normal','template'])]}" context="{'default_type' : 'template'}"/>
47                 </xpath>
48                 <xpath expr='//field[@name="date"]' position="after">
49                     <group col="6" colspan="2" class="oe_form_group_label_border">
50                         <field name="quantity_max"/><label string="/"/> <label string="Remaining"/> <field name="remaining_hours" nolabel="1"/>
51                     </group>
52                 </xpath>
53                 <xpath expr='//field[@name="pricelist_id"]' position='before'>
54                     <separator colspan="4" string="Invoicing" name="invoicing"/>
55                     <table border="0" colspan="4">
56                         <tr>
57                             <th class="oe_th_160px" height="20px"></th>
58                             <th width="10px"></th>
59                             <th class="oe_th_110px">Est.Tot</th>
60                             <th class="oe_th_110px">Invoiced</th>
61                             <th class="oe_th_110px">Remaining</th>
62                             <th class="oe_th_110px">Ready To Invoice</th>
63                             <th width="10px"></th>
64                             <th></th>
65                             <th></th>
66                         </tr>
67                         <tr>
68                             <th class="oe_border_right">Fix Price Invoices</th>
69                             <td><field name="fix_price_invoices" nolabel="1"/></td>
70                             <td><field class="oe_th_110px" name="amount_max" nolabel="1" attrs="{'invisible': [('fix_price_invoices','=',0)]}"/></td>
71                             <td class="oe_th_110px"><field name="ca_invoiced" nolabel="1" attrs="{'invisible': [('fix_price_invoices','=',0)]}"/></td>
72                             <td class="oe_th_110px oe_border_right"><field name="remaining_ca" nolabel="1" attrs="{'invisible': [('fix_price_invoices','=',0)]}"/></td>
73                             <td class="oe_th_110px"><field name="ca_to_invoice" nolabel="1" attrs="{'invisible': [('fix_price_invoices','=',0)]}"/></td>
74                             <td width="10px"></td>
75                             <td><button class= "oe_btn_width" name="%(action_sales_order_line)d" string="Sales" type="action" context="{'default_project_id': active_id,'search_default_project_id': active_id}" attrs="{'invisible': [('fix_price_invoices','=',0)]}"/></td>
76                             <td><button class= "oe_btn_width" name="%(sale.action_order_line_tree2)d" string="Lines To Invoice" type="action" context="{'default_project_id': active_id,'search_default_project_id': active_id}" attrs="{'invisible': [('fix_price_invoices','=',0)]}"/></td>
77                         </tr>
78                         <tr>
79                             <th class="oe_border_right">Invoice On Timesheets</th>
80                             <td><field name="invoice_on_timesheets" nolabel="1"/></td>
81                             <td><field class="oe_th_110px" name="quantity_max" nolabel="1" attrs="{'invisible': [('invoice_on_timesheets','=',0)]}"/></td>
82                             <td class="oe_th_110px"><field name="hours_qtt_invoiced" nolabel="1" attrs="{'invisible': [('invoice_on_timesheets','=',0)]}"/></td>
83                             <td class="oe_th_110px oe_border_right"><field name="remaining_hours" nolabel="1" attrs="{'invisible': [('invoice_on_timesheets','=',0)]}"/></td>
84                             <td class="oe_th_110px"><field name="hours_qtt_non_invoiced" nolabel="1" attrs="{'invisible': [('invoice_on_timesheets','=',0)]}"/></td>
85                             <td width="10px"></td>
86                             <td><button class= "oe_btn_width" name="%(hr_timesheet.act_hr_timesheet_line_evry1_all_form)d" string="Timesheets" type="action" attrs="{'invisible': [('invoice_on_timesheets','=',0)]}"/></td>
87                             <td><button class= "oe_btn_width" name="%(hr_timesheet_invoice.act_acc_analytic_acc_2_report_acc_analytic_line_to_invoice)d" string="Invoice Timesheets" type="action" attrs="{'invisible': [('invoice_on_timesheets','=',0)]}"/></td>
88                         </tr>
89                         <tr>
90                             <th class="oe_border_right">Charge Expenses</th>
91                             <td><field name="charge_expenses" nolabel="1"/></td>
92                             <td><field class="oe_th_110px" name="expense_max" nolabel="1" attrs="{'invisible': [('charge_expenses','=',0)]}"/></td>
93                             <td class="oe_th_110px"><field name="expense_invoiced" nolabel="1" attrs="{'invisible': [('charge_expenses','=',0)]}"/></td>
94                             <td class="oe_th_110px oe_border_right"><field name="remaining_expense" nolabel="1" attrs="{'invisible': [('charge_expenses','=',0)]}"/></td>
95                             <td class="oe_th_110px"><field name="expense_to_invoice" nolabel="1" attrs="{'invisible': [('charge_expenses','=',0)]}"/></td>
96                             <td width="10px"></td>
97                             <td><button class= "oe_btn_width" name="open_hr_expense" string="Expenses" type="object" attrs="{'invisible': [('charge_expenses','=',0)]}"/></td>
98                             <td><button class= "oe_btn_width" name="hr_to_invoiced_expense" string="Invoice Expenses" type="object" attrs="{'invisible': [('charge_expenses','=',0)]}"/></td>
99                         </tr>
100                         <tr>
101                             <th class="oe_border_right">Total</th>
102                             <td width="10px"></td>
103                             <td class="oe_th_110px oe_border_top"><field name="est_total" nolabel="1"/></td>
104                             <td class="oe_th_110px oe_border_top"><field name="invoiced_total" nolabel="1"/></td>
105                             <td class="oe_th_110px oe_border_right oe_border_top"><field name="remaining_total" nolabel="1"/></td>
106                             <td class="oe_th_110px oe_border_top"><field name="toinvoice_total" nolabel="1"/></td>
107                         </tr>
108                     </table>
109                 </xpath>
110             </field>
111         </record>
112
113         <record id="project_account_analytic_account_form" model="ir.ui.view">
114             <field name="name">project.project.form.inherit</field>
115             <field name="model">project.project</field>
116             <field name="type">form</field>
117             <field name="inherit_id" ref="project.edit_project"/>
118             <field eval="18" name="priority"/>
119             <field name="arch" type="xml">
120                 <xpath expr='//page[@name="team"]' position='after'>
121                     <page string="Contract Data">
122                         <group col="4" colspan="4">
123                             <group colspan="2" col= "2" class="oe_form_group_label_border">
124                                 <separator colspan="2" string="Validity"/>
125                                 <field name="date_start"/>
126                                 <field name="date"/>
127                             </group>
128                             <group colspan="2" col= "2" class="oe_form_group_label_border" attrs="{'invisible': [('invoice_on_timesheets','=',0)]}">
129                                 <separator colspan="2" string="Invoice Rate"/>
130                                 <field name="pricelist_id" />
131                                 <field name="to_invoice" widget="selection" />
132                             </group>
133                         </group>
134                         <group col="6" colspan="2" class="oe_form_group_label_border">
135                             <field name="quantity_max"/><field name="company_uom_id" nolabel="1" readonly="1"/><field name="remaining_hours" string="/ Remaining"/>
136                         </group>
137                         <separator colspan="4" string="Invoicing"/>
138                         <group col="1" colspan="4">
139                         <table border="0">
140                             <tr>
141                                 <th class="oe_th_160px" height="20px"></th>
142                                 <th width="10px"></th>
143                                 <th class="oe_th_110px">Est.Tot</th>
144                                 <th class="oe_th_110px">Invoiced</th>
145                                 <th class="oe_th_110px">Remaining</th>
146                                 <th class="oe_th_110px">Ready To Invoice</th>
147                                 <th width="10px"></th>
148                                 <th></th>
149                                 <th></th>
150                             </tr>
151                             <tr>
152                                 <th class="oe_border_right">Fix Price Invoices</th>
153                                 <td><field name="fix_price_invoices" nolabel="1"/></td>
154                                 <td><field class="oe_th_110px" name="amount_max" nolabel="1" attrs="{'invisible': [('fix_price_invoices','=',0)]}"/></td>
155                                 <td class="oe_th_110px"><field name="ca_invoiced" nolabel="1" attrs="{'invisible': [('fix_price_invoices','=',0)]}"/></td>
156                                 <td class="oe_th_110px oe_border_right"><field name="remaining_ca" nolabel="1" attrs="{'invisible': [('fix_price_invoices','=',0)]}"/></td>
157                                 <td class="oe_th_110px"><field name="ca_to_invoice" nolabel="1" attrs="{'invisible': [('fix_price_invoices','=',0)]}"/></td>
158                                 <td width="10px"></td>
159                                 <td><button class= "oe_btn_width" name="%(action_sales_order_line)d" string="Sales" type="action" context="{'default_project_id': active_id,'search_default_project_id': active_id}" attrs="{'invisible': [('fix_price_invoices','=',0)]}"/></td>
160                                 <td><button class= "oe_btn_width" name="%(sale.action_order_line_tree2)d" string="Lines To Invoice" type="action" context="{'default_project_id': active_id,'search_default_project_id': active_id}" attrs="{'invisible': [('fix_price_invoices','=',0)]}"/></td>
161                             </tr>
162                             <tr>
163                                 <th class="oe_border_right">Invoice On Timesheets</th>
164                                 <td><field name="invoice_on_timesheets" nolabel="1"/></td>
165                                 <td><field class="oe_th_110px" name="quantity_max" nolabel="1" attrs="{'invisible': [('invoice_on_timesheets','=',0)]}"/></td>
166                                 <td class="oe_th_110px"><field name="hours_qtt_invoiced" nolabel="1" attrs="{'invisible': [('invoice_on_timesheets','=',0)]}"/></td>
167                                 <td class="oe_th_110px oe_border_right"><field name="remaining_hours" nolabel="1" attrs="{'invisible': [('invoice_on_timesheets','=',0)]}"/></td>
168                                 <td class="oe_th_110px"><field name="hours_qtt_non_invoiced" nolabel="1" attrs="{'invisible': [('invoice_on_timesheets','=',0)]}"/></td>
169                                 <td width="10px"></td>
170                                 <td><button class= "oe_btn_width" name="%(hr_timesheet.act_hr_timesheet_line_evry1_all_form)d" string="Timesheets" type="action" attrs="{'invisible': [('invoice_on_timesheets','=',0)]}"/></td>
171                                 <td><button class= "oe_btn_width" name="%(hr_timesheet_invoice.act_acc_analytic_acc_2_report_acc_analytic_line_to_invoice)d" string="Invoice Timesheets" type="action" attrs="{'invisible': [('invoice_on_timesheets','=',0)]}"/></td>
172                             </tr>
173                             <tr>
174                                 <th class="oe_border_right">Charge Expenses</th>
175                                 <td><field name="charge_expenses" nolabel="1"/></td>
176                                 <td><field class="oe_th_110px" name="expense_max" nolabel="1" attrs="{'invisible': [('charge_expenses','=',0)]}"/></td>
177                                 <td class="oe_th_110px"><field name="expense_invoiced" nolabel="1" attrs="{'invisible': [('charge_expenses','=',0)]}"/></td>
178                                 <td class="oe_th_110px oe_border_right"><field name="remaining_expense" nolabel="1" attrs="{'invisible': [('charge_expenses','=',0)]}"/></td>
179                                 <td class="oe_th_110px"><field name="expense_to_invoice" nolabel="1" attrs="{'invisible': [('charge_expenses','=',0)]}"/></td>
180                                 <td width="10px"></td>
181                                 <td><button class= "oe_btn_width" name="open_hr_expense" string="Expenses" type="object" attrs="{'invisible': [('charge_expenses','=',0)]}"/></td>
182                                 <td><button class= "oe_btn_width" name="hr_to_invoiced_expense" string="Invoice Expenses" type="object" attrs="{'invisible': [('charge_expenses','=',0)]}"/></td>
183                             </tr>
184                             <tr>
185                                 <th class="oe_border_right">Total</th>
186                                 <td width="10px"></td>
187                                 <td class="oe_th_110px oe_border_top"><field name="est_total" nolabel="1"/></td>
188                                 <td class="oe_th_110px oe_border_top"><field name="invoiced_total" nolabel="1"/></td>
189                                 <td class="oe_th_110px oe_border_right oe_border_top"><field name="remaining_total" nolabel="1"/></td>
190                                 <td class="oe_th_110px oe_border_top"><field name="toinvoice_total" nolabel="1"/></td>
191                             </tr>
192                         </table>
193                     </group>
194                     </page>
195                 </xpath>
196             </field>
197         </record>
198
199         <!-- Add information on Account analytic list for the project management -->
200         <record id="view_account_analytic_account_tree_c2c_2" model="ir.ui.view">
201             <field name="name">account.analytic.account.tree</field>
202             <field name="model">account.analytic.account</field>
203             <field name="inherit_id" ref="account.view_account_analytic_account_list"/>
204             <field name="type">tree</field>
205             <field name="arch" type="xml">
206                 <field name="quantity" position="replace">
207                     <field name="hours_quantity"/>
208                     <field name="hours_qtt_non_invoiced"/>
209                     <field name="remaining_hours"/>
210                     <field name="quantity_max"/>
211                 </field>
212             </field>
213         </record>
214
215         <record id="view_account_analytic_account_tree_c2c_3" model="ir.ui.view">
216             <field name="name">account.analytic.account.tree</field>
217             <field name="model">account.analytic.account</field>
218             <field name="inherit_id" ref="account.view_account_analytic_account_list"/>
219             <field name="type">tree</field>
220             <field name="arch" type="xml">
221                 <field name="date" position="before">
222                     <field name="last_invoice_date"/>
223                     <field name="ca_to_invoice"/>
224                 </field>
225             </field>
226         </record>
227         
228         <record id="template_of_contract_action" model="ir.actions.act_window">
229             <field name="name">Template of Contract</field>
230             <field name="type">ir.actions.act_window</field>
231             <field name="res_model">account.analytic.account</field>
232             <field name="view_type">form</field>
233             <field name="view_mode">tree,form</field>
234             <field name="domain">[('type','=','template')]</field>
235             <field name="context">{'search_default_type':'template','default_type' : 'template'}</field>
236         </record>
237         <menuitem action="template_of_contract_action" id="menu_template_of_contract_action" parent="base.menu_base_config" />
238     </data>
239 </openerp>