justworks_erpnext/justworks_erpnext/justworks_erpnext_connector/doctype/jw_employee_allocation/jw_employee_allocation.py

11 lines
274 B
Python

# -*- coding: utf-8 -*-
# Copyright (c) 2020, Studio Infinity and contributors
# For license information, please see license.txt
from __future__ import unicode_literals
# import frappe
from frappe.model.document import Document
class JWEmployeeAllocation(Document):
pass