[MIG] Migration addons account_quotation_sale_order_invoice_title
from 14.0 to 13.0
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Account Quotation Sale Order Invoice Title",
|
"name": "Account Quotation Sale Order Invoice Title",
|
||||||
"category": "Account",
|
"category": "Account",
|
||||||
"version": "14.0.1.0",
|
"version": "13.0.1.0",
|
||||||
"summary": "Transfer the Receipt Lost value in invoices and account move lines",
|
"summary": "Transfer the Receipt Lost value in invoices and account move lines",
|
||||||
"author": "Elabore",
|
"author": "Elabore",
|
||||||
"website": "https://elabore.coop/",
|
"website": "https://elabore.coop/",
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
<field name="model">account.move</field>
|
<field name="model">account.move</field>
|
||||||
<field name="inherit_id" ref="account.view_move_form" />
|
<field name="inherit_id" ref="account.view_move_form" />
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<xpath expr="//div[hasclass('oe_title')]" position="after">
|
<xpath expr="//field[@name='name']/../.." position="inside">
|
||||||
<h1 class="mt0">
|
<h1 class="mt0">
|
||||||
<field name="move_title" placeholder="Title..." />
|
<field name="move_title" placeholder="Title..." />
|
||||||
</h1>
|
</h1>
|
||||||
|
Reference in New Issue
Block a user