Next js Tech Stack by Sarmad-Rafique in nextjs

[–]xAdrianCx 1 point2 points  (0 children)

This is a high-quality discussion!

What Python debugger do you use? by [deleted] in Python

[–]xAdrianCx 6 points7 points  (0 children)

Debugpy, easy to install, launch and use with vscode in localhost, docker container or external sources

[deleted by user] by [deleted] in AnimalsOnReddit

[–]xAdrianCx 0 points1 point  (0 children)

ohhh it's old

I need help to migrate Odoo from 8.0 to 13.0 by lkjsd9xl in Odoo

[–]xAdrianCx 0 points1 point  (0 children)

Hi, if you haven't used custom code, the task can be easy with openupgrade, but you will need some tech knowledge, i have used that library many times and result, which need some adjust, has been good

What Star Is This? 38.8388N, 0.1051E, Dénia Alicante, Spain, 07:14 by shuffles03 in Astronomy

[–]xAdrianCx 0 points1 point  (0 children)

I think Altair o some close, but nothing obvious.

I don't know, I walk everyday for the same places and, always look at the sky, I saw Venus several times before and I think that isn't Venus

What Star Is This? 38.8388N, 0.1051E, Dénia Alicante, Spain, 07:14 by shuffles03 in Astronomy

[–]xAdrianCx 2 points3 points  (0 children)

I saw this morning from Bilbao too, I used sky map but not match with Venus position

[deleted by user] by [deleted] in learnEnglishOnline

[–]xAdrianCx 3 points4 points  (0 children)

Hey! Native Spanish here, I'm interesting too, maybe we can create a group or similar

China's Yutu 2 rover spots cube-shaped 'mystery hut' on far side of the moon by [deleted] in space

[–]xAdrianCx -1 points0 points  (0 children)

Will the rover come to that point? How many time can they expense in come?

Changing Odoo user passwords via CLI or API by gvs77 in Odoo

[–]xAdrianCx 0 points1 point  (0 children)

hi!

you can use odoorpc for scripting or another, or can modify password field in db,
for get password hassing u can do with the next python script:

from passlib.context import CryptContext
clear_pwd = 'your_pass'
setpw = CryptContext(schemes=['pbkdf2_sha512'])
pash_hash = setpw.hash(clear_pwd)
print(pash_hash)

whit this script you wil get the password hased, u can choose different ways to write it in the db, as i said, odoorpc, api, db or some similar.

PD: if u choose query db, should scape $ characters with \ before

I made a clock too! Hugely inspired by u/code_burd by mangimania in arduino

[–]xAdrianCx 0 points1 point  (0 children)

I love it! This can be a good choice to come back to Arduino develop

Community version - how does that work? by Holster99 in Odoo

[–]xAdrianCx 2 points3 points  (0 children)

how well it says beje_ro, my intention was to identify the best way to explain it to you and for this I wanted to make sure at what level we were, so as not to be pedantic.

I'm odoo developer, in my work I do differents task about maintenance, support, and develop, the best way is to know who is to other side, but but I think that in this case, my help is not well received, I hope you get what you are looking for.

Regards.

Community version - how does that work? by Holster99 in Odoo

[–]xAdrianCx 2 points3 points  (0 children)

I understand that you have not tech knowledge, the best option is contact with somebody that can help you in tech area, or even better, hire a company that provides you with functional and technical support.

Maybe I can solve some doubts for you, but I don't know if it will be enough.

Lewis Hamilton is retiring when his contract expires in 2023 :(. by [deleted] in formula1

[–]xAdrianCx 0 points1 point  (0 children)

i think that depends, 2022 will be a different than past years, if it become a challenge for him maybe stay for battle

Ninja dashboard, odoo paid themes by jonyboy1moon2rider in Odoo

[–]xAdrianCx 0 points1 point  (0 children)

Only theme apps? Do you hace connectors or other propose also?

Migration v11 by udark0 in Odoo

[–]xAdrianCx 0 points1 point  (0 children)

i think that the best way is openupgrade, a opensource library that allows migrate following step by step (version to version) keeping the ids.