Allow tax rules to trigger approval requirement (#2409)

This commit is contained in:
Raphael Michel
2022-01-10 14:10:51 +01:00
committed by GitHub
parent 7a4db8ea23
commit 70a5c76d79
7 changed files with 50 additions and 7 deletions

View File

@@ -1215,6 +1215,7 @@ class TaxRuleLineForm(I18nForm):
('reverse', _('Reverse charge')),
('no', _('No VAT')),
('block', _('Sale not allowed')),
('require_approval', _('Order requires approval')),
],
)
rate = forms.DecimalField(