fix: address_display, text -> text editor (#40621)

* fix: address_display, text -> text editor

* fix: text -> text editor for shipping and dispatch_address
This commit is contained in:
Ankush Menat
2024-03-25 11:16:16 +05:30
committed by GitHub
parent c89b0e37ab
commit e055147849
39 changed files with 124 additions and 115 deletions

View File

@@ -185,7 +185,7 @@
}, },
{ {
"fieldname": "address_display", "fieldname": "address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"label": "Address", "label": "Address",
"read_only": 1 "read_only": 1
}, },
@@ -204,7 +204,7 @@
}, },
{ {
"fieldname": "company_address_display", "fieldname": "company_address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"label": "Company Address Display", "label": "Company Address Display",
"read_only": 1 "read_only": 1
}, },
@@ -381,7 +381,7 @@
], ],
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2023-06-15 15:46:53.865712", "modified": "2024-03-22 16:01:13.231067",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Dunning", "name": "Dunning",

View File

@@ -32,14 +32,14 @@ class Dunning(AccountsController):
from erpnext.accounts.doctype.overdue_payment.overdue_payment import OverduePayment from erpnext.accounts.doctype.overdue_payment.overdue_payment import OverduePayment
address_display: DF.SmallText | None address_display: DF.TextEditor | None
amended_from: DF.Link | None amended_from: DF.Link | None
base_dunning_amount: DF.Currency base_dunning_amount: DF.Currency
body_text: DF.TextEditor | None body_text: DF.TextEditor | None
closing_text: DF.TextEditor | None closing_text: DF.TextEditor | None
company: DF.Link company: DF.Link
company_address: DF.Link | None company_address: DF.Link | None
company_address_display: DF.SmallText | None company_address_display: DF.TextEditor | None
contact_display: DF.SmallText | None contact_display: DF.SmallText | None
contact_email: DF.Data | None contact_email: DF.Data | None
contact_mobile: DF.SmallText | None contact_mobile: DF.SmallText | None

View File

@@ -420,7 +420,7 @@
}, },
{ {
"fieldname": "address_display", "fieldname": "address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"label": "Address", "label": "Address",
"read_only": 1 "read_only": 1
}, },
@@ -475,7 +475,7 @@
}, },
{ {
"fieldname": "shipping_address", "fieldname": "shipping_address",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"label": "Shipping Address", "label": "Shipping Address",
"print_hide": 1, "print_hide": 1,
"read_only": 1 "read_only": 1
@@ -489,7 +489,7 @@
}, },
{ {
"fieldname": "company_address_display", "fieldname": "company_address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"hidden": 1, "hidden": 1,
"label": "Company Address", "label": "Company Address",
"print_hide": 1, "print_hide": 1,
@@ -1563,7 +1563,7 @@
"icon": "fa fa-file-text", "icon": "fa fa-file-text",
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2024-03-20 16:00:34.268756", "modified": "2024-03-22 16:15:08.561034",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "POS Invoice", "name": "POS Invoice",

View File

@@ -47,7 +47,7 @@ class POSInvoice(SalesInvoice):
account_for_change_amount: DF.Link | None account_for_change_amount: DF.Link | None
additional_discount_percentage: DF.Float additional_discount_percentage: DF.Float
address_display: DF.SmallText | None address_display: DF.TextEditor | None
advances: DF.Table[SalesInvoiceAdvance] advances: DF.Table[SalesInvoiceAdvance]
against_income_account: DF.SmallText | None against_income_account: DF.SmallText | None
allocate_advances_automatically: DF.Check allocate_advances_automatically: DF.Check
@@ -72,7 +72,7 @@ class POSInvoice(SalesInvoice):
commission_rate: DF.Float commission_rate: DF.Float
company: DF.Link company: DF.Link
company_address: DF.Link | None company_address: DF.Link | None
company_address_display: DF.SmallText | None company_address_display: DF.TextEditor | None
consolidated_invoice: DF.Link | None consolidated_invoice: DF.Link | None
contact_display: DF.SmallText | None contact_display: DF.SmallText | None
contact_email: DF.Data | None contact_email: DF.Data | None
@@ -138,7 +138,7 @@ class POSInvoice(SalesInvoice):
selling_price_list: DF.Link selling_price_list: DF.Link
set_posting_time: DF.Check set_posting_time: DF.Check
set_warehouse: DF.Link | None set_warehouse: DF.Link | None
shipping_address: DF.SmallText | None shipping_address: DF.TextEditor | None
shipping_address_name: DF.Link | None shipping_address_name: DF.Link | None
shipping_rule: DF.Link | None shipping_rule: DF.Link | None
source: DF.Link | None source: DF.Link | None

View File

@@ -443,7 +443,7 @@
}, },
{ {
"fieldname": "address_display", "fieldname": "address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"label": "Address", "label": "Address",
"read_only": 1 "read_only": 1
}, },
@@ -489,7 +489,7 @@
}, },
{ {
"fieldname": "shipping_address_display", "fieldname": "shipping_address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"label": "Shipping Address", "label": "Shipping Address",
"print_hide": 1, "print_hide": 1,
"read_only": 1 "read_only": 1
@@ -1363,7 +1363,7 @@
}, },
{ {
"fieldname": "billing_address_display", "fieldname": "billing_address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"label": "Billing Address", "label": "Billing Address",
"read_only": 1 "read_only": 1
}, },
@@ -1638,7 +1638,7 @@
"idx": 204, "idx": 204,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2024-03-20 15:57:00.736868", "modified": "2024-03-22 16:15:09.099187",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Purchase Invoice", "name": "Purchase Invoice",

View File

