oca-payment/odoo-bringout-oca-payment-payment_partner/account_payment_partner/__init__.py
Ernad Husremovic 7f7e88ab3d Restructure: move packages from packages/ subdirectory to root
Flattened directory structure by moving payment packages from redundant
packages/ subdirectory to the root level of oca-payment repository.

Changes:
- Moved odoo-bringout-oca-payment-* from packages/ to root
- Updated CLAUDE.md to reflect new flat structure
- Removed redundant packages/ directory

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-16 09:10:09 +01:00

5 lines
146 B
Python

# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from .hooks import pre_init_hook
from . import models
from . import reports