bemade-addons/odoo_to_odoo_bemade/__manifest__.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

26 lines
771 B
Python

{
'name': 'Odoo to Odoo Bemade',
'version': '18.0.2.0.0',
'category': 'Technical',
'summary': 'Configuration Bemade pour synchronisation avec instances Odoo',
'description': """
Configuration pré-définie Bemade pour la synchronisation avec instances Odoo.
Ce module est un wrapper minimal qui fournit la configuration par défaut
pour les instances Bemade.
""",
'author': 'Bemade',
'website': 'https://bemade.org',
'depends': [
'base',
'project',
'odoo_to_odoo_sync'
],
'data': [
'data/ir_config_parameter_data.xml',
'views/menus.xml',
],
'installable': True,
'application': False,
'license': 'LGPL-3',
'post_init_hook': 'post_init_hook',
}