24 lines
561 B
Python
24 lines
561 B
Python
# Copyright 2022 Criptomart
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
'name': 'Pos Receipt Clientinfo',
|
|
'description': """
|
|
Adds a report to print a simplified invoice with client tax data""",
|
|
'version': '12.0.1.0.0',
|
|
'license': 'AGPL-3',
|
|
'author': 'Criptomart',
|
|
'website': 'https://criptomart.net',
|
|
'depends': [
|
|
'point_of_sale',
|
|
'l10n_es_pos'
|
|
],
|
|
'data': [
|
|
'views/report_receipt.xml'
|
|
],
|
|
'qweb': [
|
|
'static/src/xml/pos.xml',
|
|
],
|
|
'demo': [
|
|
],
|
|
}
|