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.
		
		
		
		
		
			
		
			
				
					
					
						
							12 lines
						
					
					
						
							414 B
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							12 lines
						
					
					
						
							414 B
						
					
					
				| <?xml version="1.0" encoding="UTF-8"?> | |
| <odoo> | |
|     <data noupdate="1"> | |
|         <!-- Generate sequence for the project issue --> | |
|         <record id="seq_project_issue" model="ir.sequence"> | |
|             <field name="name">Sequence</field> | |
|             <field name="code">project.issue</field> | |
|             <field name="prefix">PI</field> | |
|             <field name="padding">3</field> | |
|         </record> | |
|     </data> | |
| </odoo>
 | |
| 
 |