Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
15
base_partition/__manifest__.py
Executable file
15
base_partition/__manifest__.py
Executable file
@@ -0,0 +1,15 @@
|
||||
# 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": "18.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"],
|
||||
}
|
||||
Reference in New Issue
Block a user