Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[11.0][MIG] base_transaction_id #206

Merged
merged 22 commits into from
Apr 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
3f085af
[ADD] mod base_transaction_id
yvaucher May 15, 2012
57b7175
[IMP] First commit for improving the bank statement with treasury (no…
jgrandguillaume May 16, 2012
24c59c8
[IMP] Quite a huge work on the new intermediate statement stuff as we…
jgrandguillaume May 30, 2012
7d9e166
[IMP] Merge treasury statement into bank.statement object. We don't n…
jgrandguillaume Jun 8, 2012
b3e7b27
[MRG] From customer branch
jgrandguillaume Jun 6, 2012
1ac75bb
[MRG] Add all the bank statement improvements that we made. This is m…
jgrandguillaume Jun 20, 2012
f4afb79
[MIG] base_transaction_id: Migrated to 7.0
jgrandguillaume Dec 19, 2012
49808d8
[ADD] account_move_line.transaction_ref field in base_transaction_id
guewen Jan 16, 2014
3151fd2
copy the transaction_ref to the move lines from the invoice
guewen Jan 17, 2014
01eb11c
the transaction id is copied only on account move lines having the sa…
guewen Mar 5, 2014
a95bc8d
[MIG] base_transation_id: Fix migration to 8.0
guewen Oct 8, 2014
b950690
Allow the new bank statement reconciliation to search in transaction_ref
guewen Oct 10, 2014
74ab48d
[FIX] missing call to super (finalize_invoice_move_lines)
eLBati Jan 5, 2015
8076a89
Add OCA as author of OCA addons
gurneyalex Mar 2, 2015
dcbb6e5
Put the field transaction_id in the group 'sale_pay'
guewen Mar 16, 2015
0cbd481
[UPD] prefix versions with 8.0
sbidoul Oct 9, 2015
d3774be
[PORT] base_transaction_id to 9.0
yvaucher Oct 16, 2015
929cef7
[MIG] Rename manifest files
pedrobaeza Oct 6, 2016
91b6d41
Start work to port account_move_base_import and base_transaction_id t…
alexis-via Nov 9, 2016
cb5d883
[MIG] base_transaction_id: Migrated to 10.0
leemannd Jan 3, 2017
e7ba870
OCA Transbot updated translations from Transifex
oca-transbot Jan 21, 2014
81be8bb
[MIG] base_transaction_id: Migration to 11.0
yvaucher Nov 16, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions base_transaction_id/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: https://www.gnu.org/licenses/agpl
:alt: License: AGPL-3

============================================
Base transaction ID for financial institutes
============================================

Adds transaction ID to invoice and sale models and views.

On Sales order, you can specify the transaction ID used for the payment and it
will be propagated to the invoice (even if made from packing).
This is mostly used for e-commerce handling.

You can then add a mapping on that SO field to save the e-commerce financial
Transaction ID into the Odoo sale order field.

The main purpose is to ease the reconciliation process and be able to find the partner
when importing the bank statement.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues
<https://github.com/OCA/account-reconcile/issues>`_. In case of trouble, please
check there if your issue has already been reported. If you spotted it first,
help us smash it by providing detailed and welcomed feedback.

Credits
=======

Contributors
------------

* Yannick Vaucher <yannick.vaucher@camptocamp.com>
* Joël Grand-Guillaume <joel.grandguillaume@camptocamp.com>
* Alexandre Fayolle <alexandre.fayolle@camptocamp.com>
* Guewen Baconnier <guewen.baconnier@camptocamp.com>
* Lorenzo Battistini <lorenzo.battistini@agilebg.com>

Do not contact contributors directly about support or help with technical issues.


Maintainer
----------

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

This module is maintained by the OCA.

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.

To contribute to this module, please visit http://odoo-community.org.
1 change: 1 addition & 0 deletions base_transaction_id/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
20 changes: 20 additions & 0 deletions base_transaction_id/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Copyright 2012 Yannick Vaucher, Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{'name': 'Base transaction ID for financial institutes',
'version': '11.0.1.0.0',
'author': "Camptocamp,Odoo Community Association (OCA)",
'maintainer': 'Camptocamp',
'category': 'Hidden/Dependency',
'depends': [
'sale',
],
'website': 'https://github.com/OCA/account-reconcile',
'data': [
'views/invoice.xml',
'views/sale.xml',
'views/account_move_line.xml',
'views/base_transaction_id.xml',
],
'installable': True,
'license': 'AGPL-3',
}
59 changes: 59 additions & 0 deletions base_transaction_id/i18n/ar.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_transaction_id
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: bank-statement-reconcile (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-24 00:39+0000\n"
"PO-Revision-Date: 2016-04-26 13:32+0000\n"
"Last-Translator: <>\n"
"Language-Team: Arabic (http://www.transifex.com/oca/OCA-bank-statement-reconcile-9-0/language/ar/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ar\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"

#. module: base_transaction_id
#: model:ir.model,name:base_transaction_id.model_account_bank_statement_line
msgid "Bank Statement Line"
msgstr ""

#. module: base_transaction_id
#: model:ir.model,name:base_transaction_id.model_account_invoice
msgid "Invoice"
msgstr "فاتورة"

#. module: base_transaction_id
#: model:ir.model,name:base_transaction_id.model_account_move_line
msgid "Journal Item"
msgstr ""

#. module: base_transaction_id
#: model:ir.model,name:base_transaction_id.model_sale_order
msgid "Sales Order"
msgstr ""

#. module: base_transaction_id
#: model:ir.model.fields,field_description:base_transaction_id.field_account_invoice_transaction_id
#: model:ir.model.fields,field_description:base_transaction_id.field_sale_order_transaction_id
msgid "Transaction ID"
msgstr ""

#. module: base_transaction_id
#: model:ir.model.fields,help:base_transaction_id.field_account_invoice_transaction_id
msgid "Transaction ID from the financial institute"
msgstr ""

#. module: base_transaction_id
#: model:ir.model.fields,field_description:base_transaction_id.field_account_move_line_transaction_ref
msgid "Transaction Ref."
msgstr ""

#. module: base_transaction_id
#: model:ir.model.fields,help:base_transaction_id.field_sale_order_transaction_id
msgid "Transaction id from the financial institute"
msgstr ""
59 changes: 59 additions & 0 deletions base_transaction_id/i18n/bg.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_transaction_id
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: bank-statement-reconcile (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-24 00:39+0000\n"
"PO-Revision-Date: 2016-04-26 13:32+0000\n"
"Last-Translator: <>\n"
"Language-Team: Bulgarian (http://www.transifex.com/oca/OCA-bank-statement-reconcile-9-0/language/bg/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: base_transaction_id
#: model:ir.model,name:base_transaction_id.model_account_bank_statement_line
msgid "Bank Statement Line"
msgstr ""

#. module: base_transaction_id
#: model:ir.model,name:base_transaction_id.model_account_invoice
msgid "Invoice"
msgstr "Фактура"

#. module: base_transaction_id
#: model:ir.model,name:base_transaction_id.model_account_move_line
msgid "Journal Item"
msgstr ""

#. module: base_transaction_id
#: model:ir.model,name:base_transaction_id.model_sale_order
msgid "Sales Order"
msgstr ""

#. module: base_transaction_id
#: model:ir.model.fields,field_description:base_transaction_id.field_account_invoice_transaction_id
#: model:ir.model.fields,field_description:base_transaction_id.field_sale_order_transaction_id
msgid "Transaction ID"
msgstr ""

#. module: base_transaction_id
#: model:ir.model.fields,help:base_transaction_id.field_account_invoice_transaction_id
msgid "Transaction ID from the financial institute"
msgstr ""

#. module: base_transaction_id
#: model:ir.model.fields,field_description:base_transaction_id.field_account_move_line_transaction_ref
msgid "Transaction Ref."
msgstr ""

#. module: base_transaction_id
#: model:ir.model.fields,help:base_transaction_id.field_sale_order_transaction_id
msgid "Transaction id from the financial institute"
msgstr ""
59 changes: 59 additions & 0 deletions base_transaction_id/i18n/bs.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_transaction_id
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: bank-statement-reconcile (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-24 00:39+0000\n"
"PO-Revision-Date: 2016-04-26 13:32+0000\n"
"Last-Translator: <>\n"
"Language-Team: Bosnian (http://www.transifex.com/oca/OCA-bank-statement-reconcile-9-0/language/bs/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: bs\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"

#. module: base_transaction_id
#: model:ir.model,name:base_transaction_id.model_account_bank_statement_line
msgid "Bank Statement Line"
msgstr ""

#. module: base_transaction_id
#: model:ir.model,name:base_transaction_id.model_account_invoice
msgid "Invoice"
msgstr "Faktura"

#. module: base_transaction_id
#: model:ir.model,name:base_transaction_id.model_account_move_line
msgid "Journal Item"
msgstr ""

#. module: base_transaction_id
#: model:ir.model,name:base_transaction_id.model_sale_order
msgid "Sales Order"
msgstr ""

#. module: base_transaction_id
#: model:ir.model.fields,field_description:base_transaction_id.field_account_invoice_transaction_id
#: model:ir.model.fields,field_description:base_transaction_id.field_sale_order_transaction_id
msgid "Transaction ID"
msgstr ""

#. module: base_transaction_id
#: model:ir.model.fields,help:base_transaction_id.field_account_invoice_transaction_id
msgid "Transaction ID from the financial institute"
msgstr ""

#. module: base_transaction_id
#: model:ir.model.fields,field_description:base_transaction_id.field_account_move_line_transaction_ref
msgid "Transaction Ref."
msgstr ""

#. module: base_transaction_id
#: model:ir.model.fields,help:base_transaction_id.field_sale_order_transaction_id
msgid "Transaction id from the financial institute"
msgstr ""
59 changes: 59 additions & 0 deletions base_transaction_id/i18n/ca.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_transaction_id
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: bank-statement-reconcile (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-24 00:39+0000\n"
"PO-Revision-Date: 2016-04-26 13:32+0000\n"
"Last-Translator: <>\n"
"Language-Team: Catalan (http://www.transifex.com/oca/OCA-bank-statement-reconcile-9-0/language/ca/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: base_transaction_id
#: model:ir.model,name:base_transaction_id.model_account_bank_statement_line
msgid "Bank Statement Line"
msgstr ""

#. module: base_transaction_id
#: model:ir.model,name:base_transaction_id.model_account_invoice
msgid "Invoice"
msgstr "Factura"

#. module: base_transaction_id
#: model:ir.model,name:base_transaction_id.model_account_move_line
msgid "Journal Item"
msgstr ""

#. module: base_transaction_id
#: model:ir.model,name:base_transaction_id.model_sale_order
msgid "Sales Order"
msgstr ""

#. module: base_transaction_id
#: model:ir.model.fields,field_description:base_transaction_id.field_account_invoice_transaction_id
#: model:ir.model.fields,field_description:base_transaction_id.field_sale_order_transaction_id
msgid "Transaction ID"
msgstr ""

#. module: base_transaction_id
#: model:ir.model.fields,help:base_transaction_id.field_account_invoice_transaction_id
msgid "Transaction ID from the financial institute"
msgstr ""

#. module: base_transaction_id
#: model:ir.model.fields,field_description:base_transaction_id.field_account_move_line_transaction_ref
msgid "Transaction Ref."
msgstr ""

#. module: base_transaction_id
#: model:ir.model.fields,help:base_transaction_id.field_sale_order_transaction_id
msgid "Transaction id from the financial institute"
msgstr ""
59 changes: 59 additions & 0 deletions base_transaction_id/i18n/cs.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_transaction_id
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: bank-statement-reconcile (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-24 00:39+0000\n"
"PO-Revision-Date: 2016-04-26 13:32+0000\n"
"Last-Translator: <>\n"
"Language-Team: Czech (http://www.transifex.com/oca/OCA-bank-statement-reconcile-9-0/language/cs/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"

#. module: base_transaction_id
#: model:ir.model,name:base_transaction_id.model_account_bank_statement_line
msgid "Bank Statement Line"
msgstr ""

#. module: base_transaction_id
#: model:ir.model,name:base_transaction_id.model_account_invoice
msgid "Invoice"
msgstr "Faktura"

#. module: base_transaction_id
#: model:ir.model,name:base_transaction_id.model_account_move_line
msgid "Journal Item"
msgstr ""

#. module: base_transaction_id
#: model:ir.model,name:base_transaction_id.model_sale_order
msgid "Sales Order"
msgstr ""

#. module: base_transaction_id
#: model:ir.model.fields,field_description:base_transaction_id.field_account_invoice_transaction_id
#: model:ir.model.fields,field_description:base_transaction_id.field_sale_order_transaction_id
msgid "Transaction ID"
msgstr ""

#. module: base_transaction_id
#: model:ir.model.fields,help:base_transaction_id.field_account_invoice_transaction_id
msgid "Transaction ID from the financial institute"
msgstr ""

#. module: base_transaction_id
#: model:ir.model.fields,field_description:base_transaction_id.field_account_move_line_transaction_ref
msgid "Transaction Ref."
msgstr ""

#. module: base_transaction_id
#: model:ir.model.fields,help:base_transaction_id.field_sale_order_transaction_id
msgid "Transaction id from the financial institute"
msgstr ""
Loading