3
0
Fork 0
Commit Graph

2185 Commits (9452113d098acb842bbbae718ef923b16437d6ab)

Author SHA1 Message Date
OCA-git-bot 9452113d09 [ADD] setup.py 2021-11-26 13:39:44 +00:00
OCA-git-bot 46615d1396 [UPD] README.rst 2021-11-26 13:39:44 +00:00
oca-travis 2d7aabc479 [UPD] Update web_dashboard_tile.pot 2021-11-26 11:07:16 +00:00
OCA-git-bot f323800197 Merge PR #1428 into 12.0
Signed-off-by dreispt
2021-11-26 09:52:20 +00:00
Saeed Raeisi 2c35b756da Translated using Weblate (Persian)
Currently translated at 85.7% (6 of 7 strings)

Translation: web-12.0/web-12.0-web_responsive_company
Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_responsive_company/fa/
2021-11-04 08:35:38 +00:00
Saeed Raeisi 96cc460148 Added translation using Weblate (Persian) 2021-11-04 06:08:23 +00:00
Saeed Raeisi 71d69f9afc Added translation using Weblate (Persian) 2021-11-04 06:08:07 +00:00
Sylvain LE GAL f118060672 [REF] remove half developed functionality that allowed to create on the fly tiles, but that was limited regarding configuration 2021-11-02 15:33:18 +01:00
Sylvain LE GAL ac41778d58 [IMP] use correct tree_view_id if defined in the action_id ; [IMP] and name and category_id in the tile search view 2021-10-21 19:52:34 +02:00
Sylvain LE GAL 02409896cc Update web_dashboard_tile/models/tile_category.py
Co-authored-by: Iván Todorovich <ivan.todorovich@gmail.com>
2021-10-21 19:51:45 +02:00
Sylvain LE GAL 6055bd3b2d [MIG][12.0] web_dashboard_tile
- refactor tile category
- improve description
- add legalsylvain as maintainer
- update code and translation
2021-10-21 19:51:45 +02:00
Sylvain LE GAL 07124f3b7f [REF] web_dashboard_tile: Black python code 2021-10-21 19:51:45 +02:00
Stéphane Bidoul (ACSONE) fe12fcc9d1 remove obsolete .pot files [ci skip] 2021-10-21 19:51:45 +02:00
Katherine Zaoral 78d0184fec [FIX] web_dashboard_tile clean group_by from tile view
Be able to open a title without getting context group_by garbage from the
title view.
2021-10-21 19:51:45 +02:00
Iván Todorovich f52052b474 [9.0][web_dashboard_tile] Update version number 2021-10-21 19:51:45 +02:00
Iván Todorovich 338e1cad5f Improved tile.category form view 2021-10-21 19:51:45 +02:00
Iván Todorovich c6159f0e17 Fix white background when reordering tile 2021-10-21 19:51:45 +02:00
Iván Todorovich 45bf9c91a0 Fixed - sequence not being saved when reordering kanban 2021-10-21 19:51:45 +02:00
Iván Todorovich 6530ad7bd6 Added Known Issues 2021-10-21 19:51:45 +02:00
Sylvain LE GAL 58b2f273db [IMP] do not call search_read if no fields are set 2021-10-21 19:51:45 +02:00
Sylvain LE GAL 16339fc41f [IMP] make one search_read call instead of two calls 2021-10-21 19:51:45 +02:00
Sylvain LE GAL 1ffdad84a4 [IMP] web_dashboard_tile: reduce computation time 2021-10-21 19:51:45 +02:00
Iván Todorovich d148ac41a2 Added tile categories. 2021-10-21 19:51:45 +02:00
Iván Todorovich 405cc75363 Added 'dropdown' menu for Technical Features only (debug mode) 2021-10-21 19:51:45 +02:00
Iván Todorovich f2c7b72602 Use more pixels for title 2021-10-21 19:51:45 +02:00
Iván Todorovich 7e1a44df83 Use o_kanban_small_column for grouping 2021-10-21 19:51:45 +02:00
Iván Todorovich ff5cc27354 Fix 'Add to Dashboard Tile' menu (MIG 9.0) 2021-10-21 19:51:45 +02:00
Iván Todorovich 3b62493918 Fix styles (MIG 9.0) 2021-10-21 19:51:45 +02:00
OCA Transbot c670ae91a8 OCA Transbot updated translations from Transifex 2021-10-21 19:51:45 +02:00
Nicolas Mac Rouillon 3a975b23f5 FIX 2021-10-21 19:51:45 +02:00
Iván Todorovich 4380028716 [IMP][8.0][web_dashboard_tile] Refactor (see changes in description) (#476)
Conflicts:
	web_dashboard_tile/__openerp__.py
	web_dashboard_tile/models/tile_tile.py
2021-10-21 19:51:45 +02:00
Nicolas Mac Rouillon 4268f85871 IMP implementation of iteration 2021-10-21 19:51:45 +02:00
Nicolas Mac Rouillon 525f604153 FIX remove api.one 2021-10-21 19:51:45 +02:00
Nicolas Mac Rouillon 94a08e16c9 FIX 2021-10-21 19:51:45 +02:00
Nicolas Mac Rouillon d27a4d1e81 FIX __openerp__ 2021-10-21 19:51:45 +02:00
Nicolas Mac Rouillon 1c2af267f4 FIX 2021-10-21 19:51:45 +02:00
Iván Todorovich 51630ecbdf [IMP][8.0][web_dashboard_tile] Refactor (see changes in description) (#476)
Conflicts:
	web_dashboard_tile/README.rst
	web_dashboard_tile/__openerp__.py
	web_dashboard_tile/models/tile_tile.py
	web_dashboard_tile/static/src/css/tile.css
2021-10-21 19:51:45 +02:00
Iván Todorovich e27c0deb6e [8.0][FIX] web_dashboard_tile security rule
Rule was not being updated because of `<data noupdate="1">`, hence the groups field of the tile was not working.

Conflicts:
	web_dashboard_tile/__openerp__.py
2021-10-21 19:51:45 +02:00
Pedro M. Baeza 193bfe113a [IMP] web_dashboard_tile: README 2021-10-21 19:51:45 +02:00
David Beal 43290842ce [FIX] preview image in README 2021-10-21 19:51:45 +02:00
Pedro M. Baeza d92fb5f566 [MIG] Make modules uninstallable 2021-10-21 19:51:45 +02:00
Stéphane Bidoul 2a50efc9fa [UPD] prefix versions with 8.0 2021-10-21 19:51:45 +02:00
Matjaž Mozetič 368c485292 Added slovene translation 2021-10-21 19:51:45 +02:00
Sylvain LE GAL eaf49662dc [REF] tile form display; 2021-10-21 19:51:45 +02:00
Sylvain LE GAL 2411981f75 [FIX] incorrect description; 2021-10-21 19:51:45 +02:00
Sylvain LE GAL 75700d91cf [FIX] flake8; 2021-10-21 19:51:45 +02:00
Sylvain LE GAL ae83648af2 [REF] remove obsolete migration file for V7 udpate; 2021-10-21 19:51:45 +02:00
Sylvain LE GAL 7d0f8c5c09 [ADD] Extra demo data; 2021-10-21 19:51:45 +02:00
Sylvain LE GAL 37f163d1f4 [PORT][REF] change name of field; 2021-10-21 19:51:45 +02:00
Sylvain LE GAL 05876c2c31 [PORT][REF] OCA conventions; 2021-10-21 19:51:45 +02:00