initial commit
This commit is contained in:
5
odoo/addons/project_html_rtl/hooks.py
Normal file
5
odoo/addons/project_html_rtl/hooks.py
Normal file
@@ -0,0 +1,5 @@
|
||||
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")
|
||||
Reference in New Issue
Block a user