- Jul 10, 2015
-
-
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.
-
Thibault Delavallée authored
for channel-related stuff. mail.channel views as well as timeline views and actions have been renamed. Now the names follow the guidelines and will be used in the upcoming refactoring of mail and chat.
-
Thibault Delavallée authored
model has been renamed to mail.channel to prepare the slack modeling. In future commits the mail.group model will be merged with the channel model from im_chat. The first move is to rename mail.group into mail.channel to have a model that will unite both features.
-
Thibault Delavallée authored
renamed to mail.channel. At this point no model has been renamed; only files have been moved. n mail, mail_group files have been renamed to mail_channel. The website_mail_group addon has been renamed to website_mail_channel. Some internal references have been updated (templates, linked files).
-
Thibault Delavallée authored
Removed fields and code related to the display of groups and employee suggestions. This impacts notably the model of res.users in mail and hr.
-
Quentin De Paoli authored
[FIX] l10n_do: removed custom data for journal (and sequences) creation, because that doesn't scale with multiple installation and provided data was not giving any values for default debit/credit accounts (which is not compliant with the expected behavior for sale/purchase journals)
- Jul 08, 2015
-
-
Quentin De Paoli authored
-
Jay Patel authored
to define custom light workflows on opportunities. Activities are linked to mail.message.subtype through inheritance. This means that the follow mechanism works for activities. When an activity is done, a message with the matching subtype is posted on the opportunity. Activities are internal by default. They are only visible by employees. A shortcut in the 'log a note' chatter option allows to post a note linked to an activity (subtype).
-
Pankaj Joshi authored
[FIX] account, mail, web : replaced broken glyphicons with font-awesome icons and updated css/scss file accordingly
-
Quentin De Paoli authored
-
Quentin De Paoli authored
-
Quentin De Paoli authored
-
Yannick Tivisse authored
-
Christophe Matthieu authored
[IMP] website: add a FAQ collapse snippet, the javascript is only used for edition (set id and target to use bootstrap default collapse code).
-
Christophe Matthieu authored
[IMP] website: split margin-x snippet option and create an preventParentEmpty object. This object can be used by other snippet when the parent can't be empty.
-
Christophe Matthieu authored
-