Skip to content

Commit

Permalink
[REF] web: remove legacy calendar view
Browse files Browse the repository at this point in the history
The calendar view and all its extensions have been converted to
owl, so it's time to get rid of the legacy implementation.

closes odoo#101816

X-original-commit: 681a6a9
Related: odoo/enterprise#32130
Signed-off-by: Michaël Mattiello <mcm@odoo.com>
Signed-off-by: Aaron Bohy (aab) <aab@odoo.com>
  • Loading branch information
aab-odoo committed Oct 1, 2022
1 parent eaee797 commit 40df434
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 8,563 deletions.
4 changes: 0 additions & 4 deletions addons/web/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@
'web/static/src/legacy/js/libs/bootstrap.js',
'web/static/src/legacy/js/libs/content-disposition.js',
'web/static/src/legacy/js/libs/download.js',
'web/static/src/legacy/js/libs/fullcalendar.js',
'web/static/src/legacy/js/libs/jquery.js',
'web/static/src/legacy/js/libs/moment.js',
'web/static/src/legacy/js/libs/underscore.js',
Expand Down Expand Up @@ -223,7 +222,6 @@
'web/static/src/legacy/scss/kanban_examples_dialog.scss',
'web/static/src/legacy/scss/kanban_column_progressbar.scss',
'web/static/src/legacy/scss/kanban_view.scss',
'web/static/src/legacy/scss/web_calendar.scss',
'web/static/src/legacy/scss/data_export.scss',
'base/static/src/scss/onboarding.scss',
'web/static/src/legacy/scss/attachment_preview.scss',
Expand Down Expand Up @@ -290,7 +288,6 @@
'web/static/src/legacy/xml/control_panel.xml',
'web/static/src/legacy/xml/fields.xml',
'web/static/src/legacy/xml/kanban.xml',
'web/static/src/legacy/xml/web_calendar.xml',
'web/static/src/legacy/xml/search_panel.xml',
'web/static/src/legacy/xml/week_days.xml',
],
Expand Down Expand Up @@ -397,7 +394,6 @@
'web/static/src/legacy/js/libs/bootstrap.js',
'web/static/src/legacy/js/libs/content-disposition.js',
'web/static/src/legacy/js/libs/download.js',
'web/static/src/legacy/js/libs/fullcalendar.js',
'web/static/src/legacy/js/libs/jquery.js',
'web/static/src/legacy/js/libs/moment.js',
'web/static/src/legacy/js/libs/underscore.js',
Expand Down
258 changes: 0 additions & 258 deletions addons/web/static/src/legacy/js/libs/fullcalendar.js

This file was deleted.

Loading

0 comments on commit 40df434

Please sign in to comment.