- Sep 21, 2018
-
-
Antony Lesuisse authored
For Name field or M2O, gives a list of companies Data comes from Odoo IAP Service
-
TWA authored
-
Antony Lesuisse authored
-
TWA authored
Added an 'Insufficient credit' flag on the account as well as the possibility to consult the balance.
-
Rémi Rahir authored
change the payload of a request to adapt to 2cd0b6acf1e22642607edf05a220f5ab8af12164.
-
Rémi Rahir authored
We added the possibility to provide the dbuuid of the client when trying to authorize a transaction. This will allow to automatically credit the client accounts that can beneficiate from free trial credits. This improvement will ease the life of the client as they will not have to go to iap.odoo.com to charge their account.
-
Jeremy Kersten authored
Before this commit, when we ask for get_current_website, we always get one website. If we don't know which, we took the first one. Now we can ask, if we are into a website context or not with a new argument fallback. Previous code like: website = get_current_website() if website: ... Have now a sense ;)
-
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.
-