odoo/odoo.git
10 years ago[REM] idiotic _invalids attribute, as well as get_invalid_fields
Xavier Morel [Tue, 27 May 2014 09:39:03 +0000 (11:39 +0200)]
[REM] idiotic _invalids attribute, as well as get_invalid_fields

10 years agoMerge pull request #225 from odoo-dev/master-frontend-assets
Fabien Meghazi [Tue, 27 May 2014 09:49:28 +0000 (11:49 +0200)]
Merge pull request #225 from odoo-dev/master-frontend-assets

[IMP] Move website assets to frontend bundle

10 years ago[IMP] payment addons: fixed submit buttons: now have type=submit (and not image or...
Thibault Delavallée [Tue, 27 May 2014 09:34:55 +0000 (11:34 +0200)]
[IMP] payment addons: fixed submit buttons: now have type=submit (and not image or nothing) and removed name, because this may cause issues when trying to submit a form manually with type=submit and a name. Also improved js code in website_sale to correctly handle the click binding, the asynchronous call to the server to create the transaction, and then submit the form. As form submission is synchronous in javascript, we cannot use the deferred. Instead we prevent the click event from bubbling, wait for the server to create the transaction, adn then manually submit the form.

10 years ago[IMP] website_sale: change 'pay now' button behavior.
--global [Fri, 23 May 2014 07:53:12 +0000 (09:53 +0200)]
[IMP] website_sale: change 'pay now' button behavior.

Now: intercept the call, make an asynchronous call to create the tx, then continue to the acquirer. Previous this was done by
a redirection, leading to a get request beign done. However it should be a post request.

10 years agoIndentation
Fabien Meghazi [Tue, 27 May 2014 09:16:57 +0000 (11:16 +0200)]
Indentation

10 years agoChanged xpath expression from /t to .
Fabien Meghazi [Tue, 27 May 2014 08:45:07 +0000 (10:45 +0200)]
Changed xpath expression from /t to .

10 years ago[FIX] point_of_sale: public category became pos category
Christophe Matthieu [Tue, 27 May 2014 08:36:08 +0000 (10:36 +0200)]
[FIX] point_of_sale: public category became pos category

10 years agoMerge pull request #223 from odoo-dev/7.0-ail-form-context-parent-mat
Martin Trigaux [Tue, 27 May 2014 08:32:53 +0000 (10:32 +0200)]
Merge pull request #223 from odoo-dev/7.0-ail-form-context-parent-mat

account: safer access to parent in invoice line form

10 years ago[FIX] account_followup: account_followup_print report, sxw according to rml
Denis Ledoux [Tue, 27 May 2014 08:29:12 +0000 (10:29 +0200)]
[FIX] account_followup: account_followup_print report, sxw according to rml

10 years ago[FIX] account: safer access to parent in invoice line form
Martin Trigaux [Tue, 27 May 2014 08:16:44 +0000 (10:16 +0200)]
[FIX] account: safer access to parent in invoice line form

In the account.invoice.line form, do not assume the parent is defined when
evaluating the context to invoice_line_tax_id as we could come from another
view (e.g.: purchase order line form).
Fixes #206

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 ago[IMP] product: refactoring of product variant. The main view became the view of produ...
Christophe Matthieu [Tue, 27 May 2014 07:42:52 +0000 (09:42 +0200)]
[IMP] product: refactoring of product variant. The main view became the view of product template and the product product (or product variant) are created with the variant values combinaison. Bom is splitted into bom and bom line and can use the variant combinaison.

10 years agoMerge pull request #83 from etenesaca/master
Martin Trigaux [Tue, 27 May 2014 07:28:15 +0000 (09:28 +0200)]
Merge pull request #83 from etenesaca/master

[IMP] When no result is displayed in m2o field with option "no_create", add a "No result" value to avoid confusion.

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[IMP]Improved code
Mitesh Savani [Tue, 27 May 2014 05:15:04 +0000 (10:45 +0530)]
[IMP]Improved code

10 years ago[FIX]Fixe the issue o2m record duplication.
Mohammed Shekha [Tue, 27 May 2014 04:40:06 +0000 (10:10 +0530)]
[FIX]Fixe the issue o2m record duplication.

10 years ago* Deleted: oe_m2o_dropdown_option_no_results_to_show AND REUSED oe_m2o_dropdown_option
etenesaca [Mon, 26 May 2014 16:51:24 +0000 (11:51 -0500)]
* Deleted: oe_m2o_dropdown_option_no_results_to_show AND REUSED oe_m2o_dropdown_option
* Deleted: manually translation in es.po

10 years agoMerge remote-tracking branch 'odoo/master'
etenesaca [Mon, 26 May 2014 16:29:48 +0000 (11:29 -0500)]
Merge remote-tracking branch 'odoo/master'

10 years agoMerge pull request #216 from odoo-dev/master-import-module-wizard-tpa
Fabien Meghazi [Mon, 26 May 2014 15:30:29 +0000 (17:30 +0200)]
Merge pull request #216 from odoo-dev/master-import-module-wizard-tpa

[IMP] Add 'Import Module' wizard to base_import_module

10 years ago[FIX] typo
Fabien Meghazi [Mon, 26 May 2014 15:26:19 +0000 (17:26 +0200)]
[FIX] typo

10 years agoMerge pull request #203 from buke/7.0
Martin Trigaux [Mon, 26 May 2014 15:07:14 +0000 (17:07 +0200)]
Merge pull request #203 from buke/7.0

[FIX] delivery: when computing the weight and volume, use the quantity converted to the product uom instead of the uom of the purchase order.

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 remote-tracking branch 'odoo/master'
etenesaca [Mon, 26 May 2014 14:55:11 +0000 (09:55 -0500)]
Merge remote-tracking branch 'odoo/master'

10 years agoMerge remote-tracking branch 'odoo/master' into master-import-module-wizard-tpa
Fabien Meghazi [Mon, 26 May 2014 14:52:41 +0000 (16:52 +0200)]
Merge remote-tracking branch 'odoo/master' into master-import-module-wizard-tpa

10 years agoMerge pull request #188 from blaggacao/patch-2
Martin Trigaux [Mon, 26 May 2014 14:28:57 +0000 (16:28 +0200)]
Merge pull request #188 from blaggacao/patch-2

Removed confusing doubled check box "child_depend" in the tax view

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 agoMerge pull request #212 from odoo-dev/master-fix-sitemap-urls-fme
Fabien Meghazi [Mon, 26 May 2014 13:03:19 +0000 (15:03 +0200)]
Merge pull request #212 from odoo-dev/master-fix-sitemap-urls-fme

[FIX] sitemap.xml urls

10 years ago[FIX] sitemap.xml urls
Fabien Meghazi [Mon, 26 May 2014 12:58:30 +0000 (14:58 +0200)]
[FIX] sitemap.xml urls

10 years agoMerge pull request #207 from joshuajan/7.0
Martin Trigaux [Mon, 26 May 2014 12:35:04 +0000 (14:35 +0200)]
Merge pull request #207 from joshuajan/7.0

'invoiced' fields help message is wrong
the purchase order is set as invoiced when every line has a validated invoiced.

10 years agoMerge pull request #209 from odoo-dev/master-forum-users-row-mat
Martin Trigaux [Mon, 26 May 2014 12:26:18 +0000 (14:26 +0200)]
Merge pull request #209 from odoo-dev/master-forum-users-row-mat

[FIX] website_forum: display the users as a table in block of 3 cols

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: display the users as a table in block of 3 cols
Martin Trigaux [Mon, 26 May 2014 11:37:58 +0000 (13:37 +0200)]
[FIX] website_forum: display the users as a table in block of 3 cols

10 years agoMerge pull request #208 from odoo-dev/master-contributing-mat
Martin Trigaux [Mon, 26 May 2014 11:05:20 +0000 (13:05 +0200)]
Merge pull request #208 from odoo-dev/master-contributing-mat

Add contributing.md file

10 years agoUpdate contributing.md
Martin Trigaux [Mon, 26 May 2014 10:55:58 +0000 (12:55 +0200)]
Update contributing.md

10 years agotypo
Martin Trigaux [Mon, 26 May 2014 10:22:59 +0000 (12:22 +0200)]
typo

10 years agoAdding bug report example and fixing typos
Martin Trigaux [Mon, 26 May 2014 10:21:23 +0000 (12:21 +0200)]
Adding bug report example and fixing typos

10 years ago'invoiced' fields help message is wrong
JoshuaJan [Mon, 26 May 2014 09:55:26 +0000 (17:55 +0800)]
'invoiced' fields help message is wrong

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 agoAdding basic contribution guidelines
Martin Trigaux [Mon, 26 May 2014 09:39:48 +0000 (11:39 +0200)]
Adding basic contribution guidelines

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 ago[FIX] hr_recruitment: default company set according to department company
Denis Ledoux [Mon, 26 May 2014 09:20:40 +0000 (11:20 +0200)]
[FIX] hr_recruitment: default company set according to department company

10 years agoFixed delivery grid get_price
buke [Mon, 26 May 2014 09:12:38 +0000 (17:12 +0800)]
Fixed delivery grid get_price

It's wrong for cal weight in delivery gird . It's use product.weight * qty.

10 years ago[FIX]t-field wrong outputs when precision is 0
kevin wang [Mon, 26 May 2014 09:06:49 +0000 (17:06 +0800)]
[FIX]t-field wrong outputs when precision is 0

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 remote-tracking branch 'odoo/master'
etenesaca [Fri, 23 May 2014 21:05:49 +0000 (16:05 -0500)]
Merge remote-tracking branch 'odoo/master'

10 years agoRemoved confusing doubled check box "child_depend"
David Arnold [Fri, 23 May 2014 19:01:16 +0000 (14:01 -0500)]
Removed confusing doubled check box "child_depend"

This checkbox caused greate confusion, as it was doubled in the tax form view. Field is already present in line 937

Thanks for merging.

10 years ago[FIX] account_analytic_analysis: set false to price_unit in product_id_change in...
Denis Ledoux [Fri, 23 May 2014 15:58:00 +0000 (17:58 +0200)]
[FIX] account_analytic_analysis: set false to price_unit in product_id_change in form view, so the price unit is reset when the product id is changed

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 ago[FIX] purchase: po email template, the currency could be different than the pricelist...
Denis Ledoux [Fri, 23 May 2014 15:13:42 +0000 (17:13 +0200)]
[FIX] purchase: po email template, the currency could be different than the pricelist currency

10 years ago[FIX] mail: push to breadcrumb on subject, author or notified partners links click
Denis Ledoux [Fri, 23 May 2014 13:54:43 +0000 (15:54 +0200)]
[FIX] mail: push to breadcrumb on subject, author or notified partners links click

opw-608251: When coming from website > My account, and clicking on a lead link from a message in the inbox, and then deleting the lead, the history_back is triggered and we come back in the website, while we should have come back in the inbox. This is because the action performed was not pushed in the breadcrumb

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 ago[IMP]Move assetss to frontend template.
Mitesh Savani [Fri, 23 May 2014 13:01:01 +0000 (18:31 +0530)]
[IMP]Move assetss to frontend template.

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 ago[FIX] request.handle_exception: cleanup override logic, fixed chain broken by commit...
Denis Ledoux [Fri, 23 May 2014 11:15:52 +0000 (13:15 +0200)]
[FIX] request.handle_exception: cleanup override logic, fixed chain broken by commit a096ae0

handle_exception() is supposed to try handling an exception and if it cannot,
re-raise it. Overridden methods must therefore call super() within a try/except
block, and only attempt to handle the exception if super() raised.

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 agoMerge pull request #174 from odoo-dev/tnx-remains
xmo-odoo [Fri, 23 May 2014 10:21:33 +0000 (12:21 +0200)]
Merge pull request #174 from odoo-dev/tnx-remains

Various ex-module remains

10 years ago[REM] leftovers from removed/deactivated modules
Xavier Morel [Fri, 23 May 2014 10:18:17 +0000 (12:18 +0200)]
[REM] leftovers from removed/deactivated modules

* document_page should have disappeared a long time ago, no idea why it
  remains
* thunderbird seems to have suffered from odd conflictual moves (or lack
  thereof)
* audittrail was removed but not deactivated in rosetta

10 years ago[REM] undead modules reanimated by translation file exports
Xavier Morel [Fri, 23 May 2014 10:02:03 +0000 (12:02 +0200)]
[REM] undead modules reanimated by translation file exports

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] account_analytic_analysis: recurring invoice line description and yearly interval
Denis Ledoux [Fri, 23 May 2014 09:16:46 +0000 (11:16 +0200)]
[FIX] account_analytic_analysis: recurring invoice line description and yearly interval