@@ -82,7 +82,7 @@ class PurchaseInvoice(BuyingController):
) )
additional_discount_percentage: DF.Float additional_discount_percentage: DF.Float
address_display: DF.SmallText | None address_display: DF.TextEditor | None
advance_tax: DF.Table[AdvanceTax] advance_tax: DF.Table[AdvanceTax]
advances: DF.Table[PurchaseInvoiceAdvance] advances: DF.Table[PurchaseInvoiceAdvance]
against_expense_account: DF.SmallText | None against_expense_account: DF.SmallText | None
@@ -107,7 +107,7 @@ class PurchaseInvoice(BuyingController):
bill_date: DF.Date | None bill_date: DF.Date | None
bill_no: DF.Data | None bill_no: DF.Data | None
billing_address: DF.Link | None billing_address: DF.Link | None
billing_address_display: DF.SmallText | None billing_address_display: DF.TextEditor | None
buying_price_list: DF.Link | None buying_price_list: DF.Link | None
cash_bank_account: DF.Link | None cash_bank_account: DF.Link | None
clearance_date: DF.Date | None clearance_date: DF.Date | None
@@ -174,7 +174,7 @@ class PurchaseInvoice(BuyingController):
set_posting_time: DF.Check set_posting_time: DF.Check
set_warehouse: DF.Link | None set_warehouse: DF.Link | None
shipping_address: DF.Link | None shipping_address: DF.Link | None
shipping_address_display: DF.SmallText | None shipping_address_display: DF.TextEditor | None
shipping_rule: DF.Link | None shipping_rule: DF.Link | None
status: DF.Literal[ status: DF.Literal[
"", "",

View File

@@ -495,7 +495,7 @@
}, },
{ {
"fieldname": "address_display", "fieldname": "address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"hide_days": 1, "hide_days": 1,
"hide_seconds": 1, "hide_seconds": 1,
"label": "Address", "label": "Address",
@@ -566,7 +566,7 @@
}, },
{ {
"fieldname": "shipping_address", "fieldname": "shipping_address",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"hide_days": 1, "hide_days": 1,
"hide_seconds": 1, "hide_seconds": 1,
"label": "Shipping Address", "label": "Shipping Address",
@@ -584,7 +584,7 @@
}, },
{ {
"fieldname": "company_address_display", "fieldname": "company_address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"hide_days": 1, "hide_days": 1,
"hide_seconds": 1, "hide_seconds": 1,
"label": "Company Address", "label": "Company Address",
@@ -1999,7 +1999,7 @@
{ {
"allow_on_submit": 1, "allow_on_submit": 1,
"fieldname": "dispatch_address", "fieldname": "dispatch_address",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"label": "Dispatch Address", "label": "Dispatch Address",
"read_only": 1 "read_only": 1
}, },
@@ -2256,4 +2256,4 @@
"title_field": "title", "title_field": "title",
"track_changes": 1, "track_changes": 1,
"track_seen": 1 "track_seen": 1
} }

View File

@@ -77,7 +77,7 @@ class SalesInvoice(SellingController):
account_for_change_amount: DF.Link | None account_for_change_amount: DF.Link | None
additional_discount_account: DF.Link | None additional_discount_account: DF.Link | None
additional_discount_percentage: DF.Float additional_discount_percentage: DF.Float
address_display: DF.SmallText | None address_display: DF.TextEditor | None
advances: DF.Table[SalesInvoiceAdvance] advances: DF.Table[SalesInvoiceAdvance]
against_income_account: DF.SmallText | None against_income_account: DF.SmallText | None
allocate_advances_automatically: DF.Check allocate_advances_automatically: DF.Check
@@ -102,7 +102,7 @@ class SalesInvoice(SellingController):
commission_rate: DF.Float commission_rate: DF.Float
company: DF.Link company: DF.Link
company_address: DF.Link | None company_address: DF.Link | None
company_address_display: DF.SmallText | None company_address_display: DF.TextEditor | None
company_tax_id: DF.Data | None company_tax_id: DF.Data | None
contact_display: DF.SmallText | None contact_display: DF.SmallText | None
contact_email: DF.Data | None contact_email: DF.Data | None
@@ -119,7 +119,7 @@ class SalesInvoice(SellingController):
debit_to: DF.Link debit_to: DF.Link
disable_rounded_total: DF.Check disable_rounded_total: DF.Check
discount_amount: DF.Currency discount_amount: DF.Currency
dispatch_address: DF.SmallText | None dispatch_address: DF.TextEditor | None
dispatch_address_name: DF.Link | None dispatch_address_name: DF.Link | None
dont_create_loyalty_points: DF.Check dont_create_loyalty_points: DF.Check
due_date: DF.Date | None due_date: DF.Date | None
@@ -183,7 +183,7 @@ class SalesInvoice(SellingController):
set_posting_time: DF.Check set_posting_time: DF.Check
set_target_warehouse: DF.Link | None set_target_warehouse: DF.Link | None
set_warehouse: DF.Link | None set_warehouse: DF.Link | None
shipping_address: DF.SmallText | None shipping_address: DF.TextEditor | None
shipping_address_name: DF.Link | None shipping_address_name: DF.Link | None
shipping_rule: DF.Link | None shipping_rule: DF.Link | None
source: DF.Link | None source: DF.Link | None

View File

