[IMP]:improved view and css for contract 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="partner_id"]' 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="1" colspan="4">
56                         <tr>
57                         <th class="oe_th_155px" 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 class="oe_th_150px"></th>
65                         <th class="oe_th_150px"></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 class="oe_th_150px"><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 class="oe_th_150px"><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 class="oe_th_150px"><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 class="oe_th_150px"><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 class="oe_th_150px"><button class= "oe_btn_width" name="open_hr_expense" string="Expenses" type="object" attrs="{'invisible': [('charge_expenses','=',0)]}"/></td>
98                         <td class="oe_th_150px"><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 colspan="2" col= "2" class="oe_form_group_label_border">
123                             <separator colspan="2" string="Validity"/>
124                             <field name="date_start"/>
125                             <field name="date"/>
126                         </group>
127             <group colspan="2" col= "2" class="oe_form_group_label_border">
128                             <separator colspan="2" string="Invoice Rate"/>
129                             <field name="pricelist_id" attrs="{'invisible': ['|',('invoice_on_timesheets','=',0),('charge_expenses','=',0)]}"/>
130                 <field name="to_invoice" widget="selection" attrs="{'invisible': [('invoice_on_timesheets','=',0)]}"/>
131                         </group> 
132             <group col="6" colspan="2" class="oe_form_group_label_border">
133                             <field name="quantity_max"/><field name="company_uom_id" nolabel="1" readonly="1"/><field name="remaining_hours" string="/ Remaining"/>
134                         </group>
135                 <separator colspan="4" string="Invoicing"/>
136                 <group col="1" colspan="4">
137                 <table border="0">
138                 <tr>
139                     <th class="oe_th_137px" height="20px"></th>
140                     <th width="10px"></th>
141                     <th class="oe_th_110px">Est.Tot</th>
142                     <th class="oe_th_110px">Invoiced</th>
143                     <th class="oe_th_110px">Remaining</th>
144                     <th class="oe_th_110px">Ready To Invoice</th>
145                     <th width="10px"></th>
146                     <th class="oe_th_150px"></th>
147                     <th class="oe_th_150px"></th>
148                 </tr>
149                 <tr>
150                     <th class="oe_border_right">Fix Price Invoices</th>
151                     <td><field name="fix_price_invoices" nolabel="1"/></td>
152                     <td class="oe_amount_center oe_th_110px"><field name="amount_max" nolabel="1" attrs="{'invisible': [('fix_price_invoices','=',0)]}"/></td>
153                     <td class="oe_amount_center oe_th_110px"><field name="ca_invoiced" nolabel="1" attrs="{'invisible': [('fix_price_invoices','=',0)]}"/></td>
154                     <td class="oe_amount_center oe_th_110px oe_border_right"><field name="remaining_ca" nolabel="1" attrs="{'invisible': [('fix_price_invoices','=',0)]}"/></td>
155                     <td class="oe_amount_center oe_th_110px"><field name="ca_to_invoice" nolabel="1" attrs="{'invisible': [('fix_price_invoices','=',0)]}"/></td>
156                     <td width="10px"></td>
157                     <td class="oe_th_150px"><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>
158                     <td class="oe_th_150px"><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>
159                 </tr>
160                 <tr>
161                     <th class="oe_border_right">Inv. On Timesheets</th>
162                     <td><field name="invoice_on_timesheets" nolabel="1"/></td>
163                     <td class="oe_amount_center oe_th_110px"><field name="quantity_max" nolabel="1" attrs="{'invisible': [('invoice_on_timesheets','=',0)]}"/></td>
164                     <td class="oe_amount_center oe_th_110px"><field name="hours_qtt_invoiced" nolabel="1" attrs="{'invisible': [('invoice_on_timesheets','=',0)]}"/></td>
165                     <td class="oe_amount_center oe_th_110px oe_border_right"><field name="remaining_hours" nolabel="1" attrs="{'invisible': [('invoice_on_timesheets','=',0)]}"/></td>
166                     <td class="oe_amount_center oe_th_110px"><field name="hours_qtt_non_invoiced" nolabel="1" attrs="{'invisible': [('invoice_on_timesheets','=',0)]}"/></td>
167                     <td width="10px"></td>
168                     <td class="oe_th_150px"><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>
169                     <td class="oe_th_150px"><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>
170                 </tr>
171                 <tr>
172                     <th class="oe_border_right">Charge Expenses</th>
173                     <td><field name="charge_expenses" nolabel="1"/></td>
174                     <td class="oe_amount_center oe_th_110px"><field name="expense_max" nolabel="1" attrs="{'invisible': [('charge_expenses','=',0)]}"/></td>
175                     <td class="oe_amount_center oe_th_110px"><field name="expense_invoiced" nolabel="1" attrs="{'invisible': [('charge_expenses','=',0)]}"/></td>
176                     <td class="oe_amount_center oe_th_110px oe_border_right"><field name="remaining_expense" nolabel="1" attrs="{'invisible': [('charge_expenses','=',0)]}"/></td>
177                     <td class="oe_amount_center oe_th_110px"><field name="expense_to_invoice" nolabel="1" attrs="{'invisible': [('charge_expenses','=',0)]}"/></td>
178                     <td width="10px"></td>
179                     <td class="oe_th_150px"><button class= "oe_btn_width" name="open_hr_expense" string="Expenses" type="object" attrs="{'invisible': [('charge_expenses','=',0)]}"/></td>
180                     <td class="oe_th_150px"><button class= "oe_btn_width" name="hr_to_invoiced_expense" string="Invoice Expenses" type="object" attrs="{'invisible': [('charge_expenses','=',0)]}"/></td>
181                 </tr>
182                 <tr>
183                     <th class="oe_border_right">Total</th>
184                     <td width="10px"></td>
185                     <td class="oe_amount_center oe_th_110px oe_border_top"><field name="est_total" nolabel="1"/></td>
186                     <td class="oe_amount_center oe_th_110px oe_border_top"><field name="invoiced_total" nolabel="1"/></td>
187                     <td class="oe_amount_center oe_th_110px oe_border_right oe_border_top"><field name="remaining_total" nolabel="1"/></td>
188                     <td class="oe_amount_center oe_th_110px oe_border_top"><field name="toinvoice_total" nolabel="1"/></td>
189                 </tr>
190                 </table>
191             </group>
192                     </page>
193                 </xpath>
194             </field>
195         </record>
196
197         <!-- Add information on Account analytic list for the project management -->
198         <record id="view_account_analytic_account_tree_c2c_2" model="ir.ui.view">
199             <field name="name">account.analytic.account.tree</field>
200             <field name="model">account.analytic.account</field>
201             <field name="inherit_id" ref="account.view_account_analytic_account_list"/>
202             <field name="type">tree</field>
203             <field name="arch" type="xml">
204                 <field name="quantity" position="replace">
205                     <field name="hours_quantity"/>
206                     <field name="hours_qtt_non_invoiced"/>
207                     <field name="remaining_hours"/>
208                     <field name="quantity_max"/>
209                 </field>
210             </field>
211         </record>
212
213         <record id="view_account_analytic_account_tree_c2c_3" model="ir.ui.view">
214             <field name="name">account.analytic.account.tree</field>
215             <field name="model">account.analytic.account</field>
216             <field name="inherit_id" ref="account.view_account_analytic_account_list"/>
217             <field name="type">tree</field>
218             <field name="arch" type="xml">
219                 <field name="date" position="before">
220                     <field name="last_invoice_date"/>
221                     <field name="ca_to_invoice"/>
222                 </field>
223             </field>
224         </record>
225         
226         <record id="template_of_contract_action" model="ir.actions.act_window">
227             <field name="name">Template Of Contract</field>
228             <field name="type">ir.actions.act_window</field>
229             <field name="res_model">account.analytic.account</field>
230             <field name="view_type">form</field>
231             <field name="view_mode">tree,form</field>
232             <field name="domain">[('type','=','template')]</field>
233             <field name="context">{'search_default_type':'template','default_type' : 'template'}</field>
234         </record>
235         <menuitem action="template_of_contract_action" id="menu_template_of_contract_action" parent="base.menu_base_config" />
236     </data>
237 </openerp>