Dave Lasley
6ede3b1673
Merge pull request #407 from LasLabs/release/9.0/web_widget_darkroom
[9.0][ADD] web_widget_darkroom: Add o2m DarkroomJS widget
8 years ago
Oleg Bulkin
12242024d2
[FIX] web_widget_darkroom: Modal, fixes, cleanup
* Fix bugs involving the crop and pan functionality by modifying crop and zoom
plugins and Darkroom widget
* Add Darkroom modal to normal image widget, using darkroom.modal wizard model
to provide backend support for modal view
* Remove res.users view changes introduced for demo purposes (not needed due
to modal functionality)
* Clean up existing code, removing many unnecessary DarkroomJS files
8 years ago
OCA Git Bot
d771b1328f
[UPD] addons table in README.md
8 years ago
OCA Git Bot
d2f13a4351
[UPD] addons table in README.md
8 years ago
OCA Git Bot
30915b8bc3
[ADD] setup.py
8 years ago
Holger Brunn
31395e4fa7
Merge pull request #555 from Tecnativa/9.0-web_advanced_search_x2x-mig
[9.0][MIG] web_advanced_search_x2x module
8 years ago
Pedro M. Baeza
ad8bcf76a6
Merge pull request #590 from Tecnativa/9.0-web_export_view-declare_var
[FIX][web_export_view] Make it usable when int fields are present
8 years ago
Jairo Llopis
22190051e0
[FIX][web_export_view] Make it usable when int fields are present
To reproduce the problem, you just had to:
1. Go to *Settings > Technical > User Interface > Views*.
2. Press *Export Current View > Excel*.
You got this:
```
ReferenceError: assignment to undeclared variable tmp
http://localhost:9069/web_export_view/static/src/js/web_export_view.js:95 Traceback:
.on_sidebar_export_view_xls/</<@http://localhost:9069/web_export_view/static/src/js/web_export_view.js:95:29
.each@http://localhost:9069/web/static/lib/jquery/jquery.js:383:49
.on_sidebar_export_view_xls/<@http://localhost:9069/web_export_view/static/src/js/web_export_view.js:75:17
.each@http://localhost:9069/web/static/lib/jquery/jquery.js:383:49
.on_sidebar_export_view_xls@http://localhost:9069/web_export_view/static/src/js/web_export_view.js:68:9
Sidebar<.start/<@http://localhost:9069/web/static/src/js/widgets/sidebar.js:46:17
jQuery.event.dispatch@http://localhost:9069/web/static/lib/jquery/jquery.js:4640:50
jQuery.event.add/elemData.handle@http://localhost:9069/web/static/lib/jquery/jquery.js:4309:41
```
Strict mode was preventing usage of an undeclared variable. Now it's declared.
8 years ago
OCA Git Bot
bfb3023c83
[ADD] setup.py
8 years ago
OCA Git Bot
1c4433cd06
[UPD] addons table in README.md
8 years ago
Jairo Llopis
0e002a1078
[ADD][web_editor_background_color] Custom background color picker ( #582 )
* [ADD][web_editor_background_color] Custom background color picker
This addon lets the user choose a preferred background color when editing some web content.
Works out of the box with `website` and `mass_mailing` addons, although requires none of those.
* [FIX] Avoid clicks removing dropdown menu
This happened specifically in Chrome as demonstrated in
https://github.com/OCA/web/pull/582#issuecomment-287057052 .
* [FIX] Use strict equality operator.
8 years ago
Dave Lasley
1b073772e9
[ADD] web_widget_darkroom: Add o2m DarkroomJS widget
9 years ago
OCA Transbot
ea9efc8de8
OCA Transbot updated translations from Transifex
8 years ago
Pedro M. Baeza
24f9aae8b1
Merge pull request #576 from Tecnativa/9.0-web_responsive-fix_calendar_invitation
[FIX][web_responsive] Make calendar invitations work again
8 years ago
Jairo Llopis
cc946327bb
[FIX][web_responsive] Make calendar invitations work again
This patch displays the event acceptance template to the end user without failing with a server error.
Before this patch:
1. Create a calendar event.
2. Invite Mr. Foo.
3. Enter Mr. Foo's mail inbox.
4. Press "Accept" in the invitation email.
5. Get a beautiful `Internal Server Error`.
After this patch, replace step 5 by "See the accepted event details".
8 years ago
OCA Git Bot
b06263d968
[UPD] addons table in README.md
8 years ago
Jairo Llopis
6d1f104b16
[FIX][web_m2x_options] Fix Qweb templates. ( #561 )
* [FIX][web_m2x_options] Fix Qweb templates.
They were trying to replace non-existing elements, and this was being logged to console:
Can't find "a.oe_m2o_cm_button" when extending template FieldMany2One
Can't find "span.badge" when extending template FieldMany2ManyTag
* Raise version correctly.
* [FIX] Make many2many_tags tag deletion work again
* Correct replacement of event
Instead of overwriting all events from upstream widget, better just overwrite the one you need and inherit the rest.
8 years ago
OCA Git Bot
d6117720b2
[ADD] setup.py
8 years ago
OCA Git Bot
d98bf91d0b
[UPD] addons table in README.md
8 years ago
Kelly Lougheed
85e1728697
[9.0][MIG] web_widget_datepicker_options: Upgrade to v9 ( #546 )
* [9.0][MIG] web_widget_datepicker: Upgrade to v9
* Change headers to shorter version and openerp tags to odoo tags
* Update Readme
* Improvement
8 years ago
OCA Transbot
1310c58f00
OCA Transbot updated translations from Transifex
8 years ago
Jairo Llopis
d6dd1bed8f
[FIX] Make other operators work again
8 years ago
Jairo Llopis
9efc5a6d29
[IMP] Make it good-looking, update known issues, fix templates.
8 years ago
Holger Brunn
e1dd9af9bf
[FIX] inhibit closing the menu when selecting from the dropdown
8 years ago
Jairo Llopis
71d5ac0d25
[REF][web_advanced_search_x2x] Adapt to v9 API.
- Use the new domain widget.
- Use modules system.
8 years ago
cubells
a67370c57f
[9.0][MIG] web_advanced_search_x2x module
8 years ago
Pedro M. Baeza
254e73b4dd
Merge pull request #560 from Tecnativa/9.0-web_responsive-fix_page_overflow
[FIX][web_responsive] Fit view to screen.
8 years ago
Jairo Llopis
4a12a5efcc
[FIX][web_responsive] Fit view to screen.
This patch makes the `.oe_web_client` element to fit exactly inside the viewport, instead of overflowing it as before.
8 years ago
OCA Git Bot
e9eaec3994
[ADD] setup.py
8 years ago
OCA Git Bot
2a8cd2ba7e
[UPD] addons table in README.md
8 years ago
Pedro M. Baeza
cf45c6dcaa
Merge pull request #559 from legalsylvain/9.0_PORT_web_listview_custom_element_number
[PORT] 9.0 web_listview_custom_element_number
8 years ago
Sylvain LE GAL
914a4852dc
[UPD] translation.
8 years ago
Stéphane Bidoul (ACSONE)
e071043770
remove en.po that was erroneously created by transbot
9 years ago
OCA Transbot
f0b80e438c
OCA Transbot updated translations from Transifex
9 years ago
Sylvain LE GAL
611d7be436
[FIX] update fr translation
8 years ago
Sylvain LE GAL
d3a6adbe09
[PORT] 9.0 web_listview_custom_element_number
8 years ago
OCA Git Bot
884b5e0337
[ADD] setup.py
8 years ago
OCA Git Bot
2f4aba8c47
[UPD] addons table in README.md
8 years ago
Dennis Sluijk
47cf374631
[9.0][MIG][web_menu_collapsible] ( #463 )
8 years ago
Pedro M. Baeza
a4c70c8157
Merge pull request #543 from acsone/9.0-fix_open_many2many_open_badge_function_zak
[9.0][FIX]web_m2x_options: s/ev.handleObj.selector/currentTarget
8 years ago
Zakaria Makrelouf
9eadf2085f
[FIX]web_m2x_options: s/ev.handleObj.selector/currentTarget
* many2many with `options={'open': True}` it always open the first element
with this fix it will open the right one
8 years ago
Pedro M. Baeza
07768f4f7c
Merge pull request #541 from Tecnativa/9.0-web_responsive-fix_binary_controls
[FIX][web_responsive] Show upload control in binary widgets.
8 years ago
Jairo Llopis
c28637e64b
[FIX][web_responsive] Show upload control in binary widgets.
We only want to hide it in image widgets, to avoid breaking binary widgets.
8 years ago
Sergio Teruel Albert
8988ebf481
[9.0][IMP] web_responsive: Load default kanban view for small screen and One2many related fields. ( #536 )
* [9.0][IMP] web_responsive: Load default kanban view for small screen and One2many related fields.
* [9.0][IMP] web_responsive: Remove unnecessary One2Many rewrite.
* Spell checking
8 years ago
Moises Lopez - https://www.vauxoo.com/
1a6504f01c
Merge pull request #537 from Tecnativa/9.0-web_responsive-fix_image_controls
[FIX][web_responsive] Remove hidden floating input over images
8 years ago
Jairo Llopis
df13c92c68
[FIX][web_responsive] Remove hidden floating input over images
Without this patch, when you clicked on a partner's name field next to its image, it asked you to change its image.
8 years ago
OCA Git Bot
3fed0754f0
[UPD] addons table in README.md
8 years ago
Pedro M. Baeza
3db06ad79b
Merge pull request #529 from Tecnativa/9.0-web_responsive-backport
[9.0][web_responsive] Backport new features from 10.0
8 years ago
Jairo Llopis
0fccd36830
[FIX][web_responsive] Form padding, titles and buttons OK in XS
Small makeup to make it look good in XS screens.
8 years ago
Jairo Llopis
ac3c1de637
⏪ Revert v10 migration changes to adapt to v9 again
Mostly rename things the other way around
than f83647946167a0e08053511eb97b3796ef273118:
- __manifest__.py -> __openerp__.py
- .o_sub_menu_content -> .oe_secondary_menus_container
- .o_sub_menu_logo -> .oe_logo
- .o_sub_menu_foote -> .oe_footer
- .o_sub_menu -> .oe_leftbar
It also includes a complete refactor of #514 , to make it work in v9.
8 years ago