in the model created,
use
require_once( dirname(__FILE__) . DS . ".." .DS.'classes'.DS.'jmodel.list.php');
else of
require_once(JPATH_ADMIN_BUILDING .DS.'classes'.DS.'jmodel.item.php');
so model can be loaded by module.
Or put a constant.php into the project root for module to be able to load model.