Add Filter 'Waiting for signature' to stock.picking
							parent
							
								
									e54a37aae3
								
							
						
					
					
						commit
						7615ba6301
					
				|  | @ -18,6 +18,11 @@ msgstr "" | |||
| "X-Launchpad-Export-Date: 2014-09-24 09:44+0000\n" | ||||
| "X-Generator: Launchpad (build 17196)\n" | ||||
| 
 | ||||
| #. module: dp_custom | ||||
| #: model:ir.ui.view,arch_db:dp_custom.view_picking_internal_search_inherit_stock_picking_batch_dp | ||||
| msgid "Waiting for signature" | ||||
| msgstr "Warten auf Unterschrift" | ||||
| 
 | ||||
| #. module: dp_custom | ||||
| #: model:ir.ui.view,arch_db:dp_custom.view_report_intrastat_code_tz_tree | ||||
| #: model:ir.ui.view,arch_db:dp_custom.view_report_intrastat_code_tz_form | ||||
|  |  | |||
|  | @ -15,9 +15,14 @@ | |||
|         <field name="model">stock.picking</field> | ||||
|         <field name="inherit_id" ref="stock.view_picking_internal_search"/> | ||||
|         <field name="arch" type="xml"> | ||||
|             <xpath expr="//filter[@name='draft']" position="before"> | ||||
|                 <filter name="wait_for_signature" string="Waiting for signature" domain="[('state','=','done'), | ||||
|                 '|',('picking_signature','=',''),('picking_signature','=',None)]" help="Waiting for signature"/> | ||||
|                 <separator/> | ||||
|            </xpath> | ||||
|             <xpath expr="//filter[@name='picking_type']" position="after"> | ||||
|                 <filter string="Kunden" context="{'group_by':'partner_id'}"/> | ||||
|             </xpath> | ||||
|            </xpath> | ||||
|             <xpath expr="//field[@name='picking_type_id']" position="after"> | ||||
|                 <field name="shopping_cart_ref"  string="Warenkorb"/> | ||||
|             </xpath> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue