Add option to require company name

This commit is contained in:
Raphael Michel
2018-08-10 16:05:20 +02:00
parent 13f3b54393
commit 3d5cc98df5
5 changed files with 36 additions and 5 deletions

View File

@@ -57,6 +57,10 @@ DEFAULTS = {
'default': 'False',
'type': bool,
},
'invoice_address_company_required': {
'default': 'False',
'type': bool,
},
'invoice_address_vatid': {
'default': 'False',
'type': bool,