itsulu-blog-publisher/addons/itsulu_blog_publisher/models
Nicholas Riegel c6c912b809 fix: remove duplicate itsulu_social_id field and fix CI addons path
- Remove duplicate BlogPost._inherit class from blog_schedule.py that
  redefined itsulu_social_id with invalid 'limit' parameter, causing
  'unknown parameter limit' warnings on every Odoo startup
- Use $CI_PROJECT_DIR instead of /builds/$CI_PROJECT_PATH for addons
  path in unit_tests — CI_PROJECT_DIR is the correct GitLab predefined
  variable that works across all runner types

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-30 02:20:54 -04:00
..
__init__.py feat: add blog.post inverse relationship and simplify email template 2026-05-29 23:34:17 -04:00
blog_generation_log.py Reorganize codebase into Odoo addon structure per ARCHITECTURE.md 2026-05-29 12:11:42 -04:00
blog_post.py feat: add blog.post inverse relationship and simplify email template 2026-05-29 23:34:17 -04:00
blog_post_social.py Reorganize codebase into Odoo addon structure per ARCHITECTURE.md 2026-05-29 12:11:42 -04:00
blog_schedule.py fix: remove duplicate itsulu_social_id field and fix CI addons path 2026-05-30 02:20:54 -04:00
blog_topic.py Reorganize codebase into Odoo addon structure per ARCHITECTURE.md 2026-05-29 12:11:42 -04:00
res_config_settings.py Reorganize codebase into Odoo addon structure per ARCHITECTURE.md 2026-05-29 12:11:42 -04:00