mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
aef961add1bd953bf1cd919c72d582c14982c41e
Without this commit, ir.translation are searched using a LIKE, meaning that for a field called 'title', we'd get the translations of all the fields beginning with title on this model. Therefore, the returned value for field 'title' that is displayed in the widget will be the value of the last result returned by search_read, what could be anything beginning with title, and not necessarily the field title itself.
Web addons for Odoo
This project aims to deal with modules related to the webclient of Odoo. You'll find modules that:
- Add facilities to the UI
- Add widgets
- Ease the import/export features
- Generally add clientside functionality
Description
Languages
JavaScript
69.3%
HTML
24.2%
Python
3.9%
SCSS
1.8%
CSS
0.8%
