Jean-Charles Drubay
Jean-Charles Drubay
I am using pyenv and pyenv virtualenv to select a specific version of python. Personally, I am using python 3.7.9 with Odoo 14 https://github.com/pyenv/pyenv https://github.com/pyenv/pyenv-virtualenv
There is no particular reason. I did not check the compatibility of python 3.8. Do you think there is any recommendation of which python version x.y.z to use for each...
Thanks for taking the time to answer me @Yenthe666 👍
+1 :) On Sat, Jan 7, 2017 at 10:37 PM, Pedro M. Baeza wrote: > Yeah, I prefer also that you move the PRs here and to benefit directly >...
What is very important to track is: - what does the insurance agree to pay for? It is very common that the insurance agrees for part, but not all. -...
Workaround: set the language of the current user in preference.
I did not check this in v10
I can still reproduce the issue in runbot (after removing the language) http://3274999-8-0-c69c07.runbot2.odoo-community.org/web?#id=7&view_type=form&model=medical.appointment&action=146
I am planning to work on the upgrade of the module `contract` to version 15.0.
Thanks for answering so fast @pedrobaeza I am probably mistaken but it seems to me that invoices are created with a batch create: ``` invoices_values = self._prepare_recurring_invoices_values(date_ref) moves = self.env["account.move"].create(invoices_values)...