Create module base_time_window
parent
e598ecae37
commit
0760e9f659
|
@ -0,0 +1,2 @@
|
||||||
|
# Copyright 2020 Camptocamp SA
|
||||||
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
|
|
@ -0,0 +1,13 @@
|
||||||
|
# Copyright 2020 Camptocamp SA
|
||||||
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
|
||||||
|
{
|
||||||
|
"name": "Base Time Window",
|
||||||
|
"summary": "Base model to handle time windows",
|
||||||
|
"version": "13.0.1.0.0",
|
||||||
|
"category": "Technical Settings",
|
||||||
|
"author": "ACSONE SA/NV, Camptocamp, Odoo Community Association (OCA)",
|
||||||
|
"license": "AGPL-3",
|
||||||
|
"website": "https://github.com/OCA/server-tools",
|
||||||
|
"depends": ["base"],
|
||||||
|
"installable": True,
|
||||||
|
}
|
|
@ -0,0 +1,2 @@
|
||||||
|
# Copyright 2020 Camptocamp SA
|
||||||
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
|
|
@ -0,0 +1,2 @@
|
||||||
|
# Copyright 2020 Camptocamp SA
|
||||||
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
|
Loading…
Reference in New Issue