odoo_clicks2cart/check_view_2517.py
2026-03-02 21:31:24 +05:30

6 lines
173 B
Python

v = env['ir.ui.view'].browse(2517)
print(f"ID: {v.id}, Key: {v.key}, Website ID: {v.website_id.id if v.website_id else 'None'}")
print("Arch DB Content:")
print(v.arch_db)