odoo-addon-account-reconcile-oca 16.0.1.2.14.5__py3-none-any.whl → 16.0.1.2.15.1__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:ae1b52beaba19e5505c337af5a93c52cf915340af8a58faf0ae74d79c378e6f7
10
+ !! source digest: sha256:30f5c40594c6cec72c0c4547aa9a44626a750bafc250ce78c3dc3e3e474c91cc
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": "16.0.1.2.14",
8
+ "version": "16.0.1.2.15",
9
9
  "license": "AGPL-3",
10
10
  "author": "CreuBlanca,Dixmit,Odoo Community Association (OCA)",
11
11
  "maintainers": ["etobella"],
@@ -6,7 +6,7 @@ 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-06-07 11:48+0000\n"
9
+ "PO-Revision-Date: 2024-06-28 09:48+0000\n"
10
10
  "Last-Translator: Metin GÜLSOY <metin.gulsoy@kitayazilim.com>\n"
11
11
  "Language-Team: none\n"
12
12
  "Language: tr\n"
@@ -140,7 +140,7 @@ msgstr "Nakit"
140
140
  #. module: account_reconcile_oca
141
141
  #: model_terms:ir.ui.view,arch_db:account_reconcile_oca.bank_statement_line_form_reconcile_view
142
142
  msgid "Chatter"
143
- msgstr "Log ve Notlar"
143
+ msgstr "Mesajlaşma"
144
144
 
145
145
  #. module: account_reconcile_oca
146
146
  #: model_terms:ir.ui.view,arch_db:account_reconcile_oca.account_account_reconcile_form_view
@@ -667,7 +667,7 @@ msgstr "Hafta"
667
667
  #: code:addons/account_reconcile_oca/models/account_journal.py:0
668
668
  #, python-format
669
669
  msgid "Well done! Everything has been reconciled"
670
- msgstr "Tebrikler! Her şey uzlaştırldı"
670
+ msgstr "Tebrikler! Her şey uzlaştırıldı"
671
671
 
672
672
  #. module: account_reconcile_oca
673
673
  #. odoo-python
@@ -366,7 +366,7 @@ ul.auto-toc {
366
366
  !! This file is generated by oca-gen-addon-readme !!
367
367
  !! changes will be overwritten. !!
368
368
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369
- !! source digest: sha256:ae1b52beaba19e5505c337af5a93c52cf915340af8a58faf0ae74d79c378e6f7
369
+ !! source digest: sha256:30f5c40594c6cec72c0c4547aa9a44626a750bafc250ce78c3dc3e3e474c91cc
370
370
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371
371
  <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/16.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-16-0/account-reconcile-16-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=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372
372
  <p>This addon allows to reconcile bank statements and account marked as <cite>reconcile</cite>.</p>
@@ -73,7 +73,8 @@
73
73
  <field name="model">account.account.reconcile</field>
74
74
  <field name="arch" type="xml">
75
75
  <search>
76
- <!-- TODO -->
76
+ <field name="account_id" />
77
+ <field name="partner_id" />
77
78
  </search>
78
79
  </field>
79
80
  </record>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-account-reconcile-oca
3
- Version: 16.0.1.2.14.5
3
+ Version: 16.0.1.2.15.1
4
4
  Summary: Reconcile addons for Odoo CE accounting
5
5
  Home-page: https://github.com/OCA/account-reconcile
6
6
  Author: CreuBlanca,Dixmit,Odoo Community Association (OCA)
@@ -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:ae1b52beaba19e5505c337af5a93c52cf915340af8a58faf0ae74d79c378e6f7
27
+ !! source digest: sha256:30f5c40594c6cec72c0c4547aa9a44626a750bafc250ce78c3dc3e3e474c91cc
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=afNfJ1kBaS4H2SG94o-yQWMCvc9n4TwyGmCMu_iFN3c,3709
1
+ odoo/addons/account_reconcile_oca/README.rst,sha256=YZOR-B-4gyRytK1sIQ7WkyH4XrOaZRjysCDjfftKoKM,3709
2
2
  odoo/addons/account_reconcile_oca/__init__.py,sha256=vqRYeBgCVZMpZhYvILSxVsNLC9V7zDnvxMnKU8RQP94,55
3
- odoo/addons/account_reconcile_oca/__manifest__.py,sha256=gYnAZFDXn5PIRPeA8g7BLLb7qteTKF6XXZ-hKY0tCK4,1827
3
+ odoo/addons/account_reconcile_oca/__manifest__.py,sha256=RoQHB62C9exxJPWQW2MQpOjnZJJbh4j1IQXARlF4DyA,1827
4
4
  odoo/addons/account_reconcile_oca/hooks.py,sha256=l2-vYiPh-Wu_4Hi3GvfoUmc527S-Jozb07-DbP6LzDA,187
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=UZyARD1kCXXPDRyO0KLVkv12XDLCh4sp0pcJVU8ZkoI,25739
@@ -12,7 +12,7 @@ odoo/addons/account_reconcile_oca/i18n/it.po,sha256=Br6hTdZeKnEAScBUvTnEj22I9A7m
12
12
  odoo/addons/account_reconcile_oca/i18n/nl.po,sha256=IFFhooX7kYuJeCvpXRWxpRVAlD4SLjDgGEX0euZFz90,27716
13
13
  odoo/addons/account_reconcile_oca/i18n/pt_BR.po,sha256=vroRU4SJUwrSF0OZd7khXj72dUxLmjoQGFPcJAhL_7w,28060
14
14
  odoo/addons/account_reconcile_oca/i18n/sv.po,sha256=C6ohGInjSZcA79Ca5JeyU8QANnQ0mi2uTBOfZpVkodQ,28074
15
- odoo/addons/account_reconcile_oca/i18n/tr.po,sha256=vetlQsKcscRamPUHqG9sLfwN_glu8_VBpjvfKc-AcoM,28190
15
+ odoo/addons/account_reconcile_oca/i18n/tr.po,sha256=vKRb7v7NX_6S_KSYRb-Jr00eDBxgK1s0d4Cg5IR3NoU,28190
16
16
  odoo/addons/account_reconcile_oca/migrations/16.0.1.2.0/pre-migration.py,sha256=Z_OLx-fclggJUAtYpepXRAAc68AizrIN6MWtl4zp0Qw,642
17
17
  odoo/addons/account_reconcile_oca/models/__init__.py,sha256=28wbZjUZa30uHQY10BMJtKQ_BqJgwLQMQvB9uv0H_fY,282
18
18
  odoo/addons/account_reconcile_oca/models/account_account_reconcile.py,sha256=Yyd1ww8ybpC4s6YiM2Z_oVLR2pkBEn6Wx6yRYpiYI-Q,6282
@@ -29,7 +29,7 @@ odoo/addons/account_reconcile_oca/readme/ROADMAP.rst,sha256=MlQ8cFQmu5MzBoFW2WP_
29
29
  odoo/addons/account_reconcile_oca/readme/USAGE.rst,sha256=npPsx_C8T-JuCEJiTK4V44_5Io1j4ltO831T3yHFuCs,396
30
30
  odoo/addons/account_reconcile_oca/security/ir.model.access.csv,sha256=XfN2EKOoChlEDonVd5DtodVAQyRbShiJ8nrXx6EwNmM,339
31
31
  odoo/addons/account_reconcile_oca/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
32
- odoo/addons/account_reconcile_oca/static/description/index.html,sha256=Zi_YRTgRucWyUWleUv_20r8RfyVGPQMxyjLdrXlrZnE,13746
32
+ odoo/addons/account_reconcile_oca/static/description/index.html,sha256=GdzMxnp9_Tl9hadzoU_uWowpUikeear5v7n6700SOKM,13746
33
33
  odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_controller.esm.js,sha256=nDTsO-XR9jF4krkW7ZhWf8SdeCERH8uDXGreEZ9USog,4808
34
34
  odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_kanban_record.esm.js,sha256=ewNK1VQgFZWccTiyJMKYkOG6KtbHHVnI2pdNy9kjkig,467
35
35
  odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_renderer.esm.js,sha256=jm7p1yKiSw7oz32IZ_uwjFOMMz77sxicv-zPomVVt4U,2157
@@ -53,14 +53,14 @@ odoo/addons/account_reconcile_oca/tests/__init__.py,sha256=8JhP4auByShS8Z_Ik5dSh
53
53
  odoo/addons/account_reconcile_oca/tests/test_account_reconcile.py,sha256=opQs4FgChPdphc25Jzs07TuYxoVGBCj6IAPueMLNkH0,10576
54
54
  odoo/addons/account_reconcile_oca/tests/test_bank_account_reconcile.py,sha256=RnWWQIhXINja99G9Fs7O_RQowJnwfy80yOYL7C0EL7Y,38809
55
55
  odoo/addons/account_reconcile_oca/views/account_account.xml,sha256=Z6S9dDF2CnaSl8CYw69dxJiuVznJZzZX2BrhaDeMP3c,916
56
- odoo/addons/account_reconcile_oca/views/account_account_reconcile.xml,sha256=7QxYjURyRa0XvtjgUs3l95j2IMqWpeK8QktltJHh864,7008
56
+ odoo/addons/account_reconcile_oca/views/account_account_reconcile.xml,sha256=yGOV7nOj5dVwp09ItOIfvNiBQrO_FpAC36gcnjI98JE,7066
57
57
  odoo/addons/account_reconcile_oca/views/account_bank_statement.xml,sha256=wG7C5SExLc3LeXy_megI-wVg6Ut7lbMihsEcHhXh5qo,1850
58
58
  odoo/addons/account_reconcile_oca/views/account_bank_statement_line.xml,sha256=pv25iOvw4XEOIprDIesVPPGIR6S0lytP7P-GTxuBl94,20629
59
59
  odoo/addons/account_reconcile_oca/views/account_journal.xml,sha256=WQGxMPgl4Um-IhSCzMXlbUoOjjkB11I9L2YHk1p3rak,3434
60
60
  odoo/addons/account_reconcile_oca/views/account_move.xml,sha256=EwbPYENnMYA6eRAz8N-l3qBosjOzw-S77sJ3a46meMU,934
61
61
  odoo/addons/account_reconcile_oca/views/account_move_line.xml,sha256=Wzf76i6mhryqpCOHA06CMnUPzpEUBOaVL_L-8CKumNA,5239
62
62
  odoo/addons/account_reconcile_oca/views/res_config_settings.xml,sha256=hL06Z_0Eg96LU6ta7VHRaheUDehJ6tVexBjU6X52Vng,1412
63
- odoo_addon_account_reconcile_oca-16.0.1.2.14.5.dist-info/METADATA,sha256=mFjpSght_J9eOqs-riUyRCIHHLZWzu-1lT4xlciQhdM,4347
64
- odoo_addon_account_reconcile_oca-16.0.1.2.14.5.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
65
- odoo_addon_account_reconcile_oca-16.0.1.2.14.5.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
66
- odoo_addon_account_reconcile_oca-16.0.1.2.14.5.dist-info/RECORD,,
63
+ odoo_addon_account_reconcile_oca-16.0.1.2.15.1.dist-info/METADATA,sha256=zt8EnbI-lVfsdzH-L-JgOaInMyGm4Oviq6n2fjAL2So,4347
64
+ odoo_addon_account_reconcile_oca-16.0.1.2.15.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
65
+ odoo_addon_account_reconcile_oca-16.0.1.2.15.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
66
+ odoo_addon_account_reconcile_oca-16.0.1.2.15.1.dist-info/RECORD,,