Skip to content
Snippets Groups Projects
Commit 8757e3ef authored by Juliana's avatar Juliana
Browse files

[MIG] Migration -> 13.0

parent 37340180
No related branches found
No related tags found
No related merge requests found
# © 2019 Le Filament (<http://www.le-filament.com>)
# © 2021 Le Filament (<http://www.le-filament.com>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
......@@ -6,7 +6,7 @@
'summary': "Generic Account Invoice views update by Le Filament",
'version': '12.0.1.0.0',
'version': '13.0.1.0.0',
'license': 'AGPL-3',
'author': 'LE FILAMENT',
'category': 'Account',
......@@ -18,7 +18,7 @@
],
'website': 'https://le-filament.com',
'data': [
'views/lefilament_account_view.xml',
'views/lefilament_move_view.xml',
],
'qweb': [
],
......
......@@ -2,11 +2,11 @@
<odoo>
<!-- Account Invoice Form - Trigger validation -->
<record model="ir.ui.view" id="lf_invoice_form">
<field name="inherit_id" ref="account.invoice_form"/>
<field name="inherit_id" ref="account.view_move_form"/>
<field name="name">account.invoice.form</field>
<field name="model">account.invoice</field>
<field name="model">account.move</field>
<field name="arch" type="xml">
<xpath expr="//button[@name='action_invoice_open']" position="attributes">
<xpath expr="//button[@name='action_post']" position="attributes">
<attribute name="confirm">Do you want to confirm this invoice ?</attribute>
</xpath>
</field>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment