OCA / project

Odoo Project Management and Services Company Addons
https://odoo-community.org/psc-teams/project-service-28
GNU Affero General Public License v3.0
287 stars 791 forks source link

[16.0] project_list module is not useful anymore #1373

Open ByteMeAsap opened 1 week ago

ByteMeAsap commented 1 week ago

Module

project_list

Describe the bug

This module is not needed anymore as the list view is added in default project module in Odoo. Check https://github.com/odoo/odoo/blob/d1be9e4a4ec2cf6eaafe982b5b0036afa5421207/addons/project/views/project_views.xml#L984 and https://github.com/odoo/odoo/blob/d1be9e4a4ec2cf6eaafe982b5b0036afa5421207/addons/project/views/project_views.xml#L1004

To Reproduce

Affected versions: 16.0

Expected behavior The module can be removed from the 16.0 branch

pedrobaeza commented 1 week ago

Yes, indeed. The usual way is to empty the module and change the README to comment it, for not having broken installations.