diff --git a/golem_ressources/__init__.py b/golem_resource/__init__.py similarity index 100% rename from golem_ressources/__init__.py rename to golem_resource/__init__.py diff --git a/golem_ressources/__manifest__.py b/golem_resource/__manifest__.py similarity index 94% rename from golem_ressources/__manifest__.py rename to golem_resource/__manifest__.py index 941404b..10b32de 100644 --- a/golem_ressources/__manifest__.py +++ b/golem_resource/__manifest__.py @@ -20,14 +20,14 @@ 'name': 'GOLEM non-profit resources', 'summary': 'GOLEM resources management', 'description': ''' GOLEM resources management ''', - 'version': '10.0.1.1.0', + 'version': '10.0.1.1.1', 'category': 'GOLEM', 'author': 'Youssef El Ouahby, Fabien Bourgeois', 'license': 'AGPL-3', 'application': True, 'installable': True, 'depends': ['product'], - 'data': ['views/golem_resources_views.xml', + 'data': ['views/golem_resource_views.xml', 'views/golem_reservation_views.xml', 'wizard/golem_reservation_rejection_views.xml', 'security/ir.model.access.csv'] diff --git a/golem_ressources/models/__init__.py b/golem_resource/models/__init__.py similarity index 96% rename from golem_ressources/models/__init__.py rename to golem_resource/models/__init__.py index e917ac0..6d47599 100644 --- a/golem_ressources/models/__init__.py +++ b/golem_resource/models/__init__.py @@ -16,4 +16,4 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -from . import golem_resources +from . import golem_resource diff --git a/golem_ressources/models/golem_resources.py b/golem_resource/models/golem_resource.py similarity index 99% rename from golem_ressources/models/golem_resources.py rename to golem_resource/models/golem_resource.py index 7cfe84c..672f484 100644 --- a/golem_ressources/models/golem_resources.py +++ b/golem_resource/models/golem_resource.py @@ -23,7 +23,6 @@ from odoo import models, fields, api, _ from odoo.exceptions import UserError, ValidationError -#modèle de base : ressources class GolemResource(models.Model): """ GOLEM Resource Model """ _name = 'golem.resource' diff --git a/golem_ressources/security/ir.model.access.csv b/golem_resource/security/ir.model.access.csv similarity index 100% rename from golem_ressources/security/ir.model.access.csv rename to golem_resource/security/ir.model.access.csv diff --git a/golem_ressources/static/description/icon.png b/golem_resource/static/description/icon.png similarity index 100% rename from golem_ressources/static/description/icon.png rename to golem_resource/static/description/icon.png diff --git a/golem_ressources/views/golem_reservation_views.xml b/golem_resource/views/golem_reservation_views.xml similarity index 100% rename from golem_ressources/views/golem_reservation_views.xml rename to golem_resource/views/golem_reservation_views.xml diff --git a/golem_ressources/views/golem_resources_views.xml b/golem_resource/views/golem_resource_views.xml similarity index 97% rename from golem_ressources/views/golem_resources_views.xml rename to golem_resource/views/golem_resource_views.xml index 0a9b19b..30a1a20 100644 --- a/golem_ressources/views/golem_resources_views.xml +++ b/golem_resource/views/golem_resource_views.xml @@ -116,8 +116,8 @@ along with this program. If not, see . - +