hms_bak/restore_buttons/__manifest__.py
mgite 36b2a3fab6
Some checks failed
Update odoo 18 / update (push) Failing after 1m32s
maaaany changes
2024-11-16 02:07:15 +04:00

30 lines
831 B
Python

# -*- coding: utf-8 -*-
{
'name': "Restore Action, Save & Discard Buttons",
'summary': """Restore old actions, save and discard buttons.""",
'description': """Restore old actions, save and discard buttons.""",
'author': "mgite",
# 'website': "https://example.com",
'price': '5.5',
'currency': 'EUR',
'support': 'matemana2608@gmail.com',
'license': 'OPL-1',
'category': 'Services',
'version': '18.0.1.0.0',
'images': ['static/description/wallpaper.png'],
'depends': [
'web',
],
'data': [],
'assets': {
'web.assets_backend': [
'restore_buttons/static/src/scss/*.scss',
'restore_buttons/static/src/xml/*.xml',
],
},
'installable': True,
'application': True,
'auto_install': False,
'bootstrap': True,
}