3
0
Fork 0
Commit Graph

928 Commits (47f80ab17d3a38cdb2b4f386431ea0deb2291451)

Author SHA1 Message Date
Eric @ Elico Corp 47f80ab17d Merge pull request #564 from tarteo/90_mig_web_shortcuts
[9.0][MIG][web_shortcut]
2017-07-28 04:32:52 -05:00
Dave Lasley 9f77ba2125 [FIX] web_widget_float_formula: Fix Travis Build (#671) 2017-07-12 08:34:07 +02:00
OCA Transbot 8d8d11f4af OCA Transbot updated translations from Transifex 2017-06-10 12:49:40 +02:00
OCA Transbot f3caf0b014 OCA Transbot updated translations from Transifex 2017-06-03 12:47:52 +02:00
Guewen Baconnier f808240b89 Merge pull request #318 from guewen/add-method-only-when-installed
Add method to BaseModel only on addon installation
2017-06-02 12:03:10 +02:00
Thomas Binsfeld (ACSONE) e05d215993 [9.0] [IMP] Web Environment Ribbon: support variables in ribbon name (eg db_name) (#621)
* [ADD] .eggs in gitignore

* [IMP] Web Environment Ribbon: add backend
This commit adds a simple bakend to facilitate inheritance

* [IMP] Web Environment Ribbon: add the databse name
This commit adds the database name under the ribbon name, in the ribbon

* [IMP] Web Environment Ribbon: prepare method for ribbon name

* [IMP] README: explain how to use db_name
2017-05-31 11:25:59 +02:00
Pedro M. Baeza 5fce36f1ec Merge pull request #643 from Comunitea/9.0-fix_creation_access_rules
[9.0][fix]web_m2x_options: creation access rules
2017-05-30 17:56:49 +02:00
jesusVMayor e37db6412a web_m2x_options: Hide the create/create and edit... button when the user does not have creation permission. 2017-05-30 16:18:24 +02:00
jesusVMayor 57774b6e3e [IMP] web_m2x_options: Perf issue https://github.com/OCA/web/issues/615
* fix unecessary calls

Do check_access_rights and disable_quick_create calls only once per field.
2017-05-30 13:27:24 +02:00
OCA Transbot bdb6c994ad OCA Transbot updated translations from Transifex 2017-05-27 11:46:14 +02:00
OCA Git Bot a5c94d2129 [UPD] addons table in README.md 2017-05-24 02:38:26 +02:00
Stéphane Bidoul (ACSONE) 387d05c426 Merge pull request #611 from acsone/9.0-mig-web_ir_actions_act_window_message_zak
[9.0][MIG]web_ir_actions_act_window_message: Migration to V9
2017-05-23 15:35:04 +02:00
OCA Git Bot 46ec202264 [UPD] addons table in README.md 2017-05-23 02:38:51 +02:00
Pedro M. Baeza 1a7250c7aa Merge pull request #393 from Tecnativa/9.0-web_timeline
[9.0] [MIG] web_timeline
2017-05-22 13:19:34 +02:00
Pedro M. Baeza 4f0b76b040 [MIG] web_timeline: Migration to 9.0 2017-05-20 15:00:16 +02:00
Holger Brunn 226409d6fa [IMP] web_timeline: add few features 2017-05-20 14:59:25 +02:00
Adrien Peiffer (ACSONE) 84792d13f5 [IMP] web_timeline: Several improvements:
* Avoid to display all items of group_by model
* Remove unnecessary readgroup
* Remove dependency on project. Modify module structure. Imporve readme file.
* Add setup.py
2017-05-20 14:58:34 +02:00
Laurent Mignon e321070e2a [IMP] web_timeline: Extracted from incubator 2017-05-20 14:57:31 +02:00
Laurent Mignon f1934b71c8 [ADD] web_timeline
New view
2017-05-20 14:57:14 +02:00
Zakaria Makrelouf 58fc2a53ca [REF] wrap line breaks of the action message 2017-05-16 09:37:43 +01:00
Zakaria Makrelouf 311e60d82f [MIG] s/oe_link_class/classes s/oe_highlight/btn-default and add it to readme
* In v9.0 odoo uses classes for dialog buttons instead of oe_link_class
2017-05-16 09:06:09 +01:00
Zakaria Makrelouf a53490d5f8 [REF] Reformat the code to have coherent coding style 2017-05-16 08:56:39 +01:00
Zakaria Makrelouf 0d97ef6fdb [REF]web_ir_actions_act_window_message: always refresh view after action 2017-05-07 10:16:19 +01:00
Zakaria Makrelouf 41188649ba [MIG]web_ir_actions_act_window_message: make module installable. 2017-05-07 10:09:10 +01:00
Zakaria Makrelouf e88cc8b2ef [9.0][MIG]web_ir_actions_act_window_message: Migration to V9
* Update the module version to 9.0.
* Align file header to the OCA Guidelines.
* Migrate Javascript file to the V9 API.
* Refresh the view before closing the dialog when clicking
on close button
2017-05-07 10:09:09 +01:00
OCA Transbot 281d6b07dc OCA Transbot updated translations from Transifex 2017-05-02 03:22:24 +02:00
OCA Transbot 436c6ad993 OCA Transbot updated translations from Transifex 2017-04-25 13:25:36 +01:00
Holger Brunn 4679318ae6 implement close_button_title 2017-04-25 13:25:36 +01:00
Holger Brunn 115568212c allow to pass a list of buttons 2017-04-25 13:25:36 +01:00
Jairo Llopis 551715b791 [FIX][web_export_view] Correctly export negative monetary numbers 2017-03-30 10:18:40 +02:00
Pedro M. Baeza 73ca05a805 Merge pull request #592 from Tecnativa/9.0-web_export_view-no_currency
[FIX][web_export_view] Remove monetary formatting
2017-03-29 17:34:08 +02:00
Jairo Llopis e0fc91aab0 [FIX][web_export_view] Remove monetary formatting
Monetary fields were hard to work with in Excel after exporting because having the currency symbol made Excel treat those cells as text.

This patch removes those symbols and thus allows Excel to treat those values as numbers, allowing easier management.

It works no matter the symbol is before or after the value, so in any case it fixes #558.
2017-03-29 14:46:35 +02:00
OCA Git Bot 4554f77565 [ADD] setup.py 2017-03-29 04:41:30 +02:00
OCA Git Bot 2e92518e6c [UPD] addons table in README.md 2017-03-29 02:38:30 +02:00
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
2017-03-28 09:00:41 -07:00
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
2017-03-28 09:00:01 -07:00
OCA Git Bot d771b1328f [UPD] addons table in README.md 2017-03-28 02:48:19 +02:00
OCA Git Bot d2f13a4351 [UPD] addons table in README.md 2017-03-25 09:41:15 +01:00
OCA Git Bot 30915b8bc3 [ADD] setup.py 2017-03-25 04:38:38 +01:00
Holger Brunn 31395e4fa7 Merge pull request #555 from Tecnativa/9.0-web_advanced_search_x2x-mig
[9.0][MIG] web_advanced_search_x2x module
2017-03-24 19:28:15 +01:00
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
2017-03-24 14:49:35 +01:00
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.
2017-03-24 12:46:36 +01:00
OCA Git Bot bfb3023c83 [ADD] setup.py 2017-03-18 04:41:06 +01:00
OCA Git Bot 1c4433cd06 [UPD] addons table in README.md 2017-03-18 02:37:38 +01:00
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.
2017-03-17 13:29:42 -06:00
Dave Lasley 1b073772e9 [ADD] web_widget_darkroom: Add o2m DarkroomJS widget 2017-03-16 18:58:17 -07:00
OCA Transbot ea9efc8de8 OCA Transbot updated translations from Transifex 2017-03-11 04:29:20 -05:00
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
2017-03-09 18:51:02 +01:00
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".
2017-03-09 13:47:25 +01:00
OCA Git Bot b06263d968 [UPD] addons table in README.md 2017-03-09 02:34:57 +01:00