changeset 6ea81b490665 in trytond:4.8
details: https://hg.tryton.org/trytond?cmd=changeset;node=6ea81b490665
description:
Add missing skiptest attribute on xml validation
issue8735
review274091002
(grafted from dc3a2f95414f3a2057024a92aeed988afd30df76)
diffstat:
trytond/tryton.rnc | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 2092d2b16622 -r 6ea81b490665 trytond/tryton.rnc
--- a/trytond/tryton.rnc Sun Oct 06 13:47:20 2019 +0200
+++ b/trytond/tryton.rnc Tue Oct 22 10:07:59 2019 +0200
@@ -8,6 +8,7 @@
attlist.data &=
[ a:defaultValue = "0" ] attribute grouped { "0" | "1" }?
attlist.data &= attribute depends { text }
+attlist.data &= attribute skiptest { "0" | "1" }?
record = element record { attlist.record, field* }
attlist.record &= attribute model { text }
attlist.record &= attribute id { text }