itsulu-blog-publisher/addons/itsulu_blog_publisher
Nicholas Riegel 062b707453 Add addon and services __init__.py files for proper module imports
Create package initialization files:
- addons/itsulu_blog_publisher/__init__.py - imports models and services
- Already created services/__init__.py with LLM exports
- Already created models/__init__.py with model exports
- Already created tests/__init__.py with test module exports

This enables proper Odoo addon discovery and Python package structure.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-05-29 12:29:52 -04:00
..
data Reorganize codebase into Odoo addon structure per ARCHITECTURE.md 2026-05-29 12:11:42 -04:00
features Reorganize codebase into Odoo addon structure per ARCHITECTURE.md 2026-05-29 12:11:42 -04:00
models Implement LLMRouter and provider infrastructure for GREEN phase tests 2026-05-29 12:27:58 -04:00
security Reorganize codebase into Odoo addon structure per ARCHITECTURE.md 2026-05-29 12:11:42 -04:00
services Implement LLMRouter and provider infrastructure for GREEN phase tests 2026-05-29 12:27:58 -04:00
tests Implement LLMRouter and provider infrastructure for GREEN phase tests 2026-05-29 12:27:58 -04:00
views Reorganize codebase into Odoo addon structure per ARCHITECTURE.md 2026-05-29 12:11:42 -04:00
wizards Reorganize codebase into Odoo addon structure per ARCHITECTURE.md 2026-05-29 12:11:42 -04:00
__init__.py Add addon and services __init__.py files for proper module imports 2026-05-29 12:29:52 -04:00
__manifest__.py Reorganize codebase into Odoo addon structure per ARCHITECTURE.md 2026-05-29 12:11:42 -04:00