feat: Add accounting dimensions to Supplier Quotation

(cherry picked from commit 089da459f7)

# Conflicts:
#	erpnext/buying/doctype/supplier_quotation/supplier_quotation.json
#	erpnext/patches.txt
This commit is contained in:
Deepesh Garg
2023-11-17 12:37:14 +05:30
committed by Mergify
parent 8d4a19cecf
commit 51e33e1556
5 changed files with 111 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
from erpnext.accounts.doctype.accounting_dimension.accounting_dimension import (
create_accounting_dimensions_for_doctype,
)
def execute():
create_accounting_dimensions_for_doctype(doctype="Supplier Quotation")
create_accounting_dimensions_for_doctype(doctype="Supplier Quotation Item")