mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 07:32:04 +02:00
3 lines
161 B
Python
3 lines
161 B
Python
def post_init_hook(cr, registry):
|
|
"""Clear the indexed data for records already in database"""
|
|
cr.execute("UPDATE ir_attachment SET index_content=NULL")
|