2025-05-29 21:35:39 -04:00
|
|
|
{
|
|
|
|
|
'name': 'Odoo to Odoo Bemade',
|
2025-08-15 08:40:02 -04:00
|
|
|
'version': '18.0.2.0.0',
|
2025-05-29 21:35:39 -04:00
|
|
|
'category': 'Technical',
|
2025-08-15 08:40:02 -04:00
|
|
|
'summary': 'Configuration Bemade pour synchronisation avec instances Odoo',
|
2025-05-29 21:35:39 -04:00
|
|
|
'description': """
|
2025-08-15 08:40:02 -04:00
|
|
|
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.
|
2025-05-29 21:35:39 -04:00
|
|
|
""",
|
|
|
|
|
'author': 'Bemade',
|
|
|
|
|
'website': 'https://bemade.org',
|
|
|
|
|
'depends': [
|
|
|
|
|
'base',
|
2025-08-12 12:10:35 -04:00
|
|
|
'project',
|
2025-05-29 21:35:39 -04:00
|
|
|
'odoo_to_odoo_sync'
|
|
|
|
|
],
|
|
|
|
|
'data': [
|
2025-08-15 08:40:02 -04:00
|
|
|
'data/ir_config_parameter_data.xml',
|
2025-05-29 21:35:39 -04:00
|
|
|
'views/menus.xml',
|
|
|
|
|
],
|
|
|
|
|
'installable': True,
|
2025-08-15 08:40:02 -04:00
|
|
|
'application': False,
|
2025-05-29 21:35:39 -04:00
|
|
|
'license': 'LGPL-3',
|
2025-08-15 08:40:02 -04:00
|
|
|
'post_init_hook': 'post_init_hook',
|
2025-05-29 21:35:39 -04:00
|
|
|
}
|