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.
		
		
		
		
		
			
		
			
				
					
					
						
							11 lines
						
					
					
						
							435 B
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							11 lines
						
					
					
						
							435 B
						
					
					
				| <?xml version="1.0" encoding="UTF-8" ?> | |
| <odoo> | |
|     <!-- Record rules --> | |
|     <data noupdate="1"> | |
|         <record id="subscription_contract_company_rule" model="ir.rule"> | |
|             <field name="name">Subscription Contract Company Rule</field> | |
|             <field ref="model_subscription_contracts" name="model_id"/> | |
|             <field name="domain_force">[('company_id', '=', company_id)]</field> | |
|         </record> | |
|     </data> | |
| </odoo>
 | |
| 
 |