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.
		
		
		
		
		
			
		
			
				
					
					
						
							37 lines
						
					
					
						
							1.5 KiB
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							37 lines
						
					
					
						
							1.5 KiB
						
					
					
				| <?xml version="1.0" encoding="UTF-8" ?> | |
| <odoo> | |
|     <data> | |
|         <record id="custom_clearance_revision_form_view" model="ir.ui.view"> | |
|             <field name="name">Custom Clearance Revision</field> | |
|             <field name="model">custom.clearance.revision.wizard</field> | |
|             <field name="arch" type="xml"> | |
|                 <form> | |
|                     <sheet> | |
|                         <group> | |
|                             <field name="name"/> | |
|                             <field name="custom_id" invisible="1"/> | |
|                         </group> | |
|                     </sheet> | |
| 
 | |
|                 <footer> | |
|                     <button string="Save" name="create_revision" type="object" class="btn-primary" data-hotkey="q"/> | |
|                     <button string="Cancel" class="btn-secondary" special="cancel" data-hotkey="z"/> | |
|                 </footer> | |
|                 </form> | |
|             </field> | |
|         </record> | |
| 
 | |
|         <record id="action_custom_clearance_revision_wizard" model="ir.actions.act_window"> | |
|             <field name="name">Custom Clearance Revision</field> | |
|             <field name="type">ir.actions.act_window</field> | |
|             <field name="res_model">custom.clearance.revision.wizard</field> | |
|             <field name="view_mode">form</field> | |
|                         <field name="help" type="html"> | |
|               <p class="o_view_nocontent_smiling_face"> | |
|                 Define a new custom clearance revision | |
|               </p> | |
|             </field> | |
| 
 | |
|         </record> | |
|     </data> | |
| </odoo> |