fix: code cleanup and convert public method to private for subcontracting class

This commit is contained in:
Rohit Waghchaure
2021-06-08 10:36:39 +05:30
parent d755b29943
commit 6bbc8ec3e8
7 changed files with 76 additions and 70 deletions

View File

@@ -87,7 +87,7 @@ def get_subcontracted_data(po_details, data):
def get_columns():
return [
{
"label": _("Id"),
"label": _("Purchase Order"),
"fieldname": "po_id",
"fieldtype": "Link",
"options": "Purchase Order",