mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 21:49:18 +00:00
introducing model 3.0, refactored import module
This commit is contained in:
@@ -25,7 +25,7 @@ webnotes.user = webnotes.profile.Profile()
|
||||
from webnotes.model.doc import Document
|
||||
from webnotes.model.code import get_obj
|
||||
from webnotes.utils import cstr, flt
|
||||
from webnotes.model.doclist import getlist
|
||||
from webnotes.model.wrapper import getlist
|
||||
sql = webnotes.conn.sql
|
||||
|
||||
from sandbox.testdata import leaves
|
||||
|
||||
@@ -25,7 +25,7 @@ webnotes.user = webnotes.profile.Profile()
|
||||
from webnotes.model.doc import Document
|
||||
from webnotes.model.code import get_obj
|
||||
from webnotes.utils import cstr, flt
|
||||
from webnotes.model.doclist import getlist
|
||||
from webnotes.model.wrapper import getlist
|
||||
sql = webnotes.conn.sql
|
||||
|
||||
from sandbox.testdata.masters import *
|
||||
|
||||
@@ -25,7 +25,7 @@ webnotes.user = webnotes.profile.Profile()
|
||||
from webnotes.model.doc import Document
|
||||
from webnotes.model.code import get_obj
|
||||
from webnotes.utils import cstr, flt
|
||||
from webnotes.model.doclist import getlist
|
||||
from webnotes.model.wrapper import getlist
|
||||
sql = webnotes.conn.sql
|
||||
|
||||
from sandbox.testdata.masters import *
|
||||
|
||||
Reference in New Issue
Block a user