David
6 years ago
12 changed files with 203 additions and 33 deletions
-
81pos_payment_entries_globalization/README.rst
-
5pos_payment_entries_globalization/__manifest__.py
-
59pos_payment_entries_globalization/i18n/es.po
-
60pos_payment_entries_globalization/i18n/pos_payment_entries_globalization.pot
-
1pos_payment_entries_globalization/models/account_journal.py
-
8pos_payment_entries_globalization/models/pos_session.py
-
7pos_payment_entries_globalization/readme/CONFIGURE.rst
-
6pos_payment_entries_globalization/readme/CONTRIBUTORS.rst
-
5pos_payment_entries_globalization/readme/DESCRIPTION.rst
-
1pos_payment_entries_globalization/readme/USAGE.rst
-
1pos_payment_entries_globalization/tests/test_pos_payment_entries_globalization.py
-
2pos_payment_entries_globalization/views/account_journal_view.xml
@ -1,63 +1,98 @@ |
|||||
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg |
|
||||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html |
|
||||
:alt: License: AGPL-3 |
|
||||
|
|
||||
================================= |
================================= |
||||
POS payment entries globalization |
POS payment entries globalization |
||||
================================= |
================================= |
||||
|
|
||||
|
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
||||
|
!! This file is generated by oca-gen-addon-readme !! |
||||
|
!! changes will be overwritten. !! |
||||
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
||||
|
|
||||
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png |
||||
|
:target: https://odoo-community.org/page/development-status |
||||
|
:alt: Beta |
||||
|
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png |
||||
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html |
||||
|
:alt: License: AGPL-3 |
||||
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpos-lightgray.png?logo=github |
||||
|
:target: https://github.com/OCA/pos/tree/11.0/pos_payment_entries_globalization |
||||
|
:alt: OCA/pos |
||||
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png |
||||
|
:target: https://translation.odoo-community.org/projects/pos-11-0/pos-11-0-pos_payment_entries_globalization |
||||
|
:alt: Translate me on Weblate |
||||
|
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png |
||||
|
:target: https://runbot.odoo-community.org/runbot/184/11.0 |
||||
|
:alt: Try me on Runbot |
||||
|
|
||||
|
|badge1| |badge2| |badge3| |badge4| |badge5| |
||||
|
|
||||
This module allows to globalize payment entries created by the POS. |
This module allows to globalize payment entries created by the POS. |
||||
|
|
||||
In some cases, all banking transactions are received in a single bank statement line. |
|
||||
With this module, it's possible to reconcile this one line with the payment globalization line. |
|
||||
|
In some cases, all banking transactions are received in a single bank statement |
||||
|
line. With this module, it's possible to reconcile this one line with the |
||||
|
payment globalization line. |
||||
|
|
||||
|
**Table of contents** |
||||
|
|
||||
|
.. contents:: |
||||
|
:local: |
||||
|
|
||||
Configuration |
Configuration |
||||
============= |
============= |
||||
|
|
||||
To configure this module, you need to: |
To configure this module, you need to: |
||||
|
|
||||
* Configure globalize account and journal on POS payment methods (Account journal). |
|
||||
|
* Configure globalize account and journal on POS payment methods |
||||
|
(Account journal). |
||||
|
|
||||
A globalization entry is generated for each globalization journal and each globalization account defined on payment methods. |
|
||||
|
A globalization entry is generated for each globalization journal and each |
||||
|
globalization account defined on payment methods. |
||||
|
|
||||
Usage |
Usage |
||||
===== |
===== |
||||
|
|
||||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas |
|
||||
:alt: Try me on Runbot |
|
||||
:target: https://runbot.odoo-community.org/runbot/184/10.0 |
|
||||
|
|
||||
For further information, please visit: |
|
||||
|
|
||||
* https://www.odoo.com/forum/help-1 |
|
||||
|
Now it's easier to reconcile bank transactions with PoS payments. |
||||
|
|
||||
Bug Tracker |
Bug Tracker |
||||
=========== |
=========== |
||||
|
|
||||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/pos/issues>`_. |
Bugs are tracked on `GitHub Issues <https://github.com/OCA/pos/issues>`_. |
||||
In case of trouble, please check there if your issue has already been reported. |
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 |
|
||||
`here <https://github.com/OCA/pos/issues/new?body=module:%20pos_payment_entries_globalization%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. |
|
||||
|
If you spotted it first, help us smashing it by providing a detailed and welcomed |
||||
|
`feedback <https://github.com/OCA/pos/issues/new?body=module:%20pos_payment_entries_globalization%0Aversion:%2011.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. |
||||
|
|
||||
|
Do not contact contributors directly about support or help with technical issues. |
||||
|
|
||||
Credits |
Credits |
||||
======= |
======= |
||||
|
|
||||
|
Authors |
||||
|
~~~~~~~ |
||||
|
|
||||
|
* ACSONE SA/NV |
||||
|
|
||||
Contributors |
Contributors |
||||
------------ |
|
||||
|
~~~~~~~~~~~~ |
||||
|
|
||||
* Adrien Peiffer <adrien.peiffer@acsone.eu> |
* Adrien Peiffer <adrien.peiffer@acsone.eu> |
||||
* Meyomesse Gilles <meyomesse.gilles@gmail.com> |
* Meyomesse Gilles <meyomesse.gilles@gmail.com> |
||||
|
* `Tecnativa <https://www.tecnativa.com>`_ |
||||
|
|
||||
|
* David Vidal <david.vidal@tecnativa.com> |
||||
|
* Rafael Blasco <rafael.blasco@tecnativa.com> |
||||
|
|
||||
Maintainer |
|
||||
---------- |
|
||||
|
Maintainers |
||||
|
~~~~~~~~~~~ |
||||
|
|
||||
|
This module is maintained by the OCA. |
||||
|
|
||||
.. image:: https://odoo-community.org/logo.png |
.. image:: https://odoo-community.org/logo.png |
||||
:alt: Odoo Community Association |
:alt: Odoo Community Association |
||||
:target: https://odoo-community.org |
: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. |
||||
|
|
||||
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. |
|
||||
|
This module is part of the `OCA/pos <https://github.com/OCA/pos/tree/11.0/pos_payment_entries_globalization>`_ project on GitHub. |
||||
|
|
||||
To contribute to this module, please visit http://odoo-community.org. |
|
||||
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
@ -0,0 +1,59 @@ |
|||||
|
# Translation of Odoo Server. |
||||
|
# This file contains the translation of the following modules: |
||||
|
# * pos_payment_entries_globalization |
||||
|
# |
||||
|
msgid "" |
||||
|
msgstr "" |
||||
|
"Project-Id-Version: Odoo Server 11.0\n" |
||||
|
"Report-Msgid-Bugs-To: \n" |
||||
|
"POT-Creation-Date: 2019-02-21 09:03+0000\n" |
||||
|
"PO-Revision-Date: 2019-02-21 09:03+0000\n" |
||||
|
"Last-Translator: <>\n" |
||||
|
"Language-Team: \n" |
||||
|
"MIME-Version: 1.0\n" |
||||
|
"Content-Type: text/plain; charset=UTF-8\n" |
||||
|
"Content-Transfer-Encoding: \n" |
||||
|
"Plural-Forms: \n" |
||||
|
|
||||
|
#. module: pos_payment_entries_globalization |
||||
|
#: model:ir.model,name:pos_payment_entries_globalization.model_account_journal |
||||
|
msgid "Journal" |
||||
|
msgstr "Diario" |
||||
|
|
||||
|
#. module: pos_payment_entries_globalization |
||||
|
#: model:ir.ui.view,arch_db:pos_payment_entries_globalization.view_account_journal_pos_user_form |
||||
|
msgid "Payment Globalization" |
||||
|
msgstr "Globalización de pagos" |
||||
|
|
||||
|
#. module: pos_payment_entries_globalization |
||||
|
#: code:addons/pos_payment_entries_globalization/models/pos_session.py:35 |
||||
|
#: code:addons/pos_payment_entries_globalization/models/pos_session.py:59 |
||||
|
#, python-format |
||||
|
msgid "Payment globalization" |
||||
|
msgstr "Globalización de pagos" |
||||
|
|
||||
|
#. module: pos_payment_entries_globalization |
||||
|
#: code:addons/pos_payment_entries_globalization/models/pos_session.py:44 |
||||
|
#, python-format |
||||
|
msgid "Payment globalization counterpart" |
||||
|
msgstr "Contrapartida de globalización de pagos" |
||||
|
|
||||
|
#. module: pos_payment_entries_globalization |
||||
|
#: model:ir.model.fields,field_description:pos_payment_entries_globalization.field_account_journal_pos_payment_globalization |
||||
|
msgid "Pos Payment Globalization" |
||||
|
msgstr "Globalización de pagos en Punto de Venta" |
||||
|
|
||||
|
#. module: pos_payment_entries_globalization |
||||
|
#: model:ir.model.fields,field_description:pos_payment_entries_globalization.field_account_journal_pos_payment_globalization_account |
||||
|
msgid "Pos Payment Globalization Account" |
||||
|
msgstr "Cuenta para globalización de pagos en Punto de Venta" |
||||
|
|
||||
|
#. module: pos_payment_entries_globalization |
||||
|
#: model:ir.model.fields,field_description:pos_payment_entries_globalization.field_account_journal_pos_payment_globalization_journal |
||||
|
msgid "Pos Payment Globalization Journal" |
||||
|
msgstr "Diario para globalización de pagos en Punto de Venta" |
||||
|
|
||||
|
#. module: pos_payment_entries_globalization |
||||
|
#: model:ir.model,name:pos_payment_entries_globalization.model_pos_session |
||||
|
msgid "pos.session" |
||||
|
msgstr "pos.session" |
@ -0,0 +1,60 @@ |
|||||
|
# Translation of Odoo Server. |
||||
|
# This file contains the translation of the following modules: |
||||
|
# * pos_payment_entries_globalization |
||||
|
# |
||||
|
msgid "" |
||||
|
msgstr "" |
||||
|
"Project-Id-Version: Odoo Server 11.0\n" |
||||
|
"Report-Msgid-Bugs-To: \n" |
||||
|
"POT-Creation-Date: 2019-02-21 09:05+0000\n" |
||||
|
"PO-Revision-Date: 2019-02-21 09:05+0000\n" |
||||
|
"Last-Translator: <>\n" |
||||
|
"Language-Team: \n" |
||||
|
"MIME-Version: 1.0\n" |
||||
|
"Content-Type: text/plain; charset=UTF-8\n" |
||||
|
"Content-Transfer-Encoding: \n" |
||||
|
"Plural-Forms: \n" |
||||
|
|
||||
|
#. module: pos_payment_entries_globalization |
||||
|
#: model:ir.model,name:pos_payment_entries_globalization.model_account_journal |
||||
|
msgid "Journal" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: pos_payment_entries_globalization |
||||
|
#: model:ir.ui.view,arch_db:pos_payment_entries_globalization.view_account_journal_pos_user_form |
||||
|
msgid "Payment Globalization" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: pos_payment_entries_globalization |
||||
|
#: code:addons/pos_payment_entries_globalization/models/pos_session.py:35 |
||||
|
#: code:addons/pos_payment_entries_globalization/models/pos_session.py:59 |
||||
|
#, python-format |
||||
|
msgid "Payment globalization" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: pos_payment_entries_globalization |
||||
|
#: code:addons/pos_payment_entries_globalization/models/pos_session.py:44 |
||||
|
#, python-format |
||||
|
msgid "Payment globalization counterpart" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: pos_payment_entries_globalization |
||||
|
#: model:ir.model.fields,field_description:pos_payment_entries_globalization.field_account_journal_pos_payment_globalization |
||||
|
msgid "Pos Payment Globalization" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: pos_payment_entries_globalization |
||||
|
#: model:ir.model.fields,field_description:pos_payment_entries_globalization.field_account_journal_pos_payment_globalization_account |
||||
|
msgid "Pos Payment Globalization Account" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: pos_payment_entries_globalization |
||||
|
#: model:ir.model.fields,field_description:pos_payment_entries_globalization.field_account_journal_pos_payment_globalization_journal |
||||
|
msgid "Pos Payment Globalization Journal" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: pos_payment_entries_globalization |
||||
|
#: model:ir.model,name:pos_payment_entries_globalization.model_pos_session |
||||
|
msgid "pos.session" |
||||
|
msgstr "" |
||||
|
|
@ -0,0 +1,7 @@ |
|||||
|
To configure this module, you need to: |
||||
|
|
||||
|
* Configure globalize account and journal on POS payment methods |
||||
|
(Account journal). |
||||
|
|
||||
|
A globalization entry is generated for each globalization journal and each |
||||
|
globalization account defined on payment methods. |
@ -0,0 +1,6 @@ |
|||||
|
* Adrien Peiffer <adrien.peiffer@acsone.eu> |
||||
|
* Meyomesse Gilles <meyomesse.gilles@gmail.com> |
||||
|
* `Tecnativa <https://www.tecnativa.com>`_ |
||||
|
|
||||
|
* David Vidal <david.vidal@tecnativa.com> |
||||
|
* Rafael Blasco <rafael.blasco@tecnativa.com> |
@ -0,0 +1,5 @@ |
|||||
|
This module allows to globalize payment entries created by the POS. |
||||
|
|
||||
|
In some cases, all banking transactions are received in a single bank statement |
||||
|
line. With this module, it's possible to reconcile this one line with the |
||||
|
payment globalization line. |
@ -0,0 +1 @@ |
|||||
|
Now it's easier to reconcile bank transactions with PoS payments. |
Write
Preview
Loading…
Cancel
Save
Reference in new issue