@@ -355,7 +355,7 @@
}, },
{ {
"fieldname": "address_display", "fieldname": "address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"label": "Supplier Address Details", "label": "Supplier Address Details",
"read_only": 1 "read_only": 1
}, },
@@ -394,7 +394,7 @@
}, },
{ {
"fieldname": "shipping_address_display", "fieldname": "shipping_address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"label": "Shipping Address Details", "label": "Shipping Address Details",
"print_hide": 1, "print_hide": 1,
"read_only": 1 "read_only": 1
@@ -1098,7 +1098,7 @@
}, },
{ {
"fieldname": "billing_address_display", "fieldname": "billing_address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"label": "Billing Address Details", "label": "Billing Address Details",
"read_only": 1 "read_only": 1
}, },
@@ -1288,7 +1288,7 @@
"idx": 105, "idx": 105,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2024-03-20 16:03:31.611808", "modified": "2024-03-22 16:15:09.674963",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Buying", "module": "Buying",
"name": "Purchase Order", "name": "Purchase Order",

View File

@@ -55,7 +55,7 @@ class PurchaseOrder(BuyingController):
) )
additional_discount_percentage: DF.Float additional_discount_percentage: DF.Float
address_display: DF.SmallText | None address_display: DF.TextEditor | None
advance_paid: DF.Currency advance_paid: DF.Currency
advance_payment_status: DF.Literal["Not Initiated", "Initiated", "Partially Paid", "Fully Paid"] advance_payment_status: DF.Literal["Not Initiated", "Initiated", "Partially Paid", "Fully Paid"]
amended_from: DF.Link | None amended_from: DF.Link | None
@@ -74,7 +74,7 @@ class PurchaseOrder(BuyingController):
base_total: DF.Currency base_total: DF.Currency
base_total_taxes_and_charges: DF.Currency base_total_taxes_and_charges: DF.Currency
billing_address: DF.Link | None billing_address: DF.Link | None
billing_address_display: DF.SmallText | None billing_address_display: DF.TextEditor | None
buying_price_list: DF.Link | None buying_price_list: DF.Link | None
company: DF.Link company: DF.Link
contact_display: DF.SmallText | None contact_display: DF.SmallText | None
@@ -131,7 +131,7 @@ class PurchaseOrder(BuyingController):
set_reserve_warehouse: DF.Link | None set_reserve_warehouse: DF.Link | None
set_warehouse: DF.Link | None set_warehouse: DF.Link | None
shipping_address: DF.Link | None shipping_address: DF.Link | None
shipping_address_display: DF.SmallText | None shipping_address_display: DF.TextEditor | None
shipping_rule: DF.Link | None shipping_rule: DF.Link | None
status: DF.Literal[ status: DF.Literal[
"", "",

View File

@@ -303,7 +303,7 @@
}, },
{ {
"fieldname": "billing_address_display", "fieldname": "billing_address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"label": "Billing Address Details", "label": "Billing Address Details",
"read_only": 1 "read_only": 1
} }
@@ -312,7 +312,7 @@
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2023-11-06 12:45:28.898706", "modified": "2024-03-22 16:01:19.097788",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Buying", "module": "Buying",
"name": "Request for Quotation", "name": "Request for Quotation",

View File

@@ -40,7 +40,7 @@ class RequestforQuotation(BuyingController):
amended_from: DF.Link | None amended_from: DF.Link | None
billing_address: DF.Link | None billing_address: DF.Link | None
billing_address_display: DF.SmallText | None billing_address_display: DF.TextEditor | None
company: DF.Link company: DF.Link
email_template: DF.Link | None email_template: DF.Link | None
incoterm: DF.Link | None incoterm: DF.Link | None

View File

@@ -228,7 +228,7 @@
}, },
{ {
"fieldname": "address_display", "fieldname": "address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"label": "Address", "label": "Address",
"read_only": 1 "read_only": 1
}, },
@@ -865,7 +865,7 @@
}, },
{ {
"fieldname": "shipping_address_display", "fieldname": "shipping_address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"label": "Shipping Address Details", "label": "Shipping Address Details",
"print_hide": 1, "print_hide": 1,
"read_only": 1 "read_only": 1
@@ -897,7 +897,7 @@
}, },
{ {
"fieldname": "billing_address_display", "fieldname": "billing_address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"label": "Billing Address Details", "label": "Billing Address Details",
"read_only": 1 "read_only": 1
}, },
@@ -928,7 +928,7 @@
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2024-03-20 16:03:59.069145", "modified": "2024-03-22 16:15:10.122197",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Buying", "module": "Buying",
"name": "Supplier Quotation", "name": "Supplier Quotation",

View File

@@ -31,7 +31,7 @@ class SupplierQuotation(BuyingController):
) )
additional_discount_percentage: DF.Float additional_discount_percentage: DF.Float
address_display: DF.SmallText | None address_display: DF.TextEditor | None
amended_from: DF.Link | None amended_from: DF.Link | None
apply_discount_on: DF.Literal["", "Grand Total", "Net Total"] apply_discount_on: DF.Literal["", "Grand Total", "Net Total"]
auto_repeat: DF.Link | None auto_repeat: DF.Link | None
@@ -46,7 +46,7 @@ class SupplierQuotation(BuyingController):
base_total: DF.Currency base_total: DF.Currency
base_total_taxes_and_charges: DF.Currency base_total_taxes_and_charges: DF.Currency
billing_address: DF.Link | None billing_address: DF.Link | None
billing_address_display: DF.SmallText | None billing_address_display: DF.TextEditor | None
buying_price_list: DF.Link | None buying_price_list: DF.Link | None
company: DF.Link company: DF.Link
contact_display: DF.SmallText | None contact_display: DF.SmallText | None
@@ -81,7 +81,7 @@ class SupplierQuotation(BuyingController):
rounding_adjustment: DF.Currency rounding_adjustment: DF.Currency
select_print_heading: DF.Link | None select_print_heading: DF.Link | None
shipping_address: DF.Link | None shipping_address: DF.Link | None
shipping_address_display: DF.SmallText | None shipping_address_display: DF.TextEditor | None
shipping_rule: DF.Link | None shipping_rule: DF.Link | None
status: DF.Literal["", "Draft", "Submitted", "Stopped", "Cancelled", "Expired"] status: DF.Literal["", "Draft", "Submitted", "Stopped", "Cancelled", "Expired"]
supplier: DF.Link supplier: DF.Link

