You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							13 lines
						
					
					
						
							507 B
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							13 lines
						
					
					
						
							507 B
						
					
					
				| <?xml version="1.0" encoding="utf-8"?> | |
| <odoo> | |
|     <data noupdate="1"> | |
|         <!--Created vehicle subscription as a service product--> | |
|         <record id="product_template_vehicle_subscription_form" | |
|                 model="product.template"> | |
|             <field name="name">Vehicle Subscription</field> | |
|             <field name="detailed_type">service</field> | |
|             <field name="invoice_policy">order</field> | |
|             <field name="sequence" type="int">55</field> | |
|         </record> | |
|     </data> | |
| </odoo>
 | |
| 
 |