[MIG]Yaltik Bootstrap to v16

This commit is contained in:
Fabien BOURGEOIS 2023-01-24 14:23:50 +01:00
parent 85e8663218
commit dbcfdc14e5
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright 2018 Fabien Bourgeois <fabien@yaltik.com>
# Copyright 2018-2023 Fabien Bourgeois <fabien@yaltik.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
@ -21,12 +21,12 @@
'description': """ Yaltik bootstrap : common dependencies for all projects :
* addons from OCA : FR localization, debranding ;
* new backend and responsive theme """,
'version': '12.0.0.1.0',
'version': '16.0.0.1.0',
'category': 'Yaltik',
'author': 'Fabien Bourgeois',
'license': 'AGPL-3',
'application': False,
'installable': True,
'depends': ['l10n_fr', 'l10n_fr_siret', 'l10n_fr_state', 'l10n_fr_department',
'disable_odoo_online', 'mail_debrand', 'muk_web_theme']
'muk_web_theme']
}