the product_id_change name is reset if name is not passed to method args
the product_id_change call in account_analytic_view set name as false so it is reset each time the product is change
the yearly interval add a year to the next recurring date instead of one month

10 years agoMerge pull request #170 from odoo-dev/master-fix-languages-thingy-tde
Thibault Delavallée [Fri, 23 May 2014 09:06:47 +0000 (11:06 +0200)]
Merge pull request #170 from odoo-dev/master-fix-languages-thingy-tde

[FIX] website: fixed languages errors
- ir_http: added a missing ? when a route using the default language was re-rerouted to remove the language part of the path, leading to a wrong url
- website layout: fixed use of a languages variable not always defined depending on the working conditions

10 years ago[FIX] website: ir_http: when rerouting url containing default language -> url withou...
--global [Fri, 23 May 2014 08:39:26 +0000 (10:39 +0200)]
[FIX] website:  ir_http: when rerouting url containing default language -> url without language, the ? was missing, leading to wrong urls.

10 years ago[FIX] website: define languages variable outside of an 'if' as it is used below in...
--global [Fri, 23 May 2014 08:23:13 +0000 (10:23 +0200)]
[FIX] website: define languages variable outside of an 'if' as it is used below in the same template, leading to a crash due to the variable not always being defined.

10 years ago[MERGE] no website description
Fabien Pinckaers [Fri, 23 May 2014 08:20:06 +0000 (10:20 +0200)]
[MERGE] no website description

