Commit Graph

1157 Commits (8a3afd4173f4c7a3e16d11a93bf96229d3a286b7)

Author SHA1 Message Date
tarteo 209c04d509 [FIX] Flake8 2016-11-11 01:22:16 +01:00
tarteo 237cc60d71 [FIX] xml declaration 2016-11-11 01:16:44 +01:00
tarteo cdc150eb9a [ADD] README, copyrights, EOFs 2016-11-11 01:11:49 +01:00
tarteo 618a67ea29 [ADD] Delete all button 2016-11-11 00:43:31 +01:00
tarteo 7fa82a1a86 [IMP] Improved mixin name 2016-11-10 21:14:27 +01:00
tarteo 33dc884c58 Initial commit 2016-11-10 21:11:50 +01:00
Dave Lasley acf8514b39
[FIX] web_responsive: Change z-indexes
* Rebalance z-indexes to fix overlay issue while still providing notification support
2016-11-09 11:26:31 -08:00
Dave Lasley f836479461
[MIG] web_responsive: Migrate to v10
* Bump version
* Change all openerp to odoo
* Fix qunit suite injection
* Remove jQuery require
* Change to new selectors:
  * `oe_leftbar` to `o_sub_menu`
  * `oe_logo` to `o_sub_menu_logo`
  * `oe_footer` to `o_sub_menu_footer`
  * `oe_secondary_menus_container` to `o_sub_menu_content`
