Skip to content

Instantly share code, notes, and snippets.

@amon-ra
Created December 2, 2022 09:15
Show Gist options
  • Save amon-ra/b2f38dab41fb9f3474a51a2ca5fb6f4b to your computer and use it in GitHub Desktop.
Save amon-ra/b2f38dab41fb9f3474a51a2ca5fb6f4b to your computer and use it in GitHub Desktop.
Fix odoo assets
self.env['ir.attachment'].search([('db_datas','=',False),('type','=','binary')]).unlink()
#regenerate assets
#restart odoo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment