odoo-addon-openupgrade-scripts 16.0.1.0.4.25__py3-none-any.whl → 16.0.1.0.4.31__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/README.rst +12 -10
- odoo/addons/openupgrade_scripts/apriori.py +1 -0
- odoo/addons/openupgrade_scripts/readme/CONFIGURE.md +11 -0
- odoo/addons/openupgrade_scripts/readme/{DESCRIPTION.rst → DESCRIPTION.md} +2 -1
- odoo/addons/openupgrade_scripts/readme/INSTALL.md +2 -0
- odoo/addons/openupgrade_scripts/scripts/base/16.0.1.3/pre-migration.py +1 -1
- odoo/addons/openupgrade_scripts/scripts/delivery/16.0.1.0/post-migration.py +3 -3
- odoo/addons/openupgrade_scripts/scripts/mail/16.0.1.10/end-migration.py +1 -5
- odoo/addons/openupgrade_scripts/scripts/project/{16.0.1.2 → 16.0.1.3}/post-migration.py +1 -1
- odoo/addons/openupgrade_scripts/scripts/project/{16.0.1.2 → 16.0.1.3}/pre-migration.py +1 -0
- odoo/addons/openupgrade_scripts/scripts/project/{16.0.1.2 → 16.0.1.3}/upgrade_analysis_work.txt +2 -0
- odoo/addons/openupgrade_scripts/scripts/purchase_requisition/16.0.0.1/post-migration.py +66 -0
- odoo/addons/openupgrade_scripts/scripts/purchase_requisition/16.0.0.1/upgrade_analysis_work.txt +1 -1
- odoo/addons/openupgrade_scripts/scripts/purchase_requisition_stock/16.0.1.2/upgrade_analysis_work.txt +1 -1
- odoo/addons/openupgrade_scripts/scripts/utm/16.0.1.1/pre-migration.py +0 -1
- odoo/addons/openupgrade_scripts/static/description/index.html +7 -5
- {odoo_addon_openupgrade_scripts-16.0.1.0.4.25.dist-info → odoo_addon_openupgrade_scripts-16.0.1.0.4.31.dist-info}/METADATA +17 -15
- {odoo_addon_openupgrade_scripts-16.0.1.0.4.25.dist-info → odoo_addon_openupgrade_scripts-16.0.1.0.4.31.dist-info}/RECORD +22 -24
- {odoo_addon_openupgrade_scripts-16.0.1.0.4.25.dist-info → odoo_addon_openupgrade_scripts-16.0.1.0.4.31.dist-info}/WHEEL +1 -1
- odoo_addon_openupgrade_scripts-16.0.1.0.4.31.dist-info/top_level.txt +1 -0
- odoo/addons/openupgrade_scripts/readme/CONFIGURE.rst +0 -10
- odoo/addons/openupgrade_scripts/readme/INSTALL.rst +0 -2
- odoo/addons/openupgrade_scripts/scripts/project/16.0.1.2/noupdate_changes.xml +0 -96
- odoo/addons/openupgrade_scripts/scripts/project/16.0.1.2/upgrade_analysis.txt +0 -77
- odoo_addon_openupgrade_scripts-16.0.1.0.4.25.dist-info/top_level.txt +0 -1
- /odoo/addons/openupgrade_scripts/scripts/project/{16.0.1.2 → 16.0.1.3}/tests/__init__.py +0 -0
- /odoo/addons/openupgrade_scripts/scripts/project/{16.0.1.2 → 16.0.1.3}/tests/test_project_migration.py +0 -0
@@ -7,7 +7,7 @@ Openupgrade Scripts
|
|
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:58792095dc539f1f4eccbc45de3679c28e3176d8bf3682b315d670e6f3877639
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
12
12
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
@@ -28,7 +28,8 @@ Openupgrade Scripts
|
|
28
28
|
|
29
29
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
30
30
|
|
31
|
-
This module is a containers of migration script to migrate from 15.0 to
|
31
|
+
This module is a containers of migration script to migrate from 15.0 to
|
32
|
+
16.0 version.
|
32
33
|
|
33
34
|
**Table of contents**
|
34
35
|
|
@@ -38,22 +39,23 @@ This module is a containers of migration script to migrate from 15.0 to 16.0 ver
|
|
38
39
|
Installation
|
39
40
|
============
|
40
41
|
|
41
|
-
This module does not need to be installed on a database.
|
42
|
-
|
42
|
+
This module does not need to be installed on a database. It simply needs
|
43
|
+
to be available via your ``addons-path``.
|
43
44
|
|
44
45
|
Configuration
|
45
46
|
=============
|
46
47
|
|
47
|
-
|
48
|
+
- call your odoo instance with the option
|
49
|
+
``--upgrade-path=/PATH_TO_openupgrade_scripts_MODULE/scripts/``
|
48
50
|
|
49
51
|
or
|
50
52
|
|
51
|
-
|
53
|
+
- add the key to your configuration file:
|
52
54
|
|
53
|
-
.. code
|
55
|
+
.. code:: shell
|
54
56
|
|
55
|
-
|
56
|
-
|
57
|
+
[options]
|
58
|
+
upgrade_path = /PATH_TO_openupgrade_scripts_MODULE/scripts/
|
57
59
|
|
58
60
|
Bug Tracker
|
59
61
|
===========
|
@@ -69,7 +71,7 @@ Credits
|
|
69
71
|
=======
|
70
72
|
|
71
73
|
Maintainers
|
72
|
-
|
74
|
+
-----------
|
73
75
|
|
74
76
|
This module is maintained by the OCA.
|
75
77
|
|
@@ -76,6 +76,7 @@ merged_modules = {
|
|
76
76
|
"pos_coupon": "pos_loyalty",
|
77
77
|
"pos_gift_card": "pos_loyalty",
|
78
78
|
"project_account": "project",
|
79
|
+
"purchase_requisition_stock_dropshipping": "purchase_requisition_stock",
|
79
80
|
"sale_gift_card": "sale_loyalty",
|
80
81
|
"sale_project_account": "sale_project",
|
81
82
|
"website_sale_delivery_giftcard": "website_sale_loyalty_delivery",
|
@@ -1 +1,2 @@
|
|
1
|
-
This module is a containers of migration script to migrate from 15.0 to
|
1
|
+
This module is a containers of migration script to migrate from 15.0 to
|
2
|
+
16.0 version.
|
@@ -97,7 +97,7 @@ def update_translatable_fields(cr):
|
|
97
97
|
)
|
98
98
|
continue
|
99
99
|
# borrowed from odoo/tools/translate.py#_get_translation_upgrade_queries
|
100
|
-
translation_name = "
|
100
|
+
translation_name = f"{model},{field}"
|
101
101
|
emtpy_src = """'{"en_US": ""}'::jsonb"""
|
102
102
|
openupgrade.logged_query(
|
103
103
|
cr,
|
@@ -131,17 +131,17 @@ def numerical_range_to_prefixes(min_, max_):
|
|
131
131
|
for stop in split_to_ranges(min_, max_):
|
132
132
|
pattern = ""
|
133
133
|
any_digit_count = 0
|
134
|
-
for start_digit, stop_digit in zip(str(start), str(stop)):
|
134
|
+
for start_digit, stop_digit in zip(str(start), str(stop), strict=True):
|
135
135
|
if start_digit == stop_digit:
|
136
136
|
pattern += start_digit
|
137
137
|
elif start_digit != "0" or stop_digit != "9":
|
138
|
-
pattern += "[{}-{}]"
|
138
|
+
pattern += f"[{start_digit}-{stop_digit}]"
|
139
139
|
else:
|
140
140
|
any_digit_count += 1
|
141
141
|
if any_digit_count:
|
142
142
|
pattern += r"\d"
|
143
143
|
if any_digit_count > 1:
|
144
|
-
pattern += "{{{}}}"
|
144
|
+
pattern += f"{{{any_digit_count}}}"
|
145
145
|
subpatterns.append(pattern)
|
146
146
|
start = stop + 1
|
147
147
|
return subpatterns
|
@@ -27,11 +27,7 @@ def find_record_data_path(model_name, module_name, xml_id):
|
|
27
27
|
filepath = "/".join((module_name, xml_file))
|
28
28
|
with file_open(filepath, "rb") as f:
|
29
29
|
root = etree.parse(f)
|
30
|
-
found = root.xpath(
|
31
|
-
'//record[@model="{model_name}"][@id="{xml_id}"]'.format(
|
32
|
-
model_name=model_name, xml_id=xml_id
|
33
|
-
)
|
34
|
-
)
|
30
|
+
found = root.xpath(f'//record[@model="{model_name}"][@id="{xml_id}"]')
|
35
31
|
if found:
|
36
32
|
return filepath
|
37
33
|
return None
|
@@ -14,5 +14,5 @@ _translations_to_delete = [
|
|
14
14
|
|
15
15
|
@openupgrade.migrate()
|
16
16
|
def migrate(env, version):
|
17
|
-
openupgrade.load_data(env.cr, "project", "16.0.1.
|
17
|
+
openupgrade.load_data(env.cr, "project", "16.0.1.3/noupdate_changes.xml")
|
18
18
|
openupgrade.delete_record_translations(env.cr, "project", _translations_to_delete)
|
@@ -161,6 +161,7 @@ def migrate(env, version):
|
|
161
161
|
_set_task_type_fold_if_is_closed(env)
|
162
162
|
_fill_project_task_is_closed(env)
|
163
163
|
_fill_project_last_update_status_if_null(env)
|
164
|
+
_fill_project_allow_milestones(env)
|
164
165
|
_compute_project_task_ancestor_id(env)
|
165
166
|
_compute_project_task_is_analytic_account_id_changed(env)
|
166
167
|
|
odoo/addons/openupgrade_scripts/scripts/project/{16.0.1.2 → 16.0.1.3}/upgrade_analysis_work.txt
RENAMED
@@ -77,6 +77,7 @@ NEW ir.model.access: project.access_report_project_task_user_project_user
|
|
77
77
|
DEL ir.model.access: project.access_project_delete_wizard
|
78
78
|
NEW ir.rule: project.burndown_chart_project_manager_rule (noupdate)
|
79
79
|
NEW ir.rule: project.burndown_chart_project_user_rule (noupdate)
|
80
|
+
NEW ir.rule: project.project_milestone_rule_portal_project_sharing (noupdate)
|
80
81
|
NEW ir.rule: project.report_project_task_manager_rule (noupdate)
|
81
82
|
NEW ir.rule: project.report_project_task_user_rule (noupdate)
|
82
83
|
NEW ir.ui.menu: project.menu_projects_config_group_stage
|
@@ -94,6 +95,7 @@ DEL ir.ui.view: pad_project.view_task_form2_inherit_pad_project
|
|
94
95
|
DEL ir.ui.view: project.project_collaborator_view_form
|
95
96
|
DEL ir.ui.view: project.project_delete_wizard_form
|
96
97
|
DEL ir.ui.view: project.project_task_burndown_chart_report_view_pivot
|
98
|
+
DEL ir.ui.view: project_account.res_config_settings_view_form
|
97
99
|
NEW mail.message.subtype: project.mt_project_update_create (noupdate)
|
98
100
|
NEW mail.message.subtype: project.mt_task_progress (noupdate)
|
99
101
|
NEW mail.message.subtype: project.mt_update_create (noupdate)
|
@@ -3,8 +3,74 @@
|
|
3
3
|
from openupgradelib import openupgrade
|
4
4
|
|
5
5
|
|
6
|
+
def fill_purchase_order_group_from_tenders(env):
|
7
|
+
tender_type = env.ref("purchase_requisition.type_multi")
|
8
|
+
openupgrade.logged_query(
|
9
|
+
env.cr,
|
10
|
+
"""
|
11
|
+
ALTER TABLE purchase_order_group
|
12
|
+
ADD COLUMN IF NOT EXISTS old_purchase_requisition_id INTEGER
|
13
|
+
""",
|
14
|
+
)
|
15
|
+
openupgrade.logged_query(
|
16
|
+
env.cr,
|
17
|
+
f"""
|
18
|
+
INSERT INTO purchase_order_group (old_purchase_requisition_id,
|
19
|
+
create_date, create_uid, write_date, write_uid)
|
20
|
+
SELECT DISTINCT ON (pr.id) pr.id,
|
21
|
+
pr.create_date, pr.create_uid, pr.write_date, pr.write_uid
|
22
|
+
FROM purchase_requisition pr
|
23
|
+
JOIN purchase_order po1 ON po1.requisition_id = pr.id
|
24
|
+
JOIN purchase_order po2 ON po2.requisition_id = pr.id AND po1.id != po2.id
|
25
|
+
-- only create group if there is more than one purchase
|
26
|
+
WHERE pr.type_id = {tender_type.id}
|
27
|
+
RETURNING old_purchase_requisition_id
|
28
|
+
""",
|
29
|
+
)
|
30
|
+
tender_requisition_ids = [x[0] for x in env.cr.fetchall()]
|
31
|
+
if tender_requisition_ids:
|
32
|
+
openupgrade.logged_query(
|
33
|
+
env.cr,
|
34
|
+
"""
|
35
|
+
UPDATE purchase_order po
|
36
|
+
SET purchase_group_id = pog.id
|
37
|
+
FROM purchase_order_group pog
|
38
|
+
WHERE po.requisition_id = pog.old_purchase_requisition_id
|
39
|
+
""",
|
40
|
+
)
|
41
|
+
openupgrade.logged_query(
|
42
|
+
env.cr,
|
43
|
+
f"""
|
44
|
+
SELECT pr.id
|
45
|
+
FROM purchase_requisition pr
|
46
|
+
WHERE pr.type_id = {tender_type.id}
|
47
|
+
""",
|
48
|
+
)
|
49
|
+
obsolete_requisition_ids = [x[0] for x in env.cr.fetchall()]
|
50
|
+
if obsolete_requisition_ids:
|
51
|
+
openupgrade.logged_query(
|
52
|
+
env.cr,
|
53
|
+
f"""
|
54
|
+
UPDATE purchase_order po
|
55
|
+
SET requisition_id = NULL
|
56
|
+
FROM purchase_requisition pr
|
57
|
+
WHERE po.requisition_id = pr.id AND pr.type_id = {tender_type.id}
|
58
|
+
""",
|
59
|
+
)
|
60
|
+
openupgrade.logged_query(
|
61
|
+
env.cr,
|
62
|
+
"""
|
63
|
+
UPDATE purchase_requisition pr
|
64
|
+
SET state = 'draft'
|
65
|
+
WHERE pr.state not in ('draft', 'cancel')
|
66
|
+
""",
|
67
|
+
)
|
68
|
+
env["purchase.requisition"].browse(obsolete_requisition_ids).unlink()
|
69
|
+
|
70
|
+
|
6
71
|
@openupgrade.migrate()
|
7
72
|
def migrate(env, version):
|
73
|
+
fill_purchase_order_group_from_tenders(env)
|
8
74
|
openupgrade.delete_records_safely_by_xml_id(
|
9
75
|
env,
|
10
76
|
["purchase_requisition.seq_purchase_tender", "purchase_requisition.type_multi"],
|
odoo/addons/openupgrade_scripts/scripts/purchase_requisition/16.0.0.1/upgrade_analysis_work.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
new model purchase.order.group
|
2
2
|
purchase_requisition / purchase.order / purchase_group_id (many2one) : NEW relation: purchase.order.group
|
3
3
|
purchase_requisition / purchase.order.group / order_ids (one2many) : NEW relation: purchase.order
|
4
|
-
#
|
4
|
+
# DONE: post-migration: group purchases by their requisition if it has the deleted type "purchase_requisition.type_multi"
|
5
5
|
|
6
6
|
new model purchase.requisition.alternative.warning [transient]
|
7
7
|
new model purchase.requisition.create.alternative [transient]
|
@@ -1,7 +1,7 @@
|
|
1
1
|
---Models in module 'purchase_requisition_stock'---
|
2
2
|
---Fields in module 'purchase_requisition_stock'---
|
3
3
|
purchase_requisition_stock / purchase.requisition / procurement_group_id (many2one): DEL relation: procurement.group
|
4
|
-
# NOTHING TO DO:
|
4
|
+
# NOTHING TO DO: handled at purchase_requisition: the POs being directly linked to each other
|
5
5
|
|
6
6
|
---XML records in module 'purchase_requisition_stock'---
|
7
7
|
NEW ir.ui.view: purchase_requisition_stock.purchase_order_form_inherit_purchase_requisition_stock
|
@@ -3,7 +3,6 @@ from openupgradelib import openupgrade
|
|
3
3
|
|
4
4
|
@openupgrade.migrate()
|
5
5
|
def migrate(env, version):
|
6
|
-
|
7
6
|
# pre-migration of module base converted name column from utm_campaign
|
8
7
|
# into jsonb, hence it suffices to copy the name column into title.
|
9
8
|
openupgrade.copy_columns(env.cr, {"utm_campaign": [("name", "title", "jsonb")]})
|
@@ -367,10 +367,11 @@ 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:58792095dc539f1f4eccbc45de3679c28e3176d8bf3682b315d670e6f3877639
|
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/OpenUpgrade/tree/16.0/openupgrade_scripts"><img alt="OCA/OpenUpgrade" src="https://img.shields.io/badge/github-OCA%2FOpenUpgrade-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/OpenUpgrade-16-0/OpenUpgrade-16-0-openupgrade_scripts"><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/OpenUpgrade&target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
373
|
-
<p>This module is a containers of migration script to migrate from 15.0 to
|
373
|
+
<p>This module is a containers of migration script to migrate from 15.0 to
|
374
|
+
16.0 version.</p>
|
374
375
|
<p><strong>Table of contents</strong></p>
|
375
376
|
<div class="contents local topic" id="contents">
|
376
377
|
<ul class="simple">
|
@@ -385,13 +386,14 @@ ul.auto-toc {
|
|
385
386
|
</div>
|
386
387
|
<div class="section" id="installation">
|
387
388
|
<h1><a class="toc-backref" href="#toc-entry-1">Installation</a></h1>
|
388
|
-
<p>This module does not need to be installed on a database.
|
389
|
-
|
389
|
+
<p>This module does not need to be installed on a database. It simply needs
|
390
|
+
to be available via your <tt class="docutils literal"><span class="pre">addons-path</span></tt>.</p>
|
390
391
|
</div>
|
391
392
|
<div class="section" id="configuration">
|
392
393
|
<h1><a class="toc-backref" href="#toc-entry-2">Configuration</a></h1>
|
393
394
|
<ul class="simple">
|
394
|
-
<li>call your odoo instance with the option
|
395
|
+
<li>call your odoo instance with the option
|
396
|
+
<tt class="docutils literal"><span class="pre">--upgrade-path=/PATH_TO_openupgrade_scripts_MODULE/scripts/</span></tt></li>
|
395
397
|
</ul>
|
396
398
|
<p>or</p>
|
397
399
|
<ul class="simple">
|
@@ -1,18 +1,18 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: odoo-addon-openupgrade_scripts
|
3
|
-
Version: 16.0.1.0.4.
|
3
|
+
Version: 16.0.1.0.4.31
|
4
|
+
Requires-Python: >=3.10
|
5
|
+
Requires-Dist: odoo>=16.0a,<16.1dev
|
6
|
+
Requires-Dist: openupgradelib
|
4
7
|
Summary: Module that contains all the migrations analysis and scripts for migrating Odoo SA modules.
|
5
8
|
Home-page: https://github.com/OCA/OpenUpgrade
|
9
|
+
License: AGPL-3
|
6
10
|
Author: Odoo Community Association (OCA)
|
7
11
|
Author-email: support@odoo-community.org
|
8
|
-
License: AGPL-3
|
9
12
|
Classifier: Programming Language :: Python
|
10
13
|
Classifier: Framework :: Odoo
|
11
14
|
Classifier: Framework :: Odoo :: 16.0
|
12
15
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
13
|
-
Requires-Python: >=3.10
|
14
|
-
Requires-Dist: odoo<16.1dev,>=16.0a
|
15
|
-
Requires-Dist: openupgradelib
|
16
16
|
|
17
17
|
===================
|
18
18
|
Openupgrade Scripts
|
@@ -23,7 +23,7 @@ Openupgrade Scripts
|
|
23
23
|
!! This file is generated by oca-gen-addon-readme !!
|
24
24
|
!! changes will be overwritten. !!
|
25
25
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
26
|
-
!! source digest: sha256:
|
26
|
+
!! source digest: sha256:58792095dc539f1f4eccbc45de3679c28e3176d8bf3682b315d670e6f3877639
|
27
27
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
28
28
|
|
29
29
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
@@ -44,7 +44,8 @@ Openupgrade Scripts
|
|
44
44
|
|
45
45
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
46
46
|
|
47
|
-
This module is a containers of migration script to migrate from 15.0 to
|
47
|
+
This module is a containers of migration script to migrate from 15.0 to
|
48
|
+
16.0 version.
|
48
49
|
|
49
50
|
**Table of contents**
|
50
51
|
|
@@ -54,22 +55,23 @@ This module is a containers of migration script to migrate from 15.0 to 16.0 ver
|
|
54
55
|
Installation
|
55
56
|
============
|
56
57
|
|
57
|
-
This module does not need to be installed on a database.
|
58
|
-
|
58
|
+
This module does not need to be installed on a database. It simply needs
|
59
|
+
to be available via your ``addons-path``.
|
59
60
|
|
60
61
|
Configuration
|
61
62
|
=============
|
62
63
|
|
63
|
-
|
64
|
+
- call your odoo instance with the option
|
65
|
+
``--upgrade-path=/PATH_TO_openupgrade_scripts_MODULE/scripts/``
|
64
66
|
|
65
67
|
or
|
66
68
|
|
67
|
-
|
69
|
+
- add the key to your configuration file:
|
68
70
|
|
69
|
-
.. code
|
71
|
+
.. code:: shell
|
70
72
|
|
71
|
-
|
72
|
-
|
73
|
+
[options]
|
74
|
+
upgrade_path = /PATH_TO_openupgrade_scripts_MODULE/scripts/
|
73
75
|
|
74
76
|
Bug Tracker
|
75
77
|
===========
|
@@ -85,7 +87,7 @@ Credits
|
|
85
87
|
=======
|
86
88
|
|
87
89
|
Maintainers
|
88
|
-
|
90
|
+
-----------
|
89
91
|
|
90
92
|
This module is maintained by the OCA.
|
91
93
|
|
@@ -1,10 +1,10 @@
|
|
1
|
-
odoo/addons/openupgrade_scripts/README.rst,sha256=
|
1
|
+
odoo/addons/openupgrade_scripts/README.rst,sha256=KeLwkuuPQFfEKRufHj0LT6fq2ZRD-Fz4kHZMBtw0iY8,3179
|
2
2
|
odoo/addons/openupgrade_scripts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
3
|
odoo/addons/openupgrade_scripts/__manifest__.py,sha256=f_Fz9Z7dbYnl_OgZiGgnt-Jz2ynNNGKPDZMrnQKVT3k,616
|
4
|
-
odoo/addons/openupgrade_scripts/apriori.py,sha256=
|
5
|
-
odoo/addons/openupgrade_scripts/readme/CONFIGURE.
|
6
|
-
odoo/addons/openupgrade_scripts/readme/DESCRIPTION.
|
7
|
-
odoo/addons/openupgrade_scripts/readme/INSTALL.
|
4
|
+
odoo/addons/openupgrade_scripts/apriori.py,sha256=iRfG9NXon3U7Yx9jlF22qQ_F7FWaGzyKYpfCi2Iu-Eo,6087
|
5
|
+
odoo/addons/openupgrade_scripts/readme/CONFIGURE.md,sha256=rnx8ADTYzVUB93PIG3Lib0iWBrphSfVRs6RMikklf3M,238
|
6
|
+
odoo/addons/openupgrade_scripts/readme/DESCRIPTION.md,sha256=BjDqrcnpe1CH_nExaecb0_4Uuopm_EPyu-cWnQhWDyE,86
|
7
|
+
odoo/addons/openupgrade_scripts/readme/INSTALL.md,sha256=NDKVZRv0J8BTqcSTD7JwUXL_AY-cDJoegn5IUTbEOFk,113
|
8
8
|
odoo/addons/openupgrade_scripts/scripts/account/16.0.1.2/noupdate_changes.xml,sha256=ahWlDPNnYXaxW_VTnuVUbkDZGNLKA3JxVVCXa4R2ecA,8413
|
9
9
|
odoo/addons/openupgrade_scripts/scripts/account/16.0.1.2/post-migration.py,sha256=DLZ3i2cCDL3vL7bNw7Zsk1GdgHNGXPXEf5F94rxNYxM,2308
|
10
10
|
odoo/addons/openupgrade_scripts/scripts/account/16.0.1.2/pre-migration.py,sha256=j6lSahH395lLAp3PiC8UVs1opIiyyK96OyrBpMAhlO8,19206
|
@@ -55,7 +55,7 @@ odoo/addons/openupgrade_scripts/scripts/barcodes_gs1_nomenclature/16.0.1.0/upgra
|
|
55
55
|
odoo/addons/openupgrade_scripts/scripts/base/16.0.1.3/end-migration.py,sha256=y-9rMcssFgQHfiAXRLW6JF6NB2_8Bi0wY5teaZFLxME,1583
|
56
56
|
odoo/addons/openupgrade_scripts/scripts/base/16.0.1.3/noupdate_changes.xml,sha256=z_fmacZ3saI3GiyJ7fHLtclFWXRPGIXEUwysmxr1A0k,4593
|
57
57
|
odoo/addons/openupgrade_scripts/scripts/base/16.0.1.3/post-migration.py,sha256=OU-gRxyx7crZ6IpuG-UuGgc2sVPudHE-vhGO6ZwCL8c,457
|
58
|
-
odoo/addons/openupgrade_scripts/scripts/base/16.0.1.3/pre-migration.py,sha256=
|
58
|
+
odoo/addons/openupgrade_scripts/scripts/base/16.0.1.3/pre-migration.py,sha256=KFhD4_TdBJeemaye6cfsHid2bCc1jIcnYgPNwZ_dr6E,6164
|
59
59
|
odoo/addons/openupgrade_scripts/scripts/base/16.0.1.3/upgrade_analysis.txt,sha256=ThK2rCQVceI3NqoOiqt_SYedOd7c8--tsUZ8dmPUz_I,11314
|
60
60
|
odoo/addons/openupgrade_scripts/scripts/base/16.0.1.3/upgrade_analysis_work.txt,sha256=eyd3tF1ctvWY6b9cPULRC9-KPKyKXolXVnE6Re2-nKw,11387
|
61
61
|
odoo/addons/openupgrade_scripts/scripts/base/16.0.1.3/upgrade_general_log.txt,sha256=GsgXrqhdPCQn16HO8J5qHAnC7gyAtrzQkIvUCHgVgXo,20904
|
@@ -96,7 +96,7 @@ odoo/addons/openupgrade_scripts/scripts/crm_iap_mine/16.0.1.2/upgrade_analysis_w
|
|
96
96
|
odoo/addons/openupgrade_scripts/scripts/crm_livechat/16.0.1.0/upgrade_analysis.txt,sha256=dLR4dzjp06adT5zhyuGREDVvj3587_IJNIaPsiyjBxY,1136
|
97
97
|
odoo/addons/openupgrade_scripts/scripts/crm_livechat/16.0.1.0/upgrade_analysis_work.txt,sha256=m9FHu7awHx6VJpfQfE2qeh1ldIuvzJyuK9_zzZQpUcg,1193
|
98
98
|
odoo/addons/openupgrade_scripts/scripts/data_recycle/16.0.1.3/upgrade_analysis.txt,sha256=9qPUSS6VGypt-BdA2-W3aTMDZx_6hBGesGriGEQqtC8,3681
|
99
|
-
odoo/addons/openupgrade_scripts/scripts/delivery/16.0.1.0/post-migration.py,sha256=
|
99
|
+
odoo/addons/openupgrade_scripts/scripts/delivery/16.0.1.0/post-migration.py,sha256=Vsi8g1flKcSkBOzCbweYG5gnp6VsFe8n9qqNXU0MHgs,6070
|
100
100
|
odoo/addons/openupgrade_scripts/scripts/delivery/16.0.1.0/pre-migration.py,sha256=rvdWWXlHdRboVwTj08RXNV4PFel9HDrgYevSelvbDeg,830
|
101
101
|
odoo/addons/openupgrade_scripts/scripts/delivery/16.0.1.0/upgrade_analysis.txt,sha256=XjBHU04-I55_ASt1Nx9KOPiLvIzITdCzCF64JiVntK8,1712
|
102
102
|
odoo/addons/openupgrade_scripts/scripts/delivery/16.0.1.0/upgrade_analysis_work.txt,sha256=gWxZ1HxTlaEtDLTQ073ZtpIPlUV_JYoarrDv48aZcEs,2155
|
@@ -396,7 +396,7 @@ odoo/addons/openupgrade_scripts/scripts/loyalty/16.0.1.0/upgrade_analysis_work.t
|
|
396
396
|
odoo/addons/openupgrade_scripts/scripts/loyalty_delivery/16.0.1.0/upgrade_analysis.txt,sha256=8TnNXqdMPDyxBHuN4C6DaxijUWSLag4XVe15HbTg4BI,419
|
397
397
|
odoo/addons/openupgrade_scripts/scripts/lunch/16.0.1.0/upgrade_analysis.txt,sha256=Vx_uxoW1IhIJF-UcG6q09VSnBCeY0VjBc1YE71RXgZs,593
|
398
398
|
odoo/addons/openupgrade_scripts/scripts/lunch/16.0.1.0/upgrade_analysis_work.txt,sha256=4szGZDLH6jY7ZNGZq0aSB6ozmAMyMWv47yZYult2gTg,660
|
399
|
-
odoo/addons/openupgrade_scripts/scripts/mail/16.0.1.10/end-migration.py,sha256=
|
399
|
+
odoo/addons/openupgrade_scripts/scripts/mail/16.0.1.10/end-migration.py,sha256=DV0v9fCAvFcUAWNnnqQnLfu1ZO8_oK1rNKC43OPXPlU,2111
|
400
400
|
odoo/addons/openupgrade_scripts/scripts/mail/16.0.1.10/noupdate_changes.xml,sha256=kgRaVpx6XC92RBQY7NnLX-U4h7Hb7wiyfLeIDtw4lYY,1487
|
401
401
|
odoo/addons/openupgrade_scripts/scripts/mail/16.0.1.10/post-migration.py,sha256=npwS2ylEgDiqM-CY-XzYe1o2tkXCCo3lR_qNhQPCzKM,262
|
402
402
|
odoo/addons/openupgrade_scripts/scripts/mail/16.0.1.10/pre-migration.py,sha256=quv-1Izy-hylmyrNrhviVz0AxmP3zLIittmPxo0ry80,7372
|
@@ -532,15 +532,13 @@ odoo/addons/openupgrade_scripts/scripts/product_expiry/16.0.1.0/upgrade_analysis
|
|
532
532
|
odoo/addons/openupgrade_scripts/scripts/product_images/16.0.1.0/upgrade_analysis.txt,sha256=ZFdJzO3tOMvoa1XV86Kzqw5uqUSHhXmQjlN8ebFkbS8,165
|
533
533
|
odoo/addons/openupgrade_scripts/scripts/product_margin/16.0.1.0/upgrade_analysis.txt,sha256=4ttHOXP24HQX80aD5j6gIjzZBzhAD599KgvOxkR9wmM,165
|
534
534
|
odoo/addons/openupgrade_scripts/scripts/product_margin/16.0.1.0/upgrade_analysis_work.txt,sha256=4ttHOXP24HQX80aD5j6gIjzZBzhAD599KgvOxkR9wmM,165
|
535
|
-
odoo/addons/openupgrade_scripts/scripts/project/16.0.1.2/noupdate_changes.xml,sha256=0oH13jMbTYciRXhBd8s5W-ezK9BbpEBrVmAuJMOSdi8,5258
|
536
|
-
odoo/addons/openupgrade_scripts/scripts/project/16.0.1.2/post-migration.py,sha256=BT7aWbGKC_qA5kaMHQnVM61fDuBUBolWV-9yWzL8Jqo,594
|
537
|
-
odoo/addons/openupgrade_scripts/scripts/project/16.0.1.2/pre-migration.py,sha256=BGn_5Lsjqo_QgZtFxirM-G7HBHa7q5vY07ZRV25ubcc,5137
|
538
|
-
odoo/addons/openupgrade_scripts/scripts/project/16.0.1.2/upgrade_analysis.txt,sha256=Ra_nPB2OUJ54l31epPuP04icLT8uJrcdGHXqlKrermw,5831
|
539
|
-
odoo/addons/openupgrade_scripts/scripts/project/16.0.1.2/upgrade_analysis_work.txt,sha256=i35lNMJQ6Ap1z6Nmd-JChXipDqts1akWGWFekAXv0wM,6559
|
540
|
-
odoo/addons/openupgrade_scripts/scripts/project/16.0.1.2/tests/__init__.py,sha256=7uKZNMbS-tJslQ3DoJoKyUeosa_RNRseB4khQIP8bfc,37
|
541
|
-
odoo/addons/openupgrade_scripts/scripts/project/16.0.1.2/tests/test_project_migration.py,sha256=DIN6z623Bx6XtH62I7xq40CHsmWIIbfOYaceSNxsYBc,524
|
542
535
|
odoo/addons/openupgrade_scripts/scripts/project/16.0.1.3/noupdate_changes.xml,sha256=0oH13jMbTYciRXhBd8s5W-ezK9BbpEBrVmAuJMOSdi8,5258
|
536
|
+
odoo/addons/openupgrade_scripts/scripts/project/16.0.1.3/post-migration.py,sha256=76lr--QoKPkh8j7TUVrH_HEwGl7GSXals14v6lQLd9A,594
|
537
|
+
odoo/addons/openupgrade_scripts/scripts/project/16.0.1.3/pre-migration.py,sha256=-x4P9JIafgOCDj_3wqFIQnZrUgKQrN5kAscVfyK7B7g,5177
|
543
538
|
odoo/addons/openupgrade_scripts/scripts/project/16.0.1.3/upgrade_analysis.txt,sha256=_aLcd-SFpdUQimkVS_OuvdH2gqn6PuWe-8PvULJwQCM,5971
|
539
|
+
odoo/addons/openupgrade_scripts/scripts/project/16.0.1.3/upgrade_analysis_work.txt,sha256=vwwClesS62SsTX0whTyoVZ0iiHs2HqQzCqF0WEzq7XE,6699
|
540
|
+
odoo/addons/openupgrade_scripts/scripts/project/16.0.1.3/tests/__init__.py,sha256=7uKZNMbS-tJslQ3DoJoKyUeosa_RNRseB4khQIP8bfc,37
|
541
|
+
odoo/addons/openupgrade_scripts/scripts/project/16.0.1.3/tests/test_project_migration.py,sha256=DIN6z623Bx6XtH62I7xq40CHsmWIIbfOYaceSNxsYBc,524
|
544
542
|
odoo/addons/openupgrade_scripts/scripts/project_hr_expense/16.0.1.0/upgrade_analysis.txt,sha256=skVoiLqMWdknfvsv53MZo2un62E7zQzjFaN4NL4PiZs,198
|
545
543
|
odoo/addons/openupgrade_scripts/scripts/project_mrp/16.0.1.0/upgrade_analysis.txt,sha256=mrMSwqKMslVHJCrf0YpQSAL1NE31ZnY9vLW1ep9rjzI,180
|
546
544
|
odoo/addons/openupgrade_scripts/scripts/project_purchase/16.0.1.0/upgrade_analysis.txt,sha256=1bGd47YlH5_3OHH33v-HGc1IES2Zw1vU0V9iNEcTVz8,200
|
@@ -555,12 +553,12 @@ odoo/addons/openupgrade_scripts/scripts/purchase_mrp/16.0.1.0/upgrade_analysis.t
|
|
555
553
|
odoo/addons/openupgrade_scripts/scripts/purchase_mrp/16.0.1.0/upgrade_analysis_work.txt,sha256=MZkCRse5UvkH4J7vJqLiTA_B16qD126vv7r-Ldz45XI,261
|
556
554
|
odoo/addons/openupgrade_scripts/scripts/purchase_price_diff/16.0.1.1/upgrade_analysis.txt,sha256=2l0XlbqnoZrzqOSlmOs454g9chxTfBePihRGTtRDVFM,675
|
557
555
|
odoo/addons/openupgrade_scripts/scripts/purchase_product_matrix/16.0.1.0/upgrade_analysis.txt,sha256=ziZfZQGATL_2VPdgw-7hgS7661nkDbbYuT_SgMrpFmw,192
|
558
|
-
odoo/addons/openupgrade_scripts/scripts/purchase_requisition/16.0.0.1/post-migration.py,sha256=
|
556
|
+
odoo/addons/openupgrade_scripts/scripts/purchase_requisition/16.0.0.1/post-migration.py,sha256=vIlR87WWDD6cM7AGg0odwwwRx5rjV8VgMSTmXEvwl8c,2639
|
559
557
|
odoo/addons/openupgrade_scripts/scripts/purchase_requisition/16.0.0.1/pre-migration.py,sha256=Hk9x4_Ac4Fq3VCSbg7TJv0k_8w3I-sCV_pfZBYg3OFA,508
|
560
558
|
odoo/addons/openupgrade_scripts/scripts/purchase_requisition/16.0.0.1/upgrade_analysis.txt,sha256=hu4bNoVAuOmaDuK0IQDQV5y3J0lg4r58gCoH6fYrLEM,2295
|
561
|
-
odoo/addons/openupgrade_scripts/scripts/purchase_requisition/16.0.0.1/upgrade_analysis_work.txt,sha256=
|
559
|
+
odoo/addons/openupgrade_scripts/scripts/purchase_requisition/16.0.0.1/upgrade_analysis_work.txt,sha256=SKoXzFl7RvH_8-v7iAHAiD05V2HA4x04jmXKYoDgF3I,2618
|
562
560
|
odoo/addons/openupgrade_scripts/scripts/purchase_requisition_stock/16.0.1.2/upgrade_analysis.txt,sha256=dmjMOLEfLnKWEfqynh-dOtbg8CmU1sLEE4gsZcsZ-ks,491
|
563
|
-
odoo/addons/openupgrade_scripts/scripts/purchase_requisition_stock/16.0.1.2/upgrade_analysis_work.txt,sha256=
|
561
|
+
odoo/addons/openupgrade_scripts/scripts/purchase_requisition_stock/16.0.1.2/upgrade_analysis_work.txt,sha256=9YAXG1LLqe3RkqfoNkCTYlMDsdfaT0i7RJArIR-0u6E,624
|
564
562
|
odoo/addons/openupgrade_scripts/scripts/purchase_stock/16.0.1.2/pre-migration.py,sha256=gDGPEvpqn2TY0U1qKin7w5JY2p6CokhTIq3tk-ddWfM,1539
|
565
563
|
odoo/addons/openupgrade_scripts/scripts/purchase_stock/16.0.1.2/upgrade_analysis.txt,sha256=ubjqaHWBjLwCd33dZaMpR37J5PVIXWCABnw6dpWjALY,702
|
566
564
|
odoo/addons/openupgrade_scripts/scripts/purchase_stock/16.0.1.2/upgrade_analysis_work.txt,sha256=-xhjYmpVgBLSUdj8kMF0o65-rIieuWhbkrSv5Sqw4GM,1009
|
@@ -660,7 +658,7 @@ odoo/addons/openupgrade_scripts/scripts/survey/16.0.3.5/upgrade_analysis_work.tx
|
|
660
658
|
odoo/addons/openupgrade_scripts/scripts/transifex/16.0.1.0/upgrade_analysis.txt,sha256=3vfZSjXSINOH_SE9C8mH77q-t2H8KxatKzbAQ5HY7Uc,1120
|
661
659
|
odoo/addons/openupgrade_scripts/scripts/uom/16.0.1.0/upgrade_analysis.txt,sha256=a5PetNi2DgHpGqqOp4U9sM8bpk7yayokWIU5MOfSTu4,137
|
662
660
|
odoo/addons/openupgrade_scripts/scripts/uom/16.0.1.0/upgrade_analysis_work.txt,sha256=byYT_AMkKr8rU-mX88VuQZjIKKtxltSuL-ph5q5EScE,189
|
663
|
-
odoo/addons/openupgrade_scripts/scripts/utm/16.0.1.1/pre-migration.py,sha256=
|
661
|
+
odoo/addons/openupgrade_scripts/scripts/utm/16.0.1.1/pre-migration.py,sha256=fHNQuYHMvnKOaYM23tIDmjdNEN2SQY3G1qB4hQiz-Kw,323
|
664
662
|
odoo/addons/openupgrade_scripts/scripts/utm/16.0.1.1/upgrade_analysis.txt,sha256=0N1d3a-t84jBrw3kuJSYidLGnvms0huDIjLrovURC6E,508
|
665
663
|
odoo/addons/openupgrade_scripts/scripts/utm/16.0.1.1/upgrade_analysis_work.txt,sha256=f47FAXe-O_SCE1-ivhLuPWQJ2JbG5pYBxpOEVW7Ro0I,610
|
666
664
|
odoo/addons/openupgrade_scripts/scripts/web/16.0.1.0/upgrade_analysis.txt,sha256=iqm8U32RS-8FtHdf9EFqk9nN5OrpWn_p28-lGqa-pRY,239
|
@@ -765,8 +763,8 @@ odoo/addons/openupgrade_scripts/scripts/website_slides_survey/16.0.1.0/upgrade_a
|
|
765
763
|
odoo/addons/openupgrade_scripts/scripts/website_twitter/16.0.1.0/upgrade_analysis.txt,sha256=_ywbj94l0RY95_DJk41aqWcPBKu7O0icArQySZCAziM,168
|
766
764
|
odoo/addons/openupgrade_scripts/static/description/banner.png,sha256=KTIBu4gfxeZVw9zjs_fivTgFEOeaAorlBxajmCA1p6k,26859
|
767
765
|
odoo/addons/openupgrade_scripts/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
768
|
-
odoo/addons/openupgrade_scripts/static/description/index.html,sha256=
|
769
|
-
odoo_addon_openupgrade_scripts-16.0.1.0.4.
|
770
|
-
odoo_addon_openupgrade_scripts-16.0.1.0.4.
|
771
|
-
odoo_addon_openupgrade_scripts-16.0.1.0.4.
|
772
|
-
odoo_addon_openupgrade_scripts-16.0.1.0.4.
|
766
|
+
odoo/addons/openupgrade_scripts/static/description/index.html,sha256=lhClLPKVfyr35iwnz9k0nWIaXit5yPHXUyoekhL3rsc,12722
|
767
|
+
odoo_addon_openupgrade_scripts-16.0.1.0.4.31.dist-info/METADATA,sha256=P0Tld_YAE_dWCZMTPmCcL44c9TOCgnYhdmCEH0hMru8,3784
|
768
|
+
odoo_addon_openupgrade_scripts-16.0.1.0.4.31.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
|
769
|
+
odoo_addon_openupgrade_scripts-16.0.1.0.4.31.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
770
|
+
odoo_addon_openupgrade_scripts-16.0.1.0.4.31.dist-info/RECORD,,
|
@@ -0,0 +1 @@
|
|
1
|
+
odoo
|
@@ -1,10 +0,0 @@
|
|
1
|
-
* call your odoo instance with the option ``--upgrade-path=/PATH_TO_openupgrade_scripts_MODULE/scripts/``
|
2
|
-
|
3
|
-
or
|
4
|
-
|
5
|
-
* add the key to your configuration file:
|
6
|
-
|
7
|
-
.. code-block:: shell
|
8
|
-
|
9
|
-
[options]
|
10
|
-
upgrade_path = /PATH_TO_openupgrade_scripts_MODULE/scripts/
|
@@ -1,96 +0,0 @@
|
|
1
|
-
<?xml version='1.0' encoding='utf-8'?>
|
2
|
-
<odoo>
|
3
|
-
<record id="mail_template_data_project_task" model="mail.template">
|
4
|
-
<field name="name">Project: Request Acknowledgment</field>
|
5
|
-
<field name="description">Set this template on a project's stage to automate email when tasks reach stages</field>
|
6
|
-
</record>
|
7
|
-
<record id="project_manager_all_project_tasks_rule" model="ir.rule">
|
8
|
-
<field name="domain_force">[
|
9
|
-
'|', ('project_id', '!=', False),
|
10
|
-
('user_ids', 'in', user.id),
|
11
|
-
]</field>
|
12
|
-
<field name="name">Project/Task: project manager: see all tasks linked to a project or its own tasks</field>
|
13
|
-
</record>
|
14
|
-
<template id="project_message_user_assigned">
|
15
|
-
<span>Dear <t t-esc="assignee_name"/>,</span>
|
16
|
-
<br/>
|
17
|
-
<br/>
|
18
|
-
<span style="margin-top: 8px;">You have been assigned to the <t t-esc="model_description or 'document'"/> <t t-esc="object.display_name"/>.</span>
|
19
|
-
<br/>
|
20
|
-
</template>
|
21
|
-
<record id="rating_project_request_email_template" model="mail.template">
|
22
|
-
<field name="body_html" type="html">
|
23
|
-
<div>
|
24
|
-
<t t-set="access_token" t-value="object._rating_get_access_token()"/>
|
25
|
-
<t t-set="partner" t-value="object._rating_get_partner()"/>
|
26
|
-
<table border="0" cellpadding="0" cellspacing="0" width="590" style="width:100%; margin:0px auto;">
|
27
|
-
<tbody>
|
28
|
-
<tr>
|
29
|
-
<td valign="top" style="font-size: 13px;"><t t-if="partner.name">
|
30
|
-
Hello <t t-out="partner.name or ''">Brandon Freeman</t>,<br/><br/>
|
31
|
-
</t><t t-else="">
|
32
|
-
Hello,<br/><br/>
|
33
|
-
</t>
|
34
|
-
Please take a moment to rate our services related to the task "<strong t-out="object.name or ''">Planning and budget</strong>"
|
35
|
-
<t t-if="object._rating_get_operator().name">
|
36
|
-
assigned to <strong t-out="object._rating_get_operator().name or ''">Mitchell Admin</strong>.<br/>
|
37
|
-
</t>
|
38
|
-
<t t-else="">
|
39
|
-
.<br/>
|
40
|
-
</t>
|
41
|
-
</td>
|
42
|
-
</tr>
|
43
|
-
<tr>
|
44
|
-
<td style="text-align: center;">
|
45
|
-
<table border="0" cellpadding="0" cellspacing="0" width="590" summary="o_mail_notification" style="width:100%; margin: 32px 0px 32px 0px;">
|
46
|
-
<tr>
|
47
|
-
<td style="font-size: 13px;">
|
48
|
-
<strong>Tell us how you feel about our service</strong>
|
49
|
-
<br/>
|
50
|
-
<span style="font-size: 12px; opacity: 0.5; color: #454748;">(click on one of these smileys)</span>
|
51
|
-
</td>
|
52
|
-
</tr>
|
53
|
-
<tr>
|
54
|
-
<td style="font-size: 13px;">
|
55
|
-
<table style="width:100%;text-align:center;margin-top:2rem;">
|
56
|
-
<tr>
|
57
|
-
<td>
|
58
|
-
<a t-attf-href="/rate/{{ access_token }}/5">
|
59
|
-
<img alt="Satisfied" src="/rating/static/src/img/rating_5.png" title="Satisfied"/>
|
60
|
-
</a>
|
61
|
-
</td>
|
62
|
-
<td>
|
63
|
-
<a t-attf-href="/rate/{{ access_token }}/3">
|
64
|
-
<img alt="Okay" src="/rating/static/src/img/rating_3.png" title="Okay"/>
|
65
|
-
</a>
|
66
|
-
</td>
|
67
|
-
<td>
|
68
|
-
<a t-attf-href="/rate/{{ access_token }}/1">
|
69
|
-
<img alt="Dissatisfied" src="/rating/static/src/img/rating_1.png" title="Dissatisfied"/>
|
70
|
-
</a>
|
71
|
-
</td>
|
72
|
-
</tr>
|
73
|
-
</table>
|
74
|
-
</td>
|
75
|
-
</tr>
|
76
|
-
</table>
|
77
|
-
</td>
|
78
|
-
</tr>
|
79
|
-
<tr>
|
80
|
-
<td valign="top" style="font-size: 13px;">
|
81
|
-
We appreciate your feedback. It helps us to improve continuously.
|
82
|
-
<t t-if="object.project_id.rating_status == 'stage'"><br/><br/><span style="margin: 0px 0px 0px 0px; font-size: 12px; opacity: 0.5; color: #454748;">This customer survey has been sent because your task has been moved to the stage <b t-out="object.stage_id.name or ''">In progress</b></span></t>
|
83
|
-
<t t-if="object.project_id.rating_status == 'periodic'"><br/><span style="margin: 0px 0px 0px 0px; font-size: 12px; opacity: 0.5; color: #454748;">This customer survey is sent <b t-out="object.project_id.rating_status_period or ''">Weekly</b> as long as the task is in the <b t-out="object.stage_id.name or ''">In progress</b> stage.</span></t>
|
84
|
-
</td>
|
85
|
-
</tr>
|
86
|
-
</tbody>
|
87
|
-
</table>
|
88
|
-
</div>
|
89
|
-
</field>
|
90
|
-
<field name="email_from">{{ (object._rating_get_operator().email_formatted if object._rating_get_operator() else user.email_formatted) }}</field>
|
91
|
-
<field name="lang">{{ object._rating_get_partner().lang }}</field>
|
92
|
-
<field name="name">Project: Task Rating Request</field>
|
93
|
-
<field name="partner_to">{{ object._rating_get_partner().id }}</field>
|
94
|
-
<field name="description">Set this template on a project stage to request feedback from your customers. Enable the "customer ratings" feature on the project</field>
|
95
|
-
</record>
|
96
|
-
</odoo>
|
@@ -1,77 +0,0 @@
|
|
1
|
-
---Models in module 'project'---
|
2
|
-
obsolete model project.delete.wizard [transient]
|
3
|
-
---Fields in module 'project'---
|
4
|
-
pad_project / project.project / description_pad (char) : DEL
|
5
|
-
pad_project / project.project / use_pads (boolean) : DEL
|
6
|
-
pad_project / project.task / description_pad (char) : DEL
|
7
|
-
project / account.analytic.tag / task_ids (many2many) : DEL relation: project.task
|
8
|
-
project / project.milestone / task_ids (one2many) : NEW relation: project.task
|
9
|
-
project / project.project / allow_milestones (boolean) : NEW hasdefault: default
|
10
|
-
project / project.project / last_update_status (selection): not a function anymore
|
11
|
-
project / project.project / last_update_status (selection): now required
|
12
|
-
project / project.project / last_update_status (selection): selection_keys is now '['at_risk', 'off_track', 'on_hold', 'on_track', 'to_define']' ('['at_risk', 'off_track', 'on_hold', 'on_track']')
|
13
|
-
project / project.project / task_properties_definition (properties_definition): NEW
|
14
|
-
project / project.tags / project_ids (many2many) : NEW relation: project.project
|
15
|
-
project / project.tags / task_ids (many2many) : NEW relation: project.task
|
16
|
-
project / project.task / analytic_tag_ids (many2many) : DEL relation: account.analytic.tag
|
17
|
-
project / project.task / ancestor_id (many2one) : NEW relation: project.task, isfunction: function, stored
|
18
|
-
project / project.task / is_analytic_account_id_changed (boolean): NEW isfunction: function, stored
|
19
|
-
project / project.task / is_blocked (boolean) : NEW isfunction: function, stored
|
20
|
-
project / project.task / is_closed (boolean) : is now stored
|
21
|
-
project / project.task / milestone_id (many2one) : NEW relation: project.milestone, hasdefault: compute
|
22
|
-
project / project.task / task_properties (properties) : NEW hasdefault: compute
|
23
|
-
project / project.task.type / is_closed (boolean) : DEL
|
24
|
-
project / res.company / analytic_plan_id (many2one) : NEW relation: account.analytic.plan, hasdefault: compute
|
25
|
-
---XML records in module 'project'---
|
26
|
-
NEW digest.tip: project.digest_tip_project_1
|
27
|
-
NEW ir.actions.act_window: project.action_send_mail_project_project
|
28
|
-
NEW ir.actions.act_window: project.action_send_mail_project_task
|
29
|
-
NEW ir.actions.act_window: project.action_view_task_from_milestone
|
30
|
-
NEW ir.actions.act_window: project.open_view_project_all_config_group_stage
|
31
|
-
NEW ir.actions.act_window: project.project_sharing_project_task_action_sub_task
|
32
|
-
NEW ir.actions.act_window: project.project_task_action_sub_task
|
33
|
-
DEL ir.actions.act_window: project.project_milestone_all
|
34
|
-
NEW ir.actions.act_window.view: project.open_view_all_task_list_calendar
|
35
|
-
NEW ir.actions.act_window.view: project.open_view_all_task_list_kanban
|
36
|
-
NEW ir.actions.act_window.view: project.open_view_all_task_list_tree
|
37
|
-
NEW ir.actions.act_window.view: project.open_view_project_all_config_group_stage_kanban_action_view
|
38
|
-
NEW ir.actions.act_window.view: project.open_view_project_all_config_group_stage_tree_action_view
|
39
|
-
NEW ir.actions.act_window.view: project.project_all_task_activity_action_view
|
40
|
-
NEW ir.actions.act_window.view: project.project_all_task_calendar_action_view
|
41
|
-
NEW ir.actions.act_window.view: project.project_all_task_graph_action_view
|
42
|
-
NEW ir.actions.act_window.view: project.project_all_task_pivot_action_view
|
43
|
-
NEW ir.actions.act_window.view: project.project_sharing_subtasks_form_action_view
|
44
|
-
NEW ir.actions.act_window.view: project.project_sharing_subtasks_kanban_action_view
|
45
|
-
NEW ir.actions.act_window.view: project.project_sharing_subtasks_tree_action_view
|
46
|
-
NEW ir.actions.act_window.view: project.project_task_form_action_view
|
47
|
-
NEW ir.actions.act_window.view: project.project_task_kanban_action_view
|
48
|
-
NEW ir.actions.act_window.view: project.project_task_tree_action_view
|
49
|
-
NEW ir.actions.act_window.view: project.rating_rating_action_task_kanban
|
50
|
-
NEW ir.actions.act_window.view: project.rating_rating_action_view_project_rating_kanban
|
51
|
-
DEL ir.actions.server: project.unlink_project_action
|
52
|
-
NEW ir.model.access: project.access_project_task_burndown_chart_report_user
|
53
|
-
NEW ir.model.access: project.access_report_project_task_user_project_user
|
54
|
-
DEL ir.model.access: project.access_project_delete_wizard
|
55
|
-
NEW ir.rule: project.burndown_chart_project_manager_rule (noupdate)
|
56
|
-
NEW ir.rule: project.burndown_chart_project_user_rule (noupdate)
|
57
|
-
NEW ir.rule: project.report_project_task_manager_rule (noupdate)
|
58
|
-
NEW ir.rule: project.report_project_task_user_rule (noupdate)
|
59
|
-
NEW ir.ui.menu: project.menu_projects_config_group_stage
|
60
|
-
NEW ir.ui.view: project.rating_rating_project_view_kanban
|
61
|
-
NEW ir.ui.view: project.task_type_tree_inherited
|
62
|
-
NEW ir.ui.view: project.view_project_calendar
|
63
|
-
NEW ir.ui.view: project.view_project_config_kanban
|
64
|
-
NEW ir.ui.view: project.view_project_task_pivot_inherit
|
65
|
-
NEW ir.ui.view: project.view_project_task_type_unarchive_wizard
|
66
|
-
NEW ir.ui.view: project.view_task_all_calendar
|
67
|
-
NEW ir.ui.view: project.view_task_kanban_inherit_my_task
|
68
|
-
DEL ir.ui.view: pad_project.project_project_view_form
|
69
|
-
DEL ir.ui.view: pad_project.res_config_settings_view_form
|
70
|
-
DEL ir.ui.view: pad_project.view_task_form2_inherit_pad_project
|
71
|
-
DEL ir.ui.view: project.project_collaborator_view_form
|
72
|
-
DEL ir.ui.view: project.project_delete_wizard_form
|
73
|
-
DEL ir.ui.view: project.project_task_burndown_chart_report_view_pivot
|
74
|
-
NEW mail.message.subtype: project.mt_project_update_create (noupdate)
|
75
|
-
NEW mail.message.subtype: project.mt_task_progress (noupdate)
|
76
|
-
NEW mail.message.subtype: project.mt_update_create (noupdate)
|
77
|
-
NEW res.groups: project.group_project_milestone
|
@@ -1 +0,0 @@
|
|
1
|
-
odoo
|
File without changes
|
File without changes
|