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
						
					
					
						
							590 B
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							13 lines
						
					
					
						
							590 B
						
					
					
				| <?xml version="1.0" encoding="utf-8"?> | |
| <odoo> | |
|     <record id="product_template_form_view_make_mrp" model="ir.ui.view"> | |
|         <field name="name">product.template.form.inherit</field> | |
|         <field name="model">product.template</field> | |
|         <field name="inherit_id" ref="point_of_sale.product_template_form_view"/> | |
|         <field name="arch" type="xml"> | |
|             <xpath expr="//field[@name='to_weight']" position="after"> | |
|                <field name="to_make_mrp" attrs="{'invisible': [('available_in_pos', '=', False)]}"/> | |
|             </xpath> | |
|         </field> | |
|     </record> | |
| </odoo>
 | |
| 
 |