~dmesoluciones/+junk/global_invoice_taxes

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# -*- coding: utf-8 -*-
# Copyright 2018 PC systems
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
    'name': 'Global Invoice Taxes',
    'description': """
        Global invoice for daily group by taxes for daily sales""",
    'version': '1.0.0',
    'category': 'Point Of Sale',
    'license': 'AGPL-3',
    'author': 'PC systems',
    'depends': [
        'pos_invoice_posted',
    ],
    'data': [
        'views/create_invoice.xml',
    ],
    'demo': [
    ],
    'installable': True,
    'auto_install': False,
}