The steps
1.Query your db as this query.
select id, create_date, store_fname, datas_fname from ir_attachment where datas_fname like '%.js%';
2.Delete records that you found like "web.assets_common.js" "web.assets_backend.js"
3.Done.

 

原文:https://github.com/odoo/odoo/issues/9201

相关文章:

  • 2021-06-29
  • 2022-02-26
  • 2021-09-23
  • 2021-07-11
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-07
  • 2021-11-29
  • 2021-05-28
  • 2022-03-01
  • 2021-10-30
  • 2021-04-27
相关资源
相似解决方案