-
- Downloads
[MERGE] project: refactor the list and form views in project sharing in OWL
Purpose
=======
Convert the remaining legacy views in OWL. Before this PR, the list and form views are still in legacy in Project Sharing feature. The goal of this PR is to convert those views to have all views in OWL in Project Sharing.
Details implementation
----------------------
- Convert the list view in OWL
- Convert the chatter portal in OWL to be able to convert the form view in OWL
- Convert the form view in OWL and integrate the chatter into it.
- Review the assets used in Project Sharing to reduce the size of the assets since all components and views existing in the backend are not used (only the list, kanban and form views are used)
- Review the rows attribute set on `textarea` HTML element in`TextField` to be able to altered it with a props.
- Change the `FileInput` component to be able to override it to be able to use it when the route is different than the one set by default.
- Fix the `useInputField` hook to be able to use the `TextField` component without any `record` set on its props (since this prop could be optional).
task-2947516
closes odoo/odoo#102130
Signed-off-by:
Laurent Stukkens (ltu) <ltu@odoo.com>
No related branches found
No related tags found
Showing
- addons/hr_timesheet/__manifest__.py 3 additions, 0 deletionsaddons/hr_timesheet/__manifest__.py
- addons/project/__manifest__.py 123 additions, 13 deletionsaddons/project/__manifest__.py
- addons/project/static/src/project_sharing/components/chatter.js 0 additions, 34 deletions.../project/static/src/project_sharing/components/chatter.js
- addons/project/static/src/project_sharing/components/chatter.xml 0 additions, 8 deletions...project/static/src/project_sharing/components/chatter.xml
- addons/project/static/src/project_sharing/components/chatter/chatter.scss 4 additions, 3 deletions...tatic/src/project_sharing/components/chatter/chatter.scss
- addons/project/static/src/project_sharing/components/chatter/chatter_attachments_viewer.js 15 additions, 0 deletions..._sharing/components/chatter/chatter_attachments_viewer.js
- addons/project/static/src/project_sharing/components/chatter/chatter_attachments_viewer.xml 28 additions, 0 deletions...sharing/components/chatter/chatter_attachments_viewer.xml
- addons/project/static/src/project_sharing/components/chatter/chatter_composer.js 134 additions, 0 deletions...rc/project_sharing/components/chatter/chatter_composer.js
- addons/project/static/src/project_sharing/components/chatter/chatter_composer.xml 61 additions, 0 deletions...c/project_sharing/components/chatter/chatter_composer.xml
- addons/project/static/src/project_sharing/components/chatter/chatter_container.js 172 additions, 0 deletions...c/project_sharing/components/chatter/chatter_container.js
- addons/project/static/src/project_sharing/components/chatter/chatter_container.xml 27 additions, 0 deletions.../project_sharing/components/chatter/chatter_container.xml
- addons/project/static/src/project_sharing/components/chatter/chatter_message_counter.js 10 additions, 0 deletions...ect_sharing/components/chatter/chatter_message_counter.js
- addons/project/static/src/project_sharing/components/chatter/chatter_message_counter.xml 16 additions, 0 deletions...ct_sharing/components/chatter/chatter_message_counter.xml
- addons/project/static/src/project_sharing/components/chatter/chatter_messages.js 37 additions, 0 deletions...rc/project_sharing/components/chatter/chatter_messages.js
- addons/project/static/src/project_sharing/components/chatter/chatter_messages.xml 43 additions, 0 deletions...c/project_sharing/components/chatter/chatter_messages.xml
- addons/project/static/src/project_sharing/components/chatter/chatter_pager.js 64 additions, 0 deletions...c/src/project_sharing/components/chatter/chatter_pager.js
- addons/project/static/src/project_sharing/components/chatter/chatter_pager.xml 21 additions, 0 deletions.../src/project_sharing/components/chatter/chatter_pager.xml
- addons/project/static/src/project_sharing/components/composer.js 0 additions, 17 deletions...project/static/src/project_sharing/components/composer.js
- addons/project/static/src/project_sharing/components/portal_attach_document/portal_attach_document.js 33 additions, 0 deletions...mponents/portal_attach_document/portal_attach_document.js
- addons/project/static/src/project_sharing/components/portal_attach_document/portal_attach_document.xml 21 additions, 0 deletions...ponents/portal_attach_document/portal_attach_document.xml
Loading
Please register or sign in to comment