forked from OCA/l10n-brazil
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path__manifest__.py
33 lines (32 loc) · 999 Bytes
/
__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
# Copyright (C) 2016-Today - KMEE (<http://kmee.com.br>).
# Luis Felipe Miléo - [email protected]
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Brazilian Payment Order',
'version': '12.0.1.0.0',
'license': 'AGPL-3',
'author': "KMEE, "
"Odoo Community Association (OCA)",
'website': 'https://github.com/OCA/l10n-brazil',
'category': 'Banking addons',
'depends': [
'l10n_br_base',
'account_payment_order',
'account_due_list',
'account_cancel',
],
'data': [
'views/account_due_list.xml',
'views/account_payment_order.xml',
'views/account_payment_order_menu_views.xml',
'views/account_payment_line.xml',
'views/account_payment_mode.xml',
],
'demo': [
'demo/res_partner_bank.xml',
'demo/account_journal.xml',
'demo/account_payment_mode.xml',
'demo/account_payment_order.xml',
],
'installable': True,
}