odoo/odoo.git
10 years ago[CLEAN] website_mail: cleaned a lost console.log and a commented line that should...
Thibault Delavallée [Tue, 27 May 2014 13:35:17 +0000 (15:35 +0200)]
[CLEAN] website_mail: cleaned a lost console.log and a commented line that should have been removed with pr 213

10 years agoMerge pull request #232 from odoo-dev/saas-4-mass_mailing-fixes-tde
Thibault Delavallée [Tue, 27 May 2014 12:16:39 +0000 (14:16 +0200)]
Merge pull request #232 from odoo-dev/saas-4-mass_mailing-fixes-tde

[FIX] mass_mailing: fixes in mail (default recipients), mass_mailing (recipients computation), web (chardomain widget)

10 years ago[FIX] mail: fixed get_default_recipient, trying to call a method even if the target...
Thibault Delavallée [Tue, 27 May 2014 11:33:10 +0000 (13:33 +0200)]
[FIX] mail: fixed get_default_recipient, trying to call a method even if the target model do not have it; also fixed default recipients generation on the contact model; sending a mass mailing when not having recipient now raise a warning.

10 years ago[FIX] web: chardomain widget: fixed selection of some records in a list (bad domain...
Thibault Delavallée [Tue, 27 May 2014 11:31:12 +0000 (13:31 +0200)]
[FIX] web: chardomain widget: fixed selection of some records in a list (bad domain formatting), fixed domain evaluation tah is done server-side instead of through a stringigy.

10 years ago[DIRTY FIX] website_sale: make the runbot green
Richard Mathot [Tue, 27 May 2014 08:01:58 +0000 (10:01 +0200)]
[DIRTY FIX] website_sale: make the runbot green

10 years agoMerge pull request #213 from odoo-dev/saas-4-group-snippet-imp-tde
Thibault Delavallée [Tue, 27 May 2014 07:26:10 +0000 (09:26 +0200)]
Merge pull request #213 from odoo-dev/saas-4-group-snippet-imp-tde

[IMP] website_mail: improved snippet to subscribe to a mail.group

10 years ago[FIX] website_event_sale: bad xpath in template
Richard Mathot [Tue, 27 May 2014 07:18:31 +0000 (09:18 +0200)]
[FIX] website_event_sale: bad xpath in template

10 years ago[IMP] website_mail: improved snippet to subscribe to a mail.group.
Thibault Delavallée [Mon, 26 May 2014 13:43:57 +0000 (15:43 +0200)]
[IMP] website_mail: improved snippet to subscribe to a mail.group.

Main modifications :
- layout: input - button when not following, links (email - archives - unsubscribe) when following
- when adding your email, update all other subscribe snippets input in the page to avoid havign to re-type it
- management of fields of the record to subscribe to, used to have access to the alias of the group

10 years ago[FIX] web: on launching ir_actions_act_window, reset the active_* params if the targe...
Denis Ledoux [Mon, 26 May 2014 15:05:02 +0000 (17:05 +0200)]
[FIX] web: on launching ir_actions_act_window, reset the active_* params if the target is current

This commit is related to 8d496399336b4a97200f6f7b5907ed1c7b99970c and b88755c4317ac61fc8d0533162d4ed19082f3fab
When hitting buttons of type object, the active_model and active_id(s) were kept, and, therefore, when calling a feature using the active* args, this feature used the active* args from the previous action.
Nevertheless, concerning wizards, the active* args should be indeed the active* args of the previous action, as wizards expects to have the active* args from the previous action. Thus, we reset these active* args only when this is not a wizard (target === 'current')
For example, from a sales order, hit the 'view invoice' button, and on the invoice, hit the 'send by email' button: The active_id in the send by email wizard were the id of the sale order, not of the invoice

10 years ago[FIX] website_sale: test did not load js properly and failed
Richard Mathot [Mon, 26 May 2014 14:55:12 +0000 (16:55 +0200)]
[FIX] website_sale: test did not load js properly and failed

10 years agoMerge pull request #210 from odoo-dev/saas-4-fix-partner-grade-access-fme
Fabien Meghazi [Mon, 26 May 2014 14:12:15 +0000 (16:12 +0200)]
Merge pull request #210 from odoo-dev/saas-4-fix-partner-grade-access-fme

[FIX] access rights for public user on res.partner.grade

10 years ago[FIX] duplicate xmlid
Fabien Meghazi [Mon, 26 May 2014 12:25:37 +0000 (14:25 +0200)]
[FIX] duplicate xmlid

10 years ago[FIX] website_forum: do not check if the user has the group comment
Denis Ledoux [Mon, 26 May 2014 09:49:26 +0000 (11:49 +0200)]
[FIX] website_forum: do not check if the user has the group comment

This access rights checks is meaningful for website_blog only

10 years ago[FIX] access rights for public user on res.partner.grade
Fabien Meghazi [Mon, 26 May 2014 09:24:58 +0000 (11:24 +0200)]
[FIX] access rights for public user on res.partner.grade

10 years agoMerge pull request #200 from odoo-dev/saas-4-w3validation-rim
Richard Mathot [Mon, 26 May 2014 08:42:24 +0000 (10:42 +0200)]
Merge pull request #200 from odoo-dev/saas-4-w3validation-rim

[FIX] website: DOM fixes according to W3C Validator

10 years ago[FIX] website: SEO js
Richard Mathot [Mon, 26 May 2014 07:43:01 +0000 (09:43 +0200)]
[FIX] website: SEO js

10 years ago[FIX] website: SEO promote box
Richard Mathot [Mon, 26 May 2014 06:53:54 +0000 (08:53 +0200)]
[FIX] website: SEO promote box

10 years ago[REF] website: shorter tag for charset
Richard Mathot [Fri, 23 May 2014 13:26:10 +0000 (15:26 +0200)]
[REF] website: shorter tag for charset

10 years ago[FIX] website: remove illegal HTML attribute
Richard Mathot [Fri, 23 May 2014 12:45:56 +0000 (14:45 +0200)]
[FIX] website: remove illegal HTML attribute

10 years ago[FIX] website: remove illegal HTML attribute
Richard Mathot [Fri, 23 May 2014 10:42:53 +0000 (12:42 +0200)]
[FIX] website: remove illegal HTML attribute

10 years ago[FIX] website: convert non-standard HTML metatag to data attribute
Richard Mathot [Fri, 23 May 2014 08:03:47 +0000 (10:03 +0200)]
[FIX] website: convert non-standard HTML metatag to data attribute

10 years ago[FIX] website: not well-formed HTML
Richard Mathot [Thu, 22 May 2014 13:31:11 +0000 (15:31 +0200)]
[FIX] website: not well-formed HTML

10 years agoMerge pull request #119 from odoo-dev/saas-4-report-fixes-sle
sle-odoo [Fri, 23 May 2014 15:37:23 +0000 (17:37 +0200)]
Merge pull request #119 from odoo-dev/saas-4-report-fixes-sle

[FIX] Multiple report fixes including better handling of rendering a report with one worker (and the removal of the workers creation) and some report views changes (address block more to the left)

10 years agoMerge remote-tracking branch 'odoo/saas-4' into saas-4-report-fixes-sle
Simon Lejeune [Fri, 23 May 2014 13:38:56 +0000 (15:38 +0200)]
Merge remote-tracking branch 'odoo/saas-4' into saas-4-report-fixes-sle

10 years agoMerge pull request #183 from odoo-dev/urlencodify
xmo-odoo [Fri, 23 May 2014 13:13:13 +0000 (15:13 +0200)]
Merge pull request #183 from odoo-dev/urlencodify

Improve handling of website image fields

10 years ago[FIX] correctly handle invalid max_width/max_height passed to website._image
Xavier Morel [Fri, 23 May 2014 13:11:13 +0000 (15:11 +0200)]
[FIX] correctly handle invalid max_width/max_height passed to website._image

10 years ago[IMP] use url_encode when building url query string
Xavier Morel [Fri, 23 May 2014 13:03:23 +0000 (15:03 +0200)]
[IMP] use url_encode when building url query string

I have no idea why I originall implemented that crap via string munging.

10 years agoMerge pull request #125 from odoo-dev/saas-4-website-mail-group-tde
Thibault Delavallée [Fri, 23 May 2014 11:43:00 +0000 (13:43 +0200)]
Merge pull request #125 from odoo-dev/saas-4-website-mail-group-tde

[MERGE] website_mail_group: cleaning and usability improvement of this web module
- refactored the website templates that were basically impossible to use
- fixed display by thread / date and navigation
- added information about group email, participants, messages, ...

10 years ago[IMP] website_mail_group: display previous / next message when browsing + take into...
Thibault Delavallée [Fri, 23 May 2014 11:17:33 +0000 (13:17 +0200)]
[IMP] website_mail_group: display previous / next message when browsing + take into account thread or date mode.

10 years agoMerge remote-tracking branch 'odoo/saas-4' into saas-4-website-mail-group-tde
Thibault Delavallée [Fri, 23 May 2014 10:40:39 +0000 (12:40 +0200)]
Merge remote-tracking branch 'odoo/saas-4' into saas-4-website-mail-group-tde

10 years ago[IMP] website_mail_group: better variables name in js file
Thibault Delavallée [Fri, 23 May 2014 10:40:08 +0000 (12:40 +0200)]
[IMP] website_mail_group: better variables name in js file

10 years ago[FIX] website_mail_group: added forgotten parameter for a view, added previously...
Thibault Delavallée [Fri, 23 May 2014 10:39:50 +0000 (12:39 +0200)]
[FIX] website_mail_group: added forgotten parameter for a view, added previously in this branch

10 years agoMerge pull request #172 from odoo-dev/saas-4-widget-image-rim
Richard Mathot [Fri, 23 May 2014 10:35:02 +0000 (12:35 +0200)]
Merge pull request #172 from odoo-dev/saas-4-widget-image-rim

Some fixes in the image qweb widget + CMS fixes

10 years ago[FIX] website_crm_partner_assign: better display of partners logos
Richard Mathot [Fri, 23 May 2014 09:58:25 +0000 (11:58 +0200)]
[FIX] website_crm_partner_assign: better display of partners logos

10 years ago[IMP] website: add max_height and max_width options to image Qweb widget
Richard Mathot [Fri, 23 May 2014 09:55:48 +0000 (11:55 +0200)]
[IMP] website: add max_height and max_width options to image Qweb widget

10 years ago[FIX] website_mail_group: effectively handle replies_per_page parameter that controls...
--global [Thu, 22 May 2014 11:38:07 +0000 (13:38 +0200)]
[FIX] website_mail_group: effectively handle replies_per_page parameter that controls the number of replies to display under each message.

10 years ago[FIX] website_mail_group: number of thread and replies back to normal values after...
--global [Thu, 22 May 2014 11:29:49 +0000 (13:29 +0200)]
[FIX] website_mail_group: number of thread and replies back to normal values after testing.

10 years ago[FIX] website_mail_group: email-based author was wrongly placed in the layout
--global [Thu, 22 May 2014 10:48:32 +0000 (12:48 +0200)]
[FIX] website_mail_group: email-based author was wrongly placed in the layout

10 years ago[FIX] website_mail_group: order archives by date descending
--global [Thu, 22 May 2014 10:48:09 +0000 (12:48 +0200)]
[FIX] website_mail_group: order archives by date descending

10 years ago[FIX] website_mail_group: better layout for main mailing lists page: more space for...
--global [Thu, 22 May 2014 10:25:35 +0000 (12:25 +0200)]
[FIX] website_mail_group: better layout for main mailing lists page: more space for subscribe button

10 years agoMerge remote-tracking branch 'odoo/saas-4' into saas-4-website-mail-group-tde
--global [Thu, 22 May 2014 10:14:17 +0000 (12:14 +0200)]
Merge remote-tracking branch 'odoo/saas-4' into saas-4-website-mail-group-tde

10 years agoMerge pull request #127 from odoo-dev/saas-4-speakers-rim
Richard Mathot [Thu, 22 May 2014 08:29:36 +0000 (10:29 +0200)]
Merge pull request #127 from odoo-dev/saas-4-speakers-rim

[MERGE][FIX] website_event_track: display speakers name to public users

10 years ago[MERGE] Forward-port of latest saas-3 bugfixes, up to rev. a096ae0080bc6555a8b832e87d...
Denis Ledoux [Thu, 22 May 2014 07:35:26 +0000 (09:35 +0200)]
[MERGE] Forward-port of latest saas-3 bugfixes, up to rev. a096ae0080bc6555a8b832e87d4de6b827257304

10 years ago[FIX] http: force rolleback for failed http request
Martin Trigaux [Wed, 21 May 2014 17:12:37 +0000 (19:12 +0200)]
[FIX] http: force rolleback for failed http request

1st issue:
When an exception was raised, it was badly handled by the website in case of
website_enabled key. The response page was generated without calling super.
The WebRequest object being responsible to rollback the transaction in case
of errors.

2sd issue:
The _failed attribute is required to rollback the transaction in an WebRequest
object. Previously it was only set in the JsonRequest object (which inherit
from WebRequest), replace by call to super. The attribute _failed is now set
in the WebRequest object.

10 years agoMerge remote-tracking branch 'odoo/saas-4' into saas-4-speakers-rim
Richard Mathot [Wed, 21 May 2014 15:11:58 +0000 (17:11 +0200)]
Merge remote-tracking branch 'odoo/saas-4' into saas-4-speakers-rim

10 years ago[FIX] website_event_track: display speakers name to public users
Richard Mathot [Wed, 21 May 2014 15:10:50 +0000 (17:10 +0200)]
[FIX] website_event_track: display speakers name to public users

10 years agoMerge pull request #126 from odoo-dev/saas-4-gitignore-tde
Thibault Delavallée [Wed, 21 May 2014 15:10:40 +0000 (17:10 +0200)]
Merge pull request #126 from odoo-dev/saas-4-gitignore-tde

[IMP] [BACKPORT] Converto bzrignore to gitignore, like what has been done in master.

10 years ago[IMP] [BACKPORT] Converto bzrignore to gitignore, like what has been done in master.
--global [Wed, 21 May 2014 14:52:24 +0000 (16:52 +0200)]
[IMP] [BACKPORT] Converto bzrignore to gitignore, like what has been done in 

10 years agoMerge remote-tracking branch 'odoo/saas-4' into saas-4-website-mail-group-tde
Thibault Delavallée [Wed, 21 May 2014 14:35:48 +0000 (16:35 +0200)]
Merge remote-tracking branch 'odoo/saas-4' into saas-4-website-mail-group-tde

10 years ago[FIX] website_mail_group: added forgotten files for css / js.
Thibault Delavallée [Wed, 21 May 2014 14:35:15 +0000 (16:35 +0200)]
[FIX] website_mail_group: added forgotten files for css / js.

10 years ago[IMP] website_mail_group: refactored layout of displayed mailing lists and their...
Thibault Delavallée [Wed, 21 May 2014 14:32:31 +0000 (16:32 +0200)]
[IMP] website_mail_group: refactored layout of displayed mailing lists and their archive. Should be a bit more easy to use and understand. Todo: fix number of displayed thread / replies, and probably re-do the layout once somebody decides to change everything.

10 years ago[FIX] website_mail: message description should effectively be limited to the first...
Thibault Delavallée [Wed, 21 May 2014 14:27:17 +0000 (16:27 +0200)]
[FIX] website_mail: message description should effectively be limited to the first 30 characters.

10 years agoMerge remote-tracking branch 'odoo/saas-4' into saas-4-report-fixes-sle
Simon Lejeune [Wed, 21 May 2014 12:09:35 +0000 (14:09 +0200)]
Merge remote-tracking branch 'odoo/saas-4' into saas-4-report-fixes-sle

10 years ago[FIX] Report: get the wkhtmltopdf version in a cleaner way with a simple regex
Simon Lejeune [Wed, 21 May 2014 12:05:18 +0000 (14:05 +0200)]
[FIX] Report: get the wkhtmltopdf version in a cleaner way with a simple regex

10 years ago[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. b6a7402fdbddfe817fa36292e6f89...
Denis Ledoux [Wed, 21 May 2014 11:46:10 +0000 (13:46 +0200)]
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. b6a7402fdbddfe817fa36292e6f89e8659f9bdea

10 years ago[FIX] survey: enable survey access to portal users instead of 404
Richard Mathot [Wed, 21 May 2014 11:42:17 +0000 (13:42 +0200)]
[FIX] survey: enable survey access to portal users instead of 404

10 years ago[FIX] ir_actions: adapt render_report when called in a tests/qweb report context...
Simon Lejeune [Wed, 21 May 2014 11:11:27 +0000 (13:11 +0200)]
[FIX] ir_actions: adapt render_report when called in a tests/qweb report context to generate the pdf only if a directory has been provided

10 years ago[FIX] Report: inform the user that he may not print a pdf report while his openerp...
Simon Lejeune [Wed, 21 May 2014 11:06:31 +0000 (13:06 +0200)]
[FIX] Report: inform the user that he may not print a pdf report while his openerp is running with only one worker; adapt method to extract wkhtmltopdf version to also work on mac where the ouput of '--version' is different from gnu/linux binary

10 years ago[MERGE] Forward-port of latest saas-3 bugfixes, up to rev. 6958d47694df0a5397b07c40b0...
Denis Ledoux [Wed, 21 May 2014 11:05:41 +0000 (13:05 +0200)]
[MERGE] Forward-port of latest saas-3 bugfixes, up to rev. 6958d47694df0a5397b07c40b061c41e43046941

10 years ago[FIX] Report: less verbose error message
Simon Lejeune [Wed, 21 May 2014 11:02:59 +0000 (13:02 +0200)]
[FIX] Report: less verbose error message

10 years ago[FIX] Report: removed psutil/signal/openerp worker crap
Simon Lejeune [Wed, 21 May 2014 11:01:42 +0000 (13:01 +0200)]
[FIX] Report: removed psutil/signal/openerp worker crap

10 years ago[FIX] Report: double the default height/width of barcode image to avoid a blurred...
Simon Lejeune [Wed, 21 May 2014 10:59:05 +0000 (12:59 +0200)]
[FIX] Report: double the default height/width of barcode image to avoid a blurred/unusable barcode once integrated in a report

10 years ago[FIX] account_analytic_analysis: recurring invoices prepare and product_id_change
Denis Ledoux [Wed, 21 May 2014 10:57:28 +0000 (12:57 +0200)]
[FIX] account_analytic_analysis: recurring invoices prepare and product_id_change

product_id_change set the description with the same behavior as sale orders
product_id_change set the price unit according to the pricelist
_prepare_invoice is split into two sub methods, _prepare_invoice_data and _prepare_invoice_line
_prepare_invoice actually prepare the invoice values instead of directly creating the invoice

10 years ago[FIX] Report: do not raise when wkhtmltopdf returns a code 1. In most cases, it is...
Simon Lejeune [Wed, 21 May 2014 10:56:56 +0000 (12:56 +0200)]
[FIX] Report: do not raise when wkhtmltopdf returns a code 1. In most cases, it is due to some http requests which did not success *but* the pdf is still acceptable. Far from the best commit ever, but it avoids to completely crash when just a link to an image is wrong

10 years ago[FIX] address div more to the left on external reports
Simon Lejeune [Wed, 21 May 2014 09:57:45 +0000 (11:57 +0200)]
[FIX] address div more to the left on external reports

10 years ago[FIX] report: correct page numbering
Denis Ledoux [Wed, 21 May 2014 09:20:37 +0000 (11:20 +0200)]
[FIX] report: correct page numbering

10 years agoMerge pull request #96 from odoo-dev/saas-4-hr-security-rim
Richard Mathot [Wed, 21 May 2014 08:49:46 +0000 (10:49 +0200)]
Merge pull request #96 from odoo-dev/saas-4-hr-security-rim

[FIX] website_hr_recruitment: Hide unpublished job offers to portal users and employees

10 years ago[FIX] website_hr_recruitment: Hide unpublished job offers to portal users and employees
Richard Mathot [Wed, 21 May 2014 08:00:08 +0000 (10:00 +0200)]
[FIX] website_hr_recruitment: Hide unpublished job offers to portal users and employees

10 years ago[FIX] website: respect max_{width,height} for /website/image route
Christophe Simonis [Tue, 20 May 2014 18:23:25 +0000 (20:23 +0200)]
[FIX] website: respect max_{width,height} for /website/image route

10 years ago[MERGE] forward port of branch saas-3 up to revid 38abc8a
Christophe Simonis [Tue, 20 May 2014 17:00:50 +0000 (19:00 +0200)]
[MERGE] forward port of branch saas-3 up to revid 38abc8a

10 years ago[MERGE] forward port of branch 7.0 up to revid b09b6a0
Christophe Simonis [Tue, 20 May 2014 16:57:04 +0000 (18:57 +0200)]
[MERGE] forward port of branch 7.0 up to revid b09b6a0

10 years ago[MERGE] merge bzr saas-4 web branch
Christophe Simonis [Tue, 20 May 2014 15:14:18 +0000 (17:14 +0200)]
[MERGE] merge bzr saas-4 web branch

10 years ago[MERGE] merge bzr saas-4 addons branch
Christophe Simonis [Tue, 20 May 2014 15:12:01 +0000 (17:12 +0200)]
[MERGE] merge bzr saas-4 addons branch

10 years ago[MERGE] merge bzr saas-4 server branch
Christophe Simonis [Tue, 20 May 2014 15:05:25 +0000 (17:05 +0200)]
[MERGE] merge bzr saas-4 server branch

10 years ago[MERGE] merge bzr saas-3 addons branch
Christophe Simonis [Tue, 20 May 2014 14:46:58 +0000 (16:46 +0200)]
[MERGE] merge bzr saas-3 addons branch

10 years ago[MERGE] merge bzr saas-3 server branch
Christophe Simonis [Tue, 20 May 2014 14:41:04 +0000 (16:41 +0200)]
[MERGE] merge bzr saas-3 server branch

10 years ago[MERGE] merge bzr addons branch
Christophe Simonis [Tue, 20 May 2014 14:31:43 +0000 (16:31 +0200)]
[MERGE] merge bzr addons branch

10 years ago[MERGE] merge bzr server branch
Christophe Simonis [Tue, 20 May 2014 14:28:48 +0000 (16:28 +0200)]
[MERGE] merge bzr server branch

10 years ago[FIX] account_analytic_analysis: use product.price if pricelist is passed, else list_...
Denis Ledoux [Tue, 20 May 2014 14:08:03 +0000 (16:08 +0200)]
[FIX] account_analytic_analysis: use product.price if pricelist is passed, else list_price

10 years ago[FIX] website_forum: correct goal definition and other improvement
Martin Trigaux [Tue, 20 May 2014 13:27:33 +0000 (15:27 +0200)]
[FIX] website_forum: correct goal definition and other improvement

- scholar: the field is_correct is on the answer, not on the question
- remove closing reason 'an answer was accepted', the questions should be left as open to be possible to improve the answer afterward
- sort badges by most frequent first
- display the creation date of the question the same way we display the answer date

10 years ago[IMP] display the createion date of the question the same way we display the answer...
Martin Trigaux [Tue, 20 May 2014 13:05:27 +0000 (15:05 +0200)]
[IMP] display the createion date of the question the same way we display the answer fate

10 years ago[IMP] as the closing reason is not required, do not display it if none is present
Martin Trigaux [Tue, 20 May 2014 12:50:51 +0000 (14:50 +0200)]
[IMP] as the closing reason is not required, do not display it if none is present

10 years ago[FIX] remove closing reason 'an answer was accepted', the questions should be left...
Martin Trigaux [Tue, 20 May 2014 12:41:56 +0000 (14:41 +0200)]
[FIX] remove closing reason 'an answer was accepted', the questions should be left as open to be possible to improve the answer afterward

10 years ago[FIX] the badges should be ordered by most popular first
Martin Trigaux [Tue, 20 May 2014 12:32:21 +0000 (14:32 +0200)]
[FIX] the badges should be ordered by most popular first

10 years ago[FIX] definition of badges
Martin Trigaux [Tue, 20 May 2014 12:31:55 +0000 (14:31 +0200)]
[FIX] definition of badges

10 years agoMerge pull request #69 from odoo-dev/saas-4-auth-user-login-redirect-fme
Fabien Meghazi [Tue, 20 May 2014 11:20:15 +0000 (13:20 +0200)]
Merge pull request #69 from odoo-dev/saas-4-auth-user-login-redirect-fme

Automatic auth='user' redirection for unlogged users

10 years ago[FIX] crm: do not overwrite the value of no_force_assignation if already set in the...
Martin Trigaux [Tue, 20 May 2014 11:10:56 +0000 (13:10 +0200)]
[FIX] crm: do not overwrite the value of no_force_assignation if already set in the context

10 years ago[FIX] website_forum: when sending emails about forum post, use the public url instead...
Martin Trigaux [Tue, 20 May 2014 11:10:44 +0000 (13:10 +0200)]
[FIX] website_forum: when sending emails about forum post, use the public url instead of the private

10 years ago[IMP] website_crm_partner_assign: use geoip to display partners in the visitor's...
Thibault Delavallée [Tue, 20 May 2014 11:24:18 +0000 (13:24 +0200)]
[IMP] website_crm_partner_assign: use geoip to display partners in the visitor's country.

Also added a breadcrumb in partners navigation; when going on the partner view
a link to come back to the list view has been added and takes into account
selected grade and country.

10 years agoAutomatic @auth='user' redirection for unlogged users
Fabien Meghazi [Tue, 20 May 2014 10:02:46 +0000 (12:02 +0200)]
@auth='user' redirection for unlogged users

opt out with query parameter ?noredirect=1

10 years ago[FIX] website_forum: country_id is an integer field
Olivier Dony [Tue, 20 May 2014 08:24:33 +0000 (10:24 +0200)]
[FIX] website_forum: country_id is an integer field

10 years ago[FIX] website_forum: allow users to save their edited bio
Olivier Dony [Tue, 20 May 2014 08:24:01 +0000 (10:24 +0200)]
[FIX] website_forum: allow users to save their edited bio

10 years ago[FIX] sale: in paypal, the encoding of the url should be done with werkzeug instead...
Martin Trigaux [Tue, 20 May 2014 08:16:17 +0000 (10:16 +0200)]
[FIX] sale: in paypal, the encoding of the url should be done with werkzeug instead of urllib for better handeling of unicode (opw 607866)

10 years agoMerge pull request #40 from kirca/mk_lang
Fabien Pinckaers [Tue, 20 May 2014 07:56:55 +0000 (09:56 +0200)]
Merge pull request #40 from kirca/mk_lang

[ADD] Macedonian language

10 years ago[FIX] website_crm_partner_assign: fixed error of used template
Thibault Delavallée [Mon, 19 May 2014 16:16:10 +0000 (18:16 +0200)]
[FIX] website_crm_partner_assign: fixed error of used template
to display partner references, use the one defined in website_crm_partner_assign module.

10 years ago[IMP] ir_qweb: contact widget: handle website info in the contact widget.
Thibault Delavallée [Mon, 19 May 2014 16:15:32 +0000 (18:15 +0200)]
[IMP] ir_qweb: contact widget: handle website info in the contact widget.

10 years ago[FIX] orm: unlink: when unlinking a record, trigger the computing of
Thibault Delavallée [Mon, 19 May 2014 16:12:41 +0000 (18:12 +0200)]
[FIX] orm: unlink: when unlinking a record, trigger the computing of
function fields for other records in the same model. Previously all function fields in the
current model were not computed for some reason not provided by the history.

We therefore compute effective store_ids on which the various trigerred
function fields will be computed again. Those ids are the ids given
in the store_get storage variable minus the deleted ones.

10 years ago[FIX] website_event_track: human-readable display of track durations
Richard Mathot (OpenERP) [Mon, 19 May 2014 15:41:50 +0000 (17:41 +0200)]
[FIX] website_event_track: human-readable display of track durations

10 years ago[FIX] ir_qweb: Duration widget now displays something
Richard Mathot (OpenERP) [Mon, 19 May 2014 15:37:00 +0000 (17:37 +0200)]
[FIX] ir_qweb: Duration widget now displays something

10 years ago[FIX] website_crm_partner_assign: fixed crash when having partners to display
Thibault Delavallée [Mon, 19 May 2014 14:40:50 +0000 (16:40 +0200)]
[FIX] website_crm_partner_assign: fixed crash when having partners to display
on resellers page that do not have country_id set, leading to some values
not being present in the countries variable holding data about partner
localisation.