From 642071a47d9212e7f7cc4df38a88d5627be438a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kh=C3=B4i=20=28Ki=C3=AAn=20Kim=29?= Date: Wed, 25 Dec 2024 15:41:07 +0700 Subject: [PATCH] [MIG] product_supplierinfo_archive: Migration to 18.0 Co-authored-by: Do Anh Duy --- product_supplierinfo_archive/README.rst | 9 +++++++++ product_supplierinfo_archive/__manifest__.py | 2 +- .../readme/CONTRIBUTORS.md | 1 + product_supplierinfo_archive/readme/CREDITS.md | 3 +++ .../static/description/index.html | 14 ++++++++++++-- .../views/product_views.xml | 13 ------------- 6 files changed, 26 insertions(+), 16 deletions(-) create mode 100644 product_supplierinfo_archive/readme/CREDITS.md diff --git a/product_supplierinfo_archive/README.rst b/product_supplierinfo_archive/README.rst index b810647ed7d..742f51e6310 100644 --- a/product_supplierinfo_archive/README.rst +++ b/product_supplierinfo_archive/README.rst @@ -68,6 +68,15 @@ Contributors - Álvaro Trius Béjar - Oriol Villamayor - Dhara Solanki +- 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/product_supplierinfo_archive/__manifest__.py b/product_supplierinfo_archive/__manifest__.py index 63a1653f127..a2908b06194 100644 --- a/product_supplierinfo_archive/__manifest__.py +++ b/product_supplierinfo_archive/__manifest__.py @@ -6,7 +6,7 @@ "summary": """ Add the active field to the product supplier info """, - "version": "17.0.1.0.0", + "version": "18.0.1.0.0", "license": "LGPL-3", "website": "https://github.com/OCA/product-attribute", "author": "ForgeFlow, Odoo Community Association (OCA)", diff --git a/product_supplierinfo_archive/readme/CONTRIBUTORS.md b/product_supplierinfo_archive/readme/CONTRIBUTORS.md index 398ac828cb5..2b58e824d0b 100644 --- a/product_supplierinfo_archive/readme/CONTRIBUTORS.md +++ b/product_supplierinfo_archive/readme/CONTRIBUTORS.md @@ -2,3 +2,4 @@ - Álvaro Trius Béjar \<\> - Oriol Villamayor \<\> - Dhara Solanki \<\> +- Khoi (Kien Kim) \<\> diff --git a/product_supplierinfo_archive/readme/CREDITS.md b/product_supplierinfo_archive/readme/CREDITS.md new file mode 100644 index 00000000000..f024a19f86f --- /dev/null +++ b/product_supplierinfo_archive/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/product_supplierinfo_archive/static/description/index.html b/product_supplierinfo_archive/static/description/index.html index 82a1c4f25c5..3bdef65919f 100644 --- a/product_supplierinfo_archive/static/description/index.html +++ b/product_supplierinfo_archive/static/description/index.html @@ -380,7 +380,8 @@

Product Supplier Info Archive

  • Credits
  • @@ -413,10 +414,19 @@

    Contributors

  • Álvaro Trius Béjar <alvaro.trius@forgeflow.com>
  • Oriol Villamayor <oriol.villamayor@forgeflow.com>
  • Dhara Solanki <dhara.solanki@initos.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