[MIG] account_quotation_sale_order_invoice_title: Migration to 18.0

This commit is contained in:
Stéphan Sainléger
2026-03-17 23:04:52 +01:00
parent d6c6872c5c
commit 8cef75a9b3
11 changed files with 26 additions and 79 deletions

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<template id="report_invoice_document" inherit_id="account.report_invoice_document">
<xpath expr="//span[@t-field='o.name']" position="after">

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record id="view_move_title_tree" model="ir.ui.view">
<field name="name">move_title.move.tree</field>
@@ -36,4 +36,4 @@
</record>
</odoo>
</odoo>

View File

@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<template id="report_saleorder_document" inherit_id="sale.report_saleorder_document">
<template
id="report_saleorder_document"
inherit_id="sale.report_saleorder_document"
>
<xpath expr="//span[@t-field='doc.name']" position="after">
<div t-field="doc.so_title"></div>
<div t-field="doc.so_title" />
</xpath>
</template>

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record id="view_order_title_tree" model="ir.ui.view">
<field name="name">so_title.sale.order.tree</field>
@@ -37,4 +37,4 @@
</record>
</odoo>
</odoo>