odoo-addon-account-reconcile-oca 16.0.1.2.12.6__py3-none-any.whl → 16.0.1.2.13__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:7fe40b33ad622d1d511a9203e3e94c024050eb427a77330a46a60977c6ce423b
10
+ !! source digest: sha256:21e00920a952144136ed55f1d00b08be441b15d2291304304bfd77dfd76f9756
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.12",
8
+ "version": "16.0.1.2.13",
9
9
  "license": "AGPL-3",
10
10
  "author": "CreuBlanca,Dixmit,Odoo Community Association (OCA)",
11
11
  "maintainers": ["etobella"],
@@ -189,11 +189,6 @@ msgstr ""
189
189
  msgid "Display Name"
190
190
  msgstr ""
191
191
 
192
- #. module: account_reconcile_oca
193
- #: model:ir.model.fields,field_description:account_reconcile_oca.field_account_move_line__invoice_due_date
194
- msgid "Due Date"
195
- msgstr ""
196
-
197
192
  #. module: account_reconcile_oca
198
193
  #: model:ir.model.fields.selection,name:account_reconcile_oca.selection__account_journal__reconcile_mode__edit
199
194
  msgid "Edit Move"
@@ -1,7 +1,7 @@
1
1
  # Copyright 2023 Dixmit
2
2
  # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
3
3
 
4
- from odoo import _, fields, models
4
+ from odoo import _, models
5
5
  from odoo.exceptions import ValidationError
6
6
 
7
7
 
@@ -9,11 +9,6 @@ class AccountMoveLine(models.Model):
9
9
 
10
10
  _inherit = "account.move.line"
11
11
 
12
- invoice_due_date = fields.Date(
13
- related="move_id.invoice_date_due",
14
- readonly=True,
15
- )
16
-
17
12
  def action_reconcile_manually(self):
18
13
  if not self:
19
14
  return {}
@@ -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:7fe40b33ad622d1d511a9203e3e94c024050eb427a77330a46a60977c6ce423b
369
+ !! source digest: sha256:21e00920a952144136ed55f1d00b08be441b15d2291304304bfd77dfd76f9756
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>
@@ -11,7 +11,7 @@
11
11
  <tree js_class="reconcile_move_line">
12
12
  <field name="date" />
13
13
  <field name="move_id" optional="show" />
14
- <field name="invoice_due_date" optional="show" />
14
+ <field name="date_maturity" optional="show" />
15
15
  <field name="account_id" optional="show" />
16
16
  <field name="partner_id" />
17
17
  <field name="company_currency_id" invisible="1" />
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-account-reconcile-oca
3
- Version: 16.0.1.2.12.6
3
+ Version: 16.0.1.2.13
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:7fe40b33ad622d1d511a9203e3e94c024050eb427a77330a46a60977c6ce423b
27
+ !! source digest: sha256:21e00920a952144136ed55f1d00b08be441b15d2291304304bfd77dfd76f9756
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=LygShVQvOcBexQJFU-jpfHhc16wI0O0y1Ilu3dnLA74,3709
1
+ odoo/addons/account_reconcile_oca/README.rst,sha256=rbeySFqYd162Ht0wlZ8mibrRCjiBhVVgCy9-av8ikTQ,3709
2
2
  odoo/addons/account_reconcile_oca/__init__.py,sha256=vqRYeBgCVZMpZhYvILSxVsNLC9V7zDnvxMnKU8RQP94,55
3
- odoo/addons/account_reconcile_oca/__manifest__.py,sha256=6jzntiGQt0_3fBcxGT-wAoWtOQRFv-GZmKCQ2DPI55k,1742
3
+ odoo/addons/account_reconcile_oca/__manifest__.py,sha256=95Df5hg9mSJRt0Gy_j4yVl5n4ybWVB4jL8LN0AUlvnM,1742
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
- odoo/addons/account_reconcile_oca/i18n/account_reconcile_oca.pot,sha256=7w56WP2yijfF6A5_SyRH2yyvVp41GBuDujDz2lfKghw,21966
6
+ odoo/addons/account_reconcile_oca/i18n/account_reconcile_oca.pot,sha256=_xtquQzIzoFoKQMhNtVSJs2MyyA74IKYfmL30cKPL1I,21798
7
7
  odoo/addons/account_reconcile_oca/i18n/ca.po,sha256=2eb-S8TeZ8WqveHzfCUbYDis5CmqpJ9A0FAg1ICW-28,23873
8
8
  odoo/addons/account_reconcile_oca/i18n/es.po,sha256=819_937MBm27hTdFb7R-U2NizS558By7_ssYYD6tpvo,24246
9
9
  odoo/addons/account_reconcile_oca/i18n/fr.po,sha256=fjF2WRhfjPxn8znLj-vv5qIXvt6svlbQS01mKhSqQMM,24102
@@ -18,7 +18,7 @@ odoo/addons/account_reconcile_oca/models/__init__.py,sha256=dINawjlPnSpoOp0EIglD
18
18
  odoo/addons/account_reconcile_oca/models/account_account_reconcile.py,sha256=Yyd1ww8ybpC4s6YiM2Z_oVLR2pkBEn6Wx6yRYpiYI-Q,6282
