mirror of
https://gitlab.com/flectra-community/server-ux.git
synced 2024-11-14 10:12:06 +00:00
24 lines
804 B
Python
24 lines
804 B
Python
# Copyright 2013 Agile Business Group sagl (<http://www.agilebg.com>)
|
|
# Copyright 2016 Serpent Consulting Services Pvt. Ltd.
|
|
# Copyright 2018 Dreambits Technologies Pvt. Ltd. (<http://dreambits.in>)
|
|
# Copyright 2020 Ecosoft Co., Ltd. (<http://ecosoft.co.th>)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Base Revision (abstract)",
|
|
"summary": "Keep track of revised document",
|
|
"version": "2.0.1.0.1",
|
|
"category": "Tools",
|
|
"author": "Agile Business Group,"
|
|
"Dreambits,"
|
|
"Camptocamp,"
|
|
"Akretion,"
|
|
"Serpent Consulting Services Pvt. Ltd.,"
|
|
"Ecosoft,"
|
|
"Odoo Community Association (OCA)",
|
|
"website": "https://gitlab.com/flectra-community/server-ux",
|
|
"license": "AGPL-3",
|
|
"depends": ["base"],
|
|
"installable": True,
|
|
}
|