[MIG] init 18.0

This commit is contained in:
Stéphan Sainléger
2026-01-16 16:25:10 +01:00
parent 243603069e
commit 0720f67a14
87 changed files with 0 additions and 3666 deletions

View File

@@ -1,21 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<record id="convert_to_task_helpdesk_ticket_view_form" model="ir.ui.view">
<field name="name">timesheet.helpdesk.ticket.form.view</field>
<field name="model">helpdesk.ticket</field>
<field name="inherit_id" ref="helpdesk_mgmt.ticket_view_form" />
<field name="priority" eval="20" />
<field name="arch" type="xml">
<div name="button_box" position="inside">
<button
name="button_convert_to_task"
title="Convert to task"
string="Convert to task"
icon="fa-tasks text-success"
type="object"
confirm="Are you sure you want to convert this ticket into a task ? You'll be redirected to the newly created task and this ticket will be archived."
/>
</div>
</field>
</record>
</odoo>