This question has been flagged
1 Reply
11190 Views

If I need to add a button in a tag in kanban view also what to set the type attribute for a tag. I tried writing

<a type="button">
<button name="button_name" string="button_string" />
</a>

But it does not seem to work for me. Any suggestions are appreciated ?

Avatar
Discard

The aim of implementing a Kanban system is to limit the team’s Work In Progress based on the agreed capacity and to increase overall throughput. Identifying issues that impair performance helps maintain a steady flow of work, thereby having an overall impact on quality. This shortens lead times, which, in turn, improves the system’s predictability.

Best Answer

Hello Shoail,

Try this:

<a type="button">
    <button name="button_name" type="button_type" class="oe_highlight">
        <span>Submit</span>
    </button>
</a>

Hope this helps.

Thanks and Regards,
Serpent Consulting Service Pvt. Ltd.

Avatar
Discard

Many Thanks @ Serpent Consulting Services

+1