16 lines
526 B
Python
16 lines
526 B
Python
# Copyright 2020 Acsone (http://www.acsone.eu)
|
|
# Nans Lefebvre <nans.lefebvre@acsone.eu>
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
|
|
|
|
{
|
|
"name": "Base Partition",
|
|
"summary": "Base module that provide the partition method on all models",
|
|
"version": "16.0.1.0.0",
|
|
"category": "Uncategorized",
|
|
"website": "https://github.com/OCA/server-tools",
|
|
"author": "Acsone SA/NV, Odoo Community Association (OCA)",
|
|
"license": "LGPL-3",
|
|
"installable": True,
|
|
"depends": ["base"],
|
|
}
|