django-oscar-invoices icon indicating copy to clipboard operation
django-oscar-invoices copied to clipboard

Application for invoices generation in Django-Oscar.

Results 2 django-oscar-invoices issues
Sort by recently updated
recently updated
newest added

django-oscar-invoices cannot be installed because some packages clash

Currently overriding oscar_invoice.utils.InvoiceCreator is non trivial because it is not loaded with get_class. The only way to make this possible is to add one more namespace to the application. Let's...