-
-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] l10n_br_account_payment_cobranca black, isort
- Loading branch information
Showing
30 changed files
with
1,627 additions
and
1,789 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
# -*- coding: utf-8 -*- | ||
# © 2012 KMEE INFORMATICA LTDA | ||
# @author Luis Felipe Mileo <[email protected]> | ||
# @author Daniel Sadamo <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
# -*- coding: utf-8 -*- | ||
# © 2012 KMEE INFORMATICA LTDA | ||
# @author Luis Felipe Mileo <[email protected]> | ||
# @author Daniel Sadamo <[email protected]> | ||
|
@@ -7,51 +6,42 @@ | |
|
||
|
||
{ | ||
'name': 'Account Payment CNAB', | ||
'version': '10.0.1.0.0', | ||
'category': 'Banking addons', | ||
'license': 'AGPL-3', | ||
'author': 'KMEE, Odoo Community Association (OCA)', | ||
'website': 'http://www.kmee.com.br', | ||
'depends': [ | ||
'base_transaction_id', | ||
'l10n_br_account_payment_order', | ||
], | ||
'data': [ | ||
'data/l10n_br_payment_export_type.xml', | ||
'data/boleto_data.xml', | ||
'data/ir_cron.xml', | ||
'data/account_analytic_tag_data.xml', | ||
|
||
'security/cnab_cobranca_security.xml', | ||
|
||
'views/res_company.xml', | ||
'views/account_payment_mode.xml', | ||
'views/res_partner_bank.xml', | ||
'views/account_payment_order.xml', | ||
'views/account_payment_line.xml', | ||
'views/account_payment_term_view.xml', | ||
'views/bank_payment_line.xml', | ||
'views/account_invoice.xml', | ||
'views/bank_api_operation_views.xml', | ||
|
||
'views/account_move_line.xml', | ||
'views/l10n_br_cnab_retorno_view.xml', | ||
'views/l10n_br_cnab_evento_views.xml', | ||
|
||
"name": "Account Payment CNAB", | ||
"version": "10.0.1.0.0", | ||
"category": "Banking addons", | ||
"license": "AGPL-3", | ||
"author": "KMEE, Odoo Community Association (OCA)", | ||
"website": "http://www.kmee.com.br", | ||
"depends": ["base_transaction_id", "l10n_br_account_payment_order"], | ||
"data": [ | ||
"data/l10n_br_payment_export_type.xml", | ||
"data/boleto_data.xml", | ||
"data/ir_cron.xml", | ||
"data/account_analytic_tag_data.xml", | ||
"security/cnab_cobranca_security.xml", | ||
"views/res_company.xml", | ||
"views/account_payment_mode.xml", | ||
"views/res_partner_bank.xml", | ||
"views/account_payment_order.xml", | ||
"views/account_payment_line.xml", | ||
"views/account_payment_term_view.xml", | ||
"views/bank_payment_line.xml", | ||
"views/account_invoice.xml", | ||
"views/bank_api_operation_views.xml", | ||
"views/account_move_line.xml", | ||
"views/l10n_br_cnab_retorno_view.xml", | ||
"views/l10n_br_cnab_evento_views.xml", | ||
# 'views/l10n_br_payment_cnab.xml', | ||
# 'views/l10n_br_cobranca_cnab.xml', | ||
# 'views/l10n_br_cobranca_cnab_lines.xml', | ||
|
||
'wizard/payment_order_create_wizard.xml', | ||
'reports/report_print_button_view.xml', | ||
|
||
'security/ir.model.access.csv', | ||
"wizard/payment_order_create_wizard.xml", | ||
"reports/report_print_button_view.xml", | ||
"security/ir.model.access.csv", | ||
], | ||
'demo': [ | ||
"demo": [ | ||
# 'demo/l10n_br_payment_mode.xml', | ||
], | ||
'test': [ | ||
"test": [ | ||
# 'tests/invoice_create.yml' | ||
], | ||
"installable": True, | ||
|
Oops, something went wrong.