Remove last mentions of statement

This commit is contained in:
Matthieu Dietrich
2016-05-27 09:59:45 +02:00
parent 3ac504734c
commit b9982762d1
8 changed files with 21 additions and 21 deletions

View File

@@ -2,17 +2,17 @@
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
==================================================
Bank statement completion from bank account number
==================================================
=================================================
Journal Entry completion from bank account number
=================================================
This module extends the functionality of account_statement_base_import
This module extends the functionality of account_move_base_import
to add a completion method based on the partner bank account number
provided by the bank/office.
Completion will look in the partner with that bank account number
to match the partner, then it will fill in the bank statement line
with it to ease the reconciliation.
to match the partner, then it will fill in the journal item with
it to ease the reconciliation.
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot

View File

@@ -2,7 +2,7 @@
# © 2013 ACSONE SA/NV
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{
'name': "Bank statement completion from bank account number",
'name': "Journal Entry completion from bank account number",
'version': '9.0.1.0.0',
'author': "ACSONE SA/NV,Odoo Community Association (OCA)",
'maintainer': 'ACSONE SA/NV',

View File

@@ -2,9 +2,9 @@
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
=============================
Account statement base import
=============================
========================
Account move base import
========================
This module is a grouping of 7.0/8.0 modules, used to import accounting files
and completing them automatically:

View File

@@ -5,7 +5,7 @@
# © 2014 ACSONE SA/NV
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{
'name': "Bank statement base import",
'name': "Journal Entry base import",
'version': '9.0.1.0.0',
'author': "Akretion,Camptocamp,Odoo Community Association (OCA)",
'category': 'Finance',

View File

@@ -2,11 +2,11 @@
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
====================================
Bank statement Sale Order completion
====================================
===================================
Journal Entry Sale Order completion
===================================
This module extends the functionality of account_statement_base_import
This module extends the functionality of account_move_base_import
to add support for completion rules based on Sale Orders. This was initially
part of the module account_statement_base_completion, but is now separate to
keep dependencies separate.

View File

@@ -2,7 +2,7 @@
# © 2011-2016 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{
'name': "Bank statement Sale Order completion",
'name': "Journal Entry Sale Order completion",
'version': '9.0.1.0.0',
'author': "Camptocamp,Odoo Community Association (OCA)",
'maintainer': 'Camptocamp',

View File

@@ -2,12 +2,12 @@
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
====================================
Bank statement transaction ID import
====================================
===================================
Journal Entry transaction ID import
===================================
This module extends the functionality of
account_statement_base_import, in order to add both importation
account_move_base_import, in order to add both importation
and auto-completion for the "transaction_ref" field added in
base_transaction_id.

View File

@@ -2,7 +2,7 @@
# © 2011-2016 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{
'name': "Bank statement transactionID import",
'name': "Journal Entry transactionID import",
'version': '9.0.1.0.0',
'author': "Camptocamp,Odoo Community Association (OCA)",
'maintainer': 'Camptocamp',