Añadido módulo que modifica el ticket
This commit is contained in:
parent
8612e67566
commit
16980f388f
4 changed files with 635 additions and 0 deletions
24
pos_receipt_clientinfo/__manifest__.py
Normal file
24
pos_receipt_clientinfo/__manifest__.py
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# 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': [
|
||||
],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue