Skip to content

Commit

Permalink
[IMP] shopinvader: Allows to download paid invoices for confirmed sal…
Browse files Browse the repository at this point in the history
…e orders
  • Loading branch information
lmignon authored and acsonefho committed Sep 27, 2019
1 parent 5a7837f commit ab806eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shopinvader/services/invoice.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


class InvoiceService(Component):
_inherit = "shopinvader.abstract.mail.service"
_inherit = "base.shopinvader.service"
_name = "shopinvader.invoice.service"
_usage = "invoice"
_expose_model = "account.invoice"
Expand Down
2 changes: 1 addition & 1 deletion shopinvader/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# from . import test_controller
from . import test_controller
from . import test_backend
from . import test_cart
from . import test_cart_item
Expand Down

0 comments on commit ab806eb

Please sign in to comment.