From 701ed8b73eed51b6f9d8a76560aeddb8a7c45803 Mon Sep 17 00:00:00 2001 From: mreficent Date: Thu, 6 Jun 2019 14:18:53 +0200 Subject: [PATCH] [MIG] account_mass_reconcile_by_purchase_line: Migration to 12.0 --- account_mass_reconcile_by_purchase_line/README.rst | 6 +++--- account_mass_reconcile_by_purchase_line/__manifest__.py | 6 +++--- .../i18n/account_mass_reconcile_by_purchase_line.pot | 2 +- .../readme/CONTRIBUTORS.rst | 3 +++ .../readme/DESCRIPTION.rst | 5 +++++ account_mass_reconcile_by_purchase_line/readme/USAGE.rst | 6 ++++++ .../views/mass_reconcile.xml | 2 +- 7 files changed, 22 insertions(+), 8 deletions(-) create mode 100644 account_mass_reconcile_by_purchase_line/readme/CONTRIBUTORS.rst create mode 100644 account_mass_reconcile_by_purchase_line/readme/DESCRIPTION.rst create mode 100644 account_mass_reconcile_by_purchase_line/readme/USAGE.rst diff --git a/account_mass_reconcile_by_purchase_line/README.rst b/account_mass_reconcile_by_purchase_line/README.rst index 7205c756..419efb8f 100644 --- a/account_mass_reconcile_by_purchase_line/README.rst +++ b/account_mass_reconcile_by_purchase_line/README.rst @@ -17,14 +17,14 @@ Usage To use this module, you need to: -* Go to 'Accounting / Adviser / Mass Automatic Reconcile'. +* Go to 'Invoicing / Accounting / Actions / Mass Automatic Reconcile'. * Create a new reconciliation profile, and select a new configuration entry with type 'Advanced. Product, purchase order line'. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/98/11.0 + :target: https://runbot.odoo-community.org/runbot/98/12.0 Bug Tracker =========== @@ -32,7 +32,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. +help us smash it by providing detailed and welcomed feedback. Credits ======= diff --git a/account_mass_reconcile_by_purchase_line/__manifest__.py b/account_mass_reconcile_by_purchase_line/__manifest__.py index 418ae681..921c6ead 100644 --- a/account_mass_reconcile_by_purchase_line/__manifest__.py +++ b/account_mass_reconcile_by_purchase_line/__manifest__.py @@ -4,13 +4,13 @@ { "name": "Account Mass Reconcile by Purchase Line", "summary": "Allows to reconcile based on the PO line", - "version": "11.0.1.0.0", + "version": "12.0.1.0.0", "author": "Eficent, " "Odoo Community Association (OCA)", - "website": "https://github.com/OCA/bank-statement-reconcile", + "website": "https://github.com/OCA/account-reconcile", "category": "Finance", "depends": ["account_mass_reconcile", - "account_move_line_purchase_info" + "account_move_line_purchase_info", ], "license": "AGPL-3", "data": [ diff --git a/account_mass_reconcile_by_purchase_line/i18n/account_mass_reconcile_by_purchase_line.pot b/account_mass_reconcile_by_purchase_line/i18n/account_mass_reconcile_by_purchase_line.pot index 9ef22f27..262d3376 100644 --- a/account_mass_reconcile_by_purchase_line/i18n/account_mass_reconcile_by_purchase_line.pot +++ b/account_mass_reconcile_by_purchase_line/i18n/account_mass_reconcile_by_purchase_line.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Odoo Server 12.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: <>\n" "Language-Team: \n" diff --git a/account_mass_reconcile_by_purchase_line/readme/CONTRIBUTORS.rst b/account_mass_reconcile_by_purchase_line/readme/CONTRIBUTORS.rst new file mode 100644 index 00000000..435bad2d --- /dev/null +++ b/account_mass_reconcile_by_purchase_line/readme/CONTRIBUTORS.rst @@ -0,0 +1,3 @@ +* Jordi Ballester Alomar +* Miquel Raïch +* Lois Rilo diff --git a/account_mass_reconcile_by_purchase_line/readme/DESCRIPTION.rst b/account_mass_reconcile_by_purchase_line/readme/DESCRIPTION.rst new file mode 100644 index 00000000..cfceadd4 --- /dev/null +++ b/account_mass_reconcile_by_purchase_line/readme/DESCRIPTION.rst @@ -0,0 +1,5 @@ +This module extends the functionality of account_mass_reconcile and +allow an user to reconcile debits and credits of an Account +using the PO Line and Product as key fields. This type of +reconciliation is to be used in the context of the Perpetual Inventory +accounting system, with the accrual account '*Goods Received Not Invoiced*'. diff --git a/account_mass_reconcile_by_purchase_line/readme/USAGE.rst b/account_mass_reconcile_by_purchase_line/readme/USAGE.rst new file mode 100644 index 00000000..cf838212 --- /dev/null +++ b/account_mass_reconcile_by_purchase_line/readme/USAGE.rst @@ -0,0 +1,6 @@ +To use this module, you need to: + +* Go to 'Invoicing / Accounting / Actions / Mass Automatic Reconcile'. + +* Create a new reconciliation profile, and select a new configuration entry + with type 'Advanced. Product, purchase order line'. diff --git a/account_mass_reconcile_by_purchase_line/views/mass_reconcile.xml b/account_mass_reconcile_by_purchase_line/views/mass_reconcile.xml index c1347cfe..ca749444 100644 --- a/account_mass_reconcile_by_purchase_line/views/mass_reconcile.xml +++ b/account_mass_reconcile_by_purchase_line/views/mass_reconcile.xml @@ -9,7 +9,7 @@ -