Pedro M. Baeza
046331e350
Merge pull request #514 from danieltorres7/web_responsive_form_line_breaks
Web responsive form line breaks
8 years ago
Jairo Llopis
f6c14f749c
Fix problem with overflowing chatter widget.
8 years ago
Daniel Torres
4fdb347ade
Form image editing controls always present
Make image editing controls always available, instead of depending
on resolution or hover.
8 years ago
Daniel Torres
f744d2c30f
Form view improvements to fit smaller screens
On screens with less than 768px content is limited to 2 columns.
On mobile field labels have their own line.
Fix elements width for XS screens
8 years ago
Daniel Torres
b7a980abcd
Web responsive menu improvements ( #513 )
* Bold titles for apps in the app-drawer
* Remove z-index from Control Panel buttons, so it doesn't overlap the menu.
* Better responsive menus
* Move systray icons/menus out of the menu and up to the top bar.
* Increase avatar size and visibility.
* Other minor menu behavior fixes.
* Changes to fit odoo variables
* And a little margin adjust on navbar-right
* Top menu always thick
* Removed overflow:hidden!important from main.less
* Local patch: prevent body overflow auto
* Stop using `style=` on `<body>`
* Fix jquery drawer in anticipation of:
https://github.com/blivesta/drawer/pull/36
8 years ago
OCA Transbot
3ed19c7f3c
OCA Transbot updated translations from Transifex
8 years ago
Dave Lasley
0c3db6320d
Merge pull request #511 from danieltorres7/web_responsive_scroll_controlpanel
Scroll control panel with page using CSS instead of jQuery.
8 years ago
Daniel Torres
5cc2e853ca
fixup! [MIG] web_responsive: Migrate to v10
Scroll control panel with page using CSS instead of jQuery.
jQuery scrolling caused scrollbar malfunction.
8 years ago
OCA Transbot
13c14035a3
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
f109a052c5
[UPD] addons table in README.md
8 years ago
OCA Git Bot
74c6a4b22f
[ADD] setup.py
8 years ago
Pedro M. Baeza
2039cbda1a
Merge pull request #509 from savoirfairelinux/10.0-web_no_bubble
[10.0] Add module web_no_bubble
8 years ago
dufresnedavid
41c831cf75
[10.0] Add module web_no_bubble
8 years ago
OCA Git Bot
c9f9dca634
[ADD] setup.py
8 years ago
OCA Git Bot
1cc9cdfb20
[UPD] addons table in README.md
8 years ago
Nicolas JEUDY
09119c0ee9
[MIG] web_send_message_popup 10.0 migration ( #504 )
* Intitial manifest changes
* [FIX] small README tricks
8 years ago
Stéphane Bidoul (ACSONE)
9f04db67cc
Merge pull request #491 from JayVora-SerpentCS/10-web-notify
Migrated web notify
8 years ago
Serpent Consulting Services Pvt Ltd
7e707ed2ca
Merge pull request #2 from acsone/10.0-web-notify-return-ape
[FIX] Return result of super of show_application
8 years ago
Serpent Consulting Services Pvt Ltd
3d615c1f8e
Update __manifest__.py
8 years ago
OCA Transbot
aceb299032
OCA Transbot updated translations from Transifex
8 years ago
Serpent Consulting Services Pvt Ltd
66fd708c89
Update __manifest__.py
8 years ago
Serpent Consulting Services Pvt Ltd
5a2299e1a7
Update web_client.js
8 years ago
Adrien Peiffer (ACSONE)
328d457d14
[FIX] Return result of super of show_application
8 years ago
Serpent Consulting Services Pvt Ltd
5a013ca32c
Merge pull request #1 from acsone/10.0-setup-ape
[ADD] Add setup.py
8 years ago
Adrien Peiffer (ACSONE)
cd34dadaf2
[ADD] Add setup.py
8 years ago
Jairo Llopis
c1d1f0d726
Expose mixin for inheritance, fix some spacing.
Related to https://github.com/OCA/web/pull/481 .
8 years ago
OCA Git Bot
a85ddc20c1
[ADD] setup.py
8 years ago
OCA Git Bot
803ec0968d
[UPD] addons table in README.md
8 years ago
Henry Zhou
f9e475af1e
[MIG 10.0] web_export_view ( #444 )
8 years ago
Jay Vora(SerpentCS)
012b45c3be
[MIG] Migration of web_notify
8 years ago
Jay Vora(SerpentCS)
6a1ebe8e3d
[MIG] Migration of web_notify
8 years ago
Jay Vora(SerpentCS)
9dc9fa01c9
[MIG] Migration started web_notify
8 years ago
OCA Git Bot
788172e34d
[ADD] setup.py
8 years ago
OCA Git Bot
0bd311d00e
[UPD] addons table in README.md
8 years ago
Moises Lopez - https://www.vauxoo.com/
14a53c04c7
[ADD] web_x2many_delete_all ( #477 )
8 years ago
tarteo
4bbdb40db9
[ADD] Tooltip on delete all button
8 years ago
Daniel Torres
ecd8cf39e5
[10.0] web_tree_image: Porting to 10.0 ( #464 )
8 years ago
OCA Git Bot
b651bfc12f
[UPD] addons table in README.md
8 years ago
OCA Git Bot
c39ec6086f
[ADD] setup.py
8 years ago
Pedro M. Baeza
3d38d4cf25
Merge pull request #443 from laslabs/release/10.0/web_responsive
[MIG][10.0] web_responsive
8 years ago
tarteo
209c04d509
[FIX] Flake8
8 years ago
tarteo
237cc60d71
[FIX] xml declaration
8 years ago
tarteo
cdc150eb9a
[ADD] README, copyrights, EOFs
8 years ago
tarteo
618a67ea29
[ADD] Delete all button
8 years ago
tarteo
7fa82a1a86
[IMP] Improved mixin name
8 years ago
tarteo
33dc884c58
Initial commit
8 years ago
Dave Lasley
acf8514b39
[FIX] web_responsive: Change z-indexes
* Rebalance z-indexes to fix overlay issue while still providing notification support
8 years ago
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
8 years ago
OCA Git Bot
7158aa76a1
[ADD] setup.py
8 years ago
OCA Git Bot
796ae6c95f
[UPD] addons table in README.md
8 years ago