- Jul 10, 2015
-
-
Christophe Matthieu authored
-
Christophe Matthieu authored
-
Christophe Matthieu authored
-
Christophe Matthieu authored
[FIX] web_editor: summernote: don't create display button to edit table if the editable part is inside the table
-
Christophe Matthieu authored
[FIX] web_editor: summernote: don't create a p tag in empty o_editable if it's a style tag (eg: strong)
-
Christophe Matthieu authored
[FIX] web_editor: summernote: editor fail if at least 10 instance of summernote are create (wrong split to get sumernote instance id)
-
Christophe Matthieu authored
-
Christophe Matthieu authored
[IMP] web_editor: create a css for editor and can be used without bootstrap.css and without change with themes
-
Christophe Matthieu authored
-
Christophe Matthieu authored
-
Christophe Matthieu authored
-
Christophe Matthieu authored
-
Raphael Collet authored
-
Christophe Matthieu authored
[IMP] web_editor: split website into web_editor (to use editor in backend for html field) and website
-
Christophe Matthieu authored
-
Christophe Matthieu authored
-
Yannick Tivisse authored
-
Yannick Tivisse authored
-
Quentin De Paoli authored
-
Quentin De Paoli authored
-
Yannick Tivisse authored
- Rename some labels - Add menu tips for picking type views - Set Operations menuitem in group_no_one - The options under configuration should not be in technical features - Reorganized the configuration menuitems - Hide the internal transfers in the picking type views if the option Use multi location and warehouse is disabled Conflicts: addons/stock/product_view.xml
-
Fabien Pinckaers authored
-
Fabien Pinckaers authored
-
Fabien Pinckaers authored
-
Fabien Pinckaers authored
-
Fabien Pinckaers authored
-
- Jul 09, 2015
-
-
Aaron Bohy authored
This commit only concerns enterprise edition and is absolutely useless in the community one. When clicking on the pager to skip to next/previous page of a kanban view, the expected behavior is that the scroll position go back to the top. When editing the pager (e.g. changing the limit), however, the scroll position should not change.
-
qsm-odoo authored
* select2 was linked in both backend and frontend (by web and website) * select2-bootstrap was in website and linked only in frontend but it is in fact needed in backend too + Remove useless link of the lib by other modules
-
Yannick Tivisse authored
-
Yannick Tivisse authored
- website_sale_delivery : set the field website_published into a stat button and set the form into a sheet - payment : Payment acquirers unpublished by default, and website_published set into a stat button - website_partner : res_partner unpublished by default, to avoid partners as “Plusbelle LaPoubelle” to be published on the prod (True Story) - website_sale_delivery : Delivery method unpublished by default. Adapt the demo data to be published (to avoid breaking a test), and set the field website_published into a stat button.
-
Yannick Tivisse authored
created from the frontend (NB : This fix is compatible with the new webclient)
-
InitialT authored
-
Yannick Tivisse authored
-
Antony Lesuisse authored
share is now deprecated by the website /my portal.
-
Martin Trigaux authored
Move share column to base instead of module share. The column is used to filter some groups and make them hidden from the res.users form. However, if a module was loaded before the module share (e.g. depends only from base), when upgraded, the eventual update of a res.group regenerated the res.user view (to compute in_group_XX fields). This recomputation was done before the module share was loaded in the registry (due to the dependency graph) and the override of get_application_groups was not done, including shared groups in the user form. As we can not guarantee that a module is loaded, better to move to base module. As share depends only of mail and is autoinstall, it was installed on most instances anyway. Fixes #6324 Fixes #5820
-
Thibault Delavallée authored
The fields were a bit messy. They have been reorganized so that field declarations are grouped into content / from / to / gateway. Nothing changed, only organization and some tooltips.
-
Thibault Delavallée authored
the testing time.
-
Thibault Delavallée authored
- removed message_summary, a field that computes html containing the number of unread messages. This field was used only in kanban views. Probably that in earlier versions of the kanban view this field had a use; however now we can directly use a counter and use it in the kanban templates. - message_unread_counter is added, a counter of unread messages computed in the same time as message_unread. It is now used in kanban views. Views of several addons have been updated.
-
Thibault Delavallée authored
and a bit more messages.