22 lines
681 B
Python
22 lines
681 B
Python
# See LICENSE file for full copyright and licensing details.
|
|
|
|
{
|
|
"name": "Multi-DB Synchronization",
|
|
"version": "14.0.1.0.0",
|
|
"category": "Odex25-base",
|
|
"license": "AGPL-3",
|
|
"summary": "Multi-DB Synchronization",
|
|
"author": "OpenERP SA, Serpent Consulting Services Pvt. Ltd.",
|
|
"website": "http://www.serpentcs.com",
|
|
"maintainer": "Serpent Consulting Services Pvt. Ltd.",
|
|
"images": ["static/description/Synchro.png"],
|
|
"depends": ["base"],
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"wizard/base_synchro_view.xml",
|
|
"views/base_synchro_view.xml",
|
|
"views/res_request_view.xml",
|
|
],
|
|
"installable": True,
|
|
}
|