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> |
||
|---|---|---|
| .. | ||
| data | ||
| features | ||
| models | ||
| security | ||
| services | ||
| tests | ||
| views | ||
| wizards | ||
| __init__.py | ||
| __manifest__.py | ||