mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[MIG] account_mass_reconcile_by_purchase_line: Migration to 12.0
This commit is contained in:
@@ -17,14 +17,14 @@ Usage
|
|||||||
|
|
||||||
To use this module, you need to:
|
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
|
* Create a new reconciliation profile, and select a new configuration entry
|
||||||
with type 'Advanced. Product, purchase order line'.
|
with type 'Advanced. Product, purchase order line'.
|
||||||
|
|
||||||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
|
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
|
||||||
:alt: Try me on Runbot
|
: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
|
Bug Tracker
|
||||||
===========
|
===========
|
||||||
@@ -32,7 +32,7 @@ Bug Tracker
|
|||||||
Bugs are tracked on `GitHub Issues
|
Bugs are tracked on `GitHub Issues
|
||||||
<https://github.com/OCA/bank-statement-reconcile/issues>`_. In case of trouble, please
|
<https://github.com/OCA/bank-statement-reconcile/issues>`_. In case of trouble, please
|
||||||
check there if your issue has already been reported. If you spotted it first,
|
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
|
Credits
|
||||||
=======
|
=======
|
||||||
|
|||||||
@@ -4,13 +4,13 @@
|
|||||||
{
|
{
|
||||||
"name": "Account Mass Reconcile by Purchase Line",
|
"name": "Account Mass Reconcile by Purchase Line",
|
||||||
"summary": "Allows to reconcile based on the PO line",
|
"summary": "Allows to reconcile based on the PO line",
|
||||||
"version": "11.0.1.0.0",
|
"version": "12.0.1.0.0",
|
||||||
"author": "Eficent, "
|
"author": "Eficent, "
|
||||||
"Odoo Community Association (OCA)",
|
"Odoo Community Association (OCA)",
|
||||||
"website": "https://github.com/OCA/bank-statement-reconcile",
|
"website": "https://github.com/OCA/account-reconcile",
|
||||||
"category": "Finance",
|
"category": "Finance",
|
||||||
"depends": ["account_mass_reconcile",
|
"depends": ["account_mass_reconcile",
|
||||||
"account_move_line_purchase_info"
|
"account_move_line_purchase_info",
|
||||||
],
|
],
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"data": [
|
"data": [
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Odoo Server 11.0\n"
|
"Project-Id-Version: Odoo Server 12.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"Last-Translator: <>\n"
|
"Last-Translator: <>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
* Jordi Ballester Alomar <jordi.ballester@eficent.com>
|
||||||
|
* Miquel Raïch <miquel.raich@eficent.com>
|
||||||
|
* Lois Rilo <lois.rilo@eficent.com>
|
||||||
@@ -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*'.
|
||||||
6
account_mass_reconcile_by_purchase_line/readme/USAGE.rst
Normal file
6
account_mass_reconcile_by_purchase_line/readme/USAGE.rst
Normal file
@@ -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'.
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
<page name="information" position="inside">
|
<page name="information" position="inside">
|
||||||
<group colspan="2" col="2">
|
<group colspan="2" col="2">
|
||||||
<separator colspan="4" string="Advanced. Purchase Order Line"/>
|
<separator colspan="4" string="Advanced. Purchase Order Line"/>
|
||||||
<label string="Match multiple debit vs multiple credit entries. Allow partial reconciliation.
|
<label for="reconcile_method" string="Match multiple debit vs multiple credit entries. Allow partial reconciliation.
|
||||||
The lines should have the same partner, product and PO lines to be reconciled." colspan="4"/>
|
The lines should have the same partner, product and PO lines to be reconciled." colspan="4"/>
|
||||||
</group>
|
</group>
|
||||||
</page>
|
</page>
|
||||||
|
|||||||
Reference in New Issue
Block a user