[MERGE]: Merged with lp:openobject-addons
[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                             <field name="journal_id" invisible='1'/>
230                         </group>
231                         <group>
232                             <field name="date_order"/>
233                             <field name="origin" attr="{'invisible': [('origin','=',False)]}"/>
234                             <field name="warehouse_id" on_change="onchange_warehouse_id(warehouse_id)" widget="selection" groups="stock.group_locations"/>
235                             <field name="company_id" groups="base.group_multi_company" widget="selection"/>
236                         </group>
237                     </group>
238                     <notebook>
239                         <page string="Purchase Order">
240                             <field name="order_line">
241                                 <tree string="Purchase Order Lines" editable="bottom">
242                                     <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)"/>
243                                     <field name="name"/>
244                                     <field name="date_planned"/>
245                                     <field name="company_id" groups="base.group_multi_company" widget="selection"/>
246                                     <field name="account_analytic_id" groups="purchase.group_analytic_accounting" domain="[('parent_id','!=',False)]"/>
247                                     <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)"/>
248                                     <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)"/>
249                                     <field name="price_unit"/>
250                                     <field name="taxes_id" widget="many2many_tags" domain="[('parent_id','=',False),('type_tax_use','!=','sale')]"/>
251                                     <field name="price_subtotal"/>
252                                 </tree>
253                             </field>
254                             <group class="oe_subtotal_footer oe_right">
255                                 <field name="amount_untaxed" widget="monetary" options="{'currency_field': 'currency_id'}"/>
256                                 <field name="amount_tax" widget="monetary" options="{'currency_field': 'currency_id'}"/>
257                                 <div class="oe_subtotal_footer_separator oe_inline">
258                                     <label for="amount_total"/>
259                                     <button name="button_dummy"
260                                         states="draft" string="(update)" type="object" class="oe_edit_only oe_link"/>
261                                 </div>
262                                 <field name="amount_total" nolabel="1" class="oe_subtotal_footer_separator" widget="monetary" options="{'currency_field': 'currency_id'}"/>
263                             </group>
264                             <div class="oe_clear"/>
265                             <label for="notes"/>
266                             <field name="notes" class="oe_inline"/>
267                         </page>
268                         <page string="Incoming Shipments &amp; Invoices">
269                             <group>
270                                 <group>
271                                     <field name="dest_address_id" string="Customer Address" on_change="onchange_dest_address_id(dest_address_id)"/>
272                                     <field name="minimum_planned_date"/>
273                                     <field name="location_id" groups="stock.group_locations"/>
274                                     <field name="shipped" groups="base.group_no_one"/>
275                                 </group>
276                                 <group>
277                                     <field name="invoice_method"/>
278                                     <field name="invoiced"/>
279                                     <field name="fiscal_position"/>
280                                     <!-- We do not need these fields anymore, the information is in open chatter -->
281                                     <field name="validator" groups="base.group_no_one"/>
282                                     <field name="date_approve" groups="base.group_no_one"/>
283                                 </group>
284                             </group>
285                         </page>
286                     </notebook>
287                 </sheet>
288                 <div class="oe_chatter">
289                     <field name="message_follower_ids" widget="mail_followers"/>
290                     <field name="message_ids" widget="mail_thread"/>
291                 </div>
292                 </form>
293             </field>
294         </record>
295
296        <record id="view_request_for_quotation_filter" model="ir.ui.view">
297             <field name="name">request.quotation.select</field>
298             <field name="model">purchase.order</field>
299             <field name="arch" type="xml">
300                 <search string="Search Purchase Order">
301                     <field name="name" string="Reference"/>
302                     <filter icon="terp-document-new" name="draft" string="Quotations" domain="[('state','=','draft')]" help="Purchase order which are in draft state"/>
303                     <filter icon="terp-check" name="approved" string="Approved" domain="[('state','in',('approved','done'))]" help="Approved purchase order"/>
304                     <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"/>
305                     <separator/>
306                     <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."/>
307                     <field name="partner_id"/>
308                     <field name="product_id"/>
309                     <field name="create_uid"/>
310                     <group expand="0" string="Group By...">
311                         <filter string="Supplier" icon="terp-partner" domain="[]" context="{'group_by':'partner_id'}"/>
312                         <filter string="Source" icon="terp-gtk-jump-to-rtl" domain="[]" context="{'group_by':'origin'}"/>
313                         <filter string="Status" icon="terp-stock_effects-object-colorize" domain="[]" context="{'group_by':'state'}"/>
314                         <filter string="Order Date" icon="terp-go-month" domain="[]" context="{'group_by':'date_order'}"/>
315                         <filter string="Expected Date" icon="terp-go-month" domain="[]" context="{'group_by':'minimum_planned_date'}"/>
316                     </group>
317                 </search>
318             </field>
319         </record>
320
321         <record id="view_purchase_order_filter" model="ir.ui.view">
322             <field name="name">purchase.order.list.select</field>
323             <field name="model">purchase.order</field>
324             <field name="arch" type="xml">
325                 <search string="Search Purchase Order">
326                     <field name="name" string="Reference"/>
327                     <filter icon="terp-mail-message-new" string="Unread Messages" name="message_unread" domain="[('message_unread','=',True)]"/>
328                     <separator/>
329                     <filter icon="terp-document-new" name="draft" string="Quotations" domain="[('state','=','draft')]" help="Purchase orders which are in draft state"/>
330                     <filter icon="terp-check" name="approved" string="Purchase Orders" domain="[('state','not in',('draft','cancel'))]" help="Approved purchase orders"/>
331                     <filter icon="terp-emblem-important" name="exception" string="Exception" domain="[('state','in',('except_invoice','except_picking'))]" help="Purchase orders which are in exception state"/>
332                     <separator/>
333                     <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."/>
334                     <field name="partner_id"/>
335                     <field name="product_id"/>
336                     <field name="create_uid"/>
337                     <group expand="0" string="Group By...">
338                         <filter string="Supplier" icon="terp-partner" domain="[]" context="{'group_by':'partner_id'}"/>
339                         <filter string="Source" icon="terp-gtk-jump-to-rtl" domain="[]" context="{'group_by':'origin'}"/>
340                         <filter string="Status" icon="terp-stock_effects-object-colorize" domain="[]" context="{'group_by':'state'}"/>
341                         <filter string="Order Date" icon="terp-go-month" domain="[]" context="{'group_by':'date_order'}"/>
342                         <filter string="Expected Date" icon="terp-go-month" domain="[]" context="{'group_by':'minimum_planned_date'}"/>
343                     </group>
344                 </search>
345             </field>
346         </record>
347
348         <record id="purchase_order_tree" model="ir.ui.view">
349             <field name="name">purchase.order.tree</field>
350             <field name="model">purchase.order</field>
351             <field name="arch" type="xml">
352                 <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">
353                     <field name="message_unread" invisible="1"/>
354                     <field name="name" string="Reference"/>
355                     <field name="date_order" />
356                     <field name="partner_id"/>
357                     <field name="company_id" groups="base.group_multi_company" widget="selection"/>
358                     <field name="minimum_planned_date" invisible="context.get('quotation_only', False)"/>
359                     <field name="origin"/>
360                     <field name="amount_untaxed" sum="Total Untaxed amount" string="Untaxed"/>
361                     <field name="amount_total" sum="Total amount"/>
362                     <field name="state"/>
363                 </tree>
364             </field>
365         </record>
366
367         <record id="purchase_rfq" model="ir.actions.act_window">
368             <field name="name">Quotations</field>
369             <field name="type">ir.actions.act_window</field>
370             <field name="res_model">purchase.order</field>
371             <field name="context">{'search_default_draft': 1, 'search_default_to_approve': 1}</field>
372             <field name="domain">[('state','in',('draft','sent','confirmed'))]</field>
373             <field name="view_mode">tree,form,graph,calendar</field>
374             <field name="search_view_id" ref="view_purchase_order_filter"/>
375             <field name="help" type="html">
376               <p class="oe_view_nocontent_create">
377                 Click to create a request for quotation.
378               </p><p>
379                 The quotation contains the history of the discussion/negociation
380                 you had with your supplier. Once confirmed, a request for
381                 quotation is converted into a purchase order.
382               </p><p>
383                 Most propositions of purchase orders are created automatically
384                 by OpenERP based on inventory needs.
385               </p>
386             </field>
387         </record>
388         <menuitem action="purchase_rfq" id="menu_purchase_rfq"
389             parent="menu_procurement_management"
390             sequence="0"/>
391
392         <record id="purchase_form_action" model="ir.actions.act_window">
393             <field name="name">Purchase Orders</field>
394             <field name="type">ir.actions.act_window</field>
395             <field name="res_model">purchase.order</field>
396             <field name="view_mode">tree,form,graph,calendar</field>
397             <field name="context">{}</field>
398             <field name="domain">[('state','not in',('draft','sent','confirmed'))]</field>
399             <field name="search_view_id" ref="view_purchase_order_filter"/>
400             <field name="help" type="html">
401               <p class="oe_view_nocontent_create">
402                 Click to create a quotation that will be converted into a purchase order. 
403               </p><p>
404                 Use this menu to search within your purchase orders by
405                 references, supplier, products, etc. For each purchase order,
406                 you can track the related discussion with the supplier, control
407                 the products received and control the supplier invoices.
408               </p>
409             </field>
410         </record>
411         <menuitem action="purchase_form_action" id="menu_purchase_form_action" parent="menu_procurement_management" sequence="6"/>
412
413         <record id="purchase_order_line_form" model="ir.ui.view">
414             <field name="name">purchase.order.line.form</field>
415             <field name="model">purchase.order.line</field>
416             <field name="arch" type="xml">
417                 <form string="Purchase Order Line" version="7.0">
418                     <sheet>
419                         <group>
420                             <group>
421                                 <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)"/>
422                                 <label for="product_qty"/>
423                                 <div>
424                                     <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"/>
425                                     <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"/>
426                                 </div>
427                                 <field name="price_unit"/>
428                             </group>
429                             <group>
430                                 <field name="taxes_id" widget="many2many_tags" domain="[('parent_id','=',False),('type_tax_use','!=','sale')]"/>
431                                 <field name="date_planned" widget="date"/>
432                                 <field name="account_analytic_id" colspan="2" groups="purchase.group_analytic_accounting" domain="[('parent_id','!=',False)]" />
433                                 <field name="company_id" groups="base.group_multi_company" widget="selection"/>
434                             </group>
435                         </group>
436                         <notebook>
437                         <page string="Notes">
438                             <field name="name"/>
439                         </page><page string="Invoices and Receptions">
440                             <field name="invoice_lines"/>
441                             <field name="move_ids"/>
442                         </page>
443                         </notebook>
444                     </sheet>
445                 </form>
446             </field>
447         </record>
448
449         <record id="purchase_order_line_tree" model="ir.ui.view">
450             <field name="name">purchase.order.line.tree</field>
451             <field name="model">purchase.order.line</field>
452             <field name="arch" type="xml">
453                 <tree string="Purchase Order Lines" create="false">
454                     <field name="order_id"/>
455                     <field name="name"/>
456                     <field name="partner_id" string="Supplier" />
457                     <field name="product_id"/>
458                     <field name="price_unit"/>
459                     <field name="product_qty"/>
460                     <field name="product_uom" groups="product.group_uom"/>
461                     <field name="price_subtotal"/>
462                     <field name="date_planned"  widget="date" width="135"/>
463                     <field name="state" invisible="1"/>
464                     <field name="invoiced" invisible="1"/>
465                 </tree>
466             </field>
467         </record>
468         <record id="purchase_order_line_form2" model="ir.ui.view">
469             <field name="name">purchase.order.line.form2</field>
470             <field name="model">purchase.order.line</field>
471             <field name="priority" eval="20"/>
472             <field name="arch" type="xml">
473                 <form string="Purchase Order Line" version="7.0" create="false">
474                     <sheet>
475                         <label for="order_id" class="oe_edit_only"/>
476                         <h1>
477                             <field name="order_id" class="oe_inline" domain="[('invoice_method','=','manual')]" />
478                             <label string="," attrs="{'invisible':[('date_order','=',False)]}"/>
479                             <field name="date_order" class="oe_inline"/>
480                         </h1>
481                         <label for="partner_id" class="oe_edit_only"/>
482                         <h2><field name="partner_id"/></h2>
483                         <group>
484                             <group>
485                                 <field name="product_id" readonly="1"/>
486                                 <label for="product_qty"/>
487                                 <div>
488                                     <field name="product_qty" readonly="1" class="oe_inline"/>
489                                     <field name="product_uom" readonly="1" groups="product.group_uom" class="oe_inline"/>
490                                 </div>
491                                 <field name="price_unit"/>
492                             </group>
493                             <group>
494                                 <field name="taxes_id" widget="many2many_tags"
495                                     domain="[('parent_id','=',False),('type_tax_use','!=','sale')]"/>
496                                 <field name="date_planned" widget="date" readonly="1"/>
497                                 <field name="company_id" groups="base.group_multi_company" widget="selection"/>
498                                 <field name="account_analytic_id" colspan="4" groups="purchase.group_analytic_accounting" domain="[('parent_id','!=',False)]"/>
499                                 <field name="invoiced"/>
500                             </group>
501                         </group>
502                         <field name="name"/>
503                         <separator string="Manual Invoices"/>
504                         <field name="invoice_lines"/>
505                         <separator string="Stock Moves"/>
506                         <field name="move_ids"/>
507                     </sheet>
508                 </form>
509             </field>
510         </record>
511           <record id="purchase_order_line_search" model="ir.ui.view">
512             <field name="name">purchase.order.line.search</field>
513             <field name="model">purchase.order.line</field>
514             <field name="arch" type="xml">
515                 <search string="Search Purchase Order">
516                     <field name="order_id"/>
517                     <field name="product_id"/>
518                     <field name="partner_id" string="Supplier"/>
519                     <group expand="0" string="Group By...">
520                         <filter string="Supplier" icon="terp-partner" domain="[]" context="{'group_by' : 'partner_id'}" />
521                         <filter string="Product" icon="terp-accessories-archiver" domain="[]" context="{'group_by' : 'product_id'}" />
522                         <filter icon="terp-gtk-jump-to-rtl" string="Order Reference" domain="[]" context="{'group_by' :'order_id'}"/>
523                         <filter string="Status" icon="terp-stock_effects-object-colorize" domain="[]" context="{'group_by' : 'state'}" />
524                     </group>
525                 </search>
526             </field>
527         </record>
528
529         <act_window
530             context="{'search_default_product_id': [active_id], 'default_product_id': active_id}"
531             id="action_purchase_line_product_tree"
532             name="Purchases"
533             res_model="purchase.order.line"
534             src_model="product.product"
535             groups="purchase.group_purchase_user"/>
536
537
538         <record id="purchase_line_form_action2" model="ir.actions.act_window">
539             <field name="name">On Purchase Order Lines</field>
540             <field name="type">ir.actions.act_window</field>
541             <field name="res_model">purchase.order.line</field>
542             <field name="domain">[('order_id.invoice_method','&lt;&gt;','picking'), ('state','in',('confirmed','done')), ('invoiced', '=', False)]</field>
543             <field name="view_type">form</field>
544             <field name="view_mode">tree,form</field>
545             <field name="search_view_id" ref="purchase_order_line_search"/>
546             <field name="help" type="html">
547               <p>
548                 Here you can track all the lines of purchase orders where the
549                 invoicing is "Based on Purchase Order Lines", and for which you
550                 have not received a supplier invoice yet. You can generate a
551                 draft supplier invoice based on the lines from this list.
552               </p>
553             </field>
554         </record>
555         <record id="purchase_line_form_action_tree2" model="ir.actions.act_window.view">
556             <field eval="1" name="sequence"/>
557             <field name="view_mode">tree</field>
558             <field name="view_id" ref="purchase_order_line_tree"/>
559             <field name="act_window_id" ref="purchase_line_form_action2"/>
560         </record>
561         <record id="purchase_line_form_action_form2" model="ir.actions.act_window.view">
562             <field eval="2" name="sequence"/>
563             <field name="view_mode">form</field>
564             <field name="view_id" ref="purchase_order_line_form2"/>
565             <field name="act_window_id" ref="purchase_line_form_action2"/>
566         </record>
567         <menuitem
568             action="purchase_line_form_action2"
569             id="menu_purchase_line_order_draft"
570             parent="menu_procurement_management_invoice"
571             sequence="72"/>
572
573         <!-- Procurements -->
574
575         <record id="view_procurement_form_inherit" model="ir.ui.view">
576             <field name="name">procurement.order.form.inherit</field>
577             <field name="model">procurement.order</field>
578             <field name="inherit_id" ref="procurement.procurement_form_view"/>
579             <field name="arch" type="xml">
580                 <xpath expr="//field[@name='close_move']" position="before">
581                     <field name="purchase_id"/>
582                 </xpath>
583             </field>
584         </record>
585         
586         <!-- Product Suppliers-->
587         
588         <record id="view_product_supplier_inherit" model="ir.ui.view">
589             <field name="name">product.normal.supplier.form.inherit</field>
590             <field name="model">product.product</field>
591             <field name="inherit_id" ref="product.product_normal_form_view"/>
592             <field name="arch" type="xml">
593                 <div name="options" position="inside">
594                     <field name="purchase_ok"/>
595                     <label for="purchase_ok"/>
596                 </div>
597                 <group name="procurement" position="after">
598                      <separator string="Suppliers"/>
599                      <field name="seller_ids" context="{'uom_id': uom_id}"/>
600                 </group>
601             </field>
602         </record>
603
604         <record id="product_product_normal_form_procurement_help_view" model="ir.ui.view">
605             <field name="name">product.normal.form.procurement.help.inherit</field>
606             <field name="model">product.product</field>
607             <field name="inherit_id" ref="procurement.product_form_view_procurement_button"/>
608             <field name="arch" type="xml">
609                 <group name="procurement_help" position="inside">
610                     <p attrs="{'invisible': ['|','|',('type','&lt;&gt;','service'),('procure_method','&lt;&gt;','make_to_order'),('supply_method','&lt;&gt;','buy')]}">
611                         When you sell this service to a customer, <b>a draft purchase order</b>
612                         will be created in order to subcontract the job 
613                         <i attrs="{'invisible': [('seller_id','=',False)]}">to 
614                         <field name="seller_id" class="oe_inline"/></i>.
615                     </p>
616                     <p attrs="{'invisible': ['|','|',('type','=','service'),('procure_method','&lt;&gt;','make_to_order'),('supply_method','&lt;&gt;','buy')]}">
617                         When you sell this product, OpenERP will trigger <b>a draft
618                         purchase order</b> to buy the required quantities to the supplier.
619                         The delivery order will be ready after having received the
620                         products.
621                     </p>
622                 </group>
623             </field>
624         </record>
625
626         <record id="product_search_form_view_purchase" model="ir.ui.view">
627             <field name="name">product.search.purchase.form</field>
628             <field name="model">product.product</field>
629             <field name="inherit_id" ref="product.product_search_form_view"/>
630             <field name="arch" type="xml">
631                 <filter name="filter_to_sell" position="before">
632                     <filter name="filter_to_purchase" string="To Purchase" icon="terp-accessories-archiver+" domain="[('purchase_ok', '=', 1)]"/>
633                 </filter>
634                 <filter name="filter_to_sell" position="after">
635                    <filter name="filter_to_purchase" string="Can be Purchased" icon="terp-accessories-archiver+" domain="[('purchase_ok', '=', 1)]"/>
636                 </filter>
637             </field>
638         </record>
639
640         <record id="view_template_purchase_ok_form" model="ir.ui.view">
641             <field name="name">product.template.purchase.ok.form.inherit</field>
642             <field name="model">product.template</field>
643             <field name="inherit_id" ref="product.product_template_form_view"/>
644             <field name="arch" type="xml">
645                 <field name="sale_ok" position="after">
646                     <field name="purchase_ok"/>
647                 </field>
648             </field>
649         </record>
650   
651         <record id="view_product_account_purchase_ok_form" model="ir.ui.view">
652             <field name="name">product.account.purchase.ok.form.inherit</field>
653             <field name="model">product.product</field>
654             <field name="inherit_id" ref="account.product_normal_form_view"/>
655             <field name="arch" type="xml">
656                 <xpath expr="//field[@name='property_account_expense']" position="replace" >
657                      <field name="property_account_expense" domain="[('type','&lt;&gt;','view'),('type','&lt;&gt;','consolidation')]" attrs="{'readonly':[('purchase_ok','=',0)]}" />
658                 </xpath>
659                 <xpath expr="//field[@name='supplier_taxes_id']" position="replace" >
660                      <field name="supplier_taxes_id" colspan="2" widget="many2many_tags" attrs="{'readonly':[('purchase_ok','=',0)]}"/>
661                 </xpath>
662             </field>
663         </record>
664
665     </data>
666 </openerp>