- 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>
|
||
|---|---|---|
| .. | ||
| blog_generation_log_views.xml | ||
| blog_post_social_views.xml | ||
| blog_schedule_views.xml | ||
| blog_topic_views.xml | ||
| generate_now_wizard_views.xml | ||
| menu_views.xml | ||
| res_config_settings_views.xml | ||
| website_blog_publisher_templates.xml | ||