View File

@@ -250,7 +250,7 @@
}, },
{ {
"fieldname": "address_display", "fieldname": "address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"hidden": 1, "hidden": 1,
"label": "Address", "label": "Address",
"oldfieldname": "address", "oldfieldname": "address",
@@ -622,7 +622,7 @@
"icon": "fa fa-info-sign", "icon": "fa fa-info-sign",
"idx": 195, "idx": 195,
"links": [], "links": [],
"modified": "2022-10-13 12:42:21.545636", "modified": "2024-03-22 16:01:10.721453",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "CRM", "module": "CRM",
"name": "Opportunity", "name": "Opportunity",

View File

@@ -40,7 +40,7 @@ class Opportunity(TransactionBase, CRMNote):
OpportunityLostReasonDetail, OpportunityLostReasonDetail,
) )
address_display: DF.SmallText | None address_display: DF.TextEditor | None
amended_from: DF.Link | None amended_from: DF.Link | None
annual_revenue: DF.Currency annual_revenue: DF.Currency
base_opportunity_amount: DF.Currency base_opportunity_amount: DF.Currency

View File

@@ -187,7 +187,7 @@
}, },
{ {
"fieldname": "address_display", "fieldname": "address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"hidden": 1, "hidden": 1,
"label": "Address", "label": "Address",
"read_only": 1 "read_only": 1
@@ -238,7 +238,7 @@
"link_fieldname": "maintenance_schedule" "link_fieldname": "maintenance_schedule"
} }
], ],
"modified": "2023-06-03 16:15:43.958072", "modified": "2024-03-22 16:01:11.868813",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Maintenance", "module": "Maintenance",
"name": "Maintenance Schedule", "name": "Maintenance Schedule",

View File

@@ -26,7 +26,7 @@ class MaintenanceSchedule(TransactionBase):
MaintenanceScheduleItem, MaintenanceScheduleItem,
) )
address_display: DF.SmallText | None address_display: DF.TextEditor | None
amended_from: DF.Link | None amended_from: DF.Link | None
company: DF.Link company: DF.Link
contact_display: DF.SmallText | None contact_display: DF.SmallText | None

View File

@@ -83,7 +83,7 @@
}, },
{ {
"fieldname": "address_display", "fieldname": "address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"hidden": 1, "hidden": 1,
"label": "Address", "label": "Address",
"read_only": 1 "read_only": 1
@@ -295,7 +295,7 @@
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2023-06-03 16:19:07.902723", "modified": "2024-03-22 16:01:12.354826",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Maintenance", "module": "Maintenance",
"name": "Maintenance Visit", "name": "Maintenance Visit",

View File

@@ -22,7 +22,7 @@ class MaintenanceVisit(TransactionBase):
MaintenanceVisitPurpose, MaintenanceVisitPurpose,
) )
address_display: DF.SmallText | None address_display: DF.TextEditor | None
amended_from: DF.Link | None amended_from: DF.Link | None
company: DF.Link company: DF.Link
completion_status: DF.Literal["", "Partially Completed", "Fully Completed"] completion_status: DF.Literal["", "Partially Completed", "Fully Completed"]

View File

@@ -549,6 +549,14 @@ body[data-route="pos"] {
justify-content: center; justify-content: center;
} }
.frappe-control[data-fieldname="other_charges_calculation"] .ql-editor { .frappe-control[data-fieldname="other_charges_calculation"] .ql-editor,
.frappe-control[data-fieldname="address_display"] .ql-editor,
.frappe-control[data-fieldname="shipping_address_display"] .ql-editor,
.frappe-control[data-fieldname="shipping_address"] .ql-editor,
.frappe-control[data-fieldname="dispatch_address"] .ql-editor,
.frappe-control[data-fieldname="source_address_display"] .ql-editor,
.frappe-control[data-fieldname="target_address_display"] .ql-editor,
.frappe-control[data-fieldname="billing_address_display"] .ql-editor,
.frappe-control[data-fieldname="company_address_display"] .ql-editor {
white-space: normal; white-space: normal;
} }

View File

@@ -94,7 +94,7 @@
}, },
{ {
"fieldname": "address_display", "fieldname": "address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"hidden": 1, "hidden": 1,
"label": "Address", "label": "Address",
"read_only": 1 "read_only": 1
@@ -238,7 +238,7 @@
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2024-02-04 18:20:12.020313", "modified": "2024-03-22 16:01:13.513355",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Selling", "module": "Selling",
"name": "Installation Note", "name": "Installation Note",
@@ -271,4 +271,4 @@
"states": [], "states": [],
"timeline_field": "customer", "timeline_field": "customer",
"title_field": "customer_name" "title_field": "customer_name"
} }

View File

@@ -23,7 +23,7 @@ class InstallationNote(TransactionBase):
InstallationNoteItem, InstallationNoteItem,
) )
address_display: DF.SmallText | None address_display: DF.TextEditor | None
amended_from: DF.Link | None amended_from: DF.Link | None
company: DF.Link company: DF.Link
contact_display: DF.SmallText | None contact_display: DF.SmallText | None
@@ -38,6 +38,7 @@ class InstallationNote(TransactionBase):
inst_time: DF.Time | None inst_time: DF.Time | None
items: DF.Table[InstallationNoteItem] items: DF.Table[InstallationNoteItem]
naming_series: DF.Literal["MAT-INS-.YYYY.-"] naming_series: DF.Literal["MAT-INS-.YYYY.-"]
project: DF.Link | None
remarks: DF.SmallText | None remarks: DF.SmallText | None
status: DF.Literal["Draft", "Submitted", "Cancelled"] status: DF.Literal["Draft", "Submitted", "Cancelled"]
territory: DF.Link territory: DF.Link

