Closed etiennebonnafoux closed 5 years ago
I get the same error. Any suggestions?
With no answer how to debug it, I used this script https://linuxize.com/post/how-to-setup-automatic-odoo-backup/ .It work well for now. Only problem I tried with no sucess to put the file in Google Drive following this API but it didn't work. https://tech.rgou.net/en/linux-2/backup-script-on-google-drive-for-linux/ If you find how to do it please let me know.
@etiennebonnafoux : thanks for the link. I had tried this yesterday, but it didn't work. The *.zip file generated by odoo was always corrupt. Miraculously it started working today.
This is the true cultprit: Exception: Module loading auto_backup failed: file auto_backup/security/ir.model.access.csv could not be processed I don't see any issue or typo in there though. What happens when you run it with -u auto_backup in the terminal?
Any solution?
Never gotten any feedback from anyone on this question: I don't see any issue or typo in there though. What happens when you run it with -u auto_backup in the terminal?
I try in local work fine but in server throw some error. How can I solve it?
Try these:
I have the Same Error!
Same Error..
File "/opt/odoo/odoo11/odoo/tools/convert.py", line 832, in convert_csvimport raise Exception(('Module loading %s failed: file %s could not be processed:\n %s') % (module, fname, warning_msg)) Exception: Module loading auto_backup failed: file auto_backup/security/ir.model.access.csv could not be processed: No matching record found for external id 'model_db_backup' in field 'Object' Missing required value for the field 'Object' (model_id) No matching record found for external id 'model_db_backup' in field 'Object' Missing required value for the field 'Object' (model_id)
I had same error but I restarted the service and it works. but I can see the port is 8069 what if I have nginx and self signed SSL ?
This error will appear if your module has no model you using in csv. Try to paste module name before model_name. like product.model_product_product
Hmm are you sure that is the issue and that your example solves it @HardGITer? I've never seen this before I believe.
i get the same error any suggestion pls for v11
Hi,
I got this trying to install your module, I already check I have all the requirement.