Files
2025-11-25 12:27:53 +03:30

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")