View File

@@ -265,7 +265,7 @@
}, },
{ {
"fieldname": "address_display", "fieldname": "address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"label": "Address", "label": "Address",
"oldfieldname": "customer_address", "oldfieldname": "customer_address",
"oldfieldtype": "Small Text", "oldfieldtype": "Small Text",
@@ -318,7 +318,7 @@
}, },
{ {
"fieldname": "shipping_address", "fieldname": "shipping_address",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"label": "Shipping Address", "label": "Shipping Address",
"print_hide": 1, "print_hide": 1,
"read_only": 1 "read_only": 1
@@ -965,7 +965,7 @@
}, },
{ {
"fieldname": "company_address_display", "fieldname": "company_address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"label": "Company Address", "label": "Company Address",
"read_only": 1 "read_only": 1
}, },
@@ -1073,7 +1073,7 @@
"idx": 82, "idx": 82,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2024-03-20 16:04:21.567847", "modified": "2024-03-22 16:15:10.488656",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Selling", "module": "Selling",
"name": "Quotation", "name": "Quotation",

View File

@@ -34,7 +34,7 @@ class Quotation(SellingController):
from erpnext.stock.doctype.packed_item.packed_item import PackedItem from erpnext.stock.doctype.packed_item.packed_item import PackedItem
additional_discount_percentage: DF.Float additional_discount_percentage: DF.Float
address_display: DF.SmallText | None address_display: DF.TextEditor | None
amended_from: DF.Link | None amended_from: DF.Link | None
apply_discount_on: DF.Literal["", "Grand Total", "Net Total"] apply_discount_on: DF.Literal["", "Grand Total", "Net Total"]
auto_repeat: DF.Link | None auto_repeat: DF.Link | None
@@ -49,7 +49,7 @@ class Quotation(SellingController):
campaign: DF.Link | None campaign: DF.Link | None
company: DF.Link company: DF.Link
company_address: DF.Link | None company_address: DF.Link | None
company_address_display: DF.SmallText | None company_address_display: DF.TextEditor | None
competitors: DF.TableMultiSelect[CompetitorDetail] competitors: DF.TableMultiSelect[CompetitorDetail]
contact_display: DF.SmallText | None contact_display: DF.SmallText | None
contact_email: DF.Data | None contact_email: DF.Data | None
@@ -93,7 +93,7 @@ class Quotation(SellingController):
scan_barcode: DF.Data | None scan_barcode: DF.Data | None
select_print_heading: DF.Link | None select_print_heading: DF.Link | None
selling_price_list: DF.Link selling_price_list: DF.Link
shipping_address: DF.SmallText | None shipping_address: DF.TextEditor | None
shipping_address_name: DF.Link | None shipping_address_name: DF.Link | None
shipping_rule: DF.Link | None shipping_rule: DF.Link | None
source: DF.Link | None source: DF.Link | None

View File

@@ -369,7 +369,7 @@
{ {
"allow_on_submit": 1, "allow_on_submit": 1,
"fieldname": "address_display", "fieldname": "address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"hide_days": 1, "hide_days": 1,
"hide_seconds": 1, "hide_seconds": 1,
"label": "Address", "label": "Address",
@@ -415,7 +415,7 @@
}, },
{ {
"fieldname": "company_address_display", "fieldname": "company_address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"hide_days": 1, "hide_days": 1,
"hide_seconds": 1, "hide_seconds": 1,
"label": "Company Address", "label": "Company Address",
@@ -450,7 +450,7 @@
{ {
"allow_on_submit": 1, "allow_on_submit": 1,
"fieldname": "shipping_address", "fieldname": "shipping_address",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"hide_days": 1, "hide_days": 1,
"hide_seconds": 1, "hide_seconds": 1,
"label": "Shipping Address", "label": "Shipping Address",
@@ -1525,7 +1525,7 @@
"allow_on_submit": 1, "allow_on_submit": 1,
"depends_on": "dispatch_address_name", "depends_on": "dispatch_address_name",
"fieldname": "dispatch_address", "fieldname": "dispatch_address",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"label": "Dispatch Address", "label": "Dispatch Address",
"read_only": 1 "read_only": 1
}, },
@@ -1657,7 +1657,7 @@
"idx": 105, "idx": 105,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2024-03-20 16:04:43.627183", "modified": "2024-03-22 16:15:04.884816",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Selling", "module": "Selling",
"name": "Sales Order", "name": "Sales Order",

View File

@@ -64,7 +64,7 @@ class SalesOrder(SellingController):
from erpnext.stock.doctype.packed_item.packed_item import PackedItem from erpnext.stock.doctype.packed_item.packed_item import PackedItem
additional_discount_percentage: DF.Float additional_discount_percentage: DF.Float
address_display: DF.SmallText | None address_display: DF.TextEditor | None
advance_paid: DF.Currency advance_paid: DF.Currency
advance_payment_status: DF.Literal["Not Requested", "Requested", "Partially Paid", "Fully Paid"] advance_payment_status: DF.Literal["Not Requested", "Requested", "Partially Paid", "Fully Paid"]
amended_from: DF.Link | None amended_from: DF.Link | None
@@ -84,7 +84,7 @@ class SalesOrder(SellingController):
commission_rate: DF.Float commission_rate: DF.Float
company: DF.Link company: DF.Link
company_address: DF.Link | None company_address: DF.Link | None
company_address_display: DF.SmallText | None company_address_display: DF.TextEditor | None
contact_display: DF.SmallText | None contact_display: DF.SmallText | None
contact_email: DF.Data | None contact_email: DF.Data | None
contact_mobile: DF.SmallText | None contact_mobile: DF.SmallText | None
@@ -104,7 +104,7 @@ class SalesOrder(SellingController):
] ]
disable_rounded_total: DF.Check disable_rounded_total: DF.Check
discount_amount: DF.Currency discount_amount: DF.Currency
dispatch_address: DF.SmallText | None dispatch_address: DF.TextEditor | None
dispatch_address_name: DF.Link | None dispatch_address_name: DF.Link | None
from_date: DF.Date | None from_date: DF.Date | None
grand_total: DF.Currency grand_total: DF.Currency
@@ -147,7 +147,7 @@ class SalesOrder(SellingController):
select_print_heading: DF.Link | None select_print_heading: DF.Link | None
selling_price_list: DF.Link selling_price_list: DF.Link
set_warehouse: DF.Link | None set_warehouse: DF.Link | None
shipping_address: DF.SmallText | None shipping_address: DF.TextEditor | None
shipping_address_name: DF.Link | None shipping_address_name: DF.Link | None
shipping_rule: DF.Link | None shipping_rule: DF.Link | None
skip_delivery_note: DF.Check skip_delivery_note: DF.Check

