Feedback 1605: Modul Verkauf - Refresh
							parent
							
								
									483f91f03a
								
							
						
					
					
						commit
						8444773736
					
				|  | @ -17,3 +17,19 @@ msgstr "" | ||||||
| "Content-Transfer-Encoding: 8bit\n" | "Content-Transfer-Encoding: 8bit\n" | ||||||
| "X-Launchpad-Export-Date: 2014-09-24 09:44+0000\n" | "X-Launchpad-Export-Date: 2014-09-24 09:44+0000\n" | ||||||
| "X-Generator: Launchpad (build 17196)\n" | "X-Generator: Launchpad (build 17196)\n" | ||||||
|  | 
 | ||||||
|  | #. module: dp_custom | ||||||
|  | #: model:ir.actions.act_window,help:dp_custom.action_partner_form | ||||||
|  | msgid "Click to add a contact in your address book." | ||||||
|  | msgstr "Klicken Sie, um einen Kontakt zu ihrem Adressbuch hinzuzufügen." | ||||||
|  | 
 | ||||||
|  | #. module: dp_custom | ||||||
|  | #: model:ir.actions.act_window,help:dp_custom.action_partner_form | ||||||
|  | msgid "" | ||||||
|  | "Odoo helps you easily track all activities related to\n" | ||||||
|  | "                a customer: discussions, history of business opportunities,\n" | ||||||
|  | "                documents, etc." | ||||||
|  | msgstr "" | ||||||
|  | "Odoo hilft Ihnen alle Aktivitäten zu einem Kunden\n" | ||||||
|  | "leicht zu überblicken: Diskussionen, Verlauf der \n" | ||||||
|  | "Geschäftschancen, Dokumente, usw." | ||||||
|  |  | ||||||
|  | @ -79,6 +79,26 @@ | ||||||
|         <field name="view_mode">tree,form</field> |         <field name="view_mode">tree,form</field> | ||||||
|     </record> |     </record> | ||||||
| 
 | 
 | ||||||
|  |     <record id="action_partner_form" model="ir.actions.act_window"> | ||||||
|  |         <field name="name">Customers</field> | ||||||
|  |         <field name="type">ir.actions.act_window</field> | ||||||
|  |         <field name="res_model">res.partner</field> | ||||||
|  |         <field name="view_type">form</field> | ||||||
|  |         <field name="view_mode">kanban,tree,form</field> | ||||||
|  |         <field name="context">{"search_default_customer":1}</field> | ||||||
|  |         <field name="search_view_id" ref="base.view_res_partner_filter"/> | ||||||
|  |         <field name="help" type="html"> | ||||||
|  |             <p class="oe_view_nocontent_create"> | ||||||
|  |                 Click to add a contact in your address book. | ||||||
|  |             </p> | ||||||
|  |             <p> | ||||||
|  |                 Odoo helps you easily track all activities related to | ||||||
|  |                 a customer: discussions, history of business opportunities, | ||||||
|  |                 documents, etc. | ||||||
|  |             </p> | ||||||
|  |         </field> | ||||||
|  |     </record> | ||||||
|  | 
 | ||||||
|     <menuitem id="sale_partner_menu" |     <menuitem id="sale_partner_menu" | ||||||
|               name="Kunden" |               name="Kunden" | ||||||
|               parent="sale.sale_menu_root" |               parent="sale.sale_menu_root" | ||||||
|  | @ -86,7 +106,7 @@ | ||||||
| 
 | 
 | ||||||
|     <menuitem id="sale.res_partner_menu" |     <menuitem id="sale.res_partner_menu" | ||||||
|               parent="sale_partner_menu" |               parent="sale_partner_menu" | ||||||
|               action="base.action_partner_form" |               action="dp_custom.action_partner_form" | ||||||
|               sequence="10" |               sequence="10" | ||||||
|               groups="sales_team.group_sale_salesman"/> |               groups="sales_team.group_sale_salesman"/> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue