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
281 stars 786 forks source link

[16.0][IMP] project_task_code: Allow search task by its code #1241

Closed dmitriypaulov closed 2 months ago

dmitriypaulov commented 8 months ago

This feature allows users to search project tasks by their codes

ivs-cetmix commented 8 months ago

Hey @OCA/project-service-maintainers would be great to have this merged. Because absence of this feature affects the productivity badly 😉

alexey-pelykh commented 8 months ago

@dmitriypaulov please squash the commits into one

dreispt commented 7 months ago

I think the technical implementation is incorrect. You should inject an additional search domain tuple rather than overriding name_search...

ivs-cetmix commented 3 months ago

Hi @dreispt, thank you for your review! I have created a new branch and opened a new PR https://github.com/OCA/project/pull/1321

Could you please check it?

dreispt commented 2 months ago

Superseded by #1321