View File

@@ -351,7 +351,7 @@
}, },
{ {
"fieldname": "shipping_address", "fieldname": "shipping_address",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"label": "Shipping Address", "label": "Shipping Address",
"read_only": 1 "read_only": 1
}, },
@@ -408,7 +408,7 @@
}, },
{ {
"fieldname": "address_display", "fieldname": "address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"label": "Billing Address", "label": "Billing Address",
"read_only": 1 "read_only": 1
}, },
@@ -420,7 +420,7 @@
}, },
{ {
"fieldname": "company_address_display", "fieldname": "company_address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"label": "Company Address", "label": "Company Address",
"read_only": 1 "read_only": 1
}, },
@@ -1289,7 +1289,7 @@
{ {
"depends_on": "dispatch_address_name", "depends_on": "dispatch_address_name",
"fieldname": "dispatch_address", "fieldname": "dispatch_address",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"label": "Dispatch Address", "label": "Dispatch Address",
"print_hide": 1, "print_hide": 1,
"read_only": 1 "read_only": 1
@@ -1397,7 +1397,7 @@
"idx": 146, "idx": 146,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2024-03-20 16:05:02.854990", "modified": "2024-03-22 16:15:07.253135",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Delivery Note", "name": "Delivery Note",

View File

@@ -35,7 +35,7 @@ class DeliveryNote(SellingController):
from erpnext.stock.doctype.packed_item.packed_item import PackedItem from erpnext.stock.doctype.packed_item.packed_item import PackedItem
additional_discount_percentage: DF.Float additional_discount_percentage: DF.Float
address_display: DF.SmallText | None address_display: DF.TextEditor | None
amended_from: DF.Link | None amended_from: DF.Link | None
amount_eligible_for_commission: DF.Currency amount_eligible_for_commission: DF.Currency
apply_discount_on: DF.Literal["", "Grand Total", "Net Total"] apply_discount_on: DF.Literal["", "Grand Total", "Net Total"]
@@ -52,7 +52,7 @@ class DeliveryNote(SellingController):
commission_rate: DF.Float commission_rate: DF.Float
company: DF.Link company: DF.Link
company_address: DF.Link | None company_address: DF.Link | None
company_address_display: DF.SmallText | None company_address_display: DF.TextEditor | None
contact_display: DF.SmallText | None contact_display: DF.SmallText | None
contact_email: DF.Data | None contact_email: DF.Data | None
contact_mobile: DF.SmallText | None contact_mobile: DF.SmallText | None
@@ -66,7 +66,7 @@ class DeliveryNote(SellingController):
customer_name: DF.Data | None customer_name: DF.Data | None
disable_rounded_total: DF.Check disable_rounded_total: DF.Check
discount_amount: DF.Currency discount_amount: DF.Currency
dispatch_address: DF.SmallText | None dispatch_address: DF.TextEditor | None
dispatch_address_name: DF.Link | None dispatch_address_name: DF.Link | None
driver: DF.Link | None driver: DF.Link | None
driver_name: DF.Data | None driver_name: DF.Data | None
@@ -117,7 +117,7 @@ class DeliveryNote(SellingController):
set_posting_time: DF.Check set_posting_time: DF.Check
set_target_warehouse: DF.Link | None set_target_warehouse: DF.Link | None
set_warehouse: DF.Link | None set_warehouse: DF.Link | None
shipping_address: DF.SmallText | None shipping_address: DF.TextEditor | None
shipping_address_name: DF.Link | None shipping_address_name: DF.Link | None
shipping_rule: DF.Link | None shipping_rule: DF.Link | None
source: DF.Link | None source: DF.Link | None

View File

@@ -313,7 +313,7 @@
}, },
{ {
"fieldname": "address_display", "fieldname": "address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"label": "Address", "label": "Address",
"read_only": 1 "read_only": 1
}, },
@@ -352,7 +352,7 @@
}, },
{ {
"fieldname": "shipping_address_display", "fieldname": "shipping_address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"label": "Shipping Address", "label": "Shipping Address",
"print_hide": 1, "print_hide": 1,
"read_only": 1 "read_only": 1
@@ -1095,7 +1095,7 @@
}, },
{ {
"fieldname": "billing_address_display", "fieldname": "billing_address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"label": "Billing Address", "label": "Billing Address",
"read_only": 1 "read_only": 1
}, },
@@ -1252,7 +1252,7 @@
"idx": 261, "idx": 261,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2024-03-20 16:05:31.713453", "modified": "2024-03-22 16:15:10.937188",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Purchase Receipt", "name": "Purchase Receipt",

