- Feb 10, 2016
-
-
Olivier Dony authored
Users are tempted to enable all features they see under the former "Speed" section of the website settings, even if they have no idea what they do. One of them was `CDN Base URL` and had a default value that was wrong and very likely to break your website if enabled by mistake. This commit replaces the default value with a placeholder that looks more like a `sample` URL, and makes the fields required when the CDN option is enabled. It also moves the whole "Speed" options to technical features / debug mode.
-
Denis Ledoux authored
The checkbox `Assets management & Revenue recognition` actually installs only the assets management. The revenue recognition is not installed when checking this box. Actually, the revenue recognition is not even available within the community edition. This box couldn't therefore possibly install this module. opw-669093
-
Denis Ledoux authored
On printing, the announcement bar URL was displayed in the printing result. e.g. `https://services.openerp.com/openerp-enterprise/ab/register/...` was displayed at the top of the print. This is related to the revision 50a4ca31. This is due to this simple typo, the according CSS rule was never applied because of it.
-
Denis Ledoux authored
This reverts commit 50a4ca31. This causes retro-compatibility issues if you do not update the `assets_backend` qweb views. Closes #10853
-
Aaron Bohy authored
Add a dummy 'match_rules()' function for backward-compatibility of commit d8605b79, as 'match_rules()' was called from server-side 'im_livechat.loader' template.
-
- Feb 09, 2016
-
-
Martin Trigaux authored
-
Martin Trigaux authored
-
Christophe Simonis authored
This bar was never displayed as the remote css was always empty. When using the enterprise web client, the printing stylesheet show the target of links (<a> tags) between parentheses, including the one from the annoucement bar that should be kept hidden.
-
Nicolas Lempereur authored
To set utm values (medium, source and campaign) on created record, the system use default function which check cookies and other funny things. But for website form creating a record, the medium value would be overrided always to Website whilst that should be a fallback (and the set medium should have priority). closes #10848 opw-668853
-
Martin Trigaux authored
-
Goffin Simon authored
The related partner created from a user must be active=false if the user.active=false opw:668984
-
Martin Trigaux authored
-
Goffin Simon authored
Introduced by 98ccb853
-
Olivier Dony authored
-
Goffin Simon authored
When making an advance payment, the SO line created from this payment must have a qty_invoiced equal to 0 and the invoice line created for this SO line must have a quantity equal to 0. In this way, the SO line created is "Fully invoiced". opw:668844
-
Goffin Simon authored
When invoicing the invoiceable lines on a SO, if there is no invoicable lines then a UserError is raised to avoid to create an empty invoice. opw:668844
-
Nicolas Lempereur authored
In ddac26cd `crm.crm_medium_website` was replaced by `utm.utm_medium_website`. There was one place where it was not reverberated so the medium_id was always unset in that instance (a crm.lead created from a website form). opw-668853 note: equivalent of saas-6's 3ea3348d
-
Nicolas Lempereur authored
In ddac26cd `crm.crm_medium_website` was replaced by `utm.utm_medium_website`. There was one place where it was not reverberated so the medium_id was always unset in that instance (a crm.lead created from a website form). opw-668853 note: no need to forward port after saas-6 (code change)
-
Raphael Collet authored
-
Martin Trigaux authored
-
Olivier Dony authored
See 4de3f4c4
-
Damien Bouvy authored
When registering a payment method using batch, ogone expects an ascii file. To avoid stipping characters like they do on Friday the 13th, let's use a normalize function to strip diacritics more or less properly. See https://payment-services.ingenico.com/int/en/ogone/support/guides/integration%20guides/batch
-
Martin Trigaux authored
-
- Feb 08, 2016
-
-
Nicolas Lempereur authored
When rerouting from a lang path token to the given route (eg: /en_US/route_path to /route_path) it is better to keep request variable clean. opw-668563
-
Denis Ledoux authored
If a portal can read an `account.tax`, there is no reason he cannot read an `account.tax.group`. Without this read access on the tax groups, a portal user cannot print the invoice report from the portal, due to the `o._get_tax_amount_by_group()` call in the invoice report. opw-668973
-
Yannick Tivisse authored
Before, every user was set into this group. It means that a portal user received elements in his mail context, like the buttons to open a document or to follow it. Now, only the employees will receive this kind of information
-
Yannick Tivisse authored
-
Aaron Bohy authored
-
Nicolas Lempereur authored
When clicking on a pivot view cell, the gotten view were default views. For example when on the opportunity pivot view, after clicking on a cell we we would get to the crm.lead default view instead of the opportunity one. This commit keep references to current action views when clicking on the cell. closes #10768 opw-668472
-
Jeremy Kersten authored
-
Jeremy Kersten authored
update can view, to remove deleted post from sitemap and make controller unavailable for lambda user. Only Admin, and users with enough karams can continue to see them and undelete them.
-
Jeremy Kersten authored
This code should be only executed when mail_channel snippet is used... Fix #10005 #9980
-
Denis Ledoux authored
-
Denis Ledoux authored
-
Christophe Matthieu authored
[FIX] web_editor: don't convert style into class by default. Only if use style-inline (because very poor performance for sale.order form view because contains very crappy dom in website_description field)
-
Thibault Delavallée authored
Do not erase existing subscription with void subtypes.
-
Christophe Simonis authored
-
Goffin Simon authored
When Costing methods="Standard Price" and Inventory Valuation="Perpetual (automated)", the button to set the price in "product.template" view form must be called "Set standard price". opw:668709
-
Aaron Bohy authored
When a new message arrives in a DM or a livechat, the channel is automatically open in a chat window if we aren't currently in Discuss. Don't apply this behavior in mobile and we probably don't want to see a full screen chat window everytime someone sends us a message.
-
Aaron Bohy authored
Thus also remove the 'Detach' button in Discuss's control panel as we can now directly detach channels with the messaging menu. Also removed unused handler on 'messages_read' since rev. 30c26d76.
-