feat(vista de prospectos): Se crea vista de prospectos
This commit is contained in:
		
							
								
								
									
										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