From 8684f4648388cd9b546525bf674b55667403ae36 Mon Sep 17 00:00:00 2001 From: chaule97 Date: Tue, 5 Nov 2024 12:09:32 +0700 Subject: [PATCH] [MIG] partner_invoicing_mode: Migration to 18.0 --- partner_invoicing_mode/README.rst | 2 ++ partner_invoicing_mode/__manifest__.py | 2 +- partner_invoicing_mode/data/ir_cron.xml | 4 +--- partner_invoicing_mode/models/res_company.py | 1 - partner_invoicing_mode/readme/CONTRIBUTORS.md | 2 ++ .../static/description/index.html | 2 ++ .../tests/test_invoice_mode.py | 3 ++- .../views/res_config_settings.xml | 21 ++++++++++--------- 8 files changed, 21 insertions(+), 16 deletions(-) diff --git a/partner_invoicing_mode/README.rst b/partner_invoicing_mode/README.rst index 2b5ab5a6d64..7ca587e4d35 100644 --- a/partner_invoicing_mode/README.rst +++ b/partner_invoicing_mode/README.rst @@ -108,6 +108,8 @@ Contributors - Nils Coenen +- Chau Le + Other credits ------------- diff --git a/partner_invoicing_mode/__manifest__.py b/partner_invoicing_mode/__manifest__.py index 817710ebe88..1cc6e1695ee 100644 --- a/partner_invoicing_mode/__manifest__.py +++ b/partner_invoicing_mode/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { "name": "Partner Invoicing Mode", - "version": "17.0.1.0.0", + "version": "18.0.1.0.0", "summary": "Base module for handling multiple partner invoicing mode", "author": "Camptocamp, Odoo Community Association (OCA)", "website": "https://github.com/OCA/account-invoicing", diff --git a/partner_invoicing_mode/data/ir_cron.xml b/partner_invoicing_mode/data/ir_cron.xml index 1d16680861f..85cb83069a0 100644 --- a/partner_invoicing_mode/data/ir_cron.xml +++ b/partner_invoicing_mode/data/ir_cron.xml @@ -2,12 +2,10 @@ Generate Standard Invoices - + 1 days - -1 - model.cron_generate_standard_invoices() - Denis Roussel \<\> - Nils Coenen \<\> + +- Chau Le \<\> diff --git a/partner_invoicing_mode/static/description/index.html b/partner_invoicing_mode/static/description/index.html index 01a04ff0944..b63b59808db 100644 --- a/partner_invoicing_mode/static/description/index.html +++ b/partner_invoicing_mode/static/description/index.html @@ -464,6 +464,8 @@

Contributors

  • Nils Coenen <nils.coenen@nico-solutions.de>

  • +
  • Chau Le <chaulb@trobz.com>

    +
  • diff --git a/partner_invoicing_mode/tests/test_invoice_mode.py b/partner_invoicing_mode/tests/test_invoice_mode.py index 8abaad0d71e..c628bf2dbc0 100644 --- a/partner_invoicing_mode/tests/test_invoice_mode.py +++ b/partner_invoicing_mode/tests/test_invoice_mode.py @@ -6,7 +6,8 @@ from freezegun import freeze_time from odoo import fields -from odoo.tests.common import Form, TransactionCase +from odoo.tests import Form +from odoo.tests.common import TransactionCase from odoo.addons.queue_job.tests.common import trap_jobs diff --git a/partner_invoicing_mode/views/res_config_settings.xml b/partner_invoicing_mode/views/res_config_settings.xml index efe7d0a1427..850916ff3bf 100644 --- a/partner_invoicing_mode/views/res_config_settings.xml +++ b/partner_invoicing_mode/views/res_config_settings.xml @@ -12,16 +12,17 @@ string="Invoicing Mode" help="Standard Invoicing Options" > -
    -
    -
    -
    +
    +
    +