Skip to content

Commit

Permalink
[REF] Dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Luis Felipe Mileo <[email protected]>
  • Loading branch information
mileo committed Apr 16, 2019
1 parent 2c29865 commit e3fa983
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions financial/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
'website': 'www.kmee.com.br',
'depends': [
'base',
'l10n_br_resource', # FIXME: Implementar esta funcionalidade no core
# 'l10n_br_resource', # FIXME: Implementar esta funcionalidade no core
'mail',
'report_xlsx',
# 'account_payment_mode' # FIXME: Modulo da OCA/bank-payment in v10
# Estamos temporariamente dependendo deste módulo pois na v8 o model
# payment.mode esta no core.
'account_payment_mode',
# 'account_payment_mode',
#
# Em um futuro distante não deveremos mais depender de account, pois os
# models:
Expand All @@ -28,7 +28,7 @@
#
# TODO: Criar um PR no core separando models do módulo account
#
'account',
# 'account',
],
'external_dependencies': {
'python': ['html2text'],
Expand Down

0 comments on commit e3fa983

Please sign in to comment.