10 years agoRestore missed images during bzr to git transition
Martin Trigaux [Fri, 23 May 2014 08:11:25 +0000 (10:11 +0200)]
Restore missed images during bzr to git transition

10 years ago[IMP] missing file
Fabien Pinckaers [Fri, 23 May 2014 07:55:24 +0000 (09:55 +0200)]
[IMP] missing file

10 years ago[FIX] Missing file
Fabien Pinckaers [Fri, 23 May 2014 07:43:34 +0000 (09:43 +0200)]
[FIX] Missing file

10 years agoMerge branch 'master-remove-html-fields-backend-ypa' of https://github.com/odoo-dev...
Fabien Pinckaers [Fri, 23 May 2014 07:24:16 +0000 (09:24 +0200)]
Merge branch 'master-remove-html-fields-backend-ypa' of https://github.com/odoo-dev/odoo into odoo-dev-master-remove-html-fields-backend-ypa

10 years agoMerge pull request #168 from legalsylvain/master
Fabien Pinckaers [Fri, 23 May 2014 07:15:08 +0000 (09:15 +0200)]
Merge pull request #168 from legalsylvain/master

[FIX] Issues #167. Remove obsolete shop reference

10 years ago[FIX] Issues #167. Remove obsolete shop reference
Sylvain LE GAL [Thu, 22 May 2014 20:55:50 +0000 (22:55 +0200)]
[FIX] Issues #167. Remove obsolete shop reference

