translations and default-view in res_partner
							parent
							
								
									e740c9d422
								
							
						
					
					
						commit
						b219dc20f1
					
				|  | @ -25,10 +25,7 @@ msgid "Quotation / Order" | ||||||
| msgstr "Angebot / Auftrag" | msgstr "Angebot / Auftrag" | ||||||
| 
 | 
 | ||||||
| #. module: dp_custom | #. module: dp_custom | ||||||
| #: model:ir.actions.act_window,name:dp_custom.action_carts |  | ||||||
| #: model:ir.ui.menu,name:dp_custom.menu_sale_carts |  | ||||||
| #: model:ir.ui.view,arch_db:dp_custom.view_sale_cart | #: model:ir.ui.view,arch_db:dp_custom.view_sale_cart | ||||||
| #: model:ir.ui.view,arch_db:dp_custom.view_cart_tree |  | ||||||
| msgid "Shopping Cart" | msgid "Shopping Cart" | ||||||
| msgstr "Warenkorb" | msgstr "Warenkorb" | ||||||
| 
 | 
 | ||||||
|  | @ -36,6 +33,7 @@ msgstr "Warenkorb" | ||||||
| #: model:ir.actions.act_window,name:dp_custom.action_carts | #: model:ir.actions.act_window,name:dp_custom.action_carts | ||||||
| #: model:ir.ui.menu,name:dp_custom.menu_sale_carts | #: model:ir.ui.menu,name:dp_custom.menu_sale_carts | ||||||
| #: model:ir.ui.view,arch_db:dp_custom.view_sale_cart | #: model:ir.ui.view,arch_db:dp_custom.view_sale_cart | ||||||
|  | #: model:ir.ui.view,arch_db:dp_custom.sale_cart_view_search | ||||||
| #: model:ir.ui.view,arch_db:dp_custom.view_cart_tree | #: model:ir.ui.view,arch_db:dp_custom.view_cart_tree | ||||||
| msgid "Shopping Carts" | msgid "Shopping Carts" | ||||||
| msgstr "Warenkörbe" | msgstr "Warenkörbe" | ||||||
|  |  | ||||||
|  | @ -160,7 +160,7 @@ | ||||||
|         <field name="type">ir.actions.act_window</field> |         <field name="type">ir.actions.act_window</field> | ||||||
|         <field name="res_model">res.partner</field> |         <field name="res_model">res.partner</field> | ||||||
|         <field name="view_type">form</field> |         <field name="view_type">form</field> | ||||||
|         <field name="view_mode">kanban,tree,form</field> |         <field name="view_mode">tree,kanban,form</field> | ||||||
|         <field name="context">{"search_default_customer":1}</field> |         <field name="context">{"search_default_customer":1}</field> | ||||||
|         <field name="search_view_id" ref="base.view_res_partner_filter"/> |         <field name="search_view_id" ref="base.view_res_partner_filter"/> | ||||||
|         <field name="help" type="html"> |         <field name="help" type="html"> | ||||||
|  |  | ||||||
|  | @ -275,8 +275,8 @@ | ||||||
|         <field name="model">sale.cart</field> |         <field name="model">sale.cart</field> | ||||||
|         <field name="mode">primary</field> |         <field name="mode">primary</field> | ||||||
|         <field name="arch" type="xml"> |         <field name="arch" type="xml"> | ||||||
|             <search string="Warenkörbe"> |             <search string="Shopping Carts"> | ||||||
|                 <field name="name" string="Sales Order" filter_domain="['|','|','|',('name','ilike',self), |                 <field name="name" string="Shopping Carts" filter_domain="['|','|','|',('name','ilike',self), | ||||||
|                 ('origin','ilike',self),('client_order_ref','ilike',self),('partner_id','child_of',self)]"/> |                 ('origin','ilike',self),('client_order_ref','ilike',self),('partner_id','child_of',self)]"/> | ||||||
|                 <filter string="Quotations" name="draft" domain="[('state','=','draft')]"/> |                 <filter string="Quotations" name="draft" domain="[('state','=','draft')]"/> | ||||||
|                 <filter string="Quotations Sent" name="sent" domain="[('state','=','sent')]"/> |                 <filter string="Quotations Sent" name="sent" domain="[('state','=','sent')]"/> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue