Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lefilament_training
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Le Filament
lefilament_training
Commits
e2067a2f
Commit
e2067a2f
authored
1 year ago
by
Benjamin - Le Filament
Browse files
Options
Downloads
Patches
Plain Diff
[FIX] error data declaration order
parent
fbfd864c
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
__manifest__.py
+0
-1
0 additions, 1 deletion
__manifest__.py
data/ir_module_category.xml
+0
-10
0 additions, 10 deletions
data/ir_module_category.xml
security/training_security.xml
+5
-0
5 additions, 0 deletions
security/training_security.xml
with
5 additions
and
11 deletions
__manifest__.py
+
0
−
1
View file @
e2067a2f
...
@@ -14,7 +14,6 @@
...
@@ -14,7 +14,6 @@
"
security/training_security.xml
"
,
"
security/training_security.xml
"
,
"
security/ir.model.access.csv
"
,
"
security/ir.model.access.csv
"
,
# datas
# datas
"
data/ir_module_category.xml
"
,
"
data/training_data.xml
"
,
"
data/training_data.xml
"
,
"
data/training_type_data.xml
"
,
"
data/training_type_data.xml
"
,
# templates
# templates
...
...
This diff is collapsed.
Click to expand it.
data/ir_module_category.xml
deleted
100644 → 0
+
0
−
10
View file @
fbfd864c
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2019-2022 Le Filament (<https://le-filament.com>)
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
<odoo>
<record
model=
"ir.module.category"
id=
"module_category_training"
>
<field
name=
"name"
>
Formation
</field>
<field
name=
"description"
>
Gestionnaire de formation
</field>
<field
name=
"sequence"
>
230
</field>
</record>
</odoo>
This diff is collapsed.
Click to expand it.
security/training_security.xml
+
5
−
0
View file @
e2067a2f
...
@@ -3,6 +3,11 @@
...
@@ -3,6 +3,11 @@
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
<odoo>
<odoo>
<!-- Définition des groupes utilisateurs -->
<!-- Définition des groupes utilisateurs -->
<record
model=
"ir.module.category"
id=
"module_category_training"
>
<field
name=
"name"
>
Formation
</field>
<field
name=
"description"
>
Gestionnaire de formation
</field>
<field
name=
"sequence"
>
230
</field>
</record>
<record
id=
"group_training"
model=
"res.groups"
>
<record
id=
"group_training"
model=
"res.groups"
>
<field
name=
"name"
>
Gestionnaire de Formation
</field>
<field
name=
"name"
>
Gestionnaire de Formation
</field>
<field
name=
"category_id"
ref=
"module_category_training"
/>
<field
name=
"category_id"
ref=
"module_category_training"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment