You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
665 B
15 lines
665 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- SPRINT BUTTON IN PROJECT-->
|
|
<record id="edit_project" model="ir.ui.view">
|
|
<field name="name">project.project.view.form.inherit.project.sprint</field>
|
|
<field name="model">project.project</field>
|
|
<field name="inherit_id" ref="project.edit_project"/>
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//div[hasclass('oe_button_box')]" position="inside">
|
|
<button string="Sprint" class="oe_stat_button" type="object" name="action_get_sprint" icon="" width="5"
|
|
height="5"/>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
</odoo>
|
|
|