changeset 3eb0dd21d366 in modules/production:default
details:
https://hg.tryton.org/modules/production?cmd=changeset&node=3eb0dd21d366
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 443bfa51d3f4 -r 3eb0dd21d366 configuration.xml
--- a/configuration.xml Sun Mar 20 01:27:59 2022 +0100
+++ b/configuration.xml Sat Mar 26 13:03:39 2022 +0100
@@ -40,8 +40,8 @@
<field name="group" ref="group_production_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>
</tryton>