- Sep 21, 2018
-
-
Jeremy Kersten authored
-
sri-odoo authored
Dinamically adjust margins and form size according to auth methods available. The vertical margin on the "- or -" text it's needed to provide visual separation between default and auth logins, but it shuldn't be huge in case of just 1 or 2 methods. This commit closes #27059
-
Raphael Collet authored
This is simpler, cleaner, and has a smaller memory footprint.
-
Olivier Colson authored
For consistency between the behavior of the platform and the demo data.
-
Olivier Colson authored
[REF] mail: set message_main_attachment_id in message_post_after_hook function instead of directly in message_post This kind of pos-processing should always be done in the hook method.
-
Yannick Tivisse authored
Purpose ======== There are more than 250 models that have a technical name as model description The purpose of this task is to give them a more "business oriented" business description. Indeed, those descriptions appear in Odoo Studio which is supposed to be used by end users, not only by developers. Example : account.invoice > Invoice website.version > Website Version
-
Nimesh Jethva authored
Purpose of this commit is to give description more "business oriented" because those descriptions appears in Odoo Studio which is supposed to be used by end users, not only by developers. Related Task ID : 37311
-
Nimesh Jethva authored
Purpose of this commit is to give description more "business oriented" because those descriptions appears in Odoo Studio which is supposed to be used by end users, not only by developers. Related Task ID : 37311
-
Nimesh Jethva authored
Purpose of this commit is to give description more "business oriented" because those descriptions appears in Odoo Studio which is supposed to be used by end users, not only by developers. Related Task ID : 37311
-
Nimesh Jethva authored
Purpose of this commit is to give description more "business oriented" because those descriptions appears in Odoo Studio which is supposed to be used by end users, not only by developers. Related Task ID : 37311
-
Nimesh Jethva authored
Purpose of this commit is to give description more "business oriented" because those descriptions appears in Odoo Studio which is supposed to be used by end users, not only by developers. Related Task ID : 37311
-
Nimesh Jethva authored
Purpose of this commit is to give description more "business oriented" because those descriptions appears in Odoo Studio which is supposed to be used by end users, not only by developers. Related Task ID : 37311
-
Nimesh Jethva authored
Purpose of this commit is to give description more "business oriented" because those descriptions appears in Odoo Studio which is supposed to be used by end users, not only by developers. Related Task ID : 37311
-
Nimesh Jethva authored
Purpose of this commit is to give description more "business oriented" because those descriptions appears in Odoo Studio which is supposed to be used by end users, not only by developers. Related Task ID : 37311
-
Nimesh Jethva authored
Purpose of this commit is to give description more "business oriented" because those descriptions appears in Odoo Studio which is supposed to be used by end users, not only by developers. Related Task ID : 37311
-
Nimesh Jethva authored
Purpose of this commit is to give description more "business oriented" because those descriptions appears in Odoo Studio which is supposed to be used by end users, not only by developers. Related Task ID : 37311
-
Nimesh Jethva authored
Purpose of this commit is to give description more "business oriented" because those descriptions appears in Odoo Studio which is supposed to be used by end users, not only by developers. Related Task ID : 37311
-
Nimesh Jethva authored
Purpose of this commit is to give description more "business oriented" because those descriptions appears in Odoo Studio which is supposed to be used by end users, not only by developers. Related Task ID : 37311
-
Nimesh Jethva authored
Purpose of this commit is to give description more "business oriented" because those descriptions appears in Odoo Studio which is supposed to be used by end users, not only by developers. Related Task ID : 37311
-
Nimesh Jethva authored
Purpose of this commit is to give description more "business oriented" because those descriptions appears in Odoo Studio which is supposed to be used by end users, not only by developers. Related Task ID : 37311
-
XavierDo authored
The columns should be sorted by sequence in activity view
-
Thibault Delavallée authored
Leads should not be active / inactive. Purpose of this merge is to use lost / restore flow and hide all active-based filters and buttons. See separate commits for more details. This merge is linked to task ID 1880051 and closes PR #26977 .
-
Thibault Delavallée authored
Purpose of this commit is to avoid having restored leads and opportunities having always 0 probability even if the stage has an high probably than that. This commit is linked to task ID 1880051 and PR #26977.
-
Thibault Delavallée authored
Purpose of this commit is to ease the tracking of won / lost state of leads and opportunities by tracking the active status. This commit is linked to task ID 1880051 and PR #26977.
-
Thibault Delavallée authored
Purpose of this commit is to remove filters and actions linked to archive and restore. Won / Lost filters are sufficient now as archive behavior has been removed. Using the newly-introduced archivable option in kanban view we now hide the archive / restore buttons present in the columns of leads kanban view. Indeed people should go through the mark as won / mark as lost flow and not use the archive feature. In kanban view actions in vignette dropdown are also removed. Finally some dead action code can now be removed. This commit is linked to task ID 1880051 and PR #26977.
-
Thibault Delavallée authored
People don't understand archive. According to POs leads are lost and restored and not archived / unarchived. Let us restore the mark as lost behavior. As sometimes I am better than a goldfish let us point to this old task from 3 yeas ago: https://github.com/odoo/odoo/commit/69a769fc9994d00060485703aa4307e2c8877fb7. This commit basically reverts that one. It was linked to task ID 20996 that explainedwhy archive / unarchive had to be used for leads as people don't understand won / lot for leads. This commit is linked to task ID 1880051 and PR #26977.
-
Thibault Delavallée authored
A lost opportunity is archived and should not have primary actions buttons. First thing to do would be to restore it before having access to some other actions. This commit is linked to task ID 1880051 and PR #26977.
-
Thibault Delavallée authored
Currently kanban columns propose an Archive / Unarchive option if the records model has an active field. It allows to directly archive or restore all records belonging to that column. It is currently not possible to control whether this option is present or not as it only depends on the active field being defined on the model. In some specific cases we want to be able to hide this option even if the active field exists. For example future commits will hide this option for leads (crm.lead) as business flow goes through marking them as won or lost instead of archiving / restoring them. This commit adds support of a new archivable parameter when defining the kanban view that hides the archive buttons if it is set to False. Default value is true so that current behavior is kept as it is by default. Doc and tests are added. This commit is linked to task ID 1880051 and PR #26977.
-
Prakash Prajapati authored
It seems not necessary to have this label. This commit is linked to task ID 1884053 and closes PR #26936 .
-
Prakash Prajapati authored
Purpose is to add a width on dropdown 'box' in order to have long labels like 'Set cover image' being squeezed against the border. This commit is related to task ID 1884053 and closes PR #26936.
-
Prakash Prajapati authored
Purpose: improve understanding of partner and product models as well as their daily use. This is done by improving tooltips and labels of some fields according to business logic. This commit is related to task ID 1880696 and closes PR #27133 . Thanks to @xmo-odoo for its in-depth review.
-
Priyanka Kakadiya authored
On the stock picking form, the 'Effective date' and the 'Completion date' are technically the same field. This commit remove the second one. Related to Task: 1886591
-
eco-odoo authored
If a bank statement line has a linked account, it will be skipped by the reconciliation widget and automatically reconciled when the bank statement is closed. Thus, there is no need to count them in the accounting dashboard.
-
Xavier Morel authored
-
Xavier Morel authored
-
Xavier Morel authored
avw/fp? request 58fc4e44 changed various demo data, including putting more "realistic" names in for the administrator and demo users in demo mode. This is apparently inconvenient when actually demo-ing Odoo as it's harder to see at a glance whether the current user is the administrator or "regular" (demo) user of the db, though this should have less impact since the userification of the admin (2f7c03d9).
-
eco-odoo authored
If there was only one reconciliation the (rounded) time per transaction was often different from the real one.
-
William Henrotin authored
The ratio field in the UoM form view has 2 different labels depending on the type (bigger or smaller). This commit put the same label 'ratio' for two cases. Task :1859328
-
- Sep 20, 2018
-
-
Alexandre Kühn authored
Before this commit, it was not possible to add a note from the activity menu when no datetime has been selected from the datepicker. This is due to the server-side code that requires a deadline date to be set, otherwise no note is created. Even though the placeholder of the datetime tells 'Today', no datetime was provided to the server, thus the problem mentionned above. This commit fixes the issue by ensuring that a deadline date is always provided to the server from the `/note/new` route. In particular, if no datetime has been selected, it still displays 'Today' and sets the current datetime before the RPC. Task-ID 1875668
-
Alexandre Kühn authored
Before this commit, it was not possible to mark a document thread preview as read from the messaging menu. This issue comes from the fact that document message previews are built from messages in the Inbox. The computation of the unread counter is correct for the preview, but not for the associated document thread object which has a counter of 0. Since it is only possible to mark as read when the counter is strictly greater than 0, the 'mark as read' did not have any impact. This commit fixes this issue by ensuring that the unread counter of a document thread matches the number of needaction messages it contains. Task-ID 1875668
-