server-ux/base_revision/__manifest__.py

24 lines
804 B
Python
Raw Normal View History

2021-03-23 19:15:27 +00:00
# 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",
2022-06-29 18:41:04 +00:00
"version": "2.0.1.1.0",
2021-03-23 19:15:27 +00:00
"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,
}