feat(vista de prospectos): Se crea vista de prospectos
This commit is contained in:
		
							
								
								
									
										2
									
								
								call.xml
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								call.xml
									
									
									
									
									
								
							| @@ -4,7 +4,7 @@ this repository contains the full copyright notices and license terms. --> | ||||
| <tryton> | ||||
|     <data> | ||||
|         <record model="ir.action.act_window" id="act_call_tree"> | ||||
|             <field name="name">Calls</field>  | ||||
|             <field name="name">Prospect</field>  | ||||
|             <field name="res_model">sale.call</field>  | ||||
|         </record> | ||||
|  | ||||
|   | ||||
							
								
								
									
										43
									
								
								prospect.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										43
									
								
								prospect.xml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,43 @@ | ||||
| <?xml version="1.0"?> | ||||
| <!-- This file is part of Tryton.  The COPYRIGHT file at the top level of | ||||
| this repository contains the full copyright notices and license terms. --> | ||||
| <tryton> | ||||
|     <data> | ||||
|         <record model="ir.action.act_window" id="act_prospect_tree"> | ||||
|             <field name="name">prospect</field>  | ||||
|             <field name="res_model">sale.prospect</field>  | ||||
|         </record> | ||||
|  | ||||
|         <record model="ir.ui.view" id="prospect_view_tree"> | ||||
|             <field name="model">sale.prospect</field>  | ||||
|             <field name="type">tree</field> | ||||
|             <field name="name">prospect_tree</field> | ||||
|         </record> | ||||
|         <record model="ir.ui.view" id="prospect_view_form"> | ||||
|             <field name="model">sale.prospect</field>  | ||||
|             <field name="type">form</field> | ||||
|             <field name="name">prospect_form</field> | ||||
|         </record> | ||||
|  | ||||
|         <record model="ir.action.act_window.view" id="act_prospect_tree_view1"> | ||||
|             <field name="sequence" eval="10"/> | ||||
|             <field name="view" ref="prospect_view_tree"/> | ||||
|             <field name="act_window" ref="act_prospect_tree"/> | ||||
|         </record> | ||||
|         <record model="ir.action.act_window.view" id="act_prospect_form_view1"> | ||||
|             <field name="sequence" eval="20"/> | ||||
|             <field name="view" ref="prospect_view_form"/> | ||||
|             <field name="act_window" ref="act_prospect_tree"/> | ||||
|         </record> | ||||
|  | ||||
|         <menuitem | ||||
|             name="prospects" | ||||
|             sequence="10" | ||||
|             id="menu_prospects"/> | ||||
|         <menuitem | ||||
|             parent="menu_prospects" | ||||
|             sequence="20" | ||||
|             id="menu_prospects_tree" | ||||
|             action="act_prospect_tree"/> | ||||
|     </data> | ||||
| </tryton> | ||||
| @@ -4,7 +4,7 @@ this repository contains the full copyright notices and license terms. --> | ||||
| <tryton> | ||||
|     <data> | ||||
|         <record model="ir.action.act_window" id="act_prospect_trace_tree"> | ||||
|             <field name="name">Prospect Trace</field>  | ||||
|             <field name="name">Prospect Traces</field>  | ||||
|             <field name="res_model">sale.prospect_trace</field>  | ||||
|         </record> | ||||
|  | ||||
|   | ||||
| @@ -5,3 +5,4 @@ depends: | ||||
| xml: | ||||
|     call.xml | ||||
|     prospect_trace.xml | ||||
|     prospect.xml | ||||
							
								
								
									
										13
									
								
								view/prospect_form.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								view/prospect_form.xml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| <?xml version="1.0"?> | ||||
| <!-- This file is part of Tryton.  The COPYRIGHT file at the top level of | ||||
| this repository contains the full copyright notices and license terms. --> | ||||
| <form> | ||||
|     <label name="name"/> | ||||
|     <field name="name"/> | ||||
|  | ||||
|     <label name="city"/> | ||||
|     <field name="city"/> | ||||
|  | ||||
|     <label name="contact_methods"/> | ||||
|     <field name="contact_methods"/> | ||||
| </form> | ||||
							
								
								
									
										8
									
								
								view/prospect_tree.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								view/prospect_tree.xml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | ||||
| <?xml version="1.0"?> | ||||
| <!-- This file is part of Tryton.  The COPYRIGHT file at the top level of | ||||
| this repository contains the full copyright notices and license terms. --> | ||||
| <tree> | ||||
|     <field name="name"/> | ||||
|     <field name="city"/> | ||||
|     <field name="contact_methods"/> | ||||
| </tree> | ||||
		Reference in New Issue
	
	Block a user