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.
		
		
		
		
		
			
		
			
				
					
					
						
							21 lines
						
					
					
						
							671 B
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							21 lines
						
					
					
						
							671 B
						
					
					
				| <?xml version="1.0" encoding="utf-8"?> | |
| <odoo> | |
| 	<!-- Product Form View Inherited --> | |
| 	<record id="product_template_form_view" model="ir.ui.view"> | |
| 		<field name="name"> | |
|             product.template.view.form.inherit.website.product.reservation | |
|         </field> | |
| 		<field name="model">product.template</field> | |
| 		<field name="inherit_id" | |
|                ref="product.product_template_form_view"/> | |
| 		<field name="arch" type="xml"> | |
| 			<xpath expr="//sheet/div[@name='options']" | |
|                    position="inside"> | |
| 				<span class="d-inline-block"> | |
| 					<field name="reserve_products"/> | |
| 					<label for="reserve_products"/> | |
| 				</span> | |
| 			</xpath> | |
| 		</field> | |
| 	</record> | |
| </odoo>
 | |
| 
 |