From 39db13bd25b939bdbcac679b6087176163d1c8e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ana=C3=AFs?= Date: Fri, 8 Mar 2024 10:54:47 +0100 Subject: [PATCH] [MIG] account_move_line_product: Migration to 17.0 --- account_move_line_product/__manifest__.py | 4 ++-- account_move_line_product/readme/CONFIGURE.md | 11 +++++++++++ account_move_line_product/readme/CONTRIBUTORS.md | 1 + .../static/description/index.html | 1 - .../views/account_move_line_view.xml | 2 +- 5 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 account_move_line_product/readme/CONFIGURE.md diff --git a/account_move_line_product/__manifest__.py b/account_move_line_product/__manifest__.py index 060db760d..e5758a744 100644 --- a/account_move_line_product/__manifest__.py +++ b/account_move_line_product/__manifest__.py @@ -1,9 +1,9 @@ -# Copyright 2019 ForgeFlow S.L. (https://www.forgeflow.com) +# Copyright 2019-2024 ForgeFlow S.L. (https://www.forgeflow.com) # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). { "name": "Account Move Line Product", - "version": "16.0.1.0.0", + "version": "17.0.1.0.0", "summary": "Displays the product in the journal entries and items", "author": "ForgeFlow, Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", diff --git a/account_move_line_product/readme/CONFIGURE.md b/account_move_line_product/readme/CONFIGURE.md new file mode 100644 index 000000000..6c32a49ed --- /dev/null +++ b/account_move_line_product/readme/CONFIGURE.md @@ -0,0 +1,11 @@ +In order to see the Journal Items page and Journal Entries menu in the account move form view you need to have +Technical / Show Accounting Features - Readonly enabled. + +To do so, you need to: +1. Enable Developer Mode +2. Go to Settings -> User & Companies -> Groups +3. Select the "Technical / Show Full Accounting Features - Readonly" group +4. Change the application field to Accounting +5. Select a user and save +6. Refresh the invoicing page + diff --git a/account_move_line_product/readme/CONTRIBUTORS.md b/account_move_line_product/readme/CONTRIBUTORS.md index 7c348c6b4..770ec58a7 100644 --- a/account_move_line_product/readme/CONTRIBUTORS.md +++ b/account_move_line_product/readme/CONTRIBUTORS.md @@ -3,3 +3,4 @@ - Mantas Šniukas \<\> - Juany Davila \<\> - Dhara Solanki \<\> +- Anais Lopez \<\> diff --git a/account_move_line_product/static/description/index.html b/account_move_line_product/static/description/index.html index 559ff9a1b..a7f04fb60 100644 --- a/account_move_line_product/static/description/index.html +++ b/account_move_line_product/static/description/index.html @@ -1,4 +1,3 @@ - diff --git a/account_move_line_product/views/account_move_line_view.xml b/account_move_line_product/views/account_move_line_view.xml index 3f2f32c79..df363ef23 100644 --- a/account_move_line_product/views/account_move_line_view.xml +++ b/account_move_line_product/views/account_move_line_view.xml @@ -1,5 +1,5 @@ -