diff --git a/partner_invoicing_mode_monthly/README.rst b/partner_invoicing_mode_monthly/README.rst index a0793f77844..b6dd2225a53 100644 --- a/partner_invoicing_mode_monthly/README.rst +++ b/partner_invoicing_mode_monthly/README.rst @@ -69,6 +69,8 @@ Contributors - Phuc (Tran Thanh) +- Tran Thanh Trai + Other credits ------------- diff --git a/partner_invoicing_mode_monthly/__manifest__.py b/partner_invoicing_mode_monthly/__manifest__.py index c999f83b01c..312776c1e46 100644 --- a/partner_invoicing_mode_monthly/__manifest__.py +++ b/partner_invoicing_mode_monthly/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { "name": "Partner Invoicing Mode Monthly", - "version": "16.0.2.0.0", + "version": "17.0.1.0.0", "summary": "Create invoices automatically on a monthly basis.", "author": "Camptocamp, Odoo Community Association (OCA)", "website": "https://github.com/OCA/account-invoicing", diff --git a/partner_invoicing_mode_monthly/readme/CONTRIBUTORS.md b/partner_invoicing_mode_monthly/readme/CONTRIBUTORS.md index 7d04f82d381..d8ff4cd8d1e 100644 --- a/partner_invoicing_mode_monthly/readme/CONTRIBUTORS.md +++ b/partner_invoicing_mode_monthly/readme/CONTRIBUTORS.md @@ -3,3 +3,4 @@ > - Thierry Ducrest \<\> - Phuc (Tran Thanh) \<\> +- Tran Thanh Trai \<\> diff --git a/partner_invoicing_mode_monthly/static/description/index.html b/partner_invoicing_mode_monthly/static/description/index.html index 1c7d5c91dce..79d3c0299da 100644 --- a/partner_invoicing_mode_monthly/static/description/index.html +++ b/partner_invoicing_mode_monthly/static/description/index.html @@ -418,6 +418,8 @@

Contributors

  • Phuc (Tran Thanh) <phuc@trobz.com>

  • +
  • Tran Thanh Trai <traitt@trobz.com>

    +
  • diff --git a/partner_invoicing_mode_monthly/tests/test_invoice_mode_monthly.py b/partner_invoicing_mode_monthly/tests/test_invoice_mode_monthly.py index 41947cb9d0f..5cba169dd43 100644 --- a/partner_invoicing_mode_monthly/tests/test_invoice_mode_monthly.py +++ b/partner_invoicing_mode_monthly/tests/test_invoice_mode_monthly.py @@ -17,7 +17,7 @@ def deliver_invoice(self, sale_order): sale_order.action_confirm() for picking in sale_order.picking_ids: for move in picking.move_ids: - move.quantity_done = move.product_uom_qty + move.quantity = move.product_uom_qty picking.action_assign() picking.with_context(test_queue_job_no_delay=True).button_validate() diff --git a/partner_invoicing_mode_monthly/views/res_config_settings_views.xml b/partner_invoicing_mode_monthly/views/res_config_settings_views.xml index dbe09556648..d7369112e2b 100644 --- a/partner_invoicing_mode_monthly/views/res_config_settings_views.xml +++ b/partner_invoicing_mode_monthly/views/res_config_settings_views.xml @@ -1,43 +1,37 @@ - + res.config.settings -
    -

    Invoicing Mode

    -
    -
    -
    -
    - Monthly Invoicing Options -
    -
    -
    -
    -
    -
    + +
    +
    + Monthly Invoicing Options +
    +
    +
    +
    +
    +
    -
    +