21 lines
453 B
Python
21 lines
453 B
Python
# Copyright 2022 Criptomart
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
'name': 'Pos Ticket Pricelist',
|
|
'description': """
|
|
Prints the pricelist applied on tickets.""",
|
|
'version': "16.0.1.0.0",
|
|
'license': 'AGPL-3',
|
|
'author': 'Criptomart',
|
|
'website': 'https://criptomart.net',
|
|
'depends': [
|
|
],
|
|
'data': [
|
|
],
|
|
'qweb': [
|
|
'static/src/xml/pos.xml',
|
|
],
|
|
'demo': [
|
|
],
|
|
}
|