bemade-addons/odoo_to_odoo_sync/models/__init__.py
mathis 4d92c5a72f [IMP] odoo_to_odoo_sync: implement dependency management, fix connection errors, and add field mapping
- Added comprehensive dependency management with proper OdooRPC library integration
- Fixed XML-RPC, JSON-RPC, and OdooRPC connection authentication issues
- Implemented proper Odoo 18 API key format support with scope parameter
- Added intelligent field mapping wizard with Full/Required/Balanced modes
- Enhanced error handling and connection state management
- Removed legacy API key system for clean reinstall capability
- Added detailed debug logging for connection troubleshooting
2025-08-15 08:40:48 -04:00

12 lines
322 B
Python

from . import sync_instance
from . import sync_model
from . import sync_model_field
from . import sync_log
from . import sync_queue
from . import sync_manager
from . import sync_conflict
from . import sync_conflict_wizard
from . import sync_conflict_wizard_field
from . import sync_observer
from . import sync_dependency