Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions odoo/addons/base/migrations/10.0.1.3/pre-migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def migrate(cr, version):
openupgrade.update_module_names(
cr, [
('account_full_reconcile', 'account'),
('project_timesheet', 'hr_timesheet'),
('share', 'base'),
('web_tip', 'web'),
('web_view_editor', 'web'),
Expand Down
2 changes: 1 addition & 1 deletion odoo/openupgrade/doc/source/modules90-100.rst
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ missing in the new release are marked with |del|.
+-----------------------------------+-----------------------------------+
|project_issue_sheet | |
+-----------------------------------+-----------------------------------+
| |del| project_timesheet | |
| |del| project_timesheet | Done - Merged in hr_timesheet |
+-----------------------------------+-----------------------------------+
|purchase | Nothing to do |
+-----------------------------------+-----------------------------------+
Expand Down