[FIX]Yaltik Bootstrap : remove mail_debrand, as it breaks body html

This commit is contained in:
Fabien BOURGEOIS 2022-07-21 14:49:33 +02:00
parent 110d42b503
commit 41c17a9d8d
1 changed files with 2 additions and 2 deletions

View File

@ -21,12 +21,12 @@
'description': """ Yaltik bootstrap : common dependencies for all projects :
* addons from OCA : FR localization, debranding ;
* new backend and responsive theme """,
'version': '15.0.0.0.1',
'version': '15.0.0.0.2',
'category': 'Yaltik',
'author': 'Fabien Bourgeois',
'license': 'AGPL-3',
'application': False,
'installable': True,
'depends': ['l10n_fr', 'l10n_fr_siret', 'l10n_fr_state', 'l10n_fr_department',
'mail_debrand', 'muk_web_theme']
'muk_web_theme']
}