Gailius Kazlauskas

Results 17 comments of Gailius Kazlauskas

@dek-odoo , are you saying that there is a way of installing `pysftp` without having its dependency `enum` also installed? Or am I misreading something here?

This is a very good forgotten PR that is still relevant even in later versions of Odoo. I only have one suggestion (something that @grexe already suggested in his issue...

@Yenthe666 , sorry, I wasn't very clear. I fully agree and this is exactly what I suggest changing to make this PR perfect. :) Replace ``` raise ImportError('This module needs...

In this PR @Danisan also adds `external_dependencies` parameter in the manifest file in commit 5b518fcce4209918744ecc4b38b7c2b6595b9fcb . It prevents installing the module if the dependency is missing (gives a very nice...

Standard doesn't link tasks with milestones like OCA one does. So if someone is already using OCA module and it gets discontinued, migrating to v15 would mean loss of data....

Sure thing. Tho, how would one rename a module in migration scripts? Is there a guide we could refer to? As I imagine, you would still make a dummy `project_milestone`...

@georginacicerchia @BT-rfresco I suppose we do need to migrate the module, so that there is a migration script to adapt old data to standard. After that the module could be...

@Mantux11 and me Might have forgotten to comment here, but module `project_task_dependency` is in PR (https://github.com/OCA/project/pull/892) for migration to v15. It only includes the migration script to move the data...

OH! You were asking me! Sorry, I didn't notice the "cc" for Jordi :stuck_out_tongue_closed_eyes: Sorry, no. I haven't looked into that change between v12 and v13 much more than this....

@Saran440 Hi, are there plans to continue with this PR? Also, maybe someone already uses it as is in production?