[IMP] Change in dashboard view api. @creatable is an action id, not a form view id
authorFabien Meghazi <fme@openerp.com>
Mon, 12 Dec 2011 09:57:11 +0000 (10:57 +0100)
committerFabien Meghazi <fme@openerp.com>
Mon, 12 Dec 2011 09:57:11 +0000 (10:57 +0100)
bzr revid: fme@openerp.com-20111212095711-hvtk2sa92cnz6oxw

openerp/addons/base/rng/view.rng

index a95abd9..7cbe713 100644 (file)
@@ -64,7 +64,7 @@
                          overrides its own @views. -->
                     <rng:optional><rng:attribute name="view_mode"/></rng:optional>
                     <!-- Add a 'Create' button in order to create a new resource of the action's model
-                         values :  [true|false|<ID of specific form view>]. -->
+                         values :  [true|false|<ID of specific action view>]. -->
                     <rng:optional><rng:attribute name="creatable"/></rng:optional>
                 </rng:element>
             </rng:zeroOrMore>