From c8761ecb1c91589628ad7f8709501932cb040c86 Mon Sep 17 00:00:00 2001 From: Diep Huu Hoang Date: Fri, 10 Dec 2021 11:39:10 +0700 Subject: [PATCH] [14.0][MIG] account_mass_reconcile_ref_deep_search: Migration to 14.0 --- .../README.rst | 17 +++++++++---- .../__manifest__.py | 7 ++++-- .../readme/CONTRIBUTORS.rst | 2 ++ .../readme/CREDITS.rst | 1 + .../security/ir.model.access.csv | 2 ++ .../static/description/index.html | 25 ++++++++++++++----- .../test_account_reconcile_ref_deep_search.py | 12 ++++----- 7 files changed, 47 insertions(+), 19 deletions(-) create mode 100644 account_mass_reconcile_ref_deep_search/readme/CREDITS.rst create mode 100644 account_mass_reconcile_ref_deep_search/security/ir.model.access.csv diff --git a/account_mass_reconcile_ref_deep_search/README.rst b/account_mass_reconcile_ref_deep_search/README.rst index f9fe69a5..b8c218df 100644 --- a/account_mass_reconcile_ref_deep_search/README.rst +++ b/account_mass_reconcile_ref_deep_search/README.rst @@ -14,13 +14,13 @@ Mass Reconcile Ref Deep Search :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--reconcile-lightgray.png?logo=github - :target: https://github.com/OCA/account-reconcile/tree/13.0/account_mass_reconcile_ref_deep_search + :target: https://github.com/OCA/account-reconcile/tree/14.0/account_mass_reconcile_ref_deep_search :alt: OCA/account-reconcile .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/account-reconcile-13-0/account-reconcile-13-0-account_mass_reconcile_ref_deep_search + :target: https://translation.odoo-community.org/projects/account-reconcile-14-0/account-reconcile-14-0-account_mass_reconcile_ref_deep_search :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/98/13.0 + :target: https://runbot.odoo-community.org/runbot/98/14.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -40,7 +40,7 @@ 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 smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -57,6 +57,13 @@ Contributors * Matthieu Dietrich * Akim Juillerat +* `Trobz `_: + * Hoang Diep + +Other credits +~~~~~~~~~~~~~ + +The migration of this module from 13.0 to 14.0 was financially supported by Camptocamp Maintainers ~~~~~~~~~~~ @@ -71,6 +78,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/account-reconcile `_ project on GitHub. +This module is part of the `OCA/account-reconcile `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/account_mass_reconcile_ref_deep_search/__manifest__.py b/account_mass_reconcile_ref_deep_search/__manifest__.py index c4f576a6..29a55ef0 100644 --- a/account_mass_reconcile_ref_deep_search/__manifest__.py +++ b/account_mass_reconcile_ref_deep_search/__manifest__.py @@ -2,12 +2,15 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) { "name": "Mass Reconcile Ref Deep Search", - "version": "13.0.1.0.0", + "version": "14.0.1.0.0", "author": "Camptocamp, Odoo Community Association (OCA)", "category": "Finance", "website": "https://github.com/OCA/account-reconcile", "license": "AGPL-3", "depends": ["account_mass_reconcile"], - "data": ["views/mass_reconcile_view.xml"], + "data": [ + "views/mass_reconcile_view.xml", + "security/ir.model.access.csv", + ], "installable": True, } diff --git a/account_mass_reconcile_ref_deep_search/readme/CONTRIBUTORS.rst b/account_mass_reconcile_ref_deep_search/readme/CONTRIBUTORS.rst index c52faddb..83e1e7bf 100644 --- a/account_mass_reconcile_ref_deep_search/readme/CONTRIBUTORS.rst +++ b/account_mass_reconcile_ref_deep_search/readme/CONTRIBUTORS.rst @@ -1,2 +1,4 @@ * Matthieu Dietrich * Akim Juillerat +* `Trobz `_: + * Hoang Diep diff --git a/account_mass_reconcile_ref_deep_search/readme/CREDITS.rst b/account_mass_reconcile_ref_deep_search/readme/CREDITS.rst new file mode 100644 index 00000000..f37ebe75 --- /dev/null +++ b/account_mass_reconcile_ref_deep_search/readme/CREDITS.rst @@ -0,0 +1 @@ +The migration of this module from 13.0 to 14.0 was financially supported by Camptocamp diff --git a/account_mass_reconcile_ref_deep_search/security/ir.model.access.csv b/account_mass_reconcile_ref_deep_search/security/ir.model.access.csv new file mode 100644 index 00000000..9bac3cb9 --- /dev/null +++ b/account_mass_reconcile_ref_deep_search/security/ir.model.access.csv @@ -0,0 +1,2 @@ +id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink +access_mass_reconcile_advanced_ref_deep_search_acc_user,mass.reconcile.advanced.ref.deep.search,model_mass_reconcile_advanced_ref_deep_search,account.group_account_user,1,1,1,1 diff --git a/account_mass_reconcile_ref_deep_search/static/description/index.html b/account_mass_reconcile_ref_deep_search/static/description/index.html index dafe055a..e896f9f1 100644 --- a/account_mass_reconcile_ref_deep_search/static/description/index.html +++ b/account_mass_reconcile_ref_deep_search/static/description/index.html @@ -3,7 +3,7 @@ - + Mass Reconcile Ref Deep Search