View File

@@ -40,7 +40,7 @@ class PurchaseReceipt(BuyingController):
from erpnext.stock.doctype.purchase_receipt_item.purchase_receipt_item import PurchaseReceiptItem from erpnext.stock.doctype.purchase_receipt_item.purchase_receipt_item import PurchaseReceiptItem
additional_discount_percentage: DF.Float additional_discount_percentage: DF.Float
address_display: DF.SmallText | None address_display: DF.TextEditor | None
amended_from: DF.Link | None amended_from: DF.Link | None
apply_discount_on: DF.Literal["", "Grand Total", "Net Total"] apply_discount_on: DF.Literal["", "Grand Total", "Net Total"]
apply_putaway_rule: DF.Check apply_putaway_rule: DF.Check
@@ -56,7 +56,7 @@ class PurchaseReceipt(BuyingController):
base_total: DF.Currency base_total: DF.Currency
base_total_taxes_and_charges: DF.Currency base_total_taxes_and_charges: DF.Currency
billing_address: DF.Link | None billing_address: DF.Link | None
billing_address_display: DF.SmallText | None billing_address_display: DF.TextEditor | None
buying_price_list: DF.Link | None buying_price_list: DF.Link | None
company: DF.Link company: DF.Link
contact_display: DF.SmallText | None contact_display: DF.SmallText | None
@@ -109,7 +109,7 @@ class PurchaseReceipt(BuyingController):
set_posting_time: DF.Check set_posting_time: DF.Check
set_warehouse: DF.Link | None set_warehouse: DF.Link | None
shipping_address: DF.Link | None shipping_address: DF.Link | None
shipping_address_display: DF.SmallText | None shipping_address_display: DF.TextEditor | None
shipping_rule: DF.Link | None shipping_rule: DF.Link | None
status: DF.Literal["", "Draft", "To Bill", "Completed", "Return Issued", "Cancelled", "Closed"] status: DF.Literal["", "Draft", "To Bill", "Completed", "Return Issued", "Cancelled", "Closed"]
subcontracting_receipt: DF.Link | None subcontracting_receipt: DF.Link | None

View File

@@ -306,7 +306,7 @@
}, },
{ {
"fieldname": "source_address_display", "fieldname": "source_address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"label": "Source Warehouse Address", "label": "Source Warehouse Address",
"read_only": 1 "read_only": 1
}, },
@@ -336,7 +336,7 @@
}, },
{ {
"fieldname": "target_address_display", "fieldname": "target_address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"label": "Target Warehouse Address", "label": "Target Warehouse Address",
"read_only": 1 "read_only": 1
}, },
@@ -464,7 +464,7 @@
}, },
{ {
"fieldname": "address_display", "fieldname": "address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"label": "Address" "label": "Address"
}, },
{ {
@@ -681,7 +681,7 @@
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2024-01-12 11:56:58.644882", "modified": "2024-03-22 16:23:13.683565",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Stock Entry", "name": "Stock Entry",

View File

@@ -85,7 +85,7 @@ class StockEntry(StockController):
add_to_transit: DF.Check add_to_transit: DF.Check
additional_costs: DF.Table[LandedCostTaxesandCharges] additional_costs: DF.Table[LandedCostTaxesandCharges]
address_display: DF.SmallText | None address_display: DF.TextEditor | None
amended_from: DF.Link | None amended_from: DF.Link | None
apply_putaway_rule: DF.Check apply_putaway_rule: DF.Check
bom_no: DF.Link | None bom_no: DF.Link | None
@@ -127,14 +127,14 @@ class StockEntry(StockController):
scan_barcode: DF.Data | None scan_barcode: DF.Data | None
select_print_heading: DF.Link | None select_print_heading: DF.Link | None
set_posting_time: DF.Check set_posting_time: DF.Check
source_address_display: DF.SmallText | None source_address_display: DF.TextEditor | None
source_warehouse_address: DF.Link | None source_warehouse_address: DF.Link | None
stock_entry_type: DF.Link stock_entry_type: DF.Link
subcontracting_order: DF.Link | None subcontracting_order: DF.Link | None
supplier: DF.Link | None supplier: DF.Link | None
supplier_address: DF.Link | None supplier_address: DF.Link | None
supplier_name: DF.Data | None supplier_name: DF.Data | None
target_address_display: DF.SmallText | None target_address_display: DF.TextEditor | None
target_warehouse_address: DF.Link | None target_warehouse_address: DF.Link | None
to_warehouse: DF.Link | None to_warehouse: DF.Link | None
total_additional_costs: DF.Currency total_additional_costs: DF.Currency

View File

@@ -182,7 +182,7 @@
}, },
{ {
"fieldname": "address_display", "fieldname": "address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"label": "Supplier Address Details", "label": "Supplier Address Details",
"read_only": 1 "read_only": 1
}, },
@@ -230,7 +230,7 @@
}, },
{ {
"fieldname": "shipping_address_display", "fieldname": "shipping_address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"label": "Shipping Address Details", "label": "Shipping Address Details",
"print_hide": 1, "print_hide": 1,
"read_only": 1 "read_only": 1
@@ -243,7 +243,7 @@
}, },
{ {
"fieldname": "billing_address_display", "fieldname": "billing_address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"label": "Billing Address Details", "label": "Billing Address Details",
"read_only": 1 "read_only": 1
}, },
@@ -454,7 +454,7 @@
"icon": "fa fa-file-text", "icon": "fa fa-file-text",
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2024-01-03 20:56:04.670380", "modified": "2024-03-22 16:15:07.797633",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Subcontracting", "module": "Subcontracting",
"name": "Subcontracting Order", "name": "Subcontracting Order",

