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.
 
 
 

24 lines
629 B

{
"name": "VRACOOP - POS Balance ticketing",
"summary": "POS Balance ticketing",
"version": "12.0.1.0",
"development_status": "Beta",
"author": "Le Filament",
"maintainers": ["remi-filament"],
"license": "AGPL-3",
"application": False,
"installable": True,
"category": 'Point of Sale',
"depends": [
"point_of_sale", "vracoop_pos_free_balance_v2",
],
"data": [
'security/ir.model.access.csv',
'data/ticket_format_data.xml',
'views/assets.xml',
'views/pos_config_views.xml',
],
'qweb': [
'static/src/xml/pos.xml',
],
}