odoo-addon-account-reconcile-oca 17.0.1.5.4__py3-none-any.whl → 17.0.1.5.5__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/i18n/account_reconcile_oca.pot +7 -0
- odoo/addons/account_reconcile_oca/i18n/es.po +8 -1
- odoo/addons/account_reconcile_oca/models/account_account_reconcile.py +16 -8
- odoo/addons/account_reconcile_oca/models/account_bank_statement_line.py +38 -28
- odoo/addons/account_reconcile_oca/models/account_reconcile_abstract.py +3 -0
- odoo/addons/account_reconcile_oca/static/description/index.html +1 -1
- odoo/addons/account_reconcile_oca/static/src/js/reconcile_move_line/reconcile_move_line_controller.esm.js +9 -0
- odoo/addons/account_reconcile_oca/static/src/js/reconcile_move_line/reconcile_move_line_view.esm.js +1 -0
- odoo/addons/account_reconcile_oca/static/src/js/widgets/reconcile_move_line_widget.esm.js +2 -1
- odoo/addons/account_reconcile_oca/static/src/xml/reconcile.xml +3 -0
- {odoo_addon_account_reconcile_oca-17.0.1.5.4.dist-info → odoo_addon_account_reconcile_oca-17.0.1.5.5.dist-info}/METADATA +2 -2
- {odoo_addon_account_reconcile_oca-17.0.1.5.4.dist-info → odoo_addon_account_reconcile_oca-17.0.1.5.5.dist-info}/RECORD +16 -16
- {odoo_addon_account_reconcile_oca-17.0.1.5.4.dist-info → odoo_addon_account_reconcile_oca-17.0.1.5.5.dist-info}/WHEEL +0 -0
- {odoo_addon_account_reconcile_oca-17.0.1.5.4.dist-info → odoo_addon_account_reconcile_oca-17.0.1.5.5.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:cf0d778067ac722c5a6d7f65f8fa4b0766076829ba9c9c147cc3718782cc85b0
|
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.5",
|
9
9
|
"license": "AGPL-3",
|
10
10
|
"author": "CreuBlanca,Dixmit,Odoo Community Association (OCA)",
|
11
11
|
"maintainers": ["etobella"],
|
@@ -52,6 +52,13 @@ msgstr ""
|
|
52
52
|
msgid "Add Bank Statement Line"
|
53
53
|
msgstr ""
|
54
54
|
|
55
|
+
#. module: account_reconcile_oca
|
56
|
+
#. odoo-javascript
|
57
|
+
#: code:addons/account_reconcile_oca/static/src/xml/reconcile.xml:0
|
58
|
+
#, python-format
|
59
|
+
msgid "Add all"
|
60
|
+
msgstr ""
|
61
|
+
|
55
62
|
#. module: account_reconcile_oca
|
56
63
|
#: model:ir.model.fields,field_description:account_reconcile_oca.field_account_bank_statement_line__aggregate_id
|
57
64
|
msgid "Aggregate"
|
@@ -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: 2025-
|
9
|
+
"PO-Revision-Date: 2025-02-12 08:24+0000\n"
|
10
10
|
"Last-Translator: \"Pedro M. Baeza\" <pedro.baeza@tecnativa.com>\n"
|
11
11
|
"Language-Team: none\n"
|
12
12
|
"Language: es\n"
|
@@ -58,6 +58,13 @@ msgstr "Añadir apunte contable"
|
|
58
58
|
msgid "Add Bank Statement Line"
|
59
59
|
msgstr "Añadir línea de extracto bancario"
|
60
60
|
|
61
|
+
#. module: account_reconcile_oca
|
62
|
+
#. odoo-javascript
|
63
|
+
#: code:addons/account_reconcile_oca/static/src/xml/reconcile.xml:0
|
64
|
+
#, python-format
|
65
|
+
msgid "Add all"
|
66
|
+
msgstr "Añadir todo"
|
67
|
+
|
61
68
|
#. module: account_reconcile_oca
|
62
69
|
#: model:ir.model.fields,field_description:account_reconcile_oca.field_account_bank_statement_line__aggregate_id
|
63
70
|
msgid "Aggregate"
|
@@ -132,16 +132,17 @@ class AccountAccountReconcile(models.Model):
|
|
132
132
|
@api.onchange("add_account_move_line_id")
|
133
133
|
def _onchange_add_account_move_line(self):
|
134
134
|
if self.add_account_move_line_id:
|
135
|
-
|
136
|
-
if self.add_account_move_line_id.id not in data["counterparts"]:
|
137
|
-
data["counterparts"].append(self.add_account_move_line_id.id)
|
138
|
-
else:
|
139
|
-
del data["counterparts"][
|
140
|
-
data["counterparts"].index(self.add_account_move_line_id.id)
|
141
|
-
]
|
142
|
-
self.reconcile_data_info = self._recompute_data(data)
|
135
|
+
self._add_account_move_line(self.add_account_move_line_id)
|
143
136
|
self.add_account_move_line_id = False
|
144
137
|
|
138
|
+
def _add_account_move_line(self, move_line, keep_current=False):
|
139
|
+
data = self.reconcile_data_info
|
140
|
+
if move_line.id not in data["counterparts"]:
|
141
|
+
data["counterparts"].append(move_line.id)
|
142
|
+
elif not keep_current:
|
143
|
+
del data["counterparts"][data["counterparts"].index(move_line.id)]
|
144
|
+
self.reconcile_data_info = self._recompute_data(data)
|
145
|
+
|
145
146
|
@api.onchange("manual_reference", "manual_delete")
|
146
147
|
def _onchange_manual_reconcile_reference(self):
|
147
148
|
self.ensure_one()
|
@@ -187,6 +188,13 @@ class AccountAccountReconcile(models.Model):
|
|
187
188
|
)
|
188
189
|
data_record.unlink()
|
189
190
|
|
191
|
+
def add_multiple_lines(self, domain):
|
192
|
+
res = super().add_multiple_lines(domain)
|
193
|
+
lines = self.env["account.move.line"].search(domain)
|
194
|
+
for line in lines:
|
195
|
+
self._add_account_move_line(line, keep_current=True)
|
196
|
+
return res
|
197
|
+
|
190
198
|
|
191
199
|
class AccountAccountReconcileData(models.TransientModel):
|
192
200
|
_name = "account.account.reconcile.data"
|
@@ -194,36 +194,39 @@ class AccountBankStatementLine(models.Model):
|
|
194
194
|
@api.onchange("add_account_move_line_id")
|
195
195
|
def _onchange_add_account_move_line_id(self):
|
196
196
|
if self.add_account_move_line_id:
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
197
|
+
self._add_account_move_line(self.add_account_move_line_id)
|
198
|
+
self.add_account_move_line_id = False
|
199
|
+
|
200
|
+
def _add_account_move_line(self, move_line, keep_current=False):
|
201
|
+
data = self.reconcile_data_info["data"]
|
202
|
+
new_data = []
|
203
|
+
is_new_line = True
|
204
|
+
pending_amount = 0.0
|
205
|
+
currency = self._get_reconcile_currency()
|
206
|
+
for line in data:
|
207
|
+
if line["kind"] != "suspense":
|
208
|
+
pending_amount += self._get_amount_currency(line, currency)
|
209
|
+
if move_line.id in line.get("counterpart_line_ids", []):
|
210
|
+
is_new_line = False
|
211
|
+
if keep_current:
|
210
212
|
new_data.append(line)
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
)
|
219
|
-
|
220
|
-
self.reconcile_data_info = self._recompute_suspense_line(
|
221
|
-
new_data,
|
222
|
-
self.reconcile_data_info["reconcile_auxiliary_id"],
|
223
|
-
self.manual_reference,
|
213
|
+
else:
|
214
|
+
new_data.append(line)
|
215
|
+
if is_new_line:
|
216
|
+
reconcile_auxiliary_id, lines = self._get_reconcile_line(
|
217
|
+
move_line,
|
218
|
+
"other",
|
219
|
+
is_counterpart=True,
|
220
|
+
max_amount=currency.round(pending_amount),
|
221
|
+
move=True,
|
224
222
|
)
|
225
|
-
|
226
|
-
|
223
|
+
new_data += lines
|
224
|
+
self.reconcile_data_info = self._recompute_suspense_line(
|
225
|
+
new_data,
|
226
|
+
self.reconcile_data_info["reconcile_auxiliary_id"],
|
227
|
+
self.manual_reference,
|
228
|
+
)
|
229
|
+
self.can_reconcile = self.reconcile_data_info.get("can_reconcile", False)
|
227
230
|
|
228
231
|
def _recompute_suspense_line(self, data, reconcile_auxiliary_id, manual_reference):
|
229
232
|
can_reconcile = True
|
@@ -1260,3 +1263,10 @@ class AccountBankStatementLine(models.Model):
|
|
1260
1263
|
or self.journal_id.currency_id
|
1261
1264
|
or self.company_id.currency_id
|
1262
1265
|
)
|
1266
|
+
|
1267
|
+
def add_multiple_lines(self, domain):
|
1268
|
+
res = super().add_multiple_lines(domain)
|
1269
|
+
lines = self.env["account.move.line"].search(domain)
|
1270
|
+
for line in lines:
|
1271
|
+
self._add_account_move_line(line, keep_current=True)
|
1272
|
+
return res
|
@@ -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:cf0d778067ac722c5a6d7f65f8fa4b0766076829ba9c9c147cc3718782cc85b0
|
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
|
@@ -8,6 +8,15 @@ export class ReconcileMoveLineController extends ListController {
|
|
8
8
|
data[this.props.parentField] = [record.resId, record.display_name];
|
9
9
|
this.props.parentRecord.update(data);
|
10
10
|
}
|
11
|
+
async clickAddAll() {
|
12
|
+
await this.props.parentRecord.save();
|
13
|
+
await this.orm.call(this.props.parentRecord.resModel, "add_multiple_lines", [
|
14
|
+
this.props.parentRecord.resIds,
|
15
|
+
this.model.root.domain,
|
16
|
+
]);
|
17
|
+
await this.props.parentRecord.load();
|
18
|
+
this.props.parentRecord.model.notify();
|
19
|
+
}
|
11
20
|
}
|
12
21
|
|
13
22
|
ReconcileMoveLineController.template = `account_reconcile_oca.ReconcileMoveLineController`;
|
odoo/addons/account_reconcile_oca/static/src/js/reconcile_move_line/reconcile_move_line_view.esm.js
CHANGED
@@ -10,6 +10,7 @@ export const ReconcileMoveLineView = {
|
|
10
10
|
...listView,
|
11
11
|
Controller: ReconcileMoveLineController,
|
12
12
|
Renderer: ReconcileMoveLineRenderer,
|
13
|
+
buttonTemplate: "reconcile_move_line.ListView.Buttons",
|
13
14
|
};
|
14
15
|
|
15
16
|
registry.category("views").add("reconcile_move_line", ReconcileMoveLineView);
|
@@ -31,7 +31,7 @@ export class AccountReconcileMatchWidget extends Component {
|
|
31
31
|
controlPanel: {
|
32
32
|
// Hiding the control panel buttons
|
33
33
|
"top-left": false,
|
34
|
-
"bottom-left":
|
34
|
+
"bottom-left": true,
|
35
35
|
layoutActions: false,
|
36
36
|
},
|
37
37
|
},
|
@@ -49,6 +49,7 @@ export class AccountReconcileMatchWidget extends Component {
|
|
49
49
|
searchViewId: false,
|
50
50
|
parentRecord: this.props.record,
|
51
51
|
parentField: this.props.name,
|
52
|
+
showButtons: false,
|
52
53
|
};
|
53
54
|
}
|
54
55
|
}
|
@@ -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.5
|
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:cf0d778067ac722c5a6d7f65f8fa4b0766076829ba9c9c147cc3718782cc85b0
|
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=
|
1
|
+
odoo/addons/account_reconcile_oca/README.rst,sha256=jbOPi-2QEfjKMaUX22DiotISMY_RTwmf3mtF8VwM0qM,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=qBF4NpXJS6J9H8OUbaXL0DXRE1ejZYh5-8v8K7p7tYI,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=
|
6
|
+
odoo/addons/account_reconcile_oca/i18n/account_reconcile_oca.pot,sha256=vlHVCktaX5SroaT7L5nLHEXHkronUJWhXo5iF0U9eX4,25864
|
7
7
|
odoo/addons/account_reconcile_oca/i18n/ca.po,sha256=VieXzJBnsCZFMkFtMHnOZ9TdkAM7PFvdUfb1y8EOWHM,27750
|
8
|
-
odoo/addons/account_reconcile_oca/i18n/es.po,sha256=
|
8
|
+
odoo/addons/account_reconcile_oca/i18n/es.po,sha256=kmNZdQsnSQRgILsasQ-xwDD-UIYfkql_v_AFdVI9tMY,28785
|
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
|
@@ -17,12 +17,12 @@ odoo/addons/account_reconcile_oca/i18n/tr.po,sha256=jdrItgYAt4JAEpwbuSuy2vAq-Si_
|
|
17
17
|
odoo/addons/account_reconcile_oca/i18n/zh.po,sha256=i7HjN44XrHzZ-qIG994NXgaEvjYU10Cw0Jcp7HQGAWk,25765
|
18
18
|
odoo/addons/account_reconcile_oca/i18n/zh_CN.po,sha256=gHrxzsXR_B6rbs_0iU8_-9doeTZwiy-HmPtFoiiZJ3s,27504
|
19
19
|
odoo/addons/account_reconcile_oca/models/__init__.py,sha256=28wbZjUZa30uHQY10BMJtKQ_BqJgwLQMQvB9uv0H_fY,282
|
20
|
-
odoo/addons/account_reconcile_oca/models/account_account_reconcile.py,sha256=
|
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=6HDmhBoFXZFvWMsNNeEIeL924ZW8GjUXxuwHiSCDykw,52075
|
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
|
-
odoo/addons/account_reconcile_oca/models/account_reconcile_abstract.py,sha256=
|
25
|
+
odoo/addons/account_reconcile_oca/models/account_reconcile_abstract.py,sha256=oQO0dGk4BfQpR3uCAfL5IEUgv-94Blyw9lPRqrzNaDs,5080
|
26
26
|
odoo/addons/account_reconcile_oca/models/res_company.py,sha256=IaSLPwHJZre5RYPVW8V6mnSoxltS_w0GUN1Ev-cfcB4,354
|
27
27
|
odoo/addons/account_reconcile_oca/models/res_config_settings.py,sha256=AuenxX0UfqYWWP-QvtB0irSf_JuWVh4a9QylPfl-Lxc,325
|
28
28
|
odoo/addons/account_reconcile_oca/readme/CONTRIBUTORS.md,sha256=subC7gWq_kRC_nJfLRfrI_IXlNoGgWaq9Es5qXuMa1w,16
|
@@ -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=5laYl8gi3_Bf4nVuM5va-aWOtoHHmFRyQdYVTyrD-4E,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
|
@@ -42,15 +42,15 @@ odoo/addons/account_reconcile_oca/static/src/js/reconcile_form/reconcile_form_re
|
|
42
42
|
odoo/addons/account_reconcile_oca/static/src/js/reconcile_form/reconcile_form_view.esm.js,sha256=tG43BF1TUtYmCdc89OKnma5210UvIjvomcuxDJ9_8hY,470
|
43
43
|
odoo/addons/account_reconcile_oca/static/src/js/reconcile_manual/reconcile_manual_controller.esm.js,sha256=JQeFCL7UxM4AhF9LZZAiLGUnHf--ftbS9E4T5CxswDU,1188
|
44
44
|
odoo/addons/account_reconcile_oca/static/src/js/reconcile_manual/reconcile_manual_view.esm.js,sha256=GXC6xTc3VYTXEZvX-bn9SH2ylQbN_4gXiLeIwuMIfxI,381
|
45
|
-
odoo/addons/account_reconcile_oca/static/src/js/reconcile_move_line/reconcile_move_line_controller.esm.js,sha256=
|
45
|
+
odoo/addons/account_reconcile_oca/static/src/js/reconcile_move_line/reconcile_move_line_controller.esm.js,sha256=3mApRNQb-3CXWRkLjjFMiFngTjonx6TPh_E7P2iZH3U,948
|
46
46
|
odoo/addons/account_reconcile_oca/static/src/js/reconcile_move_line/reconcile_move_line_renderer.esm.js,sha256=TwiLpAbPJtr9VDZs8ZDIVFoieiogueHnpw0n0a1P_Kk,605
|
47
|
-
odoo/addons/account_reconcile_oca/static/src/js/reconcile_move_line/reconcile_move_line_view.esm.js,sha256=
|
47
|
+
odoo/addons/account_reconcile_oca/static/src/js/reconcile_move_line/reconcile_move_line_view.esm.js,sha256=lWr_tCa44oMioQ2iXMhteGoxQOrrY6GxBp4wTnFGlrw,570
|
48
48
|
odoo/addons/account_reconcile_oca/static/src/js/widgets/reconcile_chatter_field.esm.js,sha256=w8vDPCCovRJRKYZtp1XnlWGNGXDfvoJYuttKF-jpTHw,902
|
49
49
|
odoo/addons/account_reconcile_oca/static/src/js/widgets/reconcile_data_widget.esm.js,sha256=-m-It4krr0hLeRoM7VtiOdy7ZsutJPxokCY7HZRjfD8,3335
|
50
|
-
odoo/addons/account_reconcile_oca/static/src/js/widgets/reconcile_move_line_widget.esm.js,sha256=
|
50
|
+
odoo/addons/account_reconcile_oca/static/src/js/widgets/reconcile_move_line_widget.esm.js,sha256=GnKtD-OhQRKuueaK0kcC4XzSYPPNlDqcARQNeJUS3cM,3803
|
51
51
|
odoo/addons/account_reconcile_oca/static/src/js/widgets/selection_badge_uncheck.esm.js,sha256=yFqG5t4wKA47k-wUMzPuDZ1AvILft6_hucGOz2YHWGE,836
|
52
52
|
odoo/addons/account_reconcile_oca/static/src/scss/reconcile.scss,sha256=b6clO2yWT91dEdTE3RcdORFE6dNqqzsXz3S0Rc5afZU,2318
|
53
|
-
odoo/addons/account_reconcile_oca/static/src/xml/reconcile.xml,sha256=
|
53
|
+
odoo/addons/account_reconcile_oca/static/src/xml/reconcile.xml,sha256=oTMZ-vgK_9-7uISjRTrfQeEjo95NbCCSN18uRYFHFkc,9411
|
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
|
56
56
|
odoo/addons/account_reconcile_oca/tests/test_bank_account_reconcile.py,sha256=km7zs8uO6wabfryrsg8VLd5yT0AhkRaI0nI_MHOx-Es,53449
|
@@ -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.5.dist-info/METADATA,sha256=EPb_h79TRCFhoHvAp9R1ZRTvXx7Cpn4tMmhTf_tLuPc,4388
|
66
|
+
odoo_addon_account_reconcile_oca-17.0.1.5.5.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
|
67
|
+
odoo_addon_account_reconcile_oca-17.0.1.5.5.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
68
|
+
odoo_addon_account_reconcile_oca-17.0.1.5.5.dist-info/RECORD,,
|
File without changes
|