Sebastiano Picchi
Sebastiano Picchi
@rousseldenis It seems that `stock_inventory_discrepancy` and `stock_quant_import` conflict with each other in the tests. The module `stock_inventory_discrepancy` adds an additional modal to confirm `stock.quant` changes. I added a way to...
With the last force-pushed commit I added the maintainers
Congratulations for your first PR! Just a small fix regarding the PR structure: adapt the PR name to [_VERSION_][_TYPE_] **module_name**: short description Other than that nice job. Let's wait for...
While testing it I found a problem, not necessarily related to this implementation. If I enable the endpoint with `expose_fastapi_docs` set to `True` the docs are reachable as expected. Then...
I think we should take advantage of this occasion to comply with OCA module documentation. The file README.md added in 9d8a0b2f093ffae0e56436d1598be49dea45d9a4 should be generated automatically. To do so we should...
@flotho there you go
@marcelsavegnago there you go
I just rebased because of a conflict arising from the merge of #643
I removed the unrelated commit, the new email template (will do another PR for that) and the `stage_id` forced assignment in the controller. I also converted the email templates to...
> Please use with_context decorator instead of a hard replacement of this type, as it's not guaranteed that the internal implementation will work with this kind of operations. @pedrobaeza Shouldn't...