Skip to content

[IMP] odoo-shippable: convert all files to unix format

After this PR, now all files are converted to unix file format when the file is opened using VIM.

You can test this changes cloning this repository and building the docker image:

cd odoo-shippable docker build -t vim-unix . docker run -it vim-unix bash

Merge request reports