forked from OCA/l10n-brazil
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path__manifest__.py
38 lines (37 loc) · 1.33 KB
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Copyright 2022 KMEE
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "L10n Br Pos Nfce",
"summary": """
NFC-E no Ponto de Venda""",
"version": "14.0.1.3.1",
"license": "AGPL-3",
"author": "KMEE,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-brazil",
"development_status": "Alpha",
"maintainers": ["mileo", "lfdivino", "luismalta", "ygcarvalh", "felipezago"],
"depends": [
"l10n_br_pos",
"l10n_br_account_nfe",
],
"data": [
"views/res_partner.xml",
"views/pos_payment_method.xml",
"views/pos_template.xml",
"views/pos_config_view.xml",
],
"demo": [
"demo/l10n_br_pos_nfce.xml",
],
"qweb": [
"static/src/xml/Screens/ReceiptScreen/NfceOrderReceipt.xml",
"static/src/xml/Screens/ReceiptScreen/NfceHeaderReceipt.xml",
"static/src/xml/Screens/ReceiptScreen/NfceFooterReceipt.xml",
"static/src/xml/Screens/ReceiptScreen/NfceFiscalInfoReceipt.xml",
"static/src/xml/Screens/ReceiptScreen/NfceTotalsReceipt.xml",
"static/src/xml/Screens/ReceiptScreen/NfcePaymentlineReceipt.xml",
"static/src/xml/Screens/ReceiptScreen/NfceItemReceipt.xml",
"static/src/xml/Screens/ReceiptScreen/ReceiptScreen.xml",
],
"installable": True,
}