feat: Se hace visible agenda de llamadas en vista tree de prospect_trace, closed #31
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				ci/woodpecker/push/woodpecker Pipeline was successful
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	ci/woodpecker/push/woodpecker Pipeline was successful
				
			This commit is contained in:
		| @@ -8,3 +8,7 @@ class PendingCall(ModelSQL, ModelView): | |||||||
|     __name__ = "sale.pending_call" |     __name__ = "sale.pending_call" | ||||||
|  |  | ||||||
|     date = fields.Date('Date', required=True) |     date = fields.Date('Date', required=True) | ||||||
|  |  | ||||||
|  |     def get_rec_name(self, name): | ||||||
|  |         if self.date: | ||||||
|  |             return str(self.date) | ||||||
|   | |||||||
| @@ -25,7 +25,8 @@ this repository contains the full copyright notices and license terms. --> | |||||||
|         </page> |         </page> | ||||||
|     </notebook> |     </notebook> | ||||||
|  |  | ||||||
|     <field name="pending_call" colspan="6"/> |     <label name="pending_call"/> | ||||||
|  |     <field name="pending_call"/> | ||||||
|     <label name="state"/> |     <label name="state"/> | ||||||
|     <field name="state"/> |     <field name="state"/> | ||||||
| </form> | </form> | ||||||
		Reference in New Issue
	
	Block a user