Store invoice source code instead of generate it everytime
This commit is contained in:
parent
e23eafd56c
commit
1fb14ea33d
8 changed files with 224 additions and 180 deletions
|
|
@ -28,7 +28,7 @@ class InvoiceForm(forms.ModelForm):
|
|||
|
||||
class Meta:
|
||||
model = Invoice
|
||||
exclude = ('bde', )
|
||||
exclude = ('bde', 'tex', )
|
||||
|
||||
|
||||
class ProductForm(forms.ModelForm):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue