Skip to content

Commit 804cdf5

Browse files
committed
Merge PR #803 into 17.0
Signed-off-by JordiBForgeFlow
2 parents ec63ffe + 7a9867c commit 804cdf5

23 files changed

Lines changed: 967 additions & 0 deletions
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
=========================
2+
Account Partner Reconcile
3+
=========================
4+
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7+
!! This file is generated by oca-gen-addon-readme !!
8+
!! changes will be overwritten. !!
9+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:46ced13a239a0f5f479e0eb1e7e81e02831abda167983e2997e3b58daca655bd
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12+
13+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
14+
:target: https://odoo-community.org/page/development-status
15+
:alt: Beta
16+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
17+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18+
:alt: License: AGPL-3
19+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--reconcile-lightgray.png?logo=github
20+
:target: https://github.com/OCA/account-reconcile/tree/17.0/account_partner_reconcile
21+
:alt: OCA/account-reconcile
22+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23+
:target: https://translation.odoo-community.org/projects/account-reconcile-17-0/account-reconcile-17-0-account_partner_reconcile
24+
:alt: Translate me on Weblate
25+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/account-reconcile&target_branch=17.0
27+
:alt: Try me on Runboat
28+
29+
|badge1| |badge2| |badge3| |badge4| |badge5|
30+
31+
This module adds the buttons "Match Receivables" (& "Match Payables") in
32+
the customer (& suppliers) form view to allow to start the matching of
33+
invoices & payments for that partner.
34+
35+
**Table of contents**
36+
37+
.. contents::
38+
:local:
39+
40+
Configuration
41+
=============
42+
43+
The button is visible only to users that belong to the accounting groups
44+
"Accountant" or "Adviser".
45+
46+
Usage
47+
=====
48+
49+
1. Enable 'Show Full Accounting Features'
50+
2. Create a new Customer Invoice and Payment
51+
3. Go to the Customer/Supplier view form and click on Match payments
52+
53+
Bug Tracker
54+
===========
55+
56+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-reconcile/issues>`_.
57+
In case of trouble, please check there if your issue has already been reported.
58+
If you spotted it first, help us to smash it by providing a detailed and welcomed
59+
`feedback <https://github.com/OCA/account-reconcile/issues/new?body=module:%20account_partner_reconcile%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
60+
61+
Do not contact contributors directly about support or help with technical issues.
62+
63+
Credits
64+
=======
65+
66+
Authors
67+
-------
68+
69+
* ForgeFlow
70+
71+
Contributors
72+
------------
73+
74+
- Jordi Ballester <jordi.ballester@forgeflow.com>
75+
- Jaume Planas <jaume.planas@minorisa.net>
76+
- Ahmet Yiğit Budak <yigit@altinkaya.com>
77+
78+
Maintainers
79+
-----------
80+
81+
This module is maintained by the OCA.
82+
83+
.. image:: https://odoo-community.org/logo.png
84+
:alt: Odoo Community Association
85+
:target: https://odoo-community.org
86+
87+
OCA, or the Odoo Community Association, is a nonprofit organization whose
88+
mission is to support the collaborative development of Odoo features and
89+
promote its widespread use.
90+
91+
This module is part of the `OCA/account-reconcile <https://github.com/OCA/account-reconcile/tree/17.0/account_partner_reconcile>`_ project on GitHub.
92+
93+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from . import models
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Copyright 2017-20 ForgeFlow S.L. (http://www.forgeflow.com)
2+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
3+
4+
{
5+
"name": "Account Partner Reconcile",
6+
"version": "17.0.1.0.0",
7+
"category": "Accounting",
8+
"author": "ForgeFlow, Odoo Community Association (OCA)",
9+
"website": "https://github.com/OCA/account-reconcile",
10+
"license": "AGPL-3",
11+
"depends": ["account_reconcile_oca"],
12+
"data": ["views/res_partner_view.xml"],
13+
"installable": True,
14+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * account_partner_reconcile
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 16.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"Last-Translator: \n"
10+
"Language-Team: \n"
11+
"MIME-Version: 1.0\n"
12+
"Content-Type: text/plain; charset=UTF-8\n"
13+
"Content-Transfer-Encoding: \n"
14+
"Plural-Forms: \n"
15+
16+
#. module: account_partner_reconcile
17+
#: model:ir.model,name:account_partner_reconcile.model_res_partner
18+
msgid "Contact"
19+
msgstr ""
20+
21+
#. module: account_partner_reconcile
22+
#: model_terms:ir.ui.view,arch_db:account_partner_reconcile.res_partner_view_buttons
23+
msgid "Match Payables"
24+
msgstr ""
25+
26+
#. module: account_partner_reconcile
27+
#: model_terms:ir.ui.view,arch_db:account_partner_reconcile.res_partner_view_buttons
28+
msgid "Match Receivables"
29+
msgstr ""
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * account_partner_reconcile
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 15.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2024-05-31 12:36+0000\n"
10+
"Last-Translator: Hans Henrik Gabelgaard <hhg@gabelgaard.org>\n"
11+
"Language-Team: none\n"
12+
"Language: da\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
17+
"X-Generator: Weblate 4.17\n"
18+
19+
#. module: account_partner_reconcile
20+
#: model:ir.model,name:account_partner_reconcile.model_res_partner
21+
msgid "Contact"
22+
msgstr "Kontakt"
23+
24+
#. module: account_partner_reconcile
25+
#: model_terms:ir.ui.view,arch_db:account_partner_reconcile.res_partner_view_buttons
26+
msgid "Match Payables"
27+
msgstr "Udlign udbetalinger"
28+
29+
#. module: account_partner_reconcile
30+
#: model_terms:ir.ui.view,arch_db:account_partner_reconcile.res_partner_view_buttons
31+
msgid "Match Receivables"
32+
msgstr "Udlign indbetalinger"
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * account_partner_reconcile
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 12.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2020-01-01 21:13+0000\n"
10+
"Last-Translator: Daniel Luque <danielluque14@gmail.com>\n"
11+
"Language-Team: none\n"
12+
"Language: es\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
17+
"X-Generator: Weblate 3.10\n"
18+
19+
#. module: account_partner_reconcile
20+
#: model:ir.model,name:account_partner_reconcile.model_res_partner
21+
msgid "Contact"
22+
msgstr "Contacto"
23+
24+
#. module: account_partner_reconcile
25+
#: model_terms:ir.ui.view,arch_db:account_partner_reconcile.res_partner_view_buttons
26+
msgid "Match Payables"
27+
msgstr "Conciliar Pagos"
28+
29+
#. module: account_partner_reconcile
30+
#: model_terms:ir.ui.view,arch_db:account_partner_reconcile.res_partner_view_buttons
31+
msgid "Match Receivables"
32+
msgstr "Conciliar Cobros"
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * account_partner_reconcile
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 14.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2021-11-15 01:36+0000\n"
10+
"Last-Translator: Ignacio Buioli <ibuioli@gmail.com>\n"
11+
"Language-Team: none\n"
12+
"Language: es_AR\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
17+
"X-Generator: Weblate 4.3.2\n"
18+
19+
#. module: account_partner_reconcile
20+
#: model:ir.model,name:account_partner_reconcile.model_res_partner
21+
msgid "Contact"
22+
msgstr "Contacto"
23+
24+
#. module: account_partner_reconcile
25+
#: model_terms:ir.ui.view,arch_db:account_partner_reconcile.res_partner_view_buttons
26+
msgid "Match Payables"
27+
msgstr "Igualar Cuentas a Pagar"
28+
29+
#. module: account_partner_reconcile
30+
#: model_terms:ir.ui.view,arch_db:account_partner_reconcile.res_partner_view_buttons
31+
msgid "Match Receivables"
32+
msgstr "Igualar Cuentas a Cobrar"
33+
34+
#~ msgid "Display Name"
35+
#~ msgstr "Mostrar Nombre"
36+
37+
#~ msgid "ID"
38+
#~ msgstr "ID"
39+
40+
#~ msgid "Last Modified on"
41+
#~ msgstr "Última modificación en"
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * account_partner_reconcile
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 14.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2021-11-10 20:35+0000\n"
10+
"Last-Translator: Yves Le Doeuff <yld@alliasys.fr>\n"
11+
"Language-Team: none\n"
12+
"Language: fr\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: nplurals=2; plural=n > 1;\n"
17+
"X-Generator: Weblate 4.3.2\n"
18+
19+
#. module: account_partner_reconcile
20+
#: model:ir.model,name:account_partner_reconcile.model_res_partner
21+
msgid "Contact"
22+
msgstr ""
23+
24+
#. module: account_partner_reconcile
25+
#: model_terms:ir.ui.view,arch_db:account_partner_reconcile.res_partner_view_buttons
26+
msgid "Match Payables"
27+
msgstr "Lettrage Fournisseur"
28+
29+
#. module: account_partner_reconcile
30+
#: model_terms:ir.ui.view,arch_db:account_partner_reconcile.res_partner_view_buttons
31+
msgid "Match Receivables"
32+
msgstr "Lettrage Client"
33+
34+
#~ msgid "Display Name"
35+
#~ msgstr "Nom affiché"
36+
37+
#~ msgid "Last Modified on"
38+
#~ msgstr "Dernière modification le"
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * account_partner_reconcile
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 14.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2021-11-10 20:35+0000\n"
10+
"Last-Translator: Yves Le Doeuff <yld@alliasys.fr>\n"
11+
"Language-Team: none\n"
12+
"Language: fr_FR\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: nplurals=2; plural=n > 1;\n"
17+
"X-Generator: Weblate 4.3.2\n"
18+
19+
#. module: account_partner_reconcile
20+
#: model:ir.model,name:account_partner_reconcile.model_res_partner
21+
msgid "Contact"
22+
msgstr ""
23+
24+
#. module: account_partner_reconcile
25+
#: model_terms:ir.ui.view,arch_db:account_partner_reconcile.res_partner_view_buttons
26+
msgid "Match Payables"
27+
msgstr "Lettrage Fournisseur"
28+
29+
#. module: account_partner_reconcile
30+
#: model_terms:ir.ui.view,arch_db:account_partner_reconcile.res_partner_view_buttons
31+
msgid "Match Receivables"
32+
msgstr "Lettrage Client"
33+
34+
#~ msgid "Display Name"
35+
#~ msgstr "Nom affiché"
36+
37+
#~ msgid "Last Modified on"
38+
#~ msgstr "Dernière modification le"
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * account_partner_reconcile
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 16.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2025-02-15 11:06+0000\n"
10+
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
11+
"Language-Team: none\n"
12+
"Language: it\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
17+
"X-Generator: Weblate 5.6.2\n"
18+
19+
#. module: account_partner_reconcile
20+
#: model:ir.model,name:account_partner_reconcile.model_res_partner
21+
msgid "Contact"
22+
msgstr "Contatto"
23+
24+
#. module: account_partner_reconcile
25+
#: model_terms:ir.ui.view,arch_db:account_partner_reconcile.res_partner_view_buttons
26+
msgid "Match Payables"
27+
msgstr "Abbina i debiti"
28+
29+
#. module: account_partner_reconcile
30+
#: model_terms:ir.ui.view,arch_db:account_partner_reconcile.res_partner_view_buttons
31+
msgid "Match Receivables"
32+
msgstr "Abbina i crediti"

0 commit comments

Comments
 (0)