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.
 
 
 
 

22 lines
643 B

# -*- coding: utf-8 -*-
# Copyright 2017 Akretion (http://www.akretion.com).
# @author Raphaël Reverdy <raphael.reverdy@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "POS Backend Communication",
"summary": "Communicate with odoo's backend from POS.",
"version": "10.0.1.0.0",
"category": "Point of Sale",
"website": "http://www.akretion.com",
'author': 'Akretion, Odoo Community Association (OCA)',
"license": "AGPL-3",
"application": False,
'installable': True,
"depends": [
"point_of_sale",
],
"data": [
'views/assets.xml',
],
}