mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
17 lines
532 B
Python
17 lines
532 B
Python
# Copyright 2022 Hunki Enterprises BV
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "pglogical",
|
|
"summary": "Support for replicating Odoo's database",
|
|
"version": "12.0.1.0.0",
|
|
"development_status": "Alpha",
|
|
"category": "Tools",
|
|
"website": "https://github.com/OCA/server-backend",
|
|
"author": "Hunki Enterprises BV, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"post_load": "post_load",
|
|
'external_dependencies': {
|
|
'python': ['sqlparse'],
|
|
},
|
|
}
|