10 years agoMerge remote-tracking branch 'odoo/master'
etenesaca [Thu, 22 May 2014 19:42:14 +0000 (14:42 -0500)]
Merge remote-tracking branch 'odoo/master'

10 years ago[MERGE] Forward-port latest 7.0 bugfixes, up to f8671cb
Olivier Dony [Thu, 22 May 2014 14:44:33 +0000 (16:44 +0200)]
[MERGE] Forward-port latest 7.0 bugfixes, up to f8671cb

10 years agoMerge pull request #164 from odoo-dev/master-website_sale--fix-tde
Thibault Delavallée [Thu, 22 May 2014 14:22:32 +0000 (16:22 +0200)]
Merge pull request #164 from odoo-dev/master-website_sale--fix-tde

[FIX] website_sale: cleaned call to removed methods in website_sale

10 years ago[REVERT] b6a7402fdbddfe817fa36292e6f89e8659f9bdea, pagereset seems to be useful in...
Denis Ledoux [Thu, 22 May 2014 14:10:56 +0000 (16:10 +0200)]
[REVERT] b6a7402fdbddfe817fa36292e6f89e8659f9bdea, pagereset seems to be useful in some cases. Need to check deeper

10 years agoImprovement of the delivery module
Martin Trigaux [Thu, 22 May 2014 13:41:36 +0000 (15:41 +0200)]
Improvement of the delivery module

