İlk versiyon: MyMach Fleet Intelligence ve yapılandırmalar
This commit is contained in:
9
addons/mymach_fleet_intelligence/regenerate_js_assets.py
Normal file
9
addons/mymach_fleet_intelligence/regenerate_js_assets.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
import psycopg2
|
||||
|
||||
conn = psycopg2.connect('dbname=dev user=odoo password=odoo host=db')
|
||||
cr = conn.cursor()
|
||||
cr.execute("DELETE FROM ir_attachment WHERE name LIKE '%.assets_%';")
|
||||
conn.commit()
|
||||
conn.close()
|
||||
print("SUCCESS: Invalidated JS/CSS asset bundle attachments!")
|
||||
Reference in New Issue
Block a user