[MIG] Migration addons account_quotation_sale_order_invoice_title

from 14.0 to 13.0
This commit is contained in:
Stéphan Sainléger
2022-04-25 15:57:23 +02:00
parent 9f36a3c4b3
commit ba403be6ff
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
{
"name": "Account Quotation Sale Order Invoice Title",
"category": "Account",
"version": "14.0.1.0",
"version": "13.0.1.0",
"summary": "Transfer the Receipt Lost value in invoices and account move lines",
"author": "Elabore",
"website": "https://elabore.coop/",

View File

@@ -16,7 +16,7 @@
<field name="model">account.move</field>
<field name="inherit_id" ref="account.view_move_form" />
<field name="arch" type="xml">
<xpath expr="//div[hasclass('oe_title')]" position="after">
<xpath expr="//field[@name='name']/../.." position="inside">
<h1 class="mt0">
<field name="move_title" placeholder="Title..." />
</h1>