19
19
  odoo/addons/account_reconcile_oca/models/account_bank_statement_line.py,sha256=cXzPHVfJSyUzVwiyWZkrafHAX-PTDRESPEpZbSbL4Yg,30592
20
20
  odoo/addons/account_reconcile_oca/models/account_journal.py,sha256=4qAsIF4eiKIU1DH16THZVqalZaSKUSsAMiAHEzK1y1k,584
21
- odoo/addons/account_reconcile_oca/models/account_move_line.py,sha256=hfM8zL0Xee-AVIR91qzMr6oNWKeLhE8vwxmsvOPHoj8,1218
21
+ odoo/addons/account_reconcile_oca/models/account_move_line.py,sha256=DGoyszrkLSlk42j-v_2J6tWbbU3VLtyXCh9zpGDl9UM,1100
22
22
  odoo/addons/account_reconcile_oca/models/account_reconcile_abstract.py,sha256=RXnBqfV8mSHv3dVjy-752l1ALZ9rfQLxR_xz5mdyTOQ,4072
23
23
  odoo/addons/account_reconcile_oca/readme/CONTRIBUTORS.rst,sha256=GAYxzAZEN5wTBewMNx4PD2y_QoI-dzpokacQ9NnaEso,16
24
24
  odoo/addons/account_reconcile_oca/readme/DESCRIPTION.rst,sha256=nc8nUT3VmwXIXvJXpq_hj2MeJzNnpsByDS4G3elJsrU,82
@@ -26,7 +26,7 @@ odoo/addons/account_reconcile_oca/readme/ROADMAP.rst,sha256=MlQ8cFQmu5MzBoFW2WP_
26
26
  odoo/addons/account_reconcile_oca/readme/USAGE.rst,sha256=npPsx_C8T-JuCEJiTK4V44_5Io1j4ltO831T3yHFuCs,396
27
27
  odoo/addons/account_reconcile_oca/security/ir.model.access.csv,sha256=XfN2EKOoChlEDonVd5DtodVAQyRbShiJ8nrXx6EwNmM,339
28
28
  odoo/addons/account_reconcile_oca/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
29
- odoo/addons/account_reconcile_oca/static/description/index.html,sha256=L_lMZMVOk-No8IZ4Jm8561DlB5jbYCXlNE_XoDoTRHs,13746
29
+ odoo/addons/account_reconcile_oca/static/description/index.html,sha256=Wxax_CBWQ_oxGkyu98fN3jWOLl4xts4z0jW630-Hms0,13746
30
30
  odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_controller.esm.js,sha256=vWiMfhwSjORjnUDiuoy1p_4jXma0W0iKogwdIzvxVss,3578
31
31
  odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_kanban_record.esm.js,sha256=ewNK1VQgFZWccTiyJMKYkOG6KtbHHVnI2pdNy9kjkig,467
32
32
  odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_renderer.esm.js,sha256=FJ0AFqv0OuMv7eeBoYtvIS6c4xtEgT7K98MdmKDCpGk,474
@@ -54,8 +54,8 @@ odoo/addons/account_reconcile_oca/views/account_account_reconcile.xml,sha256=7Qx
54
54
  odoo/addons/account_reconcile_oca/views/account_bank_statement_line.xml,sha256=gwSVc5k4nmfDgvCFJyhJxI8huZB37cNV3DVCh58j4JM,19714
55
55
  odoo/addons/account_reconcile_oca/views/account_journal.xml,sha256=uThFanMcE_i_m_016xnBtMPQkLkZT3qxh9dySI0-VqE,3204
56
56
  odoo/addons/account_reconcile_oca/views/account_move.xml,sha256=EwbPYENnMYA6eRAz8N-l3qBosjOzw-S77sJ3a46meMU,934
57
- odoo/addons/account_reconcile_oca/views/account_move_line.xml,sha256=dhS-fHYzDDoe1OyVMiCMrMGl41LobwmwbfMf3CZyL1U,5242
58
- odoo_addon_account_reconcile_oca-16.0.1.2.12.6.dist-info/METADATA,sha256=iYgxqPLHu02cQliR9pzWuiMmUQNSmg7CNfnlY-q6L2E,4347
59
- odoo_addon_account_reconcile_oca-16.0.1.2.12.6.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
60
- odoo_addon_account_reconcile_oca-16.0.1.2.12.6.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
61
- odoo_addon_account_reconcile_oca-16.0.1.2.12.6.dist-info/RECORD,,
57
+ odoo/addons/account_reconcile_oca/views/account_move_line.xml,sha256=Wzf76i6mhryqpCOHA06CMnUPzpEUBOaVL_L-8CKumNA,5239
58
+ odoo_addon_account_reconcile_oca-16.0.1.2.13.dist-info/METADATA,sha256=OvUL0_5oMZOLjbgO7SIN1Pl2E6tpWv19QYFgHre-mZE,4345
59
+ odoo_addon_account_reconcile_oca-16.0.1.2.13.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
60
+ odoo_addon_account_reconcile_oca-16.0.1.2.13.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
61
+ odoo_addon_account_reconcile_oca-16.0.1.2.13.dist-info/RECORD,,