- Jul 31, 2015
-
-
Simon Lejeune authored
-
Simon Lejeune authored
easy_install suds-jurko result in "The required version of setuptools (>=1.4) is not available," in the last CentOS. As we don't want to force the upgrade of setuptools, use the suds package instead. Also, add it in centos test environment (missing after rev 6dfbca2b)
-
sha-odoo authored
-
Gaurav Panchal authored
-
Gaurav Panchal authored
-
Gaurav Panchal authored
-
qsm-odoo authored
Change the title to look nice on enterprise version (Use the new fonctionality which allows to place labels inside <h1,2,3> elements in some circumstances)
-
qsm-odoo authored
Some labels may now be placed in a <h1,2,3> tag in some circumstances
-
qsm-odoo authored
* All fields in an o_row need to be inline * many2many_tags needs to be inline by default
-
pvy authored
Price Accuracy and Display are in technical features Sheet container was lacking Removed the currency rate tree view from the form view it is now accessed by a header button
-
Mohammed Shekha authored
[FIX]web_editor: Fixed the issue of firefox not able to enumerate on cssRules, it is due to Cross domain security policy of firefox, used try catch, so that if there is cross domain css then skip it, it should not break the system, atleast it should work for same domain css, cross domain css should skipped
-
Christophe Matthieu authored
Some classes are not checked. Compact values to remove empty string classes.
-
Christophe Matthieu authored
On save (eg: in mass_mailing), the style contains 'undefined' values
-
Christophe Matthieu authored
display snippets in one row instead of two rows
-
Pankaj Joshi authored
- aligned Edit Quote and Print buttons - changed button string from "Update Quote" to "Edit Quote"
-
Fabien Pinckaers authored
-
- Jul 30, 2015
-
-
Thibault Delavallée authored
-
Pariket Trivedi authored
Project form view: some cleaning in the settings tab (use technical group, put timing fields on the group_time_work_estimation_tasks). Light cleaning of the tasks form view. Light cleaning of the issues form view. project_timesheet: timing fields put in gorup_time_work_estimation_tasks group to be coherent with previous changes.
-
Thibault Delavallée authored
concept of default / common stages. However as the link between stages and projects is still a many2many it is still possible to have shared columns. It is however not the standard way of using stages.
-
Thibault Delavallée authored
Members were not used in project, except for the now removed faces library. Statistics can still be computed based on task or issues responsibles instead of adding all members of a project. Indeed you could have members that did not actually work in the project making it difficult to differentiate with followers. Now the concept of members is removed. Followers is sufficient for communication.
-
David Monjoie authored
Change is not retroactive to avoid breaking existing translations. Courtesy of nmi.
-
Fabrice Henrion authored
-
Martin Trigaux authored
Not comprehensible or wrong terms. Courtesy of @rim-odoo
-
pvy authored
[IMP] account: moved analytic checkbox on taxes to the right column of the advanced options under the other checkboxes
-
pvy authored
-
Aaron Bohy authored
This change is meaningless in community but was required for the enterprise edition has the way to scroll the webclient just changed from triggering an event on core.bus to triggering_up the custom_event 'scrollTo'.
-
Aaron Bohy authored
for widgets that don't use it, instead of hidding it directly. Doing so, the control panel is hidden simultaneously with the old view, and there is no more flickering.
-
Aaron Bohy authored
only if the control panel if visible. This fixes a bug on the settings view (form view), on which the control panel is hidden (the bar containing 'Apply' and 'Cancel' is unfortunately not a true control panel). When clicking on 'Apply', for some weird reason, the event 'change:title' is triggered and the control panel is updated with the new title ('New'). However, as the flags hidden isn't mentionned, the control panel visibility is toggled.
-
qsm-odoo authored
The event dialog in calendar showed the event name as title and repeated the information in its content
-
qsm-odoo authored
Title fields were not correctly aligned in enterprise version
-
Thibault Delavallée authored
aliases explanation and redirection to the general settings. Added an option to automatically generate an alias for sales teams, like what is done in projects. Some cleaning has been done in the form view. Aliases are valable only for sales team managing leads.
-
Fabien Pinckaers authored
organized pipeline with the new organization and views.
-
Fabien Pinckaers authored
[REM] crm: removed unused file crm_report_view.xml, containing strange old views, probably some old reports. Those seems to be replaced by the opportunities and activities analysis + the various dashboards and graph views.
-
Fabien Pinckaers authored
Stages are now sales team dependant, and not shared anymore. This comes with a sales-team way of working : - sales team is the entrance point, click on the big Pipeline button to see the opportunities pipeline of this specific sales team - no more opportunities menu entry, as you should come from a sales team - leads are still sales-team agnostic The stage management has been updated : - Won is still a stage (probability=100, onchange=1). - Lost is not a stage anymore. Lost is equivalent to archiving. Archiving uses the active field. Setting a lead or an opportunity as lost set them as unactive. Downside of the no more share policy: multi sales team opportunities management can quickly become complicated. Indeed you may have stages with the same name, not being the same stage, therefore not displayed in the same column. Grouping on the stage name leads to other issues (sequencing incoherence, impossible to drag n drop), so this is not an option.
-
Fabien Pinckaers authored
its views in its own file. Just reorganizing things before cleaning a bit.
-
Fabien Pinckaers authored
Using several sales team and the new dashboards is now the only behavior about sales team. The unique sales team mode is therefore removed, leading to some update in the various addons that hide the team_id field when not in multi sales team mode. [DEMO] cleaned demo data (removed marketing sales team because it should not exist)
-
Fabin Pinckaers authored
[FIX] crm: assign date_open in leads only if not set in the values. Given values have the priority on default-like values.
-
Thibault Delavallée authored
of unactive records. The chatter now uses a correct read_ids (no need to have a search set), with an active_test in the context allowing to read on unactive records.
-
Thibault Delavallée authored
otherwise it is not correctly computed on new records inheriting from mail.alias class.
-
Arthur Maniet authored
This avoids breaking shortcuts on Firefox, which rely on keypress events instead of keydown / keyup. The tradeoff is that a barcode cannot be scanned and interpreted if ctrl, alt or cmd is pressed. Also don't catch function keys.
-