odoo-addon-account-reconcile-oca 17.0.1.5.5.2__py3-none-any.whl → 17.0.1.5.7__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- odoo/addons/account_reconcile_oca/README.rst +1 -1
- odoo/addons/account_reconcile_oca/__manifest__.py +1 -1
- odoo/addons/account_reconcile_oca/models/account_bank_statement_line.py +15 -9
- odoo/addons/account_reconcile_oca/static/description/index.html +1 -1
- {odoo_addon_account_reconcile_oca-17.0.1.5.5.2.dist-info → odoo_addon_account_reconcile_oca-17.0.1.5.7.dist-info}/METADATA +2 -2
- {odoo_addon_account_reconcile_oca-17.0.1.5.5.2.dist-info → odoo_addon_account_reconcile_oca-17.0.1.5.7.dist-info}/RECORD +8 -8
- {odoo_addon_account_reconcile_oca-17.0.1.5.5.2.dist-info → odoo_addon_account_reconcile_oca-17.0.1.5.7.dist-info}/WHEEL +0 -0
- {odoo_addon_account_reconcile_oca-17.0.1.5.5.2.dist-info → odoo_addon_account_reconcile_oca-17.0.1.5.7.dist-info}/top_level.txt +0 -0
@@ -7,7 +7,7 @@ Account Reconcile Oca
|
|
7
7
|
!! This file is generated by oca-gen-addon-readme !!
|
8
8
|
!! changes will be overwritten. !!
|
9
9
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
10
|
-
!! source digest: sha256:
|
10
|
+
!! source digest: sha256:b17130b1fa64185780d85cb252c1af8cf33bbc9745ce2a82e13263c86619e417
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
12
12
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
@@ -5,7 +5,7 @@
|
|
5
5
|
"name": "Account Reconcile Oca",
|
6
6
|
"summary": """
|
7
7
|
Reconcile addons for Odoo CE accounting""",
|
8
|
-
"version": "17.0.1.5.
|
8
|
+
"version": "17.0.1.5.7",
|
9
9
|
"license": "AGPL-3",
|
10
10
|
"author": "CreuBlanca,Dixmit,Odoo Community Association (OCA)",
|
11
11
|
"maintainers": ["etobella"],
|
@@ -613,7 +613,10 @@ class AccountBankStatementLine(models.Model):
|
|
613
613
|
self.env["res.partner"].browse(line["partner_id"]).display_name,
|
614
614
|
)
|
615
615
|
elif self.partner_id:
|
616
|
-
new_line["partner_id"] =
|
616
|
+
new_line["partner_id"] = (
|
617
|
+
self.partner_id.id,
|
618
|
+
self.partner_id.display_name,
|
619
|
+
)
|
617
620
|
new_data.append(new_line)
|
618
621
|
return new_data, reconcile_auxiliary_id
|
619
622
|
|
@@ -681,13 +684,16 @@ class AccountBankStatementLine(models.Model):
|
|
681
684
|
reconciled_line.move_id.journal_id
|
682
685
|
== self.company_id.currency_exchange_journal_id
|
683
686
|
):
|
684
|
-
|
685
|
-
reconciled_line.move_id.line_ids - reconciled_line
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
|
690
|
-
|
687
|
+
for rl_item in (
|
688
|
+
reconciled_line.move_id.line_ids - reconciled_line
|
689
|
+
):
|
690
|
+
reconcile_auxiliary_id, lines = self._get_reconcile_line(
|
691
|
+
rl_item,
|
692
|
+
"other",
|
693
|
+
from_unreconcile=False,
|
694
|
+
move=True,
|
695
|
+
)
|
696
|
+
data += lines
|
691
697
|
continue
|
692
698
|
partial = partial_lines.filtered(
|
693
699
|
lambda r, line=reconciled_line: r.debit_move_id == line
|
@@ -1017,7 +1023,7 @@ class AccountBankStatementLine(models.Model):
|
|
1017
1023
|
suspense_lines,
|
1018
1024
|
_other_lines,
|
1019
1025
|
) = st_line._seek_for_lines()
|
1020
|
-
line_vals = {"partner_id": st_line.partner_id}
|
1026
|
+
line_vals = {"partner_id": st_line.partner_id.id}
|
1021
1027
|
line_ids_commands = [(1, liquidity_lines.id, line_vals)]
|
1022
1028
|
if suspense_lines:
|
1023
1029
|
line_ids_commands.append((1, suspense_lines.id, line_vals))
|
@@ -367,7 +367,7 @@ ul.auto-toc {
|
|
367
367
|
!! This file is generated by oca-gen-addon-readme !!
|
368
368
|
!! changes will be overwritten. !!
|
369
369
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
370
|
-
!! source digest: sha256:
|
370
|
+
!! source digest: sha256:b17130b1fa64185780d85cb252c1af8cf33bbc9745ce2a82e13263c86619e417
|
371
371
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
372
372
|
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/account-reconcile/tree/17.0/account_reconcile_oca"><img alt="OCA/account-reconcile" src="https://img.shields.io/badge/github-OCA%2Faccount--reconcile-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-reconcile-17-0/account-reconcile-17-0-account_reconcile_oca"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/account-reconcile&target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
373
373
|
<p>This addon allows to reconcile bank statements and account marked as
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: odoo-addon-account_reconcile_oca
|
3
|
-
Version: 17.0.1.5.
|
3
|
+
Version: 17.0.1.5.7
|
4
4
|
Requires-Python: >=3.10
|
5
5
|
Requires-Dist: odoo-addon-account_reconcile_model_oca>=17.0dev,<17.1dev
|
6
6
|
Requires-Dist: odoo-addon-account_statement_base>=17.0dev,<17.1dev
|
@@ -24,7 +24,7 @@ Account Reconcile Oca
|
|
24
24
|
!! This file is generated by oca-gen-addon-readme !!
|
25
25
|
!! changes will be overwritten. !!
|
26
26
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
27
|
-
!! source digest: sha256:
|
27
|
+
!! source digest: sha256:b17130b1fa64185780d85cb252c1af8cf33bbc9745ce2a82e13263c86619e417
|
28
28
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
29
29
|
|
30
30
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
@@ -1,6 +1,6 @@
|
|
1
|
-
odoo/addons/account_reconcile_oca/README.rst,sha256=
|
1
|
+
odoo/addons/account_reconcile_oca/README.rst,sha256=Mezmrk6oiARpP-GlmqDWM2KblHzrlY8s6qxsi2WaUdg,3703
|
2
2
|
odoo/addons/account_reconcile_oca/__init__.py,sha256=vqRYeBgCVZMpZhYvILSxVsNLC9V7zDnvxMnKU8RQP94,55
|
3
|
-
odoo/addons/account_reconcile_oca/__manifest__.py,sha256=
|
3
|
+
odoo/addons/account_reconcile_oca/__manifest__.py,sha256=0JwHWoEIX-ja0nvkgfiN5sQCyFoNIX-XNo5N7JSZDSs,1865
|
4
4
|
odoo/addons/account_reconcile_oca/hooks.py,sha256=SfJ-GlIGYL1kf8xhQs5qDqwNnE8S9Gs-5dP3vOD-IMM,182
|
5
5
|
odoo/addons/account_reconcile_oca/demo/demo.xml,sha256=6k0uK-H1aBiyogVNhQMQfFGL5zUfUGV2M-sSV6LHeUs,204
|
6
6
|
odoo/addons/account_reconcile_oca/i18n/account_reconcile_oca.pot,sha256=vlHVCktaX5SroaT7L5nLHEXHkronUJWhXo5iF0U9eX4,25864
|
@@ -19,7 +19,7 @@ odoo/addons/account_reconcile_oca/i18n/zh_CN.po,sha256=E90cE9nDSkUWaP3Ngvj3NG0xT
|
|
19
19
|
odoo/addons/account_reconcile_oca/models/__init__.py,sha256=28wbZjUZa30uHQY10BMJtKQ_BqJgwLQMQvB9uv0H_fY,282
|
20
20
|
odoo/addons/account_reconcile_oca/models/account_account_reconcile.py,sha256=ytgriYp_tkxeU0TN3_UHMqE6b4wXc0uqGiBjTqKXxVk,7111
|
21
21
|
odoo/addons/account_reconcile_oca/models/account_bank_statement.py,sha256=CFqlLLtmTqmt5yH3v_pkUfkZezSb1nEhBTu2J5gCjxM,1034
|
22
|
-
odoo/addons/account_reconcile_oca/models/account_bank_statement_line.py,sha256=
|
22
|
+
odoo/addons/account_reconcile_oca/models/account_bank_statement_line.py,sha256=MolGS2ZpfzFeApwO0s81BkoS49CSYiXZ9q0C4ZqBzwc,52290
|
23
23
|
odoo/addons/account_reconcile_oca/models/account_journal.py,sha256=PXXoGnByO7ve9_G09tnn95HKJoLvXM1pDxHDdd7bpU4,1359
|
24
24
|
odoo/addons/account_reconcile_oca/models/account_move_line.py,sha256=PfdU6cfrKjKMqL_qGqNdyPUWg-frGQ6nR5uCoYtW38M,1212
|
25
25
|
odoo/addons/account_reconcile_oca/models/account_reconcile_abstract.py,sha256=oQO0dGk4BfQpR3uCAfL5IEUgv-94Blyw9lPRqrzNaDs,5080
|
@@ -31,7 +31,7 @@ odoo/addons/account_reconcile_oca/readme/ROADMAP.md,sha256=fxR8QnC8BkHyODdPScpgJ
|
|
31
31
|
odoo/addons/account_reconcile_oca/readme/USAGE.md,sha256=yNLGo35X7TW2TLyJqHU-gdQiXazW8Iu59rI0dpa4WjM,365
|
32
32
|
odoo/addons/account_reconcile_oca/security/ir.model.access.csv,sha256=XfN2EKOoChlEDonVd5DtodVAQyRbShiJ8nrXx6EwNmM,339
|
33
33
|
odoo/addons/account_reconcile_oca/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
34
|
-
odoo/addons/account_reconcile_oca/static/description/index.html,sha256=
|
34
|
+
odoo/addons/account_reconcile_oca/static/description/index.html,sha256=duj8roy8Vu26IK3V_rDUNZJGMCKBTvbA9Kk4nvWts_g,13790
|
35
35
|
odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_controller.esm.js,sha256=k85Scd4skR5y56TvFVEqB_uf7vCD9Y7RpInETuNBAc8,4891
|
36
36
|
odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_kanban_record.esm.js,sha256=ewNK1VQgFZWccTiyJMKYkOG6KtbHHVnI2pdNy9kjkig,467
|
37
37
|
odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_renderer.esm.js,sha256=9NSr3iZ7H_QGTpixW5D4WEJuD_u4KRpdYwRmKqcML_k,2117
|
@@ -62,7 +62,7 @@ odoo/addons/account_reconcile_oca/views/account_journal.xml,sha256=T5tZ5Ev0psYp7
|
|
62
62
|
odoo/addons/account_reconcile_oca/views/account_move.xml,sha256=BnvchVpOJ31M-kCoe6AHDxHMfrEEgJTPPysxguX3xgE,975
|
63
63
|
odoo/addons/account_reconcile_oca/views/account_move_line.xml,sha256=Kr_ET1IAat3B8UoW6VPQO3q88JLVdE5-5jpb13ioCbY,5405
|
64
64
|
odoo/addons/account_reconcile_oca/views/res_config_settings.xml,sha256=PxIqWILg_L_ahR-SDlDWEqWDJKNumPRifFAGF0BG57E,807
|
65
|
-
odoo_addon_account_reconcile_oca-17.0.1.5.
|
66
|
-
odoo_addon_account_reconcile_oca-17.0.1.5.
|
67
|
-
odoo_addon_account_reconcile_oca-17.0.1.5.
|
68
|
-
odoo_addon_account_reconcile_oca-17.0.1.5.
|
65
|
+
odoo_addon_account_reconcile_oca-17.0.1.5.7.dist-info/METADATA,sha256=fbt38vFiSvhpTGDbeG7xNy9iDZqXuT0jDAan6lMy36k,4388
|
66
|
+
odoo_addon_account_reconcile_oca-17.0.1.5.7.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
|
67
|
+
odoo_addon_account_reconcile_oca-17.0.1.5.7.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
68
|
+
odoo_addon_account_reconcile_oca-17.0.1.5.7.dist-info/RECORD,,
|
File without changes
|