Rolando Pérez Rebollo

Results 4 issues of Rolando Pérez Rebollo

This is not really an issue, just an improvement request: a lot of people are connected to internet through an authenticated http proxy (work office for example), will be great...

https://github.com/camptocamp/docker-odoo-project/blob/0861fcdf65ffa1f987736831799ca5ba123db886/16.0/Dockerfile#L58 Output this: ![Untitled-2023-02-09-0907](https://user-images.githubusercontent.com/38138332/222964414-8918f057-5a65-44d9-b54a-9fdac3b35021.png)

Here we can see volume data is set to: https://github.com/camptocamp/docker-odoo-project/blob/0861fcdf65ffa1f987736831799ca5ba123db886/16.0/Dockerfile#L63 As for the rest wherever we see data directory for odoo settings we see: https://github.com/camptocamp/docker-odoo-project/blob/0861fcdf65ffa1f987736831799ca5ba123db886/16.0/Dockerfile#L58 https://github.com/camptocamp/docker-odoo-project/blob/0861fcdf65ffa1f987736831799ca5ba123db886/16.0/Dockerfile#L80 I am getting permission...

https://github.com/CybroOdoo/CybroAddons/blob/b2c207c9052173bfca4659a60ae749d62b2d7046/subscription_package/models/subscription_products.py#L41 This line is throwing psycopg2.ProgrammingError: can't adapt type 'subscription.package' when creating an invoice from a sale order related to any subscription. I got it right changing it by: `...