[ADD] Add 'creatable' attribute to dashboard's action tags

bzr revid: fme@openerp.com-20111208160359-uyb3jx719s5iwevo
This commit is contained in:
Fabien Meghazi 2011-12-08 17:03:59 +01:00
parent cefbb9b89c
commit cf6fedf5bb
1 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,9 @@
<!-- In case the action is an act_window,
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>]. -->
<rng:optional><rng:attribute name="creatable"/></rng:optional>
</rng:element>
</rng:zeroOrMore>
</rng:element>