Reviewers: ,


Please review this at http://codereview.tryton.org/74007/

Affected files:
  M trytond/ir/ui/form.rnc
  M trytond/ir/ui/form.rng


Index: trytond/ir/ui/form.rnc
===================================================================
--- a/trytond/ir/ui/form.rnc
+++ b/trytond/ir/ui/form.rnc
@@ -91,6 +91,7 @@
     | "many2many"
     | "image"
     | "progressbar"
+    | "rich_text"
   }?
 attlist.field &= attribute yexpand { "0" | "1" }?
 attlist.field &= attribute yfill { "0" | "1" }?
Index: trytond/ir/ui/form.rng
===================================================================
--- a/trytond/ir/ui/form.rng
+++ b/trytond/ir/ui/form.rng
@@ -280,6 +280,7 @@
           <value>many2many</value>
           <value>image</value>
           <value>progressbar</value>
+          <value>rich_text</value>
         </choice>
       </attribute>
     </optional>


--
[email protected] mailing list

Reply via email to