diff --git a/README.md b/README.md index 5a89ae7e3..18a136900 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- -[cooperator](cooperator/) | 14.0.2.0.5 | | Manage your cooperators +[cooperator](cooperator/) | 14.0.2.1.0 | | Manage your cooperators [cooperator_portal](cooperator_portal/) | 14.0.1.0.2 | | Show cooperator information in the website portal [cooperator_website](cooperator_website/) | 14.0.1.1.4 | | This module adds the cooperator subscription form allowing to subscribe for shares online. [l10n_be_cooperator](l10n_be_cooperator/) | 14.0.1.2.7 | | Cooperators Belgium Localization diff --git a/cooperator/README.rst b/cooperator/README.rst index 57caaeb6a..a5acd5e97 100644 --- a/cooperator/README.rst +++ b/cooperator/README.rst @@ -7,7 +7,7 @@ Cooperators !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:362db854c716afe4c430710d0f062908f70a9a618e9aadedb3c11c3c40e870ec + !! source digest: sha256:1454c373c7e1b92dfd891d0c1d80fc0629776942bb314af215d4f93b367b63ed !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -129,6 +129,21 @@ memberships of all companies or only the ones in which the user is “logged in Changelog ========= +14.0.2.1.0 (2024-04-15) +~~~~~~~~~~~~~~~~~~~~~~~ + +**Features** + +- Rework ``res.partner`` form view as has been done in version 16. (`#105 `_) + + +**Bugfixes** + +- Remove duplicated member field in ``res.partner`` form view. (`#47 `_) +- Fix error when creating a new contact (``res.partner``) as has been done in + version 16. (`#105 `_) + + 14.0.2.0.0 (2023-07-25) ~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/cooperator/__manifest__.py b/cooperator/__manifest__.py index f479e7ad8..3d8a76b38 100644 --- a/cooperator/__manifest__.py +++ b/cooperator/__manifest__.py @@ -7,7 +7,7 @@ { "name": "Cooperators", "summary": "Manage your cooperators", - "version": "14.0.2.0.5", + "version": "14.0.2.1.0", "depends": [ "account", "base_iban", diff --git a/cooperator/readme/HISTORY.rst b/cooperator/readme/HISTORY.rst index 25a798b38..40a456b92 100644 --- a/cooperator/readme/HISTORY.rst +++ b/cooperator/readme/HISTORY.rst @@ -1,3 +1,18 @@ +14.0.2.1.0 (2024-04-15) +~~~~~~~~~~~~~~~~~~~~~~~ + +**Features** + +- Rework ``res.partner`` form view as has been done in version 16. (`#105 `_) + + +**Bugfixes** + +- Remove duplicated member field in ``res.partner`` form view. (`#47 `_) +- Fix error when creating a new contact (``res.partner``) as has been done in + version 16. (`#105 `_) + + 14.0.2.0.0 (2023-07-25) ~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/cooperator/readme/newsfragments/105.bugfix.rst b/cooperator/readme/newsfragments/105.bugfix.rst deleted file mode 100644 index 780613545..000000000 --- a/cooperator/readme/newsfragments/105.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fix error when creating a new contact (``res.partner``) as has been done in -version 16. diff --git a/cooperator/readme/newsfragments/105.feature.rst b/cooperator/readme/newsfragments/105.feature.rst deleted file mode 100644 index 566a28344..000000000 --- a/cooperator/readme/newsfragments/105.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Rework ``res.partner`` form view as has been done in version 16. diff --git a/cooperator/readme/newsfragments/47.bugfix.rst b/cooperator/readme/newsfragments/47.bugfix.rst deleted file mode 100644 index d09577413..000000000 --- a/cooperator/readme/newsfragments/47.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Remove duplicated member field in ``res.partner`` form view. diff --git a/cooperator/static/description/index.html b/cooperator/static/description/index.html index 15ca629bf..8ee052393 100644 --- a/cooperator/static/description/index.html +++ b/cooperator/static/description/index.html @@ -366,7 +366,7 @@

Cooperators

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:362db854c716afe4c430710d0f062908f70a9a618e9aadedb3c11c3c40e870ec +!! source digest: sha256:1454c373c7e1b92dfd891d0c1d80fc0629776942bb314af215d4f93b367b63ed !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/cooperative Translate me on Weblate Try me on Runboat

Manage cooperators of a cooperative.

@@ -406,18 +406,19 @@

Cooperators

  • Usage
  • Known issues / Roadmap
  • Changelog
  • -
  • Bug Tracker
  • -
  • Credits @@ -471,7 +472,20 @@

    Known issues / Roadmap

    Changelog

    -

    14.0.2.0.0 (2023-07-25)

    +

    14.0.2.1.0 (2024-04-15)

    +

    Features

    +
      +
    • Rework res.partner form view as has been done in version 16. (#105)
    • +
    +

    Bugfixes

    +
      +
    • Remove duplicated member field in res.partner form view. (#47)
    • +
    • Fix error when creating a new contact (res.partner) as has been done in +version 16. (#105)
    • +
    +
    +
    +

    14.0.2.0.0 (2023-07-25)

    Features

    • Each company now has their own mail templates for cooperator-related e-mails. If @@ -488,22 +502,22 @@

      14.0.2.0.0 (2023-07-25)

      res.partner for backward compatibility. (#82)
    -
    -

    14.0.1.6.0 (2023-02-23)

    +
    +

    14.0.1.6.0 (2023-02-23)

    Features

    • Removed all selection widgets. (#55)
    -
    -

    12.0.5.3.0 (2022-09-05)

    +
    +

    12.0.5.3.0 (2022-09-05)

    Improved Documentation

    • Adding USAGE.rst to inform that localization modules are necessary. (#346)
    -
    -

    12.0.5.0.0 (2022-06-23)

    +
    +

    12.0.5.0.0 (2022-06-23)

    Deprecations and Removals

    • When no cooperator account is defined on the company, this module previously @@ -512,8 +526,8 @@

      12.0.5.0.0 (2022-06-23)

      l10n_be_cooperator. (#314)
    -
    -

    12.0.3.3.2 (2022-06-20)

    +
    +

    12.0.3.3.2 (2022-06-20)

    Bugfixes

    -

    Bug Tracker

    +

    Bug Tracker

    Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed @@ -529,15 +543,15 @@

    Bug Tracker

    Do not contact contributors directly about support or help with technical issues.

    -

    Credits

    +

    Credits

    -

    Authors

    +

    Authors

    • Coop IT Easy SC
    -

    Contributors

    +

    Contributors

    -

    Maintainers

    +

    Maintainers

    This module is maintained by the OCA.

    Odoo Community Association

    OCA, or the Odoo Community Association, is a nonprofit organization whose