Merge pull request #38685 from ruthra-kumar/get_list_for_virtual_child_doctypes
refactor: add `get_list` for virtual child doctypes
This commit is contained in:
commit
d4ac57704c
@ -34,4 +34,6 @@ class PaymentReconciliationAllocation(Document):
|
|||||||
unreconciled_amount: DF.Currency
|
unreconciled_amount: DF.Currency
|
||||||
# end: auto-generated types
|
# end: auto-generated types
|
||||||
|
|
||||||
|
@staticmethod
|
||||||
|
def get_list(args):
|
||||||
pass
|
pass
|
||||||
|
|||||||
@ -26,4 +26,6 @@ class PaymentReconciliationInvoice(Document):
|
|||||||
parenttype: DF.Data
|
parenttype: DF.Data
|
||||||
# end: auto-generated types
|
# end: auto-generated types
|
||||||
|
|
||||||
|
@staticmethod
|
||||||
|
def get_list(args):
|
||||||
pass
|
pass
|
||||||
|
|||||||
@ -30,4 +30,6 @@ class PaymentReconciliationPayment(Document):
|
|||||||
remark: DF.SmallText | None
|
remark: DF.SmallText | None
|
||||||
# end: auto-generated types
|
# end: auto-generated types
|
||||||
|
|
||||||
|
@staticmethod
|
||||||
|
def get_list(args):
|
||||||
pass
|
pass
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user