Skip to content
Extraits de code Groupes Projets
Valider 67fc501c rédigé par jordan's avatar jordan
Parcourir les fichiers

[fix] remove useless group security + clean with pre-commit

parent bea02e05
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -18,9 +18,7 @@ class ScopActionRse(models.Model): ...@@ -18,9 +18,7 @@ class ScopActionRse(models.Model):
index=True, index=True,
) )
action_date = fields.Date( action_date = fields.Date(string="Début de l'action", index=True, tracking=True)
string="Début de l'action", index=True, tracking=True
)
action_category = fields.Selection( action_category = fields.Selection(
[ [
...@@ -36,17 +34,11 @@ class ScopActionRse(models.Model): ...@@ -36,17 +34,11 @@ class ScopActionRse(models.Model):
tracking=True, tracking=True,
) )
action_manager = fields.Text( action_manager = fields.Text(string="Référent de l'action", tracking=True)
string="Référent de l'action", tracking=True
)
action_description = fields.Text( action_description = fields.Text(string="Description de l'action", tracking=True)
string="Description de l'action", tracking=True
)
action_measure = fields.Text( action_measure = fields.Text(string="Indicateurs de suivi", tracking=True)
string="Indicateurs de suivi", tracking=True
)
# ------------------------------------------------------ # ------------------------------------------------------
# Contraintes SQL # Contraintes SQL
......
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!-- Copyright 2019 Le Filament <!-- Copyright 2022 Le Filament
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>
<data noupdate="0"> <data>
<!-- <!--
Category Category
--> -->
...@@ -29,11 +29,6 @@ ...@@ -29,11 +29,6 @@
<field name="category_id" ref="cgscop_partner.module_cgscop_category" /> <field name="category_id" ref="cgscop_partner.module_cgscop_category" />
</record> </record>
<record id="group_questionnaire" model="res.groups">
<field name="name">Gestion Questionnaire</field>
<field name="category_id" ref="cgscop_partner.module_cgscop_category" />
</record>
<record id="group_cg_administrative" model="res.groups"> <record id="group_cg_administrative" model="res.groups">
<field name="name">Modification toutes URs</field> <field name="name">Modification toutes URs</field>
<field name="category_id" ref="cgscop_partner.module_cgscop_category" /> <field name="category_id" ref="cgscop_partner.module_cgscop_category" />
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter