I want to create new db once an automatic schedule is run def db_creation_cron(self, cr, uid, context=None): if context is None: context = {} user = 'admin' ...
確定! 回上一頁