odoo-addon-openupgrade-scripts 17.0.1.0.1.381__py3-none-any.whl → 17.0.1.0.1.386__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/openupgrade_scripts/apriori.py +1 -0
- odoo/addons/openupgrade_scripts/scripts/hr_fleet/17.0.1.0/upgrade_analysis_work.txt +8 -0
- odoo/addons/openupgrade_scripts/scripts/iap_crm/17.0.1.0/upgrade_analysis_work.txt +5 -0
- odoo/addons/openupgrade_scripts/scripts/l10n_be/17.0.2.0/post-migration.py +16 -0
- odoo/addons/openupgrade_scripts/scripts/l10n_be/17.0.2.0/upgrade_analysis_work.txt +931 -0
- {odoo_addon_openupgrade_scripts-17.0.1.0.1.381.dist-info → odoo_addon_openupgrade_scripts-17.0.1.0.1.386.dist-info}/METADATA +1 -1
- {odoo_addon_openupgrade_scripts-17.0.1.0.1.381.dist-info → odoo_addon_openupgrade_scripts-17.0.1.0.1.386.dist-info}/RECORD +9 -5
- {odoo_addon_openupgrade_scripts-17.0.1.0.1.381.dist-info → odoo_addon_openupgrade_scripts-17.0.1.0.1.386.dist-info}/WHEEL +0 -0
- {odoo_addon_openupgrade_scripts-17.0.1.0.1.381.dist-info → odoo_addon_openupgrade_scripts-17.0.1.0.1.386.dist-info}/top_level.txt +0 -0
@@ -28,6 +28,7 @@ merged_modules = {
|
|
28
28
|
"l10n_in_tcs_tds": "l10n_in",
|
29
29
|
"l10n_in_upi": "l10n_in",
|
30
30
|
"l10n_latam_account_sequence": "l10n_latam_invoice_document",
|
31
|
+
"l10n_multilang": "account",
|
31
32
|
"loyalty_delivery": "sale_loyalty_delivery",
|
32
33
|
"pos_cache": "point_of_sale",
|
33
34
|
"pos_daily_sales_reports": "point_of_sale",
|
@@ -0,0 +1,8 @@
|
|
1
|
+
---Models in module 'hr_fleet'---
|
2
|
+
---Fields in module 'hr_fleet'---
|
3
|
+
hr_fleet / mail.activity.plan.template / responsible_type (False) : NEW selection_keys: ['coach', 'employee', 'fleet_manager', 'manager', 'on_demand', 'other'], mode: modify
|
4
|
+
# NOTHING TO DO: done in hr module
|
5
|
+
|
6
|
+
---XML records in module 'hr_fleet'---
|
7
|
+
NEW mail.activity.plan.template: hr_fleet.offboarding_fleet (noupdate)
|
8
|
+
# NOTHING TO DO
|
@@ -0,0 +1,16 @@
|
|
1
|
+
# Copyright 2025 Tecnativa - Pedro M. Baeza
|
2
|
+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
3
|
+
from openupgradelib import openupgrade
|
4
|
+
|
5
|
+
|
6
|
+
@openupgrade.migrate()
|
7
|
+
def migrate(env, version):
|
8
|
+
l10n_be_xmlids = [
|
9
|
+
"tax_group_tva_0",
|
10
|
+
"tax_group_tva_12",
|
11
|
+
"tax_group_tva_21",
|
12
|
+
"tax_group_tva_6",
|
13
|
+
]
|
14
|
+
openupgrade.delete_records_safely_by_xml_id(
|
15
|
+
env, [f"l10n_be.{x}" for x in l10n_be_xmlids]
|
16
|
+
)
|
@@ -0,0 +1,931 @@
|
|
1
|
+
---Models in module 'l10n_be'---
|
2
|
+
---Fields in module 'l10n_be'---
|
3
|
+
---XML records in module 'l10n_be'---
|
4
|
+
DEL account.account.template: l10n_be.a000
|
5
|
+
DEL account.account.template: l10n_be.a001
|
6
|
+
DEL account.account.template: l10n_be.a010
|
7
|
+
DEL account.account.template: l10n_be.a0110
|
8
|
+
DEL account.account.template: l10n_be.a0111
|
9
|
+
DEL account.account.template: l10n_be.a012
|
10
|
+
DEL account.account.template: l10n_be.a013
|
11
|
+
DEL account.account.template: l10n_be.a020
|
12
|
+
DEL account.account.template: l10n_be.a021
|
13
|
+
DEL account.account.template: l10n_be.a022
|
14
|
+
DEL account.account.template: l10n_be.a023
|
15
|
+
DEL account.account.template: l10n_be.a030
|
16
|
+
DEL account.account.template: l10n_be.a031
|
17
|
+
DEL account.account.template: l10n_be.a032
|
18
|
+
DEL account.account.template: l10n_be.a033
|
19
|
+
DEL account.account.template: l10n_be.a040
|
20
|
+
DEL account.account.template: l10n_be.a041
|
21
|
+
DEL account.account.template: l10n_be.a050
|
22
|
+
DEL account.account.template: l10n_be.a051
|
23
|
+
DEL account.account.template: l10n_be.a052
|
24
|
+
DEL account.account.template: l10n_be.a053
|
25
|
+
DEL account.account.template: l10n_be.a060
|
26
|
+
DEL account.account.template: l10n_be.a061
|
27
|
+
DEL account.account.template: l10n_be.a062
|
28
|
+
DEL account.account.template: l10n_be.a063
|
29
|
+
DEL account.account.template: l10n_be.a064
|
30
|
+
DEL account.account.template: l10n_be.a065
|
31
|
+
DEL account.account.template: l10n_be.a066
|
32
|
+
DEL account.account.template: l10n_be.a067
|
33
|
+
DEL account.account.template: l10n_be.a0700
|
34
|
+
DEL account.account.template: l10n_be.a0701
|
35
|
+
DEL account.account.template: l10n_be.a0702
|
36
|
+
DEL account.account.template: l10n_be.a071
|
37
|
+
DEL account.account.template: l10n_be.a072
|
38
|
+
DEL account.account.template: l10n_be.a073
|
39
|
+
DEL account.account.template: l10n_be.a074
|
40
|
+
DEL account.account.template: l10n_be.a075
|
41
|
+
DEL account.account.template: l10n_be.a090
|
42
|
+
DEL account.account.template: l10n_be.a091
|
43
|
+
DEL account.account.template: l10n_be.a092
|
44
|
+
DEL account.account.template: l10n_be.a093
|
45
|
+
DEL account.account.template: l10n_be.a094
|
46
|
+
DEL account.account.template: l10n_be.a095
|
47
|
+
DEL account.account.template: l10n_be.a096
|
48
|
+
DEL account.account.template: l10n_be.a097
|
49
|
+
DEL account.account.template: l10n_be.a098
|
50
|
+
DEL account.account.template: l10n_be.a099
|
51
|
+
DEL account.account.template: l10n_be.a100
|
52
|
+
DEL account.account.template: l10n_be.a101
|
53
|
+
DEL account.account.template: l10n_be.a11
|
54
|
+
DEL account.account.template: l10n_be.a120
|
55
|
+
DEL account.account.template: l10n_be.a121
|
56
|
+
DEL account.account.template: l10n_be.a122
|
57
|
+
DEL account.account.template: l10n_be.a123
|
58
|
+
DEL account.account.template: l10n_be.a124
|
59
|
+
DEL account.account.template: l10n_be.a130
|
60
|
+
DEL account.account.template: l10n_be.a1310
|
61
|
+
DEL account.account.template: l10n_be.a1311
|
62
|
+
DEL account.account.template: l10n_be.a132
|
63
|
+
DEL account.account.template: l10n_be.a133
|
64
|
+
DEL account.account.template: l10n_be.a140
|
65
|
+
DEL account.account.template: l10n_be.a141
|
66
|
+
DEL account.account.template: l10n_be.a15
|
67
|
+
DEL account.account.template: l10n_be.a151
|
68
|
+
DEL account.account.template: l10n_be.a152
|
69
|
+
DEL account.account.template: l10n_be.a160
|
70
|
+
DEL account.account.template: l10n_be.a161
|
71
|
+
DEL account.account.template: l10n_be.a162
|
72
|
+
DEL account.account.template: l10n_be.a163
|
73
|
+
DEL account.account.template: l10n_be.a1680
|
74
|
+
DEL account.account.template: l10n_be.a1681
|
75
|
+
DEL account.account.template: l10n_be.a1682
|
76
|
+
DEL account.account.template: l10n_be.a1687
|
77
|
+
DEL account.account.template: l10n_be.a1688
|
78
|
+
DEL account.account.template: l10n_be.a1700
|
79
|
+
DEL account.account.template: l10n_be.a1701
|
80
|
+
DEL account.account.template: l10n_be.a1710
|
81
|
+
DEL account.account.template: l10n_be.a1711
|
82
|
+
DEL account.account.template: l10n_be.a1730
|
83
|
+
DEL account.account.template: l10n_be.a1731
|
84
|
+
DEL account.account.template: l10n_be.a1732
|
85
|
+
DEL account.account.template: l10n_be.a174
|
86
|
+
DEL account.account.template: l10n_be.a1750
|
87
|
+
DEL account.account.template: l10n_be.a1751
|
88
|
+
DEL account.account.template: l10n_be.a176
|
89
|
+
DEL account.account.template: l10n_be.a178
|
90
|
+
DEL account.account.template: l10n_be.a1790
|
91
|
+
DEL account.account.template: l10n_be.a1791
|
92
|
+
DEL account.account.template: l10n_be.a1792
|
93
|
+
DEL account.account.template: l10n_be.a19
|
94
|
+
DEL account.account.template: l10n_be.a200
|
95
|
+
DEL account.account.template: l10n_be.a201
|
96
|
+
DEL account.account.template: l10n_be.a202
|
97
|
+
DEL account.account.template: l10n_be.a204
|
98
|
+
DEL account.account.template: l10n_be.a210
|
99
|
+
DEL account.account.template: l10n_be.a211
|
100
|
+
DEL account.account.template: l10n_be.a212
|
101
|
+
DEL account.account.template: l10n_be.a213
|
102
|
+
DEL account.account.template: l10n_be.a220
|
103
|
+
DEL account.account.template: l10n_be.a2201
|
104
|
+
DEL account.account.template: l10n_be.a2202
|
105
|
+
DEL account.account.template: l10n_be.a221
|
106
|
+
DEL account.account.template: l10n_be.a2211
|
107
|
+
DEL account.account.template: l10n_be.a2212
|
108
|
+
DEL account.account.template: l10n_be.a222
|
109
|
+
DEL account.account.template: l10n_be.a2221
|
110
|
+
DEL account.account.template: l10n_be.a2222
|
111
|
+
DEL account.account.template: l10n_be.a223
|
112
|
+
DEL account.account.template: l10n_be.a2231
|
113
|
+
DEL account.account.template: l10n_be.a2232
|
114
|
+
DEL account.account.template: l10n_be.a23
|
115
|
+
DEL account.account.template: l10n_be.a231
|
116
|
+
DEL account.account.template: l10n_be.a232
|
117
|
+
DEL account.account.template: l10n_be.a24
|
118
|
+
DEL account.account.template: l10n_be.a241
|
119
|
+
DEL account.account.template: l10n_be.a242
|
120
|
+
DEL account.account.template: l10n_be.a250
|
121
|
+
DEL account.account.template: l10n_be.a251
|
122
|
+
DEL account.account.template: l10n_be.a252
|
123
|
+
DEL account.account.template: l10n_be.a26
|
124
|
+
DEL account.account.template: l10n_be.a261
|
125
|
+
DEL account.account.template: l10n_be.a262
|
126
|
+
DEL account.account.template: l10n_be.a27
|
127
|
+
DEL account.account.template: l10n_be.a2800
|
128
|
+
DEL account.account.template: l10n_be.a2801
|
129
|
+
DEL account.account.template: l10n_be.a2808
|
130
|
+
DEL account.account.template: l10n_be.a2809
|
131
|
+
DEL account.account.template: l10n_be.a2810
|
132
|
+
DEL account.account.template: l10n_be.a2811
|
133
|
+
DEL account.account.template: l10n_be.a2812
|
134
|
+
DEL account.account.template: l10n_be.a2817
|
135
|
+
DEL account.account.template: l10n_be.a2819
|
136
|
+
DEL account.account.template: l10n_be.a2820
|
137
|
+
DEL account.account.template: l10n_be.a2821
|
138
|
+
DEL account.account.template: l10n_be.a2828
|
139
|
+
DEL account.account.template: l10n_be.a2829
|
140
|
+
DEL account.account.template: l10n_be.a2830
|
141
|
+
DEL account.account.template: l10n_be.a2831
|
142
|
+
DEL account.account.template: l10n_be.a2832
|
143
|
+
DEL account.account.template: l10n_be.a2837
|
144
|
+
DEL account.account.template: l10n_be.a2839
|
145
|
+
DEL account.account.template: l10n_be.a2840
|
146
|
+
DEL account.account.template: l10n_be.a2841
|
147
|
+
DEL account.account.template: l10n_be.a2848
|
148
|
+
DEL account.account.template: l10n_be.a2849
|
149
|
+
DEL account.account.template: l10n_be.a2850
|
150
|
+
DEL account.account.template: l10n_be.a2851
|
151
|
+
DEL account.account.template: l10n_be.a2852
|
152
|
+
DEL account.account.template: l10n_be.a2857
|
153
|
+
DEL account.account.template: l10n_be.a2859
|
154
|
+
DEL account.account.template: l10n_be.a288
|
155
|
+
DEL account.account.template: l10n_be.a2900
|
156
|
+
DEL account.account.template: l10n_be.a2901
|
157
|
+
DEL account.account.template: l10n_be.a2906
|
158
|
+
DEL account.account.template: l10n_be.a2907
|
159
|
+
DEL account.account.template: l10n_be.a2909
|
160
|
+
DEL account.account.template: l10n_be.a2910
|
161
|
+
DEL account.account.template: l10n_be.a2911
|
162
|
+
DEL account.account.template: l10n_be.a2915
|
163
|
+
DEL account.account.template: l10n_be.a2917
|
164
|
+
DEL account.account.template: l10n_be.a2919
|
165
|
+
DEL account.account.template: l10n_be.a300
|
166
|
+
DEL account.account.template: l10n_be.a309
|
167
|
+
DEL account.account.template: l10n_be.a310
|
168
|
+
DEL account.account.template: l10n_be.a319
|
169
|
+
DEL account.account.template: l10n_be.a320
|
170
|
+
DEL account.account.template: l10n_be.a329
|
171
|
+
DEL account.account.template: l10n_be.a330
|
172
|
+
DEL account.account.template: l10n_be.a339
|
173
|
+
DEL account.account.template: l10n_be.a340
|
174
|
+
DEL account.account.template: l10n_be.a349
|
175
|
+
DEL account.account.template: l10n_be.a350
|
176
|
+
DEL account.account.template: l10n_be.a359
|
177
|
+
DEL account.account.template: l10n_be.a360
|
178
|
+
DEL account.account.template: l10n_be.a369
|
179
|
+
DEL account.account.template: l10n_be.a370
|
180
|
+
DEL account.account.template: l10n_be.a371
|
181
|
+
DEL account.account.template: l10n_be.a379
|
182
|
+
DEL account.account.template: l10n_be.a400
|
183
|
+
DEL account.account.template: l10n_be.a4001
|
184
|
+
DEL account.account.template: l10n_be.a401
|
185
|
+
DEL account.account.template: l10n_be.a404
|
186
|
+
DEL account.account.template: l10n_be.a406
|
187
|
+
DEL account.account.template: l10n_be.a407
|
188
|
+
DEL account.account.template: l10n_be.a409
|
189
|
+
DEL account.account.template: l10n_be.a410
|
190
|
+
DEL account.account.template: l10n_be.a411
|
191
|
+
DEL account.account.template: l10n_be.a4112
|
192
|
+
DEL account.account.template: l10n_be.a412
|
193
|
+
DEL account.account.template: l10n_be.a4128
|
194
|
+
DEL account.account.template: l10n_be.a413
|
195
|
+
DEL account.account.template: l10n_be.a414
|
196
|
+
DEL account.account.template: l10n_be.a415
|
197
|
+
DEL account.account.template: l10n_be.a416
|
198
|
+
DEL account.account.template: l10n_be.a417
|
199
|
+
DEL account.account.template: l10n_be.a418
|
200
|
+
DEL account.account.template: l10n_be.a419
|
201
|
+
DEL account.account.template: l10n_be.a4200
|
202
|
+
DEL account.account.template: l10n_be.a4201
|
203
|
+
DEL account.account.template: l10n_be.a4210
|
204
|
+
DEL account.account.template: l10n_be.a4211
|
205
|
+
DEL account.account.template: l10n_be.a422
|
206
|
+
DEL account.account.template: l10n_be.a4230
|
207
|
+
DEL account.account.template: l10n_be.a4231
|
208
|
+
DEL account.account.template: l10n_be.a4232
|
209
|
+
DEL account.account.template: l10n_be.a424
|
210
|
+
DEL account.account.template: l10n_be.a4250
|
211
|
+
DEL account.account.template: l10n_be.a4251
|
212
|
+
DEL account.account.template: l10n_be.a426
|
213
|
+
DEL account.account.template: l10n_be.a428
|
214
|
+
DEL account.account.template: l10n_be.a429
|
215
|
+
DEL account.account.template: l10n_be.a430
|
216
|
+
DEL account.account.template: l10n_be.a431
|
217
|
+
DEL account.account.template: l10n_be.a432
|
218
|
+
DEL account.account.template: l10n_be.a433
|
219
|
+
DEL account.account.template: l10n_be.a439
|
220
|
+
DEL account.account.template: l10n_be.a440
|
221
|
+
DEL account.account.template: l10n_be.a441
|
222
|
+
DEL account.account.template: l10n_be.a444
|
223
|
+
DEL account.account.template: l10n_be.a450
|
224
|
+
DEL account.account.template: l10n_be.a4508
|
225
|
+
DEL account.account.template: l10n_be.a451
|
226
|
+
DEL account.account.template: l10n_be.a451054
|
227
|
+
DEL account.account.template: l10n_be.a451055
|
228
|
+
DEL account.account.template: l10n_be.a451056
|
229
|
+
DEL account.account.template: l10n_be.a451057
|
230
|
+
DEL account.account.template: l10n_be.a451063
|
231
|
+
DEL account.account.template: l10n_be.a4512
|
232
|
+
DEL account.account.template: l10n_be.a451800
|
233
|
+
DEL account.account.template: l10n_be.a451820
|
234
|
+
DEL account.account.template: l10n_be.a451830
|
235
|
+
DEL account.account.template: l10n_be.a452
|
236
|
+
DEL account.account.template: l10n_be.a4528
|
237
|
+
DEL account.account.template: l10n_be.a453
|
238
|
+
DEL account.account.template: l10n_be.a454
|
239
|
+
DEL account.account.template: l10n_be.a455
|
240
|
+
DEL account.account.template: l10n_be.a456
|
241
|
+
DEL account.account.template: l10n_be.a459
|
242
|
+
DEL account.account.template: l10n_be.a460
|
243
|
+
DEL account.account.template: l10n_be.a461
|
244
|
+
DEL account.account.template: l10n_be.a470
|
245
|
+
DEL account.account.template: l10n_be.a471
|
246
|
+
DEL account.account.template: l10n_be.a472
|
247
|
+
DEL account.account.template: l10n_be.a473
|
248
|
+
DEL account.account.template: l10n_be.a480
|
249
|
+
DEL account.account.template: l10n_be.a483
|
250
|
+
DEL account.account.template: l10n_be.a487
|
251
|
+
DEL account.account.template: l10n_be.a488
|
252
|
+
DEL account.account.template: l10n_be.a4890
|
253
|
+
DEL account.account.template: l10n_be.a4891
|
254
|
+
DEL account.account.template: l10n_be.a490
|
255
|
+
DEL account.account.template: l10n_be.a491
|
256
|
+
DEL account.account.template: l10n_be.a492
|
257
|
+
DEL account.account.template: l10n_be.a493
|
258
|
+
DEL account.account.template: l10n_be.a496
|
259
|
+
DEL account.account.template: l10n_be.a497
|
260
|
+
DEL account.account.template: l10n_be.a499
|
261
|
+
DEL account.account.template: l10n_be.a500
|
262
|
+
DEL account.account.template: l10n_be.a509
|
263
|
+
DEL account.account.template: l10n_be.a510
|
264
|
+
DEL account.account.template: l10n_be.a511
|
265
|
+
DEL account.account.template: l10n_be.a519
|
266
|
+
DEL account.account.template: l10n_be.a520
|
267
|
+
DEL account.account.template: l10n_be.a529
|
268
|
+
DEL account.account.template: l10n_be.a530
|
269
|
+
DEL account.account.template: l10n_be.a531
|
270
|
+
DEL account.account.template: l10n_be.a532
|
271
|
+
DEL account.account.template: l10n_be.a539
|
272
|
+
DEL account.account.template: l10n_be.a54
|
273
|
+
DEL account.account.template: l10n_be.a55
|
274
|
+
DEL account.account.template: l10n_be.a560
|
275
|
+
DEL account.account.template: l10n_be.a561
|
276
|
+
DEL account.account.template: l10n_be.a57
|
277
|
+
DEL account.account.template: l10n_be.a578
|
278
|
+
DEL account.account.template: l10n_be.a58
|
279
|
+
DEL account.account.template: l10n_be.a600
|
280
|
+
DEL account.account.template: l10n_be.a601
|
281
|
+
DEL account.account.template: l10n_be.a602
|
282
|
+
DEL account.account.template: l10n_be.a603
|
283
|
+
DEL account.account.template: l10n_be.a604
|
284
|
+
DEL account.account.template: l10n_be.a605
|
285
|
+
DEL account.account.template: l10n_be.a608
|
286
|
+
DEL account.account.template: l10n_be.a6090
|
287
|
+
DEL account.account.template: l10n_be.a6091
|
288
|
+
DEL account.account.template: l10n_be.a6094
|
289
|
+
DEL account.account.template: l10n_be.a6095
|
290
|
+
DEL account.account.template: l10n_be.a61
|
291
|
+
DEL account.account.template: l10n_be.a617
|
292
|
+
DEL account.account.template: l10n_be.a618
|
293
|
+
DEL account.account.template: l10n_be.a6200
|
294
|
+
DEL account.account.template: l10n_be.a6201
|
295
|
+
DEL account.account.template: l10n_be.a6202
|
296
|
+
DEL account.account.template: l10n_be.a6203
|
297
|
+
DEL account.account.template: l10n_be.a6204
|
298
|
+
DEL account.account.template: l10n_be.a621
|
299
|
+
DEL account.account.template: l10n_be.a622
|
300
|
+
DEL account.account.template: l10n_be.a623
|
301
|
+
DEL account.account.template: l10n_be.a6240
|
302
|
+
DEL account.account.template: l10n_be.a6241
|
303
|
+
DEL account.account.template: l10n_be.a6300
|
304
|
+
DEL account.account.template: l10n_be.a6301
|
305
|
+
DEL account.account.template: l10n_be.a6302
|
306
|
+
DEL account.account.template: l10n_be.a6308
|
307
|
+
DEL account.account.template: l10n_be.a6309
|
308
|
+
DEL account.account.template: l10n_be.a6310
|
309
|
+
DEL account.account.template: l10n_be.a6311
|
310
|
+
DEL account.account.template: l10n_be.a6320
|
311
|
+
DEL account.account.template: l10n_be.a6321
|
312
|
+
DEL account.account.template: l10n_be.a6330
|
313
|
+
DEL account.account.template: l10n_be.a6331
|
314
|
+
DEL account.account.template: l10n_be.a6340
|
315
|
+
DEL account.account.template: l10n_be.a6341
|
316
|
+
DEL account.account.template: l10n_be.a6350
|
317
|
+
DEL account.account.template: l10n_be.a6351
|
318
|
+
DEL account.account.template: l10n_be.a6360
|
319
|
+
DEL account.account.template: l10n_be.a6361
|
320
|
+
DEL account.account.template: l10n_be.a6370
|
321
|
+
DEL account.account.template: l10n_be.a6371
|
322
|
+
DEL account.account.template: l10n_be.a6380
|
323
|
+
DEL account.account.template: l10n_be.a6381
|
324
|
+
DEL account.account.template: l10n_be.a640
|
325
|
+
DEL account.account.template: l10n_be.a64012
|
326
|
+
DEL account.account.template: l10n_be.a641
|
327
|
+
DEL account.account.template: l10n_be.a642
|
328
|
+
DEL account.account.template: l10n_be.a643
|
329
|
+
DEL account.account.template: l10n_be.a6431
|
330
|
+
DEL account.account.template: l10n_be.a6432
|
331
|
+
DEL account.account.template: l10n_be.a649
|
332
|
+
DEL account.account.template: l10n_be.a6500
|
333
|
+
DEL account.account.template: l10n_be.a6501
|
334
|
+
DEL account.account.template: l10n_be.a6502
|
335
|
+
DEL account.account.template: l10n_be.a6503
|
336
|
+
DEL account.account.template: l10n_be.a6510
|
337
|
+
DEL account.account.template: l10n_be.a6511
|
338
|
+
DEL account.account.template: l10n_be.a652
|
339
|
+
DEL account.account.template: l10n_be.a653
|
340
|
+
DEL account.account.template: l10n_be.a654
|
341
|
+
DEL account.account.template: l10n_be.a655
|
342
|
+
DEL account.account.template: l10n_be.a6560
|
343
|
+
DEL account.account.template: l10n_be.a6561
|
344
|
+
DEL account.account.template: l10n_be.a657000
|
345
|
+
DEL account.account.template: l10n_be.a659
|
346
|
+
DEL account.account.template: l10n_be.a6600
|
347
|
+
DEL account.account.template: l10n_be.a6601
|
348
|
+
DEL account.account.template: l10n_be.a6602
|
349
|
+
DEL account.account.template: l10n_be.a661
|
350
|
+
DEL account.account.template: l10n_be.a66200
|
351
|
+
DEL account.account.template: l10n_be.a66201
|
352
|
+
DEL account.account.template: l10n_be.a66210
|
353
|
+
DEL account.account.template: l10n_be.a66211
|
354
|
+
DEL account.account.template: l10n_be.a6630
|
355
|
+
DEL account.account.template: l10n_be.a6631
|
356
|
+
DEL account.account.template: l10n_be.a668
|
357
|
+
DEL account.account.template: l10n_be.a6690
|
358
|
+
DEL account.account.template: l10n_be.a6691
|
359
|
+
DEL account.account.template: l10n_be.a6700
|
360
|
+
DEL account.account.template: l10n_be.a6701
|
361
|
+
DEL account.account.template: l10n_be.a6702
|
362
|
+
DEL account.account.template: l10n_be.a6703
|
363
|
+
DEL account.account.template: l10n_be.a6710
|
364
|
+
DEL account.account.template: l10n_be.a6711
|
365
|
+
DEL account.account.template: l10n_be.a6712
|
366
|
+
DEL account.account.template: l10n_be.a672
|
367
|
+
DEL account.account.template: l10n_be.a673
|
368
|
+
DEL account.account.template: l10n_be.a680
|
369
|
+
DEL account.account.template: l10n_be.a689
|
370
|
+
DEL account.account.template: l10n_be.a690
|
371
|
+
DEL account.account.template: l10n_be.a691
|
372
|
+
DEL account.account.template: l10n_be.a6920
|
373
|
+
DEL account.account.template: l10n_be.a6921
|
374
|
+
DEL account.account.template: l10n_be.a693
|
375
|
+
DEL account.account.template: l10n_be.a694
|
376
|
+
DEL account.account.template: l10n_be.a695
|
377
|
+
DEL account.account.template: l10n_be.a696
|
378
|
+
DEL account.account.template: l10n_be.a697
|
379
|
+
DEL account.account.template: l10n_be.a7000
|
380
|
+
DEL account.account.template: l10n_be.a7001
|
381
|
+
DEL account.account.template: l10n_be.a7002
|
382
|
+
DEL account.account.template: l10n_be.a7010
|
383
|
+
DEL account.account.template: l10n_be.a7011
|
384
|
+
DEL account.account.template: l10n_be.a7012
|
385
|
+
DEL account.account.template: l10n_be.a7050
|
386
|
+
DEL account.account.template: l10n_be.a7051
|
387
|
+
DEL account.account.template: l10n_be.a7052
|
388
|
+
DEL account.account.template: l10n_be.a708
|
389
|
+
DEL account.account.template: l10n_be.a71
|
390
|
+
DEL account.account.template: l10n_be.a712
|
391
|
+
DEL account.account.template: l10n_be.a713
|
392
|
+
DEL account.account.template: l10n_be.a715
|
393
|
+
DEL account.account.template: l10n_be.a7170
|
394
|
+
DEL account.account.template: l10n_be.a7171
|
395
|
+
DEL account.account.template: l10n_be.a72
|
396
|
+
DEL account.account.template: l10n_be.a730
|
397
|
+
DEL account.account.template: l10n_be.a731
|
398
|
+
DEL account.account.template: l10n_be.a732
|
399
|
+
DEL account.account.template: l10n_be.a733
|
400
|
+
DEL account.account.template: l10n_be.a734
|
401
|
+
DEL account.account.template: l10n_be.a735
|
402
|
+
DEL account.account.template: l10n_be.a736
|
403
|
+
DEL account.account.template: l10n_be.a737
|
404
|
+
DEL account.account.template: l10n_be.a738
|
405
|
+
DEL account.account.template: l10n_be.a740
|
406
|
+
DEL account.account.template: l10n_be.a741
|
407
|
+
DEL account.account.template: l10n_be.a742
|
408
|
+
DEL account.account.template: l10n_be.a750
|
409
|
+
DEL account.account.template: l10n_be.a751
|
410
|
+
DEL account.account.template: l10n_be.a752
|
411
|
+
DEL account.account.template: l10n_be.a753
|
412
|
+
DEL account.account.template: l10n_be.a754
|
413
|
+
DEL account.account.template: l10n_be.a755
|
414
|
+
DEL account.account.template: l10n_be.a757000
|
415
|
+
DEL account.account.template: l10n_be.a7600
|
416
|
+
DEL account.account.template: l10n_be.a7601
|
417
|
+
DEL account.account.template: l10n_be.a761
|
418
|
+
DEL account.account.template: l10n_be.a7620
|
419
|
+
DEL account.account.template: l10n_be.a7621
|
420
|
+
DEL account.account.template: l10n_be.a7630
|
421
|
+
DEL account.account.template: l10n_be.a7631
|
422
|
+
DEL account.account.template: l10n_be.a769
|
423
|
+
DEL account.account.template: l10n_be.a77
|
424
|
+
DEL account.account.template: l10n_be.a7710
|
425
|
+
DEL account.account.template: l10n_be.a7711
|
426
|
+
DEL account.account.template: l10n_be.a7712
|
427
|
+
DEL account.account.template: l10n_be.a773
|
428
|
+
DEL account.account.template: l10n_be.a780
|
429
|
+
DEL account.account.template: l10n_be.a789
|
430
|
+
DEL account.account.template: l10n_be.a790
|
431
|
+
DEL account.account.template: l10n_be.a791
|
432
|
+
DEL account.account.template: l10n_be.a792
|
433
|
+
DEL account.account.template: l10n_be.a793
|
434
|
+
DEL account.account.template: l10n_be.a794
|
435
|
+
DEL account.chart.template: l10n_be.l10nbe_chart_template
|
436
|
+
DEL account.fiscal.position.account.template: l10n_be.fiscal_position_account_template_10
|
437
|
+
DEL account.fiscal.position.account.template: l10n_be.fiscal_position_account_template_3
|
438
|
+
DEL account.fiscal.position.account.template: l10n_be.fiscal_position_account_template_4
|
439
|
+
DEL account.fiscal.position.account.template: l10n_be.fiscal_position_account_template_6
|
440
|
+
DEL account.fiscal.position.account.template: l10n_be.fiscal_position_account_template_7
|
441
|
+
DEL account.fiscal.position.account.template: l10n_be.fiscal_position_account_template_8
|
442
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_cocontractant_1
|
443
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_cocontractant_10
|
444
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_cocontractant_11
|
445
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_cocontractant_12
|
446
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_cocontractant_13
|
447
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_cocontractant_14
|
448
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_cocontractant_15
|
449
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_cocontractant_16
|
450
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_cocontractant_17
|
451
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_cocontractant_18
|
452
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_cocontractant_19
|
453
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_cocontractant_2
|
454
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_cocontractant_20
|
455
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_cocontractant_3
|
456
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_cocontractant_4
|
457
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_cocontractant_5
|
458
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_cocontractant_6
|
459
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_cocontractant_7
|
460
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_cocontractant_8
|
461
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_cocontractant_9
|
462
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_extracom_1
|
463
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_extracom_10
|
464
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_extracom_11
|
465
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_extracom_12
|
466
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_extracom_13
|
467
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_extracom_14
|
468
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_extracom_15
|
469
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_extracom_16
|
470
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_extracom_17
|
471
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_extracom_18
|
472
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_extracom_19
|
473
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_extracom_2
|
474
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_extracom_20
|
475
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_extracom_3
|
476
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_extracom_4
|
477
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_extracom_5
|
478
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_extracom_6
|
479
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_extracom_7
|
480
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_extracom_8
|
481
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_extracom_9
|
482
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_intracom_1
|
483
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_intracom_10
|
484
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_intracom_11
|
485
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_intracom_12
|
486
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_intracom_13
|
487
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_intracom_14
|
488
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_intracom_15
|
489
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_intracom_16
|
490
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_intracom_17
|
491
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_intracom_18
|
492
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_intracom_19
|
493
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_intracom_2
|
494
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_intracom_20
|
495
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_intracom_21
|
496
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_intracom_22
|
497
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_intracom_23
|
498
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_intracom_24
|
499
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_intracom_3
|
500
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_intracom_4
|
501
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_intracom_5
|
502
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_intracom_6
|
503
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_intracom_7
|
504
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_intracom_8
|
505
|
+
DEL account.fiscal.position.tax.template: l10n_be.afpttn_intracom_9
|
506
|
+
DEL account.fiscal.position.template: l10n_be.fiscal_position_template_1
|
507
|
+
DEL account.fiscal.position.template: l10n_be.fiscal_position_template_2
|
508
|
+
DEL account.fiscal.position.template: l10n_be.fiscal_position_template_3
|
509
|
+
DEL account.fiscal.position.template: l10n_be.fiscal_position_template_4
|
510
|
+
DEL account.fiscal.position.template: l10n_be.fiscal_position_template_5
|
511
|
+
DEL account.group.template: l10n_be.be_group_0
|
512
|
+
DEL account.group.template: l10n_be.be_group_00
|
513
|
+
DEL account.group.template: l10n_be.be_group_000
|
514
|
+
DEL account.group.template: l10n_be.be_group_001
|
515
|
+
DEL account.group.template: l10n_be.be_group_01
|
516
|
+
DEL account.group.template: l10n_be.be_group_010
|
517
|
+
DEL account.group.template: l10n_be.be_group_011
|
518
|
+
DEL account.group.template: l10n_be.be_group_012
|
519
|
+
DEL account.group.template: l10n_be.be_group_013
|
520
|
+
DEL account.group.template: l10n_be.be_group_02
|
521
|
+
DEL account.group.template: l10n_be.be_group_020
|
522
|
+
DEL account.group.template: l10n_be.be_group_021
|
523
|
+
DEL account.group.template: l10n_be.be_group_022
|
524
|
+
DEL account.group.template: l10n_be.be_group_023
|
525
|
+
DEL account.group.template: l10n_be.be_group_03
|
526
|
+
DEL account.group.template: l10n_be.be_group_030
|
527
|
+
DEL account.group.template: l10n_be.be_group_031
|
528
|
+
DEL account.group.template: l10n_be.be_group_032
|
529
|
+
DEL account.group.template: l10n_be.be_group_033
|
530
|
+
DEL account.group.template: l10n_be.be_group_04
|
531
|
+
DEL account.group.template: l10n_be.be_group_040
|
532
|
+
DEL account.group.template: l10n_be.be_group_041
|
533
|
+
DEL account.group.template: l10n_be.be_group_05
|
534
|
+
DEL account.group.template: l10n_be.be_group_050
|
535
|
+
DEL account.group.template: l10n_be.be_group_051
|
536
|
+
DEL account.group.template: l10n_be.be_group_052
|
537
|
+
DEL account.group.template: l10n_be.be_group_053
|
538
|
+
DEL account.group.template: l10n_be.be_group_06
|
539
|
+
DEL account.group.template: l10n_be.be_group_060
|
540
|
+
DEL account.group.template: l10n_be.be_group_061
|
541
|
+
DEL account.group.template: l10n_be.be_group_062
|
542
|
+
DEL account.group.template: l10n_be.be_group_063
|
543
|
+
DEL account.group.template: l10n_be.be_group_064
|
544
|
+
DEL account.group.template: l10n_be.be_group_065
|
545
|
+
DEL account.group.template: l10n_be.be_group_066
|
546
|
+
DEL account.group.template: l10n_be.be_group_067
|
547
|
+
DEL account.group.template: l10n_be.be_group_07
|
548
|
+
DEL account.group.template: l10n_be.be_group_070
|
549
|
+
DEL account.group.template: l10n_be.be_group_071
|
550
|
+
DEL account.group.template: l10n_be.be_group_072
|
551
|
+
DEL account.group.template: l10n_be.be_group_073
|
552
|
+
DEL account.group.template: l10n_be.be_group_074
|
553
|
+
DEL account.group.template: l10n_be.be_group_075
|
554
|
+
DEL account.group.template: l10n_be.be_group_09
|
555
|
+
DEL account.group.template: l10n_be.be_group_1
|
556
|
+
DEL account.group.template: l10n_be.be_group_10
|
557
|
+
DEL account.group.template: l10n_be.be_group_100
|
558
|
+
DEL account.group.template: l10n_be.be_group_101
|
559
|
+
DEL account.group.template: l10n_be.be_group_11
|
560
|
+
DEL account.group.template: l10n_be.be_group_12
|
561
|
+
DEL account.group.template: l10n_be.be_group_120
|
562
|
+
DEL account.group.template: l10n_be.be_group_121
|
563
|
+
DEL account.group.template: l10n_be.be_group_122
|
564
|
+
DEL account.group.template: l10n_be.be_group_123
|
565
|
+
DEL account.group.template: l10n_be.be_group_124
|
566
|
+
DEL account.group.template: l10n_be.be_group_13
|
567
|
+
DEL account.group.template: l10n_be.be_group_130
|
568
|
+
DEL account.group.template: l10n_be.be_group_131
|
569
|
+
DEL account.group.template: l10n_be.be_group_132
|
570
|
+
DEL account.group.template: l10n_be.be_group_133
|
571
|
+
DEL account.group.template: l10n_be.be_group_14
|
572
|
+
DEL account.group.template: l10n_be.be_group_15
|
573
|
+
DEL account.group.template: l10n_be.be_group_16
|
574
|
+
DEL account.group.template: l10n_be.be_group_160
|
575
|
+
DEL account.group.template: l10n_be.be_group_161
|
576
|
+
DEL account.group.template: l10n_be.be_group_162
|
577
|
+
DEL account.group.template: l10n_be.be_group_163
|
578
|
+
DEL account.group.template: l10n_be.be_group_164
|
579
|
+
DEL account.group.template: l10n_be.be_group_168
|
580
|
+
DEL account.group.template: l10n_be.be_group_17
|
581
|
+
DEL account.group.template: l10n_be.be_group_170
|
582
|
+
DEL account.group.template: l10n_be.be_group_171
|
583
|
+
DEL account.group.template: l10n_be.be_group_172
|
584
|
+
DEL account.group.template: l10n_be.be_group_173
|
585
|
+
DEL account.group.template: l10n_be.be_group_174
|
586
|
+
DEL account.group.template: l10n_be.be_group_175
|
587
|
+
DEL account.group.template: l10n_be.be_group_176
|
588
|
+
DEL account.group.template: l10n_be.be_group_178
|
589
|
+
DEL account.group.template: l10n_be.be_group_179
|
590
|
+
DEL account.group.template: l10n_be.be_group_19
|
591
|
+
DEL account.group.template: l10n_be.be_group_2
|
592
|
+
DEL account.group.template: l10n_be.be_group_20
|
593
|
+
DEL account.group.template: l10n_be.be_group_200
|
594
|
+
DEL account.group.template: l10n_be.be_group_201
|
595
|
+
DEL account.group.template: l10n_be.be_group_202
|
596
|
+
DEL account.group.template: l10n_be.be_group_204
|
597
|
+
DEL account.group.template: l10n_be.be_group_21
|
598
|
+
DEL account.group.template: l10n_be.be_group_210
|
599
|
+
DEL account.group.template: l10n_be.be_group_211
|
600
|
+
DEL account.group.template: l10n_be.be_group_212
|
601
|
+
DEL account.group.template: l10n_be.be_group_213
|
602
|
+
DEL account.group.template: l10n_be.be_group_22
|
603
|
+
DEL account.group.template: l10n_be.be_group_220
|
604
|
+
DEL account.group.template: l10n_be.be_group_221
|
605
|
+
DEL account.group.template: l10n_be.be_group_222
|
606
|
+
DEL account.group.template: l10n_be.be_group_223
|
607
|
+
DEL account.group.template: l10n_be.be_group_23
|
608
|
+
DEL account.group.template: l10n_be.be_group_24
|
609
|
+
DEL account.group.template: l10n_be.be_group_25
|
610
|
+
DEL account.group.template: l10n_be.be_group_250
|
611
|
+
DEL account.group.template: l10n_be.be_group_251
|
612
|
+
DEL account.group.template: l10n_be.be_group_252
|
613
|
+
DEL account.group.template: l10n_be.be_group_26
|
614
|
+
DEL account.group.template: l10n_be.be_group_27
|
615
|
+
DEL account.group.template: l10n_be.be_group_28
|
616
|
+
DEL account.group.template: l10n_be.be_group_280
|
617
|
+
DEL account.group.template: l10n_be.be_group_281
|
618
|
+
DEL account.group.template: l10n_be.be_group_282
|
619
|
+
DEL account.group.template: l10n_be.be_group_283
|
620
|
+
DEL account.group.template: l10n_be.be_group_284
|
621
|
+
DEL account.group.template: l10n_be.be_group_285
|
622
|
+
DEL account.group.template: l10n_be.be_group_288
|
623
|
+
DEL account.group.template: l10n_be.be_group_29
|
624
|
+
DEL account.group.template: l10n_be.be_group_290
|
625
|
+
DEL account.group.template: l10n_be.be_group_291
|
626
|
+
DEL account.group.template: l10n_be.be_group_3
|
627
|
+
DEL account.group.template: l10n_be.be_group_30
|
628
|
+
DEL account.group.template: l10n_be.be_group_300
|
629
|
+
DEL account.group.template: l10n_be.be_group_309
|
630
|
+
DEL account.group.template: l10n_be.be_group_31
|
631
|
+
DEL account.group.template: l10n_be.be_group_310
|
632
|
+
DEL account.group.template: l10n_be.be_group_319
|
633
|
+
DEL account.group.template: l10n_be.be_group_32
|
634
|
+
DEL account.group.template: l10n_be.be_group_320
|
635
|
+
DEL account.group.template: l10n_be.be_group_329
|
636
|
+
DEL account.group.template: l10n_be.be_group_33
|
637
|
+
DEL account.group.template: l10n_be.be_group_330
|
638
|
+
DEL account.group.template: l10n_be.be_group_339
|
639
|
+
DEL account.group.template: l10n_be.be_group_34
|
640
|
+
DEL account.group.template: l10n_be.be_group_340
|
641
|
+
DEL account.group.template: l10n_be.be_group_349
|
642
|
+
DEL account.group.template: l10n_be.be_group_35
|
643
|
+
DEL account.group.template: l10n_be.be_group_350
|
644
|
+
DEL account.group.template: l10n_be.be_group_359
|
645
|
+
DEL account.group.template: l10n_be.be_group_36
|
646
|
+
DEL account.group.template: l10n_be.be_group_360
|
647
|
+
DEL account.group.template: l10n_be.be_group_369
|
648
|
+
DEL account.group.template: l10n_be.be_group_37
|
649
|
+
DEL account.group.template: l10n_be.be_group_370
|
650
|
+
DEL account.group.template: l10n_be.be_group_371
|
651
|
+
DEL account.group.template: l10n_be.be_group_379
|
652
|
+
DEL account.group.template: l10n_be.be_group_4
|
653
|
+
DEL account.group.template: l10n_be.be_group_40
|
654
|
+
DEL account.group.template: l10n_be.be_group_400
|
655
|
+
DEL account.group.template: l10n_be.be_group_401
|
656
|
+
DEL account.group.template: l10n_be.be_group_404
|
657
|
+
DEL account.group.template: l10n_be.be_group_406
|
658
|
+
DEL account.group.template: l10n_be.be_group_407
|
659
|
+
DEL account.group.template: l10n_be.be_group_409
|
660
|
+
DEL account.group.template: l10n_be.be_group_41
|
661
|
+
DEL account.group.template: l10n_be.be_group_410
|
662
|
+
DEL account.group.template: l10n_be.be_group_411
|
663
|
+
DEL account.group.template: l10n_be.be_group_412
|
664
|
+
DEL account.group.template: l10n_be.be_group_414
|
665
|
+
DEL account.group.template: l10n_be.be_group_416
|
666
|
+
DEL account.group.template: l10n_be.be_group_417
|
667
|
+
DEL account.group.template: l10n_be.be_group_418
|
668
|
+
DEL account.group.template: l10n_be.be_group_419
|
669
|
+
DEL account.group.template: l10n_be.be_group_42
|
670
|
+
DEL account.group.template: l10n_be.be_group_43
|
671
|
+
DEL account.group.template: l10n_be.be_group_430
|
672
|
+
DEL account.group.template: l10n_be.be_group_431
|
673
|
+
DEL account.group.template: l10n_be.be_group_432
|
674
|
+
DEL account.group.template: l10n_be.be_group_433
|
675
|
+
DEL account.group.template: l10n_be.be_group_439
|
676
|
+
DEL account.group.template: l10n_be.be_group_44
|
677
|
+
DEL account.group.template: l10n_be.be_group_440
|
678
|
+
DEL account.group.template: l10n_be.be_group_441
|
679
|
+
DEL account.group.template: l10n_be.be_group_444
|
680
|
+
DEL account.group.template: l10n_be.be_group_45
|
681
|
+
DEL account.group.template: l10n_be.be_group_450
|
682
|
+
DEL account.group.template: l10n_be.be_group_451
|
683
|
+
DEL account.group.template: l10n_be.be_group_452
|
684
|
+
DEL account.group.template: l10n_be.be_group_453
|
685
|
+
DEL account.group.template: l10n_be.be_group_454
|
686
|
+
DEL account.group.template: l10n_be.be_group_455
|
687
|
+
DEL account.group.template: l10n_be.be_group_456
|
688
|
+
DEL account.group.template: l10n_be.be_group_459
|
689
|
+
DEL account.group.template: l10n_be.be_group_46
|
690
|
+
DEL account.group.template: l10n_be.be_group_47
|
691
|
+
DEL account.group.template: l10n_be.be_group_470
|
692
|
+
DEL account.group.template: l10n_be.be_group_471
|
693
|
+
DEL account.group.template: l10n_be.be_group_472
|
694
|
+
DEL account.group.template: l10n_be.be_group_473
|
695
|
+
DEL account.group.template: l10n_be.be_group_48
|
696
|
+
DEL account.group.template: l10n_be.be_group_480
|
697
|
+
DEL account.group.template: l10n_be.be_group_488
|
698
|
+
DEL account.group.template: l10n_be.be_group_489
|
699
|
+
DEL account.group.template: l10n_be.be_group_49
|
700
|
+
DEL account.group.template: l10n_be.be_group_490
|
701
|
+
DEL account.group.template: l10n_be.be_group_491
|
702
|
+
DEL account.group.template: l10n_be.be_group_492
|
703
|
+
DEL account.group.template: l10n_be.be_group_493
|
704
|
+
DEL account.group.template: l10n_be.be_group_499
|
705
|
+
DEL account.group.template: l10n_be.be_group_5
|
706
|
+
DEL account.group.template: l10n_be.be_group_50
|
707
|
+
DEL account.group.template: l10n_be.be_group_51
|
708
|
+
DEL account.group.template: l10n_be.be_group_510
|
709
|
+
DEL account.group.template: l10n_be.be_group_5100
|
710
|
+
DEL account.group.template: l10n_be.be_group_5101
|
711
|
+
DEL account.group.template: l10n_be.be_group_511
|
712
|
+
DEL account.group.template: l10n_be.be_group_5110
|
713
|
+
DEL account.group.template: l10n_be.be_group_519
|
714
|
+
DEL account.group.template: l10n_be.be_group_5190
|
715
|
+
DEL account.group.template: l10n_be.be_group_5191
|
716
|
+
DEL account.group.template: l10n_be.be_group_52
|
717
|
+
DEL account.group.template: l10n_be.be_group_520
|
718
|
+
DEL account.group.template: l10n_be.be_group_529
|
719
|
+
DEL account.group.template: l10n_be.be_group_53
|
720
|
+
DEL account.group.template: l10n_be.be_group_530
|
721
|
+
DEL account.group.template: l10n_be.be_group_531
|
722
|
+
DEL account.group.template: l10n_be.be_group_532
|
723
|
+
DEL account.group.template: l10n_be.be_group_539
|
724
|
+
DEL account.group.template: l10n_be.be_group_54
|
725
|
+
DEL account.group.template: l10n_be.be_group_55
|
726
|
+
DEL account.group.template: l10n_be.be_group_550
|
727
|
+
DEL account.group.template: l10n_be.be_group_56
|
728
|
+
DEL account.group.template: l10n_be.be_group_560
|
729
|
+
DEL account.group.template: l10n_be.be_group_561
|
730
|
+
DEL account.group.template: l10n_be.be_group_57
|
731
|
+
DEL account.group.template: l10n_be.be_group_570
|
732
|
+
DEL account.group.template: l10n_be.be_group_578
|
733
|
+
DEL account.group.template: l10n_be.be_group_58
|
734
|
+
DEL account.group.template: l10n_be.be_group_6
|
735
|
+
DEL account.group.template: l10n_be.be_group_60
|
736
|
+
DEL account.group.template: l10n_be.be_group_600
|
737
|
+
DEL account.group.template: l10n_be.be_group_601
|
738
|
+
DEL account.group.template: l10n_be.be_group_602
|
739
|
+
DEL account.group.template: l10n_be.be_group_603
|
740
|
+
DEL account.group.template: l10n_be.be_group_604
|
741
|
+
DEL account.group.template: l10n_be.be_group_605
|
742
|
+
DEL account.group.template: l10n_be.be_group_608
|
743
|
+
DEL account.group.template: l10n_be.be_group_609
|
744
|
+
DEL account.group.template: l10n_be.be_group_61
|
745
|
+
DEL account.group.template: l10n_be.be_group_617
|
746
|
+
DEL account.group.template: l10n_be.be_group_618
|
747
|
+
DEL account.group.template: l10n_be.be_group_62
|
748
|
+
DEL account.group.template: l10n_be.be_group_620
|
749
|
+
DEL account.group.template: l10n_be.be_group_621
|
750
|
+
DEL account.group.template: l10n_be.be_group_622
|
751
|
+
DEL account.group.template: l10n_be.be_group_623
|
752
|
+
DEL account.group.template: l10n_be.be_group_624
|
753
|
+
DEL account.group.template: l10n_be.be_group_63
|
754
|
+
DEL account.group.template: l10n_be.be_group_630
|
755
|
+
DEL account.group.template: l10n_be.be_group_631
|
756
|
+
DEL account.group.template: l10n_be.be_group_632
|
757
|
+
DEL account.group.template: l10n_be.be_group_633
|
758
|
+
DEL account.group.template: l10n_be.be_group_634
|
759
|
+
DEL account.group.template: l10n_be.be_group_635
|
760
|
+
DEL account.group.template: l10n_be.be_group_636
|
761
|
+
DEL account.group.template: l10n_be.be_group_637
|
762
|
+
DEL account.group.template: l10n_be.be_group_638
|
763
|
+
DEL account.group.template: l10n_be.be_group_64
|
764
|
+
DEL account.group.template: l10n_be.be_group_640
|
765
|
+
DEL account.group.template: l10n_be.be_group_641
|
766
|
+
DEL account.group.template: l10n_be.be_group_642
|
767
|
+
DEL account.group.template: l10n_be.be_group_643
|
768
|
+
DEL account.group.template: l10n_be.be_group_649
|
769
|
+
DEL account.group.template: l10n_be.be_group_65
|
770
|
+
DEL account.group.template: l10n_be.be_group_650
|
771
|
+
DEL account.group.template: l10n_be.be_group_651
|
772
|
+
DEL account.group.template: l10n_be.be_group_652
|
773
|
+
DEL account.group.template: l10n_be.be_group_653
|
774
|
+
DEL account.group.template: l10n_be.be_group_654
|
775
|
+
DEL account.group.template: l10n_be.be_group_655
|
776
|
+
DEL account.group.template: l10n_be.be_group_656
|
777
|
+
DEL account.group.template: l10n_be.be_group_657
|
778
|
+
DEL account.group.template: l10n_be.be_group_659
|
779
|
+
DEL account.group.template: l10n_be.be_group_66
|
780
|
+
DEL account.group.template: l10n_be.be_group_660
|
781
|
+
DEL account.group.template: l10n_be.be_group_661
|
782
|
+
DEL account.group.template: l10n_be.be_group_662
|
783
|
+
DEL account.group.template: l10n_be.be_group_663
|
784
|
+
DEL account.group.template: l10n_be.be_group_664
|
785
|
+
DEL account.group.template: l10n_be.be_group_668
|
786
|
+
DEL account.group.template: l10n_be.be_group_669
|
787
|
+
DEL account.group.template: l10n_be.be_group_67
|
788
|
+
DEL account.group.template: l10n_be.be_group_670
|
789
|
+
DEL account.group.template: l10n_be.be_group_671
|
790
|
+
DEL account.group.template: l10n_be.be_group_672
|
791
|
+
DEL account.group.template: l10n_be.be_group_673
|
792
|
+
DEL account.group.template: l10n_be.be_group_68
|
793
|
+
DEL account.group.template: l10n_be.be_group_680
|
794
|
+
DEL account.group.template: l10n_be.be_group_689
|
795
|
+
DEL account.group.template: l10n_be.be_group_69
|
796
|
+
DEL account.group.template: l10n_be.be_group_690
|
797
|
+
DEL account.group.template: l10n_be.be_group_691
|
798
|
+
DEL account.group.template: l10n_be.be_group_692
|
799
|
+
DEL account.group.template: l10n_be.be_group_693
|
800
|
+
DEL account.group.template: l10n_be.be_group_694
|
801
|
+
DEL account.group.template: l10n_be.be_group_695
|
802
|
+
DEL account.group.template: l10n_be.be_group_696
|
803
|
+
DEL account.group.template: l10n_be.be_group_697
|
804
|
+
DEL account.group.template: l10n_be.be_group_7
|
805
|
+
DEL account.group.template: l10n_be.be_group_70
|
806
|
+
DEL account.group.template: l10n_be.be_group_700
|
807
|
+
DEL account.group.template: l10n_be.be_group_708
|
808
|
+
DEL account.group.template: l10n_be.be_group_71
|
809
|
+
DEL account.group.template: l10n_be.be_group_712
|
810
|
+
DEL account.group.template: l10n_be.be_group_713
|
811
|
+
DEL account.group.template: l10n_be.be_group_715
|
812
|
+
DEL account.group.template: l10n_be.be_group_717
|
813
|
+
DEL account.group.template: l10n_be.be_group_72
|
814
|
+
DEL account.group.template: l10n_be.be_group_74
|
815
|
+
DEL account.group.template: l10n_be.be_group_740
|
816
|
+
DEL account.group.template: l10n_be.be_group_741
|
817
|
+
DEL account.group.template: l10n_be.be_group_742
|
818
|
+
DEL account.group.template: l10n_be.be_group_743
|
819
|
+
DEL account.group.template: l10n_be.be_group_75
|
820
|
+
DEL account.group.template: l10n_be.be_group_750
|
821
|
+
DEL account.group.template: l10n_be.be_group_751
|
822
|
+
DEL account.group.template: l10n_be.be_group_752
|
823
|
+
DEL account.group.template: l10n_be.be_group_753
|
824
|
+
DEL account.group.template: l10n_be.be_group_754
|
825
|
+
DEL account.group.template: l10n_be.be_group_755
|
826
|
+
DEL account.group.template: l10n_be.be_group_756
|
827
|
+
DEL account.group.template: l10n_be.be_group_76
|
828
|
+
DEL account.group.template: l10n_be.be_group_760
|
829
|
+
DEL account.group.template: l10n_be.be_group_761
|
830
|
+
DEL account.group.template: l10n_be.be_group_762
|
831
|
+
DEL account.group.template: l10n_be.be_group_763
|
832
|
+
DEL account.group.template: l10n_be.be_group_764
|
833
|
+
DEL account.group.template: l10n_be.be_group_769
|
834
|
+
DEL account.group.template: l10n_be.be_group_77
|
835
|
+
DEL account.group.template: l10n_be.be_group_771
|
836
|
+
DEL account.group.template: l10n_be.be_group_773
|
837
|
+
DEL account.group.template: l10n_be.be_group_78
|
838
|
+
DEL account.group.template: l10n_be.be_group_780
|
839
|
+
DEL account.group.template: l10n_be.be_group_789
|
840
|
+
DEL account.group.template: l10n_be.be_group_79
|
841
|
+
DEL account.group.template: l10n_be.be_group_790
|
842
|
+
DEL account.group.template: l10n_be.be_group_791
|
843
|
+
DEL account.group.template: l10n_be.be_group_792
|
844
|
+
DEL account.group.template: l10n_be.be_group_793
|
845
|
+
DEL account.group.template: l10n_be.be_group_794
|
846
|
+
DEL account.reconcile.model.line.template: l10n_be.escompte_line_template
|
847
|
+
DEL account.reconcile.model.line.template: l10n_be.frais_bancaires_htva_line_template
|
848
|
+
DEL account.reconcile.model.line.template: l10n_be.frais_bancaires_tva21_line_template
|
849
|
+
DEL account.reconcile.model.line.template: l10n_be.virements_internes_line_template
|
850
|
+
DEL account.reconcile.model.template: l10n_be.escompte_template
|
851
|
+
DEL account.reconcile.model.template: l10n_be.frais_bancaires_htva_template
|
852
|
+
DEL account.reconcile.model.template: l10n_be.frais_bancaires_tva21_template
|
853
|
+
DEL account.reconcile.model.template: l10n_be.virements_internes_template
|
854
|
+
DEL account.tax.template: l10n_be.attn_TVA-21-inclus-dans-prix
|
855
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V81-00
|
856
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V81-00-CC
|
857
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V81-00-EU
|
858
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V81-00-ROW-CC
|
859
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V81-06
|
860
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V81-06-CC
|
861
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V81-06-EU
|
862
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V81-06-ROW-CC
|
863
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V81-12
|
864
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V81-12-CC
|
865
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V81-12-EU
|
866
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V81-12-ROW-CC
|
867
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V81-21
|
868
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V81-21-CC
|
869
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V81-21-EU
|
870
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V81-21-ROW-CC
|
871
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V82-00-CC
|
872
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V82-00-EU-G
|
873
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V82-00-EU-S
|
874
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V82-00-G
|
875
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V82-00-ROW-CC
|
876
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V82-00-S
|
877
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V82-06-CC
|
878
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V82-06-EU-G
|
879
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V82-06-EU-S
|
880
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V82-06-G
|
881
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V82-06-ROW-CC
|
882
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V82-06-S
|
883
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V82-12-CC
|
884
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V82-12-EU-G
|
885
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V82-12-EU-S
|
886
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V82-12-G
|
887
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V82-12-ROW-CC
|
888
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V82-12-S
|
889
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V82-21-CC
|
890
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V82-21-EU-G
|
891
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V82-21-EU-S
|
892
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V82-21-G
|
893
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V82-21-ROW-CC
|
894
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V82-21-S
|
895
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V82-CAR-EXC
|
896
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V83-00
|
897
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V83-00-CC
|
898
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V83-00-EU
|
899
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V83-00-ROW-CC
|
900
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V83-06
|
901
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V83-06-CC
|
902
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V83-06-EU
|
903
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V83-06-ROW-CC
|
904
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V83-12
|
905
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V83-12-CC
|
906
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V83-12-EU
|
907
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V83-12-ROW-CC
|
908
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V83-21
|
909
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V83-21-CC
|
910
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V83-21-EU
|
911
|
+
DEL account.tax.template: l10n_be.attn_VAT-IN-V83-21-ROW-CC
|
912
|
+
DEL account.tax.template: l10n_be.attn_VAT-OUT-00-CC
|
913
|
+
DEL account.tax.template: l10n_be.attn_VAT-OUT-00-EU-L
|
914
|
+
DEL account.tax.template: l10n_be.attn_VAT-OUT-00-EU-S
|
915
|
+
DEL account.tax.template: l10n_be.attn_VAT-OUT-00-EU-T
|
916
|
+
DEL account.tax.template: l10n_be.attn_VAT-OUT-00-L
|
917
|
+
DEL account.tax.template: l10n_be.attn_VAT-OUT-00-ROW
|
918
|
+
DEL account.tax.template: l10n_be.attn_VAT-OUT-00-S
|
919
|
+
DEL account.tax.template: l10n_be.attn_VAT-OUT-06-L
|
920
|
+
DEL account.tax.template: l10n_be.attn_VAT-OUT-06-S
|
921
|
+
DEL account.tax.template: l10n_be.attn_VAT-OUT-12-L
|
922
|
+
DEL account.tax.template: l10n_be.attn_VAT-OUT-12-S
|
923
|
+
DEL account.tax.template: l10n_be.attn_VAT-OUT-21-L
|
924
|
+
DEL account.tax.template: l10n_be.attn_VAT-OUT-21-S
|
925
|
+
# NOTHING TO DO: New CoA loading system
|
926
|
+
|
927
|
+
DEL account.tax.group: l10n_be.tax_group_tva_0 (noupdate)
|
928
|
+
DEL account.tax.group: l10n_be.tax_group_tva_12 (noupdate)
|
929
|
+
DEL account.tax.group: l10n_be.tax_group_tva_21 (noupdate)
|
930
|
+
DEL account.tax.group: l10n_be.tax_group_tva_6 (noupdate)
|
931
|
+
# DONE: post-migration: Delete safely
|
@@ -1,7 +1,7 @@
|
|
1
1
|
odoo/addons/openupgrade_scripts/README.rst,sha256=F-NgZfCSC-In2HctZruRu5RXLtEBFegzZYW5KpobcWU,3182
|
2
2
|
odoo/addons/openupgrade_scripts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
3
|
odoo/addons/openupgrade_scripts/__manifest__.py,sha256=7Yx2vwKl2vEHnUbDuuTprHLg2oQrKQMkpWEfyFneA0Q,614
|
4
|
-
odoo/addons/openupgrade_scripts/apriori.py,sha256=
|
4
|
+
odoo/addons/openupgrade_scripts/apriori.py,sha256=ulbKsVvogebyVk-Jqh5u0dOmiPcCCTQ6oTe5Zgswwsg,3396
|
5
5
|
odoo/addons/openupgrade_scripts/readme/CONFIGURE.md,sha256=rnx8ADTYzVUB93PIG3Lib0iWBrphSfVRs6RMikklf3M,238
|
6
6
|
odoo/addons/openupgrade_scripts/readme/DESCRIPTION.md,sha256=HPjPs_KluLFMYXPaJcnoneY8BAh-XPwEAP71I7VTTbo,86
|
7
7
|
odoo/addons/openupgrade_scripts/readme/INSTALL.md,sha256=NDKVZRv0J8BTqcSTD7JwUXL_AY-cDJoegn5IUTbEOFk,113
|
@@ -165,6 +165,7 @@ odoo/addons/openupgrade_scripts/scripts/hr_expense/17.0.2.0/pre-migration.py,sha
|
|
165
165
|
odoo/addons/openupgrade_scripts/scripts/hr_expense/17.0.2.0/upgrade_analysis.txt,sha256=Yx8U6AjBBz4fleqgeEsdmhbeitPvc9YCvQl5vIxHN84,4674
|
166
166
|
odoo/addons/openupgrade_scripts/scripts/hr_expense/17.0.2.0/upgrade_analysis_work.txt,sha256=zGZVPfO2xFpH6-1YyXV1NhPEXCWlCh9kYiHUG8PxqjA,6595
|
167
167
|
odoo/addons/openupgrade_scripts/scripts/hr_fleet/17.0.1.0/upgrade_analysis.txt,sha256=AH2qC-3jaxRo-eCAnuK_WTlhVhQFCRS73OKLyyggR9U,361
|
168
|
+
odoo/addons/openupgrade_scripts/scripts/hr_fleet/17.0.1.0/upgrade_analysis_work.txt,sha256=_QT0mGpYbiExfXIBOcZeLcObyE0GrFzbTVuHPCrOb5s,413
|
168
169
|
odoo/addons/openupgrade_scripts/scripts/hr_gamification/17.0.1.0/upgrade_analysis.txt,sha256=cMaEUAXfvHRW3vwIZMIrGROH5eDQjRAbqLkraqvEj-4,168
|
169
170
|
odoo/addons/openupgrade_scripts/scripts/hr_gamification/17.0.1.0/upgrade_analysis_work.txt,sha256=EyD1uG96LChWd0oOdyZjwoyeqj2f5Oarl2WtW7VpxJE,184
|
170
171
|
odoo/addons/openupgrade_scripts/scripts/hr_holidays/17.0.1.6/noupdate_changes.xml,sha256=9dOGU4iK5Gl2MEq-x3wshERglih14wZYrbMH-LUYlf0,1916
|
@@ -211,6 +212,7 @@ odoo/addons/openupgrade_scripts/scripts/hr_work_entry_holidays/17.0.1.0/upgrade_
|
|
211
212
|
odoo/addons/openupgrade_scripts/scripts/iap/17.0.1.1/upgrade_analysis.txt,sha256=AvYS4Q0MRIMGV99LTKJdHZLv6qN8ItMupPDQCOLB8LQ,485
|
212
213
|
odoo/addons/openupgrade_scripts/scripts/iap/17.0.1.1/upgrade_analysis_work.txt,sha256=R3HVGCvxYey0MBbdjElIel-86kMfaNCiEEzaSSk067U,535
|
213
214
|
odoo/addons/openupgrade_scripts/scripts/iap_crm/17.0.1.0/upgrade_analysis.txt,sha256=Qxdh9V6HQd4HpmXsmxEMxN3Vu7y8Q6v0NWL3ZrRK1oA,144
|
215
|
+
odoo/addons/openupgrade_scripts/scripts/iap_crm/17.0.1.0/upgrade_analysis_work.txt,sha256=k-Ll0tv0Na5D4h9nN41ENmO2ze2PsUs2dgYM4nCwliM,160
|
214
216
|
odoo/addons/openupgrade_scripts/scripts/im_livechat/17.0.1.0/end-migration.py,sha256=ofbTgCec52Io5BU-VcF_zh4TPnO53Mf3fht2ad-EPd0,396
|
215
217
|
odoo/addons/openupgrade_scripts/scripts/im_livechat/17.0.1.0/noupdate_changes.xml,sha256=-372YONcPdPXb_gO-f__yMRXgt8inppIexZSzTip_z0,6371
|
216
218
|
odoo/addons/openupgrade_scripts/scripts/im_livechat/17.0.1.0/post-migration.py,sha256=zfO1FqSmze9AJAHB72cDiwsLVDgUCDyVK-AQjaFrcz4,520
|
@@ -227,7 +229,9 @@ odoo/addons/openupgrade_scripts/scripts/l10n_ar_withholding/17.0.1.0/upgrade_ana
|
|
227
229
|
odoo/addons/openupgrade_scripts/scripts/l10n_at/17.0.3.2.1/upgrade_analysis.txt,sha256=P9Ku1Ks500ey0OLGjKxQhSUUXdRkN7Oj9Mn2FZjAyLY,79751
|
228
230
|
odoo/addons/openupgrade_scripts/scripts/l10n_au/17.0.1.1/upgrade_analysis.txt,sha256=6HVzaEQsQBD2Z05YyguvEJlSLyujCVJgC5w4ihY5ZZk,9905
|
229
231
|
odoo/addons/openupgrade_scripts/scripts/l10n_bd/17.0.1.0/upgrade_analysis.txt,sha256=Fgu1qFA6jXzOhiwqXU7dEZ5OkZk6_OrFuqYKQpoyq7Y,3728
|
232
|
+
odoo/addons/openupgrade_scripts/scripts/l10n_be/17.0.2.0/post-migration.py,sha256=9ssFC6C2J9FLx-OFQUi0P9OG6eE0cxktKzHjdPeyEEs,448
|
230
233
|
odoo/addons/openupgrade_scripts/scripts/l10n_be/17.0.2.0/upgrade_analysis.txt,sha256=ViRzhwT5SF432W1aK6Bu_PrMVAaAxb_k6_onryqsjCU,45436
|
234
|
+
odoo/addons/openupgrade_scripts/scripts/l10n_be/17.0.2.0/upgrade_analysis_work.txt,sha256=X_Sb3dTKUXyyp_OWDTbKfeUk5WyS_LVluo0GHrOLP-0,45515
|
231
235
|
odoo/addons/openupgrade_scripts/scripts/l10n_bf/17.0.1.0/upgrade_analysis.txt,sha256=zdc-7Y7Q7uvFcT_qLHa3ZfRj4euqZIj0FtCpwXeUS70,6294
|
232
236
|
odoo/addons/openupgrade_scripts/scripts/l10n_bg/17.0.1.0/upgrade_analysis.txt,sha256=NedQtfvJxcSOyZzgGNQ4FNCjbgcmrULn4pAeeXuN4xQ,23673
|
233
237
|
odoo/addons/openupgrade_scripts/scripts/l10n_bh/17.0.1.0/upgrade_analysis.txt,sha256=3kOUPapOZsUazpcBN2HsIykjIGspq9b7mM_4wASyNYI,8365
|
@@ -779,7 +783,7 @@ odoo/addons/openupgrade_scripts/scripts/website_twitter/17.0.1.0/upgrade_analysi
|
|
779
783
|
odoo/addons/openupgrade_scripts/static/description/banner.png,sha256=KTIBu4gfxeZVw9zjs_fivTgFEOeaAorlBxajmCA1p6k,26859
|
780
784
|
odoo/addons/openupgrade_scripts/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
781
785
|
odoo/addons/openupgrade_scripts/static/description/index.html,sha256=iV41-zYBM4uvZPuunpcr7bQeRgBaojVsKo_gkeyJyA4,12639
|
782
|
-
odoo_addon_openupgrade_scripts-17.0.1.0.1.
|
783
|
-
odoo_addon_openupgrade_scripts-17.0.1.0.1.
|
784
|
-
odoo_addon_openupgrade_scripts-17.0.1.0.1.
|
785
|
-
odoo_addon_openupgrade_scripts-17.0.1.0.1.
|
786
|
+
odoo_addon_openupgrade_scripts-17.0.1.0.1.386.dist-info/METADATA,sha256=wE-gHQk6PIlJkPkiNRreuEv7w1Eu-F066lWdQoa8USs,3786
|
787
|
+
odoo_addon_openupgrade_scripts-17.0.1.0.1.386.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
|
788
|
+
odoo_addon_openupgrade_scripts-17.0.1.0.1.386.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
789
|
+
odoo_addon_openupgrade_scripts-17.0.1.0.1.386.dist-info/RECORD,,
|
File without changes
|