6 lines
282 B
Python
6 lines
282 B
Python
def post_init(cr, registry):
|
|
# Lightweight post-init: nothing heavy here. This placeholder can be
|
|
# extended later if database changes are desired at install time.
|
|
# Keep this simple to avoid unexpected side-effects.
|
|
print("project_html_rtl: post_init hook called")
|