changeset 32fb4e0031ae in modules/party:default
details: https://hg.tryton.org/modules/party?cmd=changeset&node=32fb4e0031ae
description:
        Prevent to create and delete singleton

        issue1639
        review378481002
diffstat:

 configuration.xml |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r bbc1e8aeae2a -r 32fb4e0031ae configuration.xml
--- a/configuration.xml Mon Mar 14 11:13:42 2022 +0100
+++ b/configuration.xml Sat Mar 26 13:03:39 2022 +0100
@@ -42,8 +42,8 @@
             <field name="group" ref="group_party_admin"/>
             <field name="perm_read" eval="True"/>
             <field name="perm_write" eval="True"/>
-            <field name="perm_create" eval="True"/>
-            <field name="perm_delete" eval="True"/>
+            <field name="perm_create" eval="False"/>
+            <field name="perm_delete" eval="False"/>
         </record>
     </data>
     <data noupdate="1">

Reply via email to