Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jayadianto/3a086b670751f9d7802981243e940a13 to your computer and use it in GitHub Desktop.

Select an option

Save jayadianto/3a086b670751f9d7802981243e940a13 to your computer and use it in GitHub Desktop.
Odoo blank tiba2, assets hilang, odoo.define is not a function ?
masuk ke database, execute this:
DELETE FROM ir_attachment WHERE url LIKE '/web/content/%';
restart Odoo
==== UNTUK ODOO 18 ====
delete from ir_attachment where res_model='ir.ui.view' and(name ilike '%.assets_%.css' or name ilike '%.assets_%.js')
restart Odoo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment