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
741 B
22 lines
741 B
# © 2014-2016 Aurélien DUMAINE
|
|
# © 2015-2016 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
'name': 'POS Payment Terminal',
|
|
'version': '12.0.0.1.1',
|
|
'category': 'Point Of Sale',
|
|
'summary': 'Manage Payment Terminal device from POS front end',
|
|
'author': "Aurélien DUMAINE,GRAP,Akretion,"
|
|
"Odoo Community Association (OCA)",
|
|
'license': 'AGPL-3',
|
|
'depends': ['point_of_sale'],
|
|
'data': [
|
|
'views/pos_config.xml',
|
|
'views/account_journal.xml',
|
|
'views/assets.xml',
|
|
],
|
|
'demo': ['demo/pos_config.xml'],
|
|
'qweb': ['static/src/xml/pos_payment_terminal.xml'],
|
|
'installable': True,
|
|
}
|