[fix] add flag ignore mandatory (#12201)
This commit is contained in:
parent
91017cba8d
commit
28ce1c0c3a
@ -47,7 +47,7 @@ def make_tax_account(company, account_name, tax_rate):
|
|||||||
"root_type": "Liability",
|
"root_type": "Liability",
|
||||||
"account_type": "Tax",
|
"account_type": "Tax",
|
||||||
"tax_rate": flt(tax_rate) if tax_rate else None
|
"tax_rate": flt(tax_rate) if tax_rate else None
|
||||||
}).insert(ignore_permissions=True)
|
}).insert(ignore_permissions=True, ignore_mandatory=True)
|
||||||
|
|
||||||
def make_sales_and_purchase_tax_templates(accounts, template_name=None):
|
def make_sales_and_purchase_tax_templates(accounts, template_name=None):
|
||||||
if not template_name:
|
if not template_name:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user