* Add style to hide oe_footer instead of remove to not break `support_branding`
* Add note in ReadMe explaining override of `support_branding`
* Set top margin of app drawer title to 0 to fit v10 proportions
* Fix notification badge positioning
* Add o_web_client class to body to fix overlaps
* Scroll control panel with page
* Change navbar z-index to not be overlapped by buttons
* Raise z-index on header to raise over buttons
* Handle layered notifications via z-index
* Remove `#` from navigation links HREF to prevent history littering
2016-11-07 18:20:17 -08:00
OCA Git Bot 7158aa76a1 [ADD] setup.py 2016-11-06 04:33:59 +01:00
OCA Git Bot 796ae6c95f [UPD] addons table in README.md 2016-11-06 02:33:27 +01:00
Niki Waibel b6ab93bc21 [MIG] web_favicon: Migrated to 10.0 (#459) 2016-11-05 18:46:53 +01:00
OCA Git Bot 1f92cd2872 [UPD] addons table in README.md 2016-11-01 19:51:15 +01:00
OCA Git Bot 922116861c [ADD] setup.py 2016-10-19 04:34:10 +02:00
Sylvain LE GAL d8eaf033d5 10.0 port web sheet full width (#449)
[MIG] adapt web_sheet_full_width to V10.0 web framework
2016-10-18 12:42:45 +02:00
Pedro M. Baeza c5a10349de Merge pull request #450 from legalsylvain/10.0_REF_remove_web_easy_switch_company
[REF] remove web_easy_switch_company. feature is now in the Odoo web module
2016-10-17 09:10:24 +02:00
Sylvain LE GAL f4a7796510 [REF] remove web_easy_switch_company. feature is now in the Odoo web Module 2016-10-17 01:22:47 +02:00
Pedro M. Baeza e2d02b8102 Merge pull request #448 from laslabs/hotfix/10.0/travis
[IMP][10.0] travis: Upgrade travis config
2016-10-15 19:51:57 +02:00
Dave Lasley 91f9afed5f [IMP] travis: Upgrade travis config
* Switch to new matrix
* Add Transifex
* Add travis_after_tests_success
2016-10-15 10:34:38 -07:00
Dave Lasley b5eed537f8 [FIX] web_responsive: Other minor fixes
* Add Tecnativa as author
* Remove untestable JS method
* Rename to web_responsive
2016-10-14 04:06:45 -07:00
Jairo Llopis ac0d077031 [FIX] web_responsive: Fix several issues
* one2many tags now not hidden behind inputs.
* Drawer icons now with much better look.
* No overflow bug in small views when closing drawer.
* Documented it when resizing viewport. (+1 squashed commit)
* Whitespace cleanup.
2016-10-14 04:06:44 -07:00
Dave Lasley b2353e2671 [ADD] web_responsive: Create new module
* Create App Drawer for primary menu
* Move secondary menu to top bar
* Add keyboard shortcuts for primary menu navigation
* Make web client slightly more mobile compatible (no widgets)
2016-10-14 04:06:44 -07:00
OCA Git Bot 230a6eadf4 [ADD] setup.py 2016-10-13 04:34:21 +02:00
Pedro M. Baeza c76279598e [REM] web_color: Overrided by web_widget_color 2016-10-12 10:56:16 +02:00
Adrien Peiffer (ACSONE) 6f17c7e6b0 Migration of web_widget_color to 10.0 (#439)
[MIG] web_widget_color: Migration to 10.0
2016-10-12 10:54:45 +02:00
OCA Git Bot d39ab16d64 [ADD] setup.py 2016-10-10 16:01:33 +02:00
Pedro M. Baeza cda7b29671 Merge pull request #436 from syleam/10.0-migrate-web_environment_ribbon
[MIG] Migrated web_environment_ribbon to v10.0
2016-10-10 15:01:11 +02:00
Sylvain GARANCHER d0bd0d0d42 [MIG] Migrated web_environment_ribbon to v10.0 2016-10-09 10:05:04 +02:00
Pedro M. Baeza 54c2a09129 [MIG] Update metafiles 2016-10-06 16:13:05 +02:00
Pedro M. Baeza 4050a79930 [MIG] Remove setup module directories 2016-10-06 16:13:03 +02:00
Pedro M. Baeza 648315dadf [MIG] Rename manifest files 2016-10-06 16:13:01 +02:00
Pedro M. Baeza fe4b300ca9 [MIG] Make modules uninstallable 2016-10-06 16:12:54 +02:00
Holger Brunn ca8250aa3e Merge pull request #432 from laslabs/bugfix/9.0/#431-web_widget_float_formula
[FIX] web_widget_float_formula: Handle undefined and fix lint
2016-10-03 11:31:15 +02:00
Dave Lasley 0852243376
[FIX] web_widget_float_formula: Handle undefined and fix lint
* Handle undefined, or otherwise non-string parseable formula
* Fix lint issue on regex creation
2016-10-02 12:25:50 +02:00
OCA Git Bot ca31c73684 [UPD] addons table in README.md 2016-10-01 05:54:15 +02:00
OCA Git Bot a974f01247 [ADD] setup.py 2016-10-01 04:44:33 +02:00
Holger Brunn a30b9078c4 Merge pull request #427 from Tecnativa/9.0-web_widget_x2many_2d_matrix
[9.0][MIG] web_widget_x2many_2d_matrix: Migration and enhancement
2016-09-30 11:30:05 +02:00
OCA Git Bot 03a2de3917 [UPD] addons table in README.md 2016-09-29 02:41:52 +02:00
Pedro M. Baeza 81f2df1a89 Merge pull request #429 from acsone/9.0-web_widget_color-sbi
[9.0] web_widget_color
2016-09-28 21:17:20 +02:00
Stéphane Bidoul (ACSONE) ff37f0306c [FIX] pylint 2016-09-28 20:53:17 +02:00
Stéphane Bidoul (ACSONE) d947106589 [ADD] setup.py 2016-09-28 20:53:17 +02:00
Ivan Yelizariev a07db58db1 [FIX] encoding -> coding 2016-09-28 20:53:14 +02:00
Alexandre Fayolle e4360655a8 short headers, bump up version number 2016-09-28 20:53:14 +02:00
Nicolas JEUDY 954baadc44 fix: update to new js api
- Force store_dom_value
- add clean colored square in tree view
- update readme and __openerp__.py for maintainers
2016-09-28 20:53:01 +02:00
Loïc Faure-Lacroix a858942e8f Made web_widget_color installable and remove the search field.
The search field doesn't seem to exist anymore
2016-09-28 20:53:01 +02:00
OCA Git Bot 23a09046e9 [UPD] addons table in README.md 2016-09-25 02:41:13 +02:00
Guewen Baconnier 28b46979fc Merge pull request #426 from acsone/9.0-ADD_web_notify-lmi
New module web_notify
2016-09-24 08:20:43 +02:00
OCA Git Bot 5695b66d7c [ADD] setup.py 2016-09-24 04:44:24 +02:00
OCA Git Bot 48944e1fa7 [UPD] addons table in README.md 2016-09-24 02:41:05 +02:00
Laurent Mignon afdd5d2819 Add screenshot 2016-09-23 09:23:53 +02:00
Pedro M. Baeza 91a773db14 Merge pull request #425 from laslabs/9.0-web_widget_float_formula
[MIG] web_widget_float_formula: v9 with i18n
2016-09-23 08:14:10 +02:00