From 4896075c7d6bad4188f883bab14fc86d9c2e1a66 Mon Sep 17 00:00:00 2001 From: i-vyshnevska <45663766+i-vyshnevska@users.noreply.github.com> Date: Tue, 13 Aug 2019 17:00:52 +0300 Subject: [PATCH] [IMP] Migration account_invoice_update_wizard Co-Authored-By: jcoux --- account_invoice_update_wizard/__manifest__.py | 3 +- .../models/__init__.py | 2 +- .../test_account_invoice_update_wizard.py | 2 +- .../wizard/account_invoice_update.py | 2 +- .../wizard/account_invoice_update_view.xml | 86 +++++++++---------- 5 files changed, 47 insertions(+), 48 deletions(-) diff --git a/account_invoice_update_wizard/__manifest__.py b/account_invoice_update_wizard/__manifest__.py index d7b4bfe..e098a2a 100644 --- a/account_invoice_update_wizard/__manifest__.py +++ b/account_invoice_update_wizard/__manifest__.py @@ -1,6 +1,5 @@ -# -*- coding: utf-8 -*- # Copyright 2017 Akretion (Alexis de Lattre ) -# Copyright 2019 Camptocamp +# Copyright 2018-2019 Camptocamp # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { diff --git a/account_invoice_update_wizard/models/__init__.py b/account_invoice_update_wizard/models/__init__.py index 24d7b16..8e072db 100644 --- a/account_invoice_update_wizard/models/__init__.py +++ b/account_invoice_update_wizard/models/__init__.py @@ -1 +1 @@ -from . import account_invoice \ No newline at end of file +from . import account_invoice diff --git a/account_invoice_update_wizard/tests/test_account_invoice_update_wizard.py b/account_invoice_update_wizard/tests/test_account_invoice_update_wizard.py index 309717b..ec75d48 100644 --- a/account_invoice_update_wizard/tests/test_account_invoice_update_wizard.py +++ b/account_invoice_update_wizard/tests/test_account_invoice_update_wizard.py @@ -1,4 +1,4 @@ -# Copyright 2019 Camptocamp +# Copyright 2018-2019 Camptocamp # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from odoo.tests.common import SavepointCase diff --git a/account_invoice_update_wizard/wizard/account_invoice_update.py b/account_invoice_update_wizard/wizard/account_invoice_update.py index 5018f44..e3f8f58 100644 --- a/account_invoice_update_wizard/wizard/account_invoice_update.py +++ b/account_invoice_update_wizard/wizard/account_invoice_update.py @@ -1,5 +1,5 @@ # Copyright 2017 Akretion (Alexis de Lattre ) -# Copyright 2019 Camptocamp +# Copyright 2018-2019 Camptocamp # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from odoo import models, fields, api, _ diff --git a/account_invoice_update_wizard/wizard/account_invoice_update_view.xml b/account_invoice_update_wizard/wizard/account_invoice_update_view.xml index bc8b0cd..78eb2bb 100644 --- a/account_invoice_update_wizard/wizard/account_invoice_update_view.xml +++ b/account_invoice_update_wizard/wizard/account_invoice_update_view.xml @@ -6,49 +6,49 @@ - - account.invoice.update - -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-
-
+ + account.invoice.update + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
- - Invoice Update Wizard - account.invoice.update - form - new - + + Invoice Update Wizard + account.invoice.update + form + new +