arpi-odoo

Results 2 issues of arpi-odoo

There is a new translation system that was introduced in this PR: https://github.com/odoo/odoo/pull/187546. Right now in the IDE, the `name@fr` tags are red with "cannot resolve symbol". It should be...

duplicate
enhancement

When you auto import a missing statement, pycharm will add this: ```js import { useService } from "../../../../../web/static/src/core/utils/hooks"; ``` But that can be replaced with syntax sugar like so: ```js...

duplicate
enhancement