tryton-ar / account_invoice_ar

Tryton module with AFIP WS integration
GNU General Public License v3.0
14 stars 13 forks source link

Crash when update v3.8 #89

Closed lukio closed 7 years ago

lukio commented 7 years ago
  File "/trytond_dist/trytond/modules/account_invoice_ar/__init__.py", line 6, in <module>
    from .invoice import *
  File "/trytond_dist/trytond/modules/account_invoice_ar/invoice.py", line 1029
    pais_dst_cmp = {
               ^
IndentationError: expected an indented block
lukio commented 7 years ago

Close ticket #89. The commit: f02bd79 fix the issue.