コード例 #1
0
ファイル: feed.py プロジェクト: 0592336085/feedvalidator
 def do_app_collection(self):
   from service import collection
   return collection(), noduplicates()
コード例 #2
0
ファイル: extension.py プロジェクト: lugrus2000/feedvalidator
 def do_app_collection(self):
   from service import collection
   return collection()
コード例 #3
0
 def do_app_collection(self):
   from service import collection
   return collection()
コード例 #4
0
ファイル: feed.py プロジェクト: vocxod/restful-openerp
 def do_app_collection(self):
   from service import collection
   return collection(), noduplicates()