[IMP] set page string and remove invoice stat field due to use of multiple time.
[odoo/odoo.git] / addons / purchase / purchase_view.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <openerp>
3     <data>
4
5         <!-- Top menu item -->
6         <menuitem name="Purchases"
7             id="base.menu_purchase_root"
8             groups="group_purchase_manager,group_purchase_user"
9             sequence="40"/>
10
11         <menuitem id="menu_procurement_management" name="Purchase"
12             parent="base.menu_purchase_root" sequence="1" />
13
14         <menuitem id="menu_purchase_config_purchase" name="Configuration"
15             groups="group_purchase_manager"
16             parent="base.menu_purchase_root" sequence="100"/>
17         <menuitem
18             action="product.product_pricelist_action_for_purchase" id="menu_product_pricelist_action2_purchase"
19             parent="menu_purchase_config_purchase" sequence="10" groups="product.group_purchase_pricelist" />
20
21         <record id="purchase_pricelist_version_action" model="ir.actions.act_window">
22             <field name="name">Pricelist Versions</field>
23             <field name="type">ir.actions.act_window</field>
24             <field name="res_model">product.pricelist.version</field>
25             <field name="view_type">form</field>
26             <field name="view_id" ref="product.product_pricelist_version_tree_view"/>
27             <field name="domain">[('pricelist_id.type','=','purchase')]</field>
28             <field name="help" type="html">
29               <p class="oe_view_nocontent_create">
30                 Click to add a pricelist version.
31               </p><p>
32                 There can be more than one version of a pricelist, each of
33                 these must be valid during a certain period of time. Some
34                 examples of versions: Main Prices, 2010, 2011, Summer Sales,
35                 etc.
36               </p>
37             </field>
38         </record>
39         <menuitem
40             id="menu_purchase_config_pricelist" name="Pricelists"
41             parent="menu_purchase_config_purchase" sequence="50" groups="product.group_purchase_pricelist"/>
42
43         <menuitem
44             action="purchase_pricelist_version_action" id="menu_purchase_pricelist_version_action"
45             parent="menu_purchase_config_pricelist" sequence="2" groups="product.group_purchase_pricelist"/>
46
47         
48         <menuitem
49             action="product.product_price_type_action" id="menu_product_pricelist_action2_purchase_type"
50             parent="menu_purchase_config_pricelist" sequence="60" />
51         <menuitem
52             id="menu_product_in_config_purchase" name="Products"
53             parent="menu_purchase_config_purchase" sequence="30" groups="base.group_no_one"/>
54
55         <menuitem
56             action="product.product_category_action_form" id="menu_product_category_config_purchase"
57             parent="purchase.menu_product_in_config_purchase" sequence="1" />
58
59         <menuitem
60             id="menu_purchase_unit_measure_purchase" name="Units of Measure"
61             parent="purchase.menu_product_in_config_purchase"  sequence="20" groups="product.group_uom"/>
62
63         <menuitem
64              action="product.product_uom_categ_form_action" id="menu_purchase_uom_categ_form_action"
65              parent="purchase.menu_product_in_config_purchase" sequence="5" />
66
67         <menuitem
68               action="product.product_uom_form_action" id="menu_purchase_uom_form_action"
69               parent="purchase.menu_product_in_config_purchase" sequence="10"/>
70
71         <menuitem
72             id="menu_purchase_partner_cat" name="Address Book"
73             parent="menu_purchase_config_purchase"/>
74
75         <menuitem
76             action="base.action_partner_category_form" id="menu_partner_categories_in_form" name="Partner Categories"
77             parent="purchase.menu_purchase_partner_cat" groups="base.group_no_one"/>
78
79     <!--Supplier menu-->
80     <menuitem id="base.menu_procurement_management_supplier_name" name="Suppliers"
81         parent="menu_procurement_management"
82         action="base.action_partner_supplier_form" sequence="15"/>
83
84       <!--Inventory control-->
85       <menuitem id="menu_procurement_management_inventory" name="Incoming Products"
86             parent="base.menu_purchase_root" sequence="4"/>
87       <menuitem action="stock.action_picking_tree4" id="menu_action_picking_tree4" parent="menu_procurement_management_inventory"
88             name="Incoming Shipments" sequence="9"/>
89       <menuitem action="stock.action_reception_picking_move" id="menu_action_picking_tree_in_move"
90             parent="menu_procurement_management_inventory" sequence="11"/>
91
92     <!--Invoice control-->
93     <menuitem id="menu_procurement_management_invoice" name="Invoice Control"
94         parent="base.menu_purchase_root" sequence="6"/>
95
96     <record id="action_invoice_pending" model="ir.actions.act_window">
97         <field name="name">On Draft Invoices</field>
98         <field name="res_model">account.invoice</field>
99         <field name="view_type">form</field>
100         <field name="view_mode">tree,form,calendar,graph</field>
101         <field eval="False" name="view_id"/>
102         <field name="domain">[('type','=','in_invoice')]</field>
103         <field name="context">{'default_type':'in_invoice', 'type':'in_invoice', 'journal_type': 'purchase', 'search_default_draft': 1}</field>
104         <field name="search_view_id" ref="account.view_account_invoice_filter"/>
105         <field name="help" type="html">
106           <p class="oe_view_nocontent_create">
107             Click to create a draft invoice.
108           </p><p>
109             Use this menu to control the invoices to be received from your
110             supplier. OpenERP generates draft invoices from your purchase
111             orders or receptions, according to your settings.
112           </p><p>
113             Once you receive a supplier invoice, you can match it with the
114             draft invoice and validate it.
115           </p>
116         </field>
117     </record>
118
119      <menuitem
120           id="menu_procurement_management_pending_invoice"
121           action="action_invoice_pending"
122           parent="menu_procurement_management_invoice"
123           sequence="13"/>
124
125       <!-- Product menu-->
126       <menuitem id="menu_procurement_management_product" name="Products"
127           parent="base.menu_purchase_root" sequence="8"/>
128
129       <menuitem name="Products by Category" id="menu_product_by_category_purchase_form" action="product.product_category_action"
130            parent="menu_procurement_management_product" sequence="10"/>
131
132       <menuitem name="Products" id="menu_procurement_partner_contact_form" action="product.product_normal_action_puchased"
133           parent="menu_procurement_management_product"/>
134
135         <!-- Purchase order Read/Unread actions -->
136         <record id="actions_server_purchase_order_unread" model="ir.actions.server">
137             <field name="name">Mark unread</field>
138             <field name="condition">True</field>
139             <field name="type">ir.actions.server</field>
140             <field name="model_id" ref="model_purchase_order"/>
141             <field name="state">code</field>
142             <field name="code">self.message_mark_as_unread(cr, uid, context.get('active_ids'), context=context)</field>
143         </record>
144         <record id="action_purchase_order_unread" model="ir.values">
145             <field name="name">action_purchase_order_unread</field>
146             <field name="action_id" ref="actions_server_purchase_order_unread"/>
147             <field name="value" eval="'ir.actions.server,' + str(ref('actions_server_purchase_order_unread'))" />
148             <field name="key">action</field>
149             <field name="model_id" ref="model_purchase_order" />
150             <field name="model">purchase.order</field>
151             <field name="key2">client_action_multi</field>
152         </record>
153
154         <record id="actions_server_purchase_order_read" model="ir.actions.server">
155             <field name="name">Mark read</field>
156             <field name="condition">True</field>
157             <field name="type">ir.actions.server</field>
158             <field name="model_id" ref="model_purchase_order"/>
159             <field name="state">code</field>
160             <field name="code">self.message_mark_as_read(cr, uid, context.get('active_ids'), context=context)</field>
161         </record>
162         <record id="action_purchase_order_read" model="ir.values">
163             <field name="name">action_purchase_order_read</field>
164             <field name="action_id" ref="actions_server_purchase_order_read"/>
165             <field name="value" eval="'ir.actions.server,' + str(ref('actions_server_purchase_order_read'))" />
166             <field name="key">action</field>
167             <field name="model_id" ref="model_purchase_order" />
168             <field name="model">purchase.order</field>
169             <field name="key2">client_action_multi</field>
170         </record>
171
172         <record model="ir.ui.view" id="purchase_order_calendar">
173             <field name="name">purchase.order.calendar</field>
174             <field name="model">purchase.order</field>
175             <field name="priority" eval="2"/>
176             <field name="arch" type="xml">
177                 <calendar string="Calendar View" date_start="minimum_planned_date" color="partner_id">
178                     <field name="name"/>
179                     <field name="amount_total"/>
180                     <field name="partner_id"/>
181                 </calendar>
182             </field>
183         </record>
184         <record model="ir.ui.view" id="purchase_order_graph">
185             <field name="name">purchase.order.graph</field>
186             <field name="model">purchase.order</field>
187             <field name="arch" type="xml">
188                 <graph string="Purchase Order" type="bar">
189                     <field name="partner_id"/>
190                     <field name="amount_total" operator="+"/>
191                 </graph>
192             </field>
193         </record>
194
195         <record id="purchase_order_form" model="ir.ui.view">
196             <field name="name">purchase.order.form</field>
197             <field name="model">purchase.order</field>
198             <field name="arch" type="xml">
199                 <form string="Purchase Order" version="7.0">
200                 <header>
201                     <button name="wkf_send_rfq" states="draft" string="Send Request for Quotation" type="object" context="{'send_rfq':True}" class="oe_highlight"/>
202                     <button name="purchase_confirm" states="draft" string="Confirm Order"/>
203                     <button name="purchase_confirm" states="sent" string="Confirm Order" class="oe_highlight"/>
204                     <button name="wkf_send_rfq" states="confirmed" string="Resend Purchase Order" type="object" class="oe_highlight"/>
205                     <button name="action_cancel" states="except_picking,except_invoice" string="Cancel" type="object" />
206                     <button name="picking_ok" states="except_picking" string="Manually Corrected"/>
207                     <button name="invoice_ok" states="except_invoice" string="Manually Corrected"/>
208                     <button name="purchase_approve" states="confirmed" string="Approve Order" class="oe_highlight" groups="purchase.group_purchase_manager"/>
209                     <button name="view_picking" string="Receive Products" type="object" attrs="{'invisible': ['|', ('shipped','=',True), ('state','!=', 'approved')]}" class="oe_highlight"/>
210                     <button name="view_invoice" string="Receive Invoice" type="object" attrs="{'invisible': ['|', ('invoice_method','=','picking'), '|', ('state','!=', 'approved'), ('invoiced','=',True) ]}" class="oe_highlight"/>
211                     <button name="action_cancel_draft" states="cancel,sent,confirmed" string="Set to Draft" type="object" />
212                     <button name="purchase_cancel" states="draft,confirmed,sent" string="Cancel"/>
213                     <field name="state" widget="statusbar" statusbar_visible="draft,sent,approved,done" statusbar_colors='{"except_picking":"red","except_invoice":"red","confirmed":"blue"}' readonly="1"/>
214                 </header>
215                 <sheet>
216                     <div class="oe_title">
217                         <h1>
218                             <label string="Quotation " attrs="{'invisible': [('state','not in',('draft','sent'))]}"/>
219                             <label string="Purchase Order " attrs="{'invisible': [('state','in',('draft','sent'))]}"/>
220                             <field name="name" class="oe_inline" readonly="1"/>
221                         </h1>
222                     </div>
223                     <group>
224                         <group>
225                             <field name="partner_id" on_change="onchange_partner_id(partner_id)" context="{'search_default_supplier':1,'default_supplier':1,'default_customer':0}" domain="[('supplier','=',True)]"/>
226                             <field name="partner_ref"/>
227                             <field domain="[('type','=','purchase')]" name="pricelist_id" groups="product.group_purchase_pricelist" on_change="onchange_pricelist(pricelist_id, context)"/>
228                             <field name="currency_id" invisible='1'/>
229                         </group>
230                         <group>
231                             <field name="date_order"/>
232                             <field name="origin" attr="{'invisible': [('origin','=',False)]}"/>
233                             <field name="warehouse_id" on_change="onchange_warehouse_id(warehouse_id)" widget="selection" groups="stock.group_locations"/>
234                             <field name="company_id" groups="base.group_multi_company" widget="selection"/>
235                         </group>
236                     </group>
237                     <notebook>
238                         <page string="Purchase Order">
239                             <field name="order_line">
240                                 <tree string="Purchase Order Lines" editable="bottom">
241                                     <field name="product_id" on_change="onchange_product_id(parent.pricelist_id,product_id,product_qty,product_uom,parent.partner_id, parent.date_order,parent.fiscal_position,date_planned,name,price_unit,context)"/>
242                                     <field name="name"/>
243                                     <field name="date_planned"/>
244                                     <field name="company_id" groups="base.group_multi_company" widget="selection"/>
245                                     <field name="account_analytic_id" groups="purchase.group_analytic_accounting" domain="[('parent_id','!=',False)]"/>
246                                     <field name="product_qty" on_change="onchange_product_id(parent.pricelist_id,product_id,product_qty,product_uom,parent.partner_id,parent.date_order,parent.fiscal_position,date_planned,name,price_unit,context)"/>
247                                     <field name="product_uom" groups="product.group_uom" on_change="onchange_product_uom(parent.pricelist_id,product_id,product_qty,product_uom,parent.partner_id, parent.date_order,parent.fiscal_position,date_planned,name,price_unit,context)"/>
248                                     <field name="price_unit"/>
249                                     <field name="taxes_id" widget="many2many_tags" domain="[('parent_id','=',False),('type_tax_use','!=','sale')]"/>
250                                     <field name="price_subtotal"/>
251                                 </tree>
252                             </field>
253                             <group class="oe_subtotal_footer oe_right">
254                                 <field name="amount_untaxed" widget="monetary" options="{'currency_field': 'currency_id'}"/>
255                                 <field name="amount_tax" widget="monetary" options="{'currency_field': 'currency_id'}"/>
256                                 <div class="oe_subtotal_footer_separator oe_inline">
257                                     <label for="amount_total"/>
258                                     <button name="button_dummy"
259                                         states="draft" string="(update)" type="object" class="oe_edit_only oe_link"/>
260                                 </div>
261                                 <field name="amount_total" nolabel="1" class="oe_subtotal_footer_separator" widget="monetary" options="{'currency_field': 'currency_id'}"/>
262                             </group>
263                             <div class="oe_clear"/>
264                             <label for="notes"/>
265                             <field name="notes" class="oe_inline"/>
266                         </page>
267                         <page string="Incoming Shipments &amp; Invoices">
268                             <group>
269                                 <group>
270                                     <field name="dest_address_id" string="Customer Address" on_change="onchange_dest_address_id(dest_address_id)"/>
271                                     <field name="minimum_planned_date"/>
272                                     <field name="location_id" groups="stock.group_locations"/>
273                                     <field name="shipped" groups="base.group_no_one"/>
274                                 </group>
275                                 <group>
276                                     <field name="invoice_method"/>
277                                     <field name="invoiced"/>
278                                     <field name="fiscal_position"/>
279                                     <!-- We do not need these fields anymore, the information is in open chatter -->
280                                     <field name="validator" groups="base.group_no_one"/>
281                                     <field name="date_approve" groups="base.group_no_one"/>
282                                 </group>
283                             </group>
284                         </page>
285                     </notebook>
286                 </sheet>
287                 <div class="oe_chatter">
288                     <field name="message_follower_ids" widget="mail_followers"/>
289                     <field name="message_ids" widget="mail_thread"/>
290                 </div>
291                 </form>
292             </field>
293         </record>
294
295        <record id="view_request_for_quotation_filter" model="ir.ui.view">
296             <field name="name">request.quotation.select</field>
297             <field name="model">purchase.order</field>
298             <field name="arch" type="xml">
299                 <search string="Search Purchase Order">
300                     <field name="name" string="Reference"/>
301                     <filter icon="terp-document-new" name="draft" string="Quotations" domain="[('state','=','draft')]" help="Purchase order which are in draft state"/>
302                     <filter icon="terp-check" name="approved" string="Approved" domain="[('state','in',('approved','done'))]" help="Approved purchase order"/>
303                     <filter icon="terp-emblem-important" name="exception" string="Exception" domain="[('state','in',('except_invoice','except_picking'))]" help="Purchase order which are in the exception state"/>
304                     <separator/>
305                     <filter icon="terp-gtk-go-back-rtl" name="not_invoiced" string="Not Invoiced" domain="[('invoice_ids','=', False)]" help="Purchase orders that include lines not invoiced."/>
306                     <field name="partner_id"/>
307                     <field name="product_id"/>
308                     <field name="create_uid"/>
309                     <group expand="0" string="Group By...">
310                         <filter string="Supplier" icon="terp-partner" domain="[]" context="{'group_by':'partner_id'}"/>
311                         <filter string="Source" icon="terp-gtk-jump-to-rtl" domain="[]" context="{'group_by':'origin'}"/>
312                         <filter string="Status" icon="terp-stock_effects-object-colorize" domain="[]" context="{'group_by':'state'}"/>
313                         <filter string="Order Date" icon="terp-go-month" domain="[]" context="{'group_by':'date_order'}"/>
314                         <filter string="Expected Date" icon="terp-go-month" domain="[]" context="{'group_by':'minimum_planned_date'}"/>
315                     </group>
316                 </search>
317             </field>
318         </record>
319
320         <record id="view_purchase_order_filter" model="ir.ui.view">
321             <field name="name">purchase.order.list.select</field>
322             <field name="model">purchase.order</field>
323             <field name="arch" type="xml">
324                 <search string="Search Purchase Order">
325                     <field name="name" string="Reference"/>
326                     <filter icon="terp-mail-message-new" string="Unread Messages" name="message_unread" domain="[('message_unread','=',True)]"/>
327                     <separator/>
328                     <filter icon="terp-document-new" name="draft" string="Quotations" domain="[('state','=','draft')]" help="Purchase orders which are in draft state"/>
329                     <filter icon="terp-check" name="approved" string="Purchase Orders" domain="[('state','not in',('draft','cancel'))]" help="Approved purchase orders"/>
330                     <filter icon="terp-emblem-important" name="exception" string="Exception" domain="[('state','in',('except_invoice','except_picking'))]" help="Purchase orders which are in exception state"/>
331                     <separator/>
332                     <filter icon="terp-gtk-go-back-rtl" name="not_invoiced" string="Not Invoiced" domain="[('invoice_ids','=', False)]" help="Purchase orders that include lines not invoiced."/>
333                     <field name="partner_id"/>
334                     <field name="product_id"/>
335                     <field name="create_uid"/>
336                     <group expand="0" string="Group By...">
337                         <filter string="Supplier" icon="terp-partner" domain="[]" context="{'group_by':'partner_id'}"/>
338                         <filter string="Source" icon="terp-gtk-jump-to-rtl" domain="[]" context="{'group_by':'origin'}"/>
339                         <filter string="Status" icon="terp-stock_effects-object-colorize" domain="[]" context="{'group_by':'state'}"/>
340                         <filter string="Order Date" icon="terp-go-month" domain="[]" context="{'group_by':'date_order'}"/>
341                         <filter string="Expected Date" icon="terp-go-month" domain="[]" context="{'group_by':'minimum_planned_date'}"/>
342                     </group>
343                 </search>
344             </field>
345         </record>
346
347         <record id="purchase_order_tree" model="ir.ui.view">
348             <field name="name">purchase.order.tree</field>
349             <field name="model">purchase.order</field>
350             <field name="arch" type="xml">
351                 <tree fonts="bold:message_unread==True" colors="grey:state=='cancel';blue:state in ('wait','confirmed');red:state in ('except_invoice','except_picking')" string="Purchase Order">
352                     <field name="message_unread" invisible="1"/>
353                     <field name="name" string="Reference"/>
354                     <field name="date_order" />
355                     <field name="partner_id"/>
356                     <field name="company_id" groups="base.group_multi_company" widget="selection"/>
357                     <field name="minimum_planned_date" invisible="context.get('quotation_only', False)"/>
358                     <field name="origin"/>
359                     <field name="amount_untaxed" sum="Total Untaxed amount" string="Untaxed"/>
360                     <field name="amount_total" sum="Total amount"/>
361                     <field name="state"/>
362                 </tree>
363             </field>
364         </record>
365
366         <record id="purchase_rfq" model="ir.actions.act_window">
367             <field name="name">Quotations</field>
368             <field name="type">ir.actions.act_window</field>
369             <field name="res_model">purchase.order</field>
370             <field name="context">{'search_default_draft': 1, 'search_default_to_approve': 1}</field>
371             <field name="domain">[('state','in',('draft','sent','confirmed'))]</field>
372             <field name="view_mode">tree,form,graph,calendar</field>
373             <field name="search_view_id" ref="view_purchase_order_filter"/>
374             <field name="help" type="html">
375               <p class="oe_view_nocontent_create">
376                 Click to create a request for quotation.
377               </p><p>
378                 The quotation contains the history of the discussion/negociation
379                 you had with your supplier. Once confirmed, a request for
380                 quotation is converted into a purchase order.
381               </p><p>
382                 Most propositions of purchase orders are created automatically
383                 by OpenERP based on inventory needs.
384               </p>
385             </field>
386         </record>
387         <menuitem action="purchase_rfq" id="menu_purchase_rfq"
388             parent="menu_procurement_management"
389             sequence="0"/>
390
391         <record id="purchase_form_action" model="ir.actions.act_window">
392             <field name="name">Purchase Orders</field>
393             <field name="type">ir.actions.act_window</field>
394             <field name="res_model">purchase.order</field>
395             <field name="view_mode">tree,form,graph,calendar</field>
396             <field name="context">{}</field>
397             <field name="domain">[('state','not in',('draft','sent','confirmed'))]</field>
398             <field name="search_view_id" ref="view_purchase_order_filter"/>
399             <field name="help" type="html">
400               <p class="oe_view_nocontent_create">
401                 Click to create a quotation that will be converted into a purchase order. 
402               </p><p>
403                 Use this menu to search within your purchase orders by
404                 references, supplier, products, etc. For each purchase order,
405                 you can track the related discussion with the supplier, control
406                 the products received and control the supplier invoices.
407               </p>
408             </field>
409         </record>
410         <menuitem action="purchase_form_action" id="menu_purchase_form_action" parent="menu_procurement_management" sequence="6"/>
411
412         <record id="purchase_order_line_form" model="ir.ui.view">
413             <field name="name">purchase.order.line.form</field>
414             <field name="model">purchase.order.line</field>
415             <field name="arch" type="xml">
416                 <form string="Purchase Order Line" version="7.0">
417                     <sheet>
418                         <group>
419                             <group>
420                                 <field name="product_id" on_change="onchange_product_id(parent.pricelist_id,product_id,product_qty,product_uom,parent.partner_id, parent.date_order,parent.fiscal_position,date_planned,name,price_unit,context)"/>
421                                 <label for="product_qty"/>
422                                 <div>
423                                     <field name="product_qty" on_change="onchange_product_id(parent.pricelist_id,product_id,product_qty,product_uom,parent.partner_id,parent.date_order,parent.fiscal_position,date_planned,name,price_unit,context)" class="oe_inline"/>
424                                     <field name="product_uom" groups="product.group_uom" on_change="onchange_product_uom(parent.pricelist_id,product_id,product_qty,product_uom,parent.partner_id, parent.date_order,parent.fiscal_position,date_planned,name,price_unit,context)" class="oe_inline"/>
425                                 </div>
426                                 <field name="price_unit"/>
427                             </group>
428                             <group>
429                                 <field name="taxes_id" widget="many2many_tags" domain="[('parent_id','=',False),('type_tax_use','!=','sale')]"/>
430                                 <field name="date_planned" widget="date"/>
431                                 <field name="account_analytic_id" colspan="2" groups="purchase.group_analytic_accounting" domain="[('parent_id','!=',False)]" />
432                                 <field name="company_id" groups="base.group_multi_company" widget="selection"/>
433                             </group>
434                         </group>
435                         <notebook>
436                         <page string="Notes">
437                             <field name="name"/>
438                         </page><page string="Invoices and Receptions">
439                             <field name="invoice_lines"/>
440                             <field name="move_ids"/>
441                         </page>
442                         </notebook>
443                     </sheet>
444                 </form>
445             </field>
446         </record>
447
448         <record id="purchase_order_line_tree" model="ir.ui.view">
449             <field name="name">purchase.order.line.tree</field>
450             <field name="model">purchase.order.line</field>
451             <field name="arch" type="xml">
452                 <tree string="Purchase Order Lines">
453                     <field name="order_id"/>
454                     <field name="name"/>
455                     <field name="partner_id" string="Supplier" />
456                     <field name="product_id"/>
457                     <field name="price_unit"/>
458                     <field name="product_qty"/>
459                     <field name="product_uom" groups="product.group_uom"/>
460                     <field name="price_subtotal"/>
461                     <field name="date_planned"  widget="date" width="135"/>
462                     <field name="state" invisible="1"/>
463                     <field name="invoiced" invisible="1"/>
464                 </tree>
465             </field>
466         </record>
467         <record id="purchase_order_line_form2" model="ir.ui.view">
468             <field name="name">purchase.order.line.form2</field>
469             <field name="model">purchase.order.line</field>
470             <field name="priority" eval="20"/>
471             <field name="arch" type="xml">
472                 <form string="Purchase Order Line" version="7.0">
473                     <sheet>
474                         <label for="order_id" class="oe_edit_only"/>
475                         <h1>
476                             <field name="order_id" class="oe_inline"/>
477                             <label string="," attrs="{'invisible':[('date_order','=',False)]}"/>
478                             <field name="date_order" class="oe_inline"/>
479                         </h1>
480                         <label for="partner_id" class="oe_edit_only"/>
481                         <h2><field name="partner_id"/></h2>
482                         <group>
483                             <group>
484                                 <field name="product_id" readonly="1"/>
485                                 <label for="product_qty"/>
486                                 <div>
487                                     <field name="product_qty" readonly="1" class="oe_inline"/>
488                                     <field name="product_uom" readonly="1" groups="product.group_uom" class="oe_inline"/>
489                                 </div>
490                                 <field name="price_unit"/>
491                             </group>
492                             <group>
493                                 <field name="taxes_id" widget="many2many_tags"
494                                     domain="[('parent_id','=',False),('type_tax_use','!=','sale')]"/>
495                                 <field name="date_planned" widget="date" readonly="1"/>
496                                 <field name="company_id" groups="base.group_multi_company" widget="selection"/>
497                                 <field name="account_analytic_id" colspan="4" groups="purchase.group_analytic_accounting" domain="[('parent_id','!=',False)]"/>
498                                 <field name="invoiced"/>
499                             </group>
500                         </group>
501                         <field name="name"/>
502                         <separator string="Manual Invoices"/>
503                         <field name="invoice_lines"/>
504                         <separator string="Stock Moves"/>
505                         <field name="move_ids"/>
506                     </sheet>
507                 </form>
508             </field>
509         </record>
510           <record id="purchase_order_line_search" model="ir.ui.view">
511             <field name="name">purchase.order.line.search</field>
512             <field name="model">purchase.order.line</field>
513             <field name="arch" type="xml">
514                 <search string="Search Purchase Order">
515                     <field name="order_id"/>
516                     <field name="product_id"/>
517                     <field name="partner_id" string="Supplier"/>
518                     <group expand="0" string="Group By...">
519                         <filter string="Supplier" icon="terp-partner" domain="[]" context="{'group_by' : 'partner_id'}" />
520                         <filter string="Product" icon="terp-accessories-archiver" domain="[]" context="{'group_by' : 'product_id'}" />
521                         <filter icon="terp-gtk-jump-to-rtl" string="Order Reference" domain="[]" context="{'group_by' :'order_id'}"/>
522                         <filter string="Status" icon="terp-stock_effects-object-colorize" domain="[]" context="{'group_by' : 'state'}" />
523                     </group>
524                 </search>
525             </field>
526         </record>
527
528         <act_window
529             context="{'search_default_product_id': [active_id], 'default_product_id': active_id}"
530             id="action_purchase_line_product_tree"
531             name="Purchases"
532             res_model="purchase.order.line"
533             src_model="product.product"
534             groups="purchase.group_purchase_user"/>
535
536
537         <record id="purchase_line_form_action2" model="ir.actions.act_window">
538             <field name="name">On Purchase Order Lines</field>
539             <field name="type">ir.actions.act_window</field>
540             <field name="res_model">purchase.order.line</field>
541             <field name="domain">[('order_id.invoice_method','&lt;&gt;','picking'), ('state','in',('confirmed','done')), ('invoiced', '=', False)]</field>
542             <field name="view_type">form</field>
543             <field name="view_mode">tree,form</field>
544             <field name="search_view_id" ref="purchase_order_line_search"/>
545             <field name="help" type="html">
546               <p>
547                 Here you can track all the lines of purchase orders where the
548                 invoicing is "Based on Purchase Order Lines", and for which you
549                 have not received a supplier invoice yet. You can generate a
550                 draft supplier invoice based on the lines from this list.
551               </p>
552             </field>
553         </record>
554         <record id="purchase_line_form_action_tree2" model="ir.actions.act_window.view">
555             <field eval="1" name="sequence"/>
556             <field name="view_mode">tree</field>
557             <field name="view_id" ref="purchase_order_line_tree"/>
558             <field name="act_window_id" ref="purchase_line_form_action2"/>
559         </record>
560         <record id="purchase_line_form_action_form2" model="ir.actions.act_window.view">
561             <field eval="2" name="sequence"/>
562             <field name="view_mode">form</field>
563             <field name="view_id" ref="purchase_order_line_form2"/>
564             <field name="act_window_id" ref="purchase_line_form_action2"/>
565         </record>
566         <menuitem
567             action="purchase_line_form_action2"
568             id="menu_purchase_line_order_draft"
569             parent="menu_procurement_management_invoice"
570             sequence="72"/>
571
572         <!-- Procurements -->
573
574         <record id="view_procurement_form_inherit" model="ir.ui.view">
575             <field name="name">procurement.order.form.inherit</field>
576             <field name="model">procurement.order</field>
577             <field name="inherit_id" ref="procurement.procurement_form_view"/>
578             <field name="arch" type="xml">
579                 <xpath expr="//field[@name='close_move']" position="before">
580                     <field name="purchase_id"/>
581                 </xpath>
582             </field>
583         </record>
584         
585         <!-- Product Suppliers-->
586         
587         <record id="view_product_supplier_inherit" model="ir.ui.view">
588             <field name="name">product.normal.supplier.form.inherit</field>
589             <field name="model">product.product</field>
590             <field name="inherit_id" ref="product.product_normal_form_view"/>
591             <field name="arch" type="xml">
592                 <div name="options" position="inside">
593                     <field name="purchase_ok"/>
594                     <label for="purchase_ok"/>
595                 </div>
596                 <group name="procurement" position="after">
597                      <separator string="Suppliers"/>
598                      <field name="seller_ids" context="{'uom_id': uom_id}"/>
599                 </group>
600             </field>
601         </record>
602
603         <record id="product_product_normal_form_procurement_help_view" model="ir.ui.view">
604             <field name="name">product.normal.form.procurement.help.inherit</field>
605             <field name="model">product.product</field>
606             <field name="inherit_id" ref="procurement.product_form_view_procurement_button"/>
607             <field name="arch" type="xml">
608                 <group name="procurement_help" position="inside">
609                     <p attrs="{'invisible': ['|','|',('type','&lt;&gt;','service'),('procure_method','&lt;&gt;','make_to_order'),('supply_method','&lt;&gt;','buy')]}">
610                         When you sell this service to a customer, <b>a draft purchase order</b>
611                         will be created in order to subcontract the job 
612                         <i attrs="{'invisible': [('seller_id','=',False)]}">to 
613                         <field name="seller_id" class="oe_inline"/></i>.
614                     </p>
615                     <p attrs="{'invisible': ['|','|',('type','=','service'),('procure_method','&lt;&gt;','make_to_order'),('supply_method','&lt;&gt;','buy')]}">
616                         When you sell this product, OpenERP will trigger <b>a draft
617                         purchase order</b> to buy the required quantities to the supplier.
618                         The delivery order will be ready after having received the
619                         products.
620                     </p>
621                 </group>
622             </field>
623         </record>
624
625         <record id="product_search_form_view_purchase" model="ir.ui.view">
626             <field name="name">product.search.purchase.form</field>
627             <field name="model">product.product</field>
628             <field name="inherit_id" ref="product.product_search_form_view"/>
629             <field name="arch" type="xml">
630                 <filter name="filter_to_sell" position="before">
631                     <filter name="filter_to_purchase" string="To Purchase" icon="terp-accessories-archiver+" domain="[('purchase_ok', '=', 1)]"/>
632                 </filter>
633                 <filter name="filter_to_sell" position="after">
634                    <filter name="filter_to_purchase" string="Can be Purchased" icon="terp-accessories-archiver+" domain="[('purchase_ok', '=', 1)]"/>
635                 </filter>
636             </field>
637         </record>
638
639         <record id="view_template_purchase_ok_form" model="ir.ui.view">
640             <field name="name">product.template.purchase.ok.form.inherit</field>
641             <field name="model">product.template</field>
642             <field name="inherit_id" ref="product.product_template_form_view"/>
643             <field name="arch" type="xml">
644                 <field name="sale_ok" position="after">
645                     <field name="purchase_ok"/>
646                 </field>
647             </field>
648         </record>
649   
650         <record id="view_product_account_purchase_ok_form" model="ir.ui.view">
651             <field name="name">product.account.purchase.ok.form.inherit</field>
652             <field name="model">product.product</field>
653             <field name="inherit_id" ref="account.product_normal_form_view"/>
654             <field name="arch" type="xml">
655                 <xpath expr="//field[@name='property_account_expense']" position="replace" >
656                      <field name="property_account_expense" domain="[('type','&lt;&gt;','view'),('type','&lt;&gt;','consolidation')]" attrs="{'readonly':[('purchase_ok','=',0)]}" />
657                 </xpath>
658                 <xpath expr="//field[@name='supplier_taxes_id']" position="replace" >
659                      <field name="supplier_taxes_id" colspan="2" widget="many2many_tags" attrs="{'readonly':[('purchase_ok','=',0)]}"/>
660                 </xpath>
661             </field>
662         </record>
663
664     </data>
665 </openerp>