Quirino Leone
Quirino Leone
Working on `project_portal_task_visibility` https://github.com/OCA/project/pull/1590
> Tests are failing because of incompatibility with `project_task_code_portal`. There are a few ways we could possibly address it, none of them are very elegant. > > One of them...
Code and functional review: LGTM
Thank you @SirPyTech ! I did `format-patch` and squashed commits. I've updated also behavior in `account_payment.py` by taking code from the "previous attempt", and as consequence all tests are now...
Thank you Simone for the explanation. Now it's clearer for me, so I updated code. I hope now everything is fine.
After https://github.com/OCA/server-ux/pull/1135, I had to change a couple of occurences of `validated` field, which not exists in `server-ux` for `16.0`. I replaced it with `validation_status = 'validated'`
Fixed tests failure!