itsulu-blog-publisher/addons/itsulu_blog_publisher/views
Nicholas Riegel 6635313f58 port(14.0): fix web_ribbon view attr + convert tests to setUp/self.env
- views/blog_schedule_views.xml: web_ribbon invisible="active" (Odoo 17
  bare-expr syntax) -> attrs="{'invisible': [('active','=',True)]}".
  This was the view-validation error blocking module install on Odoo 14.
- tests: Odoo 14 TransactionCase exposes self.env in setUp(), not cls.env
  in setUpClass() (that pattern is Odoo 15+). Converted all 13 setUpClass
  blocks across 6 test files to setUp(self) + self.env/self.factory.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-05-30 11:44:24 -04:00
..
blog_generation_log_views.xml port(14.0): mail template -> Jinja2, view attrs -> Odoo 14 domains 2026-05-30 11:31:11 -04:00
blog_post_social_views.xml Implement wizard and complete UI views for Blog Publisher addon 2026-05-29 12:35:49 -04:00
blog_schedule_views.xml port(14.0): fix web_ribbon view attr + convert tests to setUp/self.env 2026-05-30 11:44:24 -04:00
blog_topic_views.xml port(14.0): mail template -> Jinja2, view attrs -> Odoo 14 domains 2026-05-30 11:31:11 -04:00
generate_now_wizard_views.xml Implement wizard and complete UI views for Blog Publisher addon 2026-05-29 12:35:49 -04:00
menu_views.xml Implement wizard and complete UI views for Blog Publisher addon 2026-05-29 12:35:49 -04:00
res_config_settings_views.xml Reorganize codebase into Odoo addon structure per ARCHITECTURE.md 2026-05-29 12:11:42 -04:00
website_blog_publisher_templates.xml test: RED phase — first test passing for blog.topic model 2026-05-29 22:50:10 -04:00