From 986e61a5b874516a7e44da9e614b72a99b04f3ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kh=C3=B4i=20=28Ki=C3=AAn=20Kim=29?= Date: Fri, 11 Oct 2024 13:22:55 +0700 Subject: [PATCH] [MIG] base_partner_sequence: Migration to 18.0 --- base_partner_sequence/README.rst | 9 +++++++++ base_partner_sequence/__manifest__.py | 2 +- base_partner_sequence/readme/CONTRIBUTORS.md | 1 + base_partner_sequence/readme/CREDITS.md | 3 +++ .../static/description/index.html | 14 ++++++++++++-- 5 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 base_partner_sequence/readme/CREDITS.md diff --git a/base_partner_sequence/README.rst b/base_partner_sequence/README.rst index f8a21cf4d230..d349d495bae1 100644 --- a/base_partner_sequence/README.rst +++ b/base_partner_sequence/README.rst @@ -84,6 +84,15 @@ Contributors - Francesco Apruzzese - Daniel Reis - Nikul Chaudhary +- Khoi (Kien Kim) + +Other credits +------------- + +The migration of this module from 17.0 to 18.0 was financially supported +by: + +- Camptocamp Maintainers ----------- diff --git a/base_partner_sequence/__manifest__.py b/base_partner_sequence/__manifest__.py index cb1caf9ca1e2..48a5f52b5a40 100644 --- a/base_partner_sequence/__manifest__.py +++ b/base_partner_sequence/__manifest__.py @@ -12,7 +12,7 @@ "Odoo Community Association (OCA)" ), "name": "Add a sequence on customers' code", - "version": "17.0.1.0.0", + "version": "18.0.1.0.0", "development_status": "Production/Stable", "category": "Generic Modules/Base", "website": "https://github.com/OCA/partner-contact", diff --git a/base_partner_sequence/readme/CONTRIBUTORS.md b/base_partner_sequence/readme/CONTRIBUTORS.md index ae4d7c96df96..e750bf22c785 100644 --- a/base_partner_sequence/readme/CONTRIBUTORS.md +++ b/base_partner_sequence/readme/CONTRIBUTORS.md @@ -13,3 +13,4 @@ - Francesco Apruzzese \<\> - Daniel Reis \<\> - Nikul Chaudhary \<\> +- Khoi (Kien Kim) \<\> diff --git a/base_partner_sequence/readme/CREDITS.md b/base_partner_sequence/readme/CREDITS.md new file mode 100644 index 000000000000..f024a19f86f6 --- /dev/null +++ b/base_partner_sequence/readme/CREDITS.md @@ -0,0 +1,3 @@ +The migration of this module from 17.0 to 18.0 was financially supported by: + +- Camptocamp diff --git a/base_partner_sequence/static/description/index.html b/base_partner_sequence/static/description/index.html index 23f6bd914c67..bd4b68ce45d8 100644 --- a/base_partner_sequence/static/description/index.html +++ b/base_partner_sequence/static/description/index.html @@ -386,7 +386,8 @@

Add a sequence on customers’ code

  • Credits
  • @@ -428,10 +429,19 @@

    Contributors

  • Francesco Apruzzese <cescoap@gmail.com>
  • Daniel Reis <dreis@opensourceintegrators.com>
  • Nikul Chaudhary <nchaudhary@opensourceintegrators.com>
  • +
  • Khoi (Kien Kim) <khoikk@trobz.com>
  • + + +
    +

    Other credits

    +

    The migration of this module from 17.0 to 18.0 was financially supported +by:

    +
      +
    • Camptocamp
    -

    Maintainers

    +

    Maintainers

    This module is maintained by the OCA.

    Odoo Community Association