[16.0][ADD] helpdesk_mgmt_stock_origin: pre-fill heldesk tickets created from a picking using origin PO/SO#965
Conversation
…sk ticketscreated from a picking
| "helpdesk_mgmt_sale", | ||
| "helpdesk_mgmt_purchase", |
There was a problem hiding this comment.
test dependencies are missing mgmt_sale and mgmt_purchase....
IMO this addon should be split into 2 addons. One for sale and one for purchase to avoid to depends of sale and purchase at same time into the same addon...
There was a problem hiding this comment.
test dependencies are missing mgmt_sale and mgmt_purchase....
My bad I believed I needed these dependencies first so I added them in manifest only to later realize that the code was not using those modules logic so I removed the test dep but not in the manifest
IMO this addon should be split into 2 addons. One for sale and one for purchase to avoid to depends of sale and purchase at same time into the same addon...
Good idea, I will close this PR and create 2 new ones
Depends on #875