odoo-addon-account-reconcile-oca 17.0.1.3.0.2__py3-none-any.whl → 17.0.1.3.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:88b6b066ad75c60faa27b6558ead2c5bf920b1e5f1baf6e5b1414a4361cd5d63
10
+ !! source digest: sha256:92972899eebb6722b63d12c426c94db3ebff2e51af7c39f4c225f84180cb4c3e
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.3.0",
8
+ "version": "17.0.1.3.2",
9
9
  "license": "AGPL-3",
10
10
  "author": "CreuBlanca,Dixmit,Odoo Community Association (OCA)",
11
11
  "maintainers": ["etobella"],
@@ -366,11 +366,15 @@ msgid "Manual Exchange Counterpart"
366
366
  msgstr ""
367
367
 
368
368
  #. module: account_reconcile_oca
369
- #: model:ir.model.fields,field_description:account_reconcile_oca.field_account_bank_statement_line__manual_in_currency
370
369
  #: model:ir.model.fields,field_description:account_reconcile_oca.field_account_bank_statement_line__manual_in_currency_id
371
370
  msgid "Manual In Currency"
372
371
  msgstr ""
373
372
 
373
+ #. module: account_reconcile_oca
374
+ #: model:ir.model.fields,field_description:account_reconcile_oca.field_account_bank_statement_line__manual_in_currency
375
+ msgid "Manual In Currency?"
376
+ msgstr ""
377
+
374
378
  #. module: account_reconcile_oca
375
379
  #: model:ir.model.fields,field_description:account_reconcile_oca.field_account_bank_statement_line__manual_kind
376
380
  msgid "Manual Kind"
@@ -60,9 +60,15 @@ class AccountBankStatementLine(models.Model):
60
60
  "Percentage Analytic"
61
61
  ),
62
62
  )
63
- manual_in_currency = fields.Boolean(readonly=True, store=False, prefetch=False)
63
+ manual_in_currency = fields.Boolean(
64
+ readonly=True, store=False, prefetch=False, string="Manual In Currency?"
65
+ )
64
66
  manual_in_currency_id = fields.Many2one(
65
- "res.currency", readonly=True, store=False, prefetch=False
67
+ "res.currency",
68
+ readonly=True,
69
+ store=False,
70
+ prefetch=False,
71
+ string="Manual In Currency",
66
72
  )