View File

@@ -36,10 +36,10 @@ class SubcontractingOrder(SubcontractingController):
) )
additional_costs: DF.Table[LandedCostTaxesandCharges] additional_costs: DF.Table[LandedCostTaxesandCharges]
address_display: DF.SmallText | None address_display: DF.TextEditor | None
amended_from: DF.Link | None amended_from: DF.Link | None
billing_address: DF.Link | None billing_address: DF.Link | None
billing_address_display: DF.SmallText | None billing_address_display: DF.TextEditor | None
company: DF.Link company: DF.Link
contact_display: DF.SmallText | None contact_display: DF.SmallText | None
contact_email: DF.SmallText | None contact_email: DF.SmallText | None
@@ -59,7 +59,7 @@ class SubcontractingOrder(SubcontractingController):
set_reserve_warehouse: DF.Link | None set_reserve_warehouse: DF.Link | None
set_warehouse: DF.Link | None set_warehouse: DF.Link | None
shipping_address: DF.Link | None shipping_address: DF.Link | None
shipping_address_display: DF.SmallText | None shipping_address_display: DF.TextEditor | None
status: DF.Literal[ status: DF.Literal[
"Draft", "Draft",
"Open", "Open",

View File

@@ -192,7 +192,7 @@
}, },
{ {
"fieldname": "address_display", "fieldname": "address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"label": "Address", "label": "Address",
"read_only": 1 "read_only": 1
}, },
@@ -231,7 +231,7 @@
}, },
{ {
"fieldname": "shipping_address_display", "fieldname": "shipping_address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"label": "Shipping Address", "label": "Shipping Address",
"print_hide": 1, "print_hide": 1,
"read_only": 1 "read_only": 1
@@ -521,7 +521,7 @@
}, },
{ {
"fieldname": "billing_address_display", "fieldname": "billing_address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"label": "Billing Address", "label": "Billing Address",
"read_only": 1 "read_only": 1
}, },
@@ -645,7 +645,7 @@
"in_create": 1, "in_create": 1,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2023-11-16 13:04:00.710534", "modified": "2024-03-22 16:15:08.074134",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Subcontracting", "module": "Subcontracting",
"name": "Subcontracting Receipt", "name": "Subcontracting Receipt",

View File

@@ -33,13 +33,13 @@ class SubcontractingReceipt(SubcontractingController):
) )
additional_costs: DF.Table[LandedCostTaxesandCharges] additional_costs: DF.Table[LandedCostTaxesandCharges]
address_display: DF.SmallText | None address_display: DF.TextEditor | None
amended_from: DF.Link | None amended_from: DF.Link | None
auto_repeat: DF.Link | None auto_repeat: DF.Link | None
bill_date: DF.Date | None bill_date: DF.Date | None
bill_no: DF.Data | None bill_no: DF.Data | None
billing_address: DF.Link | None billing_address: DF.Link | None
billing_address_display: DF.SmallText | None billing_address_display: DF.TextEditor | None
company: DF.Link company: DF.Link
contact_display: DF.SmallText | None contact_display: DF.SmallText | None
contact_email: DF.SmallText | None contact_email: DF.SmallText | None
@@ -69,7 +69,7 @@ class SubcontractingReceipt(SubcontractingController):
set_posting_time: DF.Check set_posting_time: DF.Check
set_warehouse: DF.Link | None set_warehouse: DF.Link | None
shipping_address: DF.Link | None shipping_address: DF.Link | None
shipping_address_display: DF.SmallText | None shipping_address_display: DF.TextEditor | None
status: DF.Literal["", "Draft", "Completed", "Return", "Return Issued", "Cancelled", "Closed"] status: DF.Literal["", "Draft", "Completed", "Return", "Return Issued", "Cancelled", "Closed"]
supplied_items: DF.Table[SubcontractingReceiptSuppliedItem] supplied_items: DF.Table[SubcontractingReceiptSuppliedItem]
supplier: DF.Link supplier: DF.Link

View File

@@ -311,7 +311,7 @@
{ {
"depends_on": "customer", "depends_on": "customer",
"fieldname": "address_display", "fieldname": "address_display",
"fieldtype": "Small Text", "fieldtype": "Text Editor",
"label": "Address", "label": "Address",
"read_only": 1 "read_only": 1
}, },
@@ -379,7 +379,7 @@
"icon": "fa fa-bug", "icon": "fa fa-bug",
"idx": 1, "idx": 1,
"links": [], "links": [],
"modified": "2023-11-28 17:30:35.676410", "modified": "2024-03-22 16:01:11.412114",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Support", "module": "Support",
"name": "Warranty Claim", "name": "Warranty Claim",

View File

@@ -18,7 +18,7 @@ class WarrantyClaim(TransactionBase):
if TYPE_CHECKING: if TYPE_CHECKING:
from frappe.types import DF from frappe.types import DF
address_display: DF.SmallText | None address_display: DF.TextEditor | None
amc_expiry_date: DF.Date | None amc_expiry_date: DF.Date | None
amended_from: DF.Link | None amended_from: DF.Link | None
company: DF.Link company: DF.Link