Add field sequence on the delivery.gird.line to order rules
Add condition quantity to add more flexibility in the rules
Add operators > and < to be able to create rules without gap (instead of needing hack like 'x <= 100', 'x >= 100.000001')

10 years ago[CLEAN] Use none or false, but not both on two lines ...
--global [Thu, 22 May 2014 13:40:29 +0000 (15:40 +0200)]
[CLEAN] Use none or false, but not both on two lines ...

10 years ago[FIX] website_sale: still cleaning lost references to deleted code in website_sale ...
--global [Thu, 22 May 2014 13:34:09 +0000 (15:34 +0200)]
[FIX] website_sale: still cleaning lost references to deleted code in website_sale ...

Fixed checkout redirection that was meant to clean the session (incorrect sale order or transaction) that may happen
when having issues with the payment.

10 years agoAdd sequence field with handle in tree view
Martin Trigaux [Thu, 22 May 2014 12:56:33 +0000 (14:56 +0200)]
Add sequence field with handle in tree view

10 years agoAdd < and > operators to allow rules without gap (eg: until 100 & above 100)
Martin Trigaux [Thu, 22 May 2014 12:55:26 +0000 (14:55 +0200)]
Add < and > operators to allow rules without gap (eg: until 100 & above 100)

10 years agoMerge pull request #160 from odoo-dev/master-forum-subtypes-tde
Thibault Delavallée [Thu, 22 May 2014 12:29:06 +0000 (14:29 +0200)]
Merge pull request #160 from odoo-dev/master-forum-subtypes-tde

MERGE [IMP] website_forum: make forum.forum inherit from mail.thread. This way we add the possibility to users to follow a forum and be automatically followers of new questions, using some new subtypes on the forum.forum model that do the auto subscription.

Misc :

also added a profile link on the forum, when logged.
also added a subscribe button on the forum.

10 years ago[RESTORE] Restore *.sxw files, skipped during bzr-to-git conversion to discard older...
Olivier Dony [Thu, 22 May 2014 12:07:15 +0000 (14:07 +0200)]
[RESTORE] Restore *.sxw files, skipped during bzr-to-git conversion to discard older binary blobs

10 years ago[IMP] website_forum: make forum;forum inherit from mail.thread. This way we
--global [Thu, 22 May 2014 11:49:41 +0000 (13:49 +0200)]
[IMP] website_forum: make forum;forum inherit from mail.thread. This way we
add the possibility to users to follow a forum and be automatically followers of new
questions, using some new subtypes on the forum.forum model that do the auto subscription.

Also added a profile link on the forum, when logged.

Also added a subscribe button on the forum.