# -*- 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, }