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
616 B
22 lines
616 B
# © 2019 Solvos Consultoría Informática (<http://www.solvos.es>)
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "POS Ticket Without Price",
|
|
"summary": "Adds receipt ticket without price or taxes",
|
|
"version": "12.0.1.0.0",
|
|
"author": "Odoo Community Association (OCA), Solvos",
|
|
"website": "http://www.github.com/OCA/pos",
|
|
"license": "AGPL-3",
|
|
"category": "Point Of Sale",
|
|
"depends": [
|
|
'point_of_sale'
|
|
],
|
|
'data': [
|
|
"views/pos_templates.xml",
|
|
],
|
|
"qweb": [
|
|
'static/src/xml/pos.xml',
|
|
],
|
|
'installable': True,
|
|
}
|