19 lines
567 B
Python
19 lines
567 B
Python
# Copyright 2022 Camptocamp SA
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
|
|
{
|
|
"name": "Base Domain Inverse Function",
|
|
"summary": "Provide function to inverse domain into parts",
|
|
"version": "16.0.1.0.0",
|
|
"development_status": "Alpha",
|
|
"category": "Others",
|
|
"website": "https://github.com/OCA/server-tools",
|
|
"author": "Camptocamp, Odoo Community Association (OCA)",
|
|
"maintainers": ["grindtildeath"],
|
|
"license": "AGPL-3",
|
|
"application": False,
|
|
"installable": True,
|
|
"depends": [
|
|
"base",
|
|
],
|
|
}
|