Tower: upload om_data_remove 1.4 (via marketplace)
This commit is contained in:
16
addons/om_data_remove/__manifest__.py
Normal file
16
addons/om_data_remove/__manifest__.py
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
'name': 'Odoo 18 Remove Data',
|
||||
'version': '1.4',
|
||||
'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',
|
||||
'depends': ['base'],
|
||||
'data': [
|
||||
'views/view.xml',
|
||||
],
|
||||
'images': ['static/description/banner.png'],
|
||||
}
|
||||
Reference in New Issue
Block a user