20 lines
		
	
	
		
			537 B
		
	
	
	
		
			Python
		
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			537 B
		
	
	
	
		
			Python
		
	
	
# -*- coding: utf-8 -*-
 | 
						|
# (C) Piotr Cierkosz
 | 
						|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
 | 
						|
 | 
						|
{
 | 
						|
    'name': 'Philippines Country States',
 | 
						|
    'category': 'Localization',
 | 
						|
    'version': '11.0.1.0',
 | 
						|
    'author': 'Piotr Cierkosz',
 | 
						|
    'data': [
 | 
						|
        'data/res_country_states.xml',
 | 
						|
    ],
 | 
						|
    'license': 'AGPL-3',
 | 
						|
    'installable': True,
 | 
						|
    'description' : "Provinces of the Philippines",
 | 
						|
    'images': ['images/thumbnail.png'],
 | 
						|
    'summary': 'Provinces of the Philippines',
 | 
						|
    'website' : "https://www.cier.tech",
 | 
						|
}
 |