odoo-addon-account-reconcile-oca 17.0.1.5.1__py3-none-any.whl → 17.0.1.5.2__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.
@@ -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:cfd63b21630a7dd1f579b1bf41ca7cb939142e9d1272237ce51f3270da76d0d9
10
+ !! source digest: sha256:16b43da41ef5c88bfe152cb46cf7ea980d4a355557cb86822ab6f9d65b6f1069
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.1",
8
+ "version": "17.0.1.5.2",
9
9
  "license": "AGPL-3",
10
10
  "author": "CreuBlanca,Dixmit,Odoo Community Association (OCA)",
11
11
  "maintainers": ["etobella"],
@@ -6,15 +6,15 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: Odoo Server 16.0\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
- "PO-Revision-Date: 2024-05-12 20:36+0000\n"
10
- "Last-Translator: Sergio Ariel Ameghino <ariel.ameghino@gmail.com>\n"
9
+ "PO-Revision-Date: 2024-12-20 13:06+0000\n"
10
+ "Last-Translator: Víctor Martínez <victor.martinez@tecnativa.com>\n"
11
11
  "Language-Team: none\n"
12
12
  "Language: es\n"
13
13
  "MIME-Version: 1.0\n"
14
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
15
  "Content-Transfer-Encoding: \n"
16
16
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
- "X-Generator: Weblate 4.17\n"
17
+ "X-Generator: Weblate 5.6.2\n"
18
18
 
19
19
  #. module: account_reconcile_oca
20
20
  #: model_terms:ir.ui.view,arch_db:account_reconcile_oca.bank_statement_line_form_reconcile_view
@@ -562,7 +562,7 @@ msgstr "Conciliado"
562
562
  #. module: account_reconcile_oca
563
563
  #: model_terms:ir.ui.view,arch_db:account_reconcile_oca.bank_statement_line_form_reconcile_view
564
564
  msgid "Reset reconciliation"
565
- msgstr "Restablecer reconciliación"
565
+ msgstr "Restablecer conciliación"
566
566
 
567
567
  #. module: account_reconcile_oca
568
568
  #. odoo-python
@@ -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:cfd63b21630a7dd1f579b1bf41ca7cb939142e9d1272237ce51f3270da76d0d9
370
+ !! source digest: sha256:16b43da41ef5c88bfe152cb46cf7ea980d4a355557cb86822ab6f9d65b6f1069
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&amp;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
@@ -115,7 +115,7 @@ export class ReconcileController extends KanbanController {
115
115
  resId = record.resId;
116
116
  }
117
117
  if (this.state.selectedRecordId && this.state.selectedRecordId !== resId) {
118
- if (this.form_controller.model.root.isDirty) {
118
+ if (this.form_controller && this.form_controller.model.root.isDirty) {
119
119
  await this.form_controller.model.root.save({
120
120
  noReload: true,
121
121
  stayInEdition: true,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-account_reconcile_oca
3
- Version: 17.0.1.5.1
3
+ Version: 17.0.1.5.2
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:cfd63b21630a7dd1f579b1bf41ca7cb939142e9d1272237ce51f3270da76d0d9
27
+ !! source digest: sha256:16b43da41ef5c88bfe152cb46cf7ea980d4a355557cb86822ab6f9d65b6f1069
28
28
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
29
29
 
30
30
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -1,11 +1,11 @@
1
- odoo/addons/account_reconcile_oca/README.rst,sha256=BYdnN4p-l3Lvz6cU9doJBfqeDpMULinKrQ1oGrwaakY,3703
1
+ odoo/addons/account_reconcile_oca/README.rst,sha256=2YYERI4d5Ve3F0__y72ykELB-gI1S670GQFsVlB8Wrc,3703
2
2
  odoo/addons/account_reconcile_oca/__init__.py,sha256=vqRYeBgCVZMpZhYvILSxVsNLC9V7zDnvxMnKU8RQP94,55
3
- odoo/addons/account_reconcile_oca/__manifest__.py,sha256=xC0xDN9owVnlF2uoLHLtOYEEAzbhl70bX6OUXWPvxfI,1865
3
+ odoo/addons/account_reconcile_oca/__manifest__.py,sha256=pq3wFeDCziHdwzTRWd3-ODpVrD2Z4U9Vx22U7g78WkM,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=RnxHPjPpQk_qZs4ZHFvH13KDHnqQO-ppgcUnULeZxwo,25700
7
7
  odoo/addons/account_reconcile_oca/i18n/ca.po,sha256=VieXzJBnsCZFMkFtMHnOZ9TdkAM7PFvdUfb1y8EOWHM,27750
8
- odoo/addons/account_reconcile_oca/i18n/es.po,sha256=PupENtOYuifGwJnEAzmwIY4_QayJr5zZ1DmCBhvOBDw,28479
8
+ odoo/addons/account_reconcile_oca/i18n/es.po,sha256=cr9XYXvUxmXCbtLH5QRYhNlaimguH5UlMbdp8uoljdE,28479
9
9
  odoo/addons/account_reconcile_oca/i18n/fr.po,sha256=g-PLDgIlvOZUoJpmUXPwPBO7WnJ_J4mPxbgB5VlQNes,27979
10
10
  odoo/addons/account_reconcile_oca/i18n/hr.po,sha256=SyjIq5gCcSflt9TbGxGBqQFRV5rTYfN67jSGR2_l0PM,27179
11
11
  odoo/addons/account_reconcile_oca/i18n/it.po,sha256=EA7cGFuC4ztU8g6TXOQgIteMC1sC-FgOFDJkT0Bt5-I,28419
@@ -31,8 +31,8 @@ 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=Il60xnNeZr5FYX-6p8iNSLh01sXLucHjnpfXgK3j5s0,13790
35
- odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_controller.esm.js,sha256=DZsNwb9DCCSurS6VRq93gMJzn4O7_Q-GTl_AzXODlaU,4867
34
+ odoo/addons/account_reconcile_oca/static/description/index.html,sha256=KttMZljU0j3EKb7876nTv5r6vqGRf2EL_ToA3IHtUTE,13790
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
38
38
  odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_view.esm.js,sha256=cVNQ5mpho24LnHPN5uC2aAU8cD729TjaO85z5mq9kag,535
@@ -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.1.dist-info/METADATA,sha256=8gPBjXvQHmKC4-klDrmDigDmC2v0MxqpJrZ4hTQzGYY,4388
66
- odoo_addon_account_reconcile_oca-17.0.1.5.1.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
67
- odoo_addon_account_reconcile_oca-17.0.1.5.1.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
68
- odoo_addon_account_reconcile_oca-17.0.1.5.1.dist-info/RECORD,,
65
+ odoo_addon_account_reconcile_oca-17.0.1.5.2.dist-info/METADATA,sha256=eZMIWHnpNGcYngAcejA9rVObGtxUZeX6Ua5KJ8EyN7E,4388
66
+ odoo_addon_account_reconcile_oca-17.0.1.5.2.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
67
+ odoo_addon_account_reconcile_oca-17.0.1.5.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
68
+ odoo_addon_account_reconcile_oca-17.0.1.5.2.dist-info/RECORD,,