Added name to an act_window

bzr revid: bch-bb1f9b47d9094a49d85178b8c9be54dfc427445e
This commit is contained in:
bch 2007-06-13 10:36:15 +00:00
parent 67a0345bf5
commit 94a2bcf4c1
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@
</field>
</record>
<record model="ir.actions.act_window" id="action_product_backlog_form">
<field name="name">Backlogs</field>
<field name="res_model">scrum.product.backlog</field>
<field name="view_type">form</field>
</record>