mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Invoicing: Allow plugins to add data (#5452)
* Allow plugins to add data to invoices * Add documentation
This commit is contained in:
committed by
Raphael Michel
parent
9d2ef94389
commit
fc4a9406e1
@@ -202,6 +202,7 @@ class Invoice(models.Model):
|
||||
transmission_info = models.JSONField(null=True, blank=True)
|
||||
|
||||
file = models.FileField(null=True, blank=True, upload_to=invoice_filename, max_length=255)
|
||||
plugin_data = models.JSONField(default=dict)
|
||||
|
||||
objects = ScopedManager(organizer='event__organizer')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user