mirror of
https://github.com/bringout/odoomates.git
synced 2026-04-18 08:52:00 +02:00
24 lines
684 B
Python
24 lines
684 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
{
|
|
'name': 'Odoo 16 Remove Data',
|
|
'version': '16.0.1.0.1',
|
|
'author': 'Odoo Mates, Sunpop.cn',
|
|
'category': 'Tools',
|
|
'description': 'Data Clean up, Remove Data, Database Clean UP, Reset Database',
|
|
'summary': 'Data Clean up, Remove Data, Database Clean UP, Reset Database',
|
|
'maintainer': 'Odoo Mates',
|
|
'support': 'odoomates@gmail.com',
|
|
'license': 'LGPL-3',
|
|
'sequence': 20,
|
|
'live_test_url': '',
|
|
'summary': """""",
|
|
'depends': ['base',],
|
|
'data': [
|
|
'views/view.xml',
|
|
],
|
|
'installable': True,
|
|
'application': False,
|
|
'auto_install': False,
|
|
'images': ['static/description/banner.png'],
|
|
}
|