Odoo Missing Error while running a cron job for sending scheduled mail
问题 I have the following code. When the scheduler runs I am getting the error message. Some one help me to resolve the error in the code MissingError One of the documents you are trying to access has been deleted, please try again after refreshing. def send_followup_mail(self, cr, uid, context=None): quot_ids=self.search(cr, uid, [('state','=','amend_quote')]) for quot_id in quot_ids: if quot_id: quot_obj=self.browse(cr, uid, quot_id ,context=context) quotation_since=quot_obj.quotation_since for