Trịnh Anh Ngọc
Trịnh Anh Ngọc
Hi @jcfernandez-890825 That talk was the first time I heard about the Odoo Components. Regarding the article, I think it would be better if the author first gives a specific...
Same with `analytic_distribution` https://github.com/odoo/odoo/blob/ec929f787f629940cd38a4ed25e5012335e2483d/addons/sale/views/sale_order_views.xml#L366
> Also, in `odoo-stubs`: `_depends: Any` in several versions. Shouldn't be changed to `_depends: Dict[str, List[str]]` ? Yup!
> Nice, but please don't force the use of ensure_one. Yup! :))
Might need help from [pydevd-odoo](https://github.com/odoo-ide/pydevd-odoo)
If the `translate` is true, then the field type is `_String`
> Hi, great work with Odoo extension by Pycharm. Recentely, our company wants to move away from Pycharm (great IDE but lacks WLS support) to VSC. Only reason is delaying...
A wishlist from community: https://github.com/odoo/odoo/issues/93669 I am working hard on some possible solutions to develop VSCode extension for Odoo. I will blog about it as soon as I have a...
Hi @straconx , The new Odoo extension for Visual Studio Code is now on the [Marketplace](https://marketplace.visualstudio.com/items?itemName=trinhanhngoc.vscode-odoo). However, it will take a long time before the extension is as good as...
Hi @jcfernandez-890825 Many results are unrelated because they look like fields but it's difficult to accurately determine their model (https://github.com/odoo-ide/pycharm-odoo/issues/67), so PyCharm will still show them as candidates. I am...