67
73
  manual_amount_in_currency = fields.Monetary(
68
74
  store=False,
@@ -935,7 +941,7 @@ class AccountBankStatementLine(models.Model):
935
941
  "original_exchange_line_id": line.id,
936
942
  "reference": "reconcile_auxiliary;%s" % reconcile_auxiliary_id,
937
943
  "id": False,
938
- "account_id": account.name_get()[0],
944
+ "account_id": (account.id, account.display_name),
939
945
  "partner_id": False,
940
946
  "date": fields.Date.to_string(self.date),
941
947
  "name": self.payment_ref or self.name,
@@ -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:88b6b066ad75c60faa27b6558ead2c5bf920b1e5f1baf6e5b1414a4361cd5d63
370
+ !! source digest: sha256:92972899eebb6722b63d12c426c94db3ebff2e51af7c39f4c225f84180cb4c3e
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
@@ -16,9 +16,9 @@
16
16
  width: 100%;
17
17
  .o_reconcile_create_statement {
18
18
  position: absolute;
19
- height: 4px;
19
+ height: 0px;
20
20
  margin: 0;
21
- padding: 2px 0 0 0;
21
+ padding: 0 0 0 0;
22
22
  border: 0;
23
23
  top: -14px;
24
24
  opacity: 0;
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-account_reconcile_oca
3
- Version: 17.0.1.3.0.2
3
+ Version: 17.0.1.3.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:88b6b066ad75c60faa27b6558ead2c5bf920b1e5f1baf6e5b1414a4361cd5d63
27
+ !! source digest: sha256:92972899eebb6722b63d12c426c94db3ebff2e51af7c39f4c225f84180cb4c3e
28
28
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
29
29
 
30
30
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -1,9 +1,9 @@
1
- odoo/addons/account_reconcile_oca/README.rst,sha256=-QA2v98YuSsKwjf1zTYmkJR4LGSnhaHUGyfHxRe7-_E,3705
1
+ odoo/addons/account_reconcile_oca/README.rst,sha256=7Q49TqjS7G03gEG3fW1Ezggn0rAx1S7xAemFxhriXds,3705
2
2
  odoo/addons/account_reconcile_oca/__init__.py,sha256=vqRYeBgCVZMpZhYvILSxVsNLC9V7zDnvxMnKU8RQP94,55
3
- odoo/addons/account_reconcile_oca/__manifest__.py,sha256=8pJ0IWZV5I3oQ-c3D7MHApqQ0vJj7OqRtLxB08ADpKk,1865
3
+ odoo/addons/account_reconcile_oca/__manifest__.py,sha256=hG9Q4PJzwDBOCSZs9eJhI__vM0PFrBJb_7AWUoxlRYk,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
- odoo/addons/account_reconcile_oca/i18n/account_reconcile_oca.pot,sha256=oyyaobvLMgn4nEOPBk2cCcbz4WNrqTY-7RDc3_CLYgo,25628
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=X2BpeHAq4HVjlpyW-nvkI3Etp-3EQrNvDZIiOIdP6v8,27678
8
8
  odoo/addons/account_reconcile_oca/i18n/es.po,sha256=MW6aFQo29iLYg5AMrY1wGHz1Xr0llSacO4iSJCv1Jag,28407
9
9
  odoo/addons/account_reconcile_oca/i18n/fr.po,sha256=NHoV1Zyc7SUFW5TtfAi3bgWjYO2KpIxC6TTneurpXzk,27907
@@ -19,7 +19,7 @@ odoo/addons/account_reconcile_oca/i18n/zh_CN.po,sha256=aMlT4TdmSqfoAIgcf6coDhU-9
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=ndgMwziMe2GsqEucoH0vZMqVmubgBcajJahh1LcNK9s,6709
21
21
  odoo/addons/account_reconcile_oca/models/account_bank_statement.py,sha256=JuIl9m0FzsoD_29Vb4TiXYoqFLd6gjSvntpRB_JrVLU,463
22
- odoo/addons/account_reconcile_oca/models/account_bank_statement_line.py,sha256=Iye3DCV6sufa_FgleiMLWRwTgv5H8AL4cVrwFw6BkMo,39631
22
+ odoo/addons/account_reconcile_oca/models/account_bank_statement_line.py,sha256=ZjreUmruejaCQ6Nd-VKYy-2qcKClmaX2IPzDSvsjnNQ,39750
23
23
  odoo/addons/account_reconcile_oca/models/account_journal.py,sha256=97AmJHO5ZOtDqoAWmjW0PZMZ-Mx8jfH4JPWiuwZ4H14,1048
24
24
  odoo/addons/account_reconcile_oca/models/account_move_line.py,sha256=ZjGOeX4-kw7bLjr_CtBGOcxvACGrCrSmgB_eANNWq-w,1099
25
25
  odoo/addons/account_reconcile_oca/models/account_reconcile_abstract.py,sha256=I23ZF31OvY5EqtfNHfm2Pir3JJ3z5CaYjEFr1OZ8oWI,3983
@@ -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=WH01cL5NxkVJlyj8iJvJVr4RGgBwCg4I2A9FR8RsHSA,13790
34
+ odoo/addons/account_reconcile_oca/static/description/index.html,sha256=M2fgoonkM0rali3rLr9VZRSAbnLseJZabeCbJRNtzq4,13790
35
35
  odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_controller.esm.js,sha256=DZsNwb9DCCSurS6VRq93gMJzn4O7_Q-GTl_AzXODlaU,4867
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
@@ -49,7 +49,7 @@ odoo/addons/account_reconcile_oca/static/src/js/widgets/reconcile_chatter_field.
49
49
  odoo/addons/account_reconcile_oca/static/src/js/widgets/reconcile_data_widget.esm.js,sha256=YrWCTvLIZqAE1McQMDVKqgIoJIZA1r1hAaxfd3l4Ulo,2920
50
50
  odoo/addons/account_reconcile_oca/static/src/js/widgets/reconcile_move_line_widget.esm.js,sha256=G5lbsagkTYErqNlPvhW0vfljQWRKI4eI5spDlH3_emk,3772
51
51
  odoo/addons/account_reconcile_oca/static/src/js/widgets/selection_badge_uncheck.esm.js,sha256=rlwwhfX9jK65Lze3HeXFmW-p6Lo_38ZsyTLS7sx4XV8,1223
52
- odoo/addons/account_reconcile_oca/static/src/scss/reconcile.scss,sha256=ewCAJf_W-NS8avSFN0YVbu41qL3wdbh9jlO0aj1PN3M,2147
52
+ odoo/addons/account_reconcile_oca/static/src/scss/reconcile.scss,sha256=b8MxefTeE0HHFVI_OqWOcqKzLlEm0qVWEDWIx-co6KM,2145
53
53
  odoo/addons/account_reconcile_oca/static/src/xml/reconcile.xml,sha256=hnXWp6pYXbAGf9EjmZaGDb4GHe1CBLGZMbbwbz0WuaY,8637
54
54
  odoo/addons/account_reconcile_oca/tests/__init__.py,sha256=8JhP4auByShS8Z_Ik5dShMuWdh1kBlYP_DLI4Ku8XWA,79
55
55
  odoo/addons/account_reconcile_oca/tests/test_account_reconcile.py,sha256=MP5M-NsVhMoYiU675hr1nsvZRRK-4e5KUYMCCKTUHB8,10807
@@ -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.3.0.2.dist-info/METADATA,sha256=h8OY5iOnUBCrGYAs8LcLDnOZWzbAAET2d_DD2EvCoSE,4392
66
- odoo_addon_account_reconcile_oca-17.0.1.3.0.2.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
67
- odoo_addon_account_reconcile_oca-17.0.1.3.0.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
68
- odoo_addon_account_reconcile_oca-17.0.1.3.0.2.dist-info/RECORD,,
65
+ odoo_addon_account_reconcile_oca-17.0.1.3.2.dist-info/METADATA,sha256=BycGQYyMULJiPS05x9YL43pJ4aAOmbKVcpxNBvVB6YM,4390
66
+ odoo_addon_account_reconcile_oca-17.0.1.3.2.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
67
+ odoo_addon_account_reconcile_oca-17.0.1.3.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
68
+ odoo_addon_account_reconcile_oca-17.0.1.3.2.dist-info/RECORD,,