odoo/odoo.git
9 years agoMerge pull request #936 from odoo-dev/master-send-failmail-warning-avo
Thibault Delavallée [Tue, 8 Jul 2014 11:13:07 +0000 (13:13 +0200)]
Merge pull request #936 from odoo-dev/master-send-failmail-warning-avo

[IMP] mail: store the reason when failing to send an email; usability improvements in configuration, now showing the number of failed emails + links for easier configuration.

9 years ago[IMP ]add failure_reason field and counting number of fail mail
Amit Vora [Tue, 20 May 2014 11:04:19 +0000 (16:34 +0530)]
[IMP ]add failure_reason field and counting number of fail mail

[IMP] improve help and change field name fail_mail to fail_counter and change method name of counting fail mail

9 years agoMerge pull request #975 from odoo-dev/master-bundlification-remains-fme
Fabien Meghazi [Mon, 7 Jul 2014 13:50:20 +0000 (15:50 +0200)]
Merge pull request #975 from odoo-dev/master-bundlification-remains-fme

[IMP] bundlification remains for website_* addons

Only done for public pages at first.
Added a custom special bundle for forum.

9 years ago[MERGE] Fwd-port 8.0 up to 139d868
Olivier Dony [Mon, 7 Jul 2014 13:32:47 +0000 (15:32 +0200)]
[MERGE] Fwd-port 8.0 up to 139d868

9 years ago[REL] 8.0 RC1
Olivier Dony [Mon, 7 Jul 2014 13:25:07 +0000 (15:25 +0200)]
[REL] 8.0 RC1

9 years agoMerge pull request #964 from odoo-dev/8.0-remove-getattr-rco
Raphael Collet [Mon, 7 Jul 2014 12:49:49 +0000 (14:49 +0200)]
Merge pull request #964 from odoo-dev/8.0-remove-getattr-rco

[REM] models: remove the magic methods signal_XXX()

9 years ago[FIX] account: typo in get_fiscal_position()
jkei [Mon, 7 Jul 2014 12:24:05 +0000 (14:24 +0200)]
[FIX] account: typo in get_fiscal_position()

Fixes #971:

File "/Users/keje/src/odoo/addons/account/partner.py", line 107, in get_fiscal_position
    return part.property_account_position.id
NameError: global name 'part' is not defined

9 years agoMerge pull request #972 from odoo-dev/8.0-menubar-cosmetics-csn
Cédric Snauwaert [Mon, 7 Jul 2014 12:46:56 +0000 (14:46 +0200)]
Merge pull request #972 from odoo-dev/8.0-menubar-cosmetics-csn

[FIX]menu bar: clean up css and few cosmetics

9 years agoLoad blog discussion template only when widget is instanciated
Fabien Meghazi [Mon, 7 Jul 2014 12:39:17 +0000 (14:39 +0200)]
Load blog discussion template only when widget is instanciated

9 years ago[I18N] base: fix Hungarian translations
krnkris [Mon, 7 Jul 2014 08:18:58 +0000 (10:18 +0200)]
[I18N] base: fix Hungarian translations

(Manual rebase of #956, pending update in Launchpad translations)

9 years ago[FIX]menu bar: clean up css and few cosmetics
Cedric Snauwaert [Mon, 7 Jul 2014 09:48:31 +0000 (11:48 +0200)]
[FIX]menu bar: clean up css and few cosmetics

9 years agoMerge pull request #967 from xmo-odoo/master-id-type-xmo
xmo-odoo [Mon, 7 Jul 2014 11:23:50 +0000 (13:23 +0200)]
Merge pull request #967 from xmo-odoo/master-id-type-xmo

Raise exception when a DB request fetches ids it was not asked for

9 years ago[I18N] sale: fix pt translations
hugosdsantos [Wed, 2 Jul 2014 16:07:00 +0000 (17:07 +0100)]
[I18N] sale: fix pt translations

"Ordem de Vendas" changed to "Ordem de Venda"

(Rebase of PR #883)

9 years ago[FIX] signal_XXX -> signal_workflow: forgot quotes around signal name
Raphael Collet [Mon, 7 Jul 2014 11:12:37 +0000 (13:12 +0200)]
[FIX] signal_XXX -> signal_workflow: forgot quotes around signal name

9 years agoMerge pull request #893 from nafex/patch-1
xmo-odoo [Mon, 7 Jul 2014 10:04:45 +0000 (12:04 +0200)]
Merge pull request #893 from nafex/patch-1

[FIX] missing quotation mark in ir.model.access.csv

9 years ago[REM] models: remove the magic methods signal_XXX()
Raphael Collet [Mon, 7 Jul 2014 09:50:30 +0000 (11:50 +0200)]
[REM] models: remove the magic methods signal_XXX()

9 years agoRevert "[IMP] addons: use the magic methods signal_XXX() instead of signal_workflow...
Raphael Collet [Mon, 7 Jul 2014 09:23:06 +0000 (11:23 +0200)]
Revert "[IMP] addons: use the magic methods signal_XXX() instead of signal_workflow('XXX')"

This reverts commit beea451e547e3f56c477459c6d0e6dbbb8d712bc.

9 years agoMerge pull request #957 from odoo-dev/master-signal-workflow-rco
Raphael Collet [Mon, 7 Jul 2014 08:58:55 +0000 (10:58 +0200)]
Merge pull request #957 from odoo-dev/master-signal-workflow-rco

[IMP] addons: use the magic signal_XXX() instead of signal_workflow('XXX')

9 years agoBundlify blog
Fabien Meghazi [Mon, 7 Jul 2014 08:39:10 +0000 (10:39 +0200)]
Bundlify blog

9 years agoMerge pull request #947 from chrispetsos/odoo-807
xmo-odoo [Mon, 7 Jul 2014 08:37:23 +0000 (10:37 +0200)]
Merge pull request #947 from chrispetsos/odoo-807

Changed follower's e-mail to reference Odoo instead of OpenERP, fixes #807

9 years ago[IMP] raise exception when a DB request fetches ids it was not asked for
Xavier Morel [Mon, 7 Jul 2014 07:59:05 +0000 (09:59 +0200)]
[IMP] raise exception when a DB request fetches ids it was not asked for

Likely caused by a type incoherence e.g. providing an id as string when the
table uses integer ids. Postgres performs an implicit conversion from string
to integer[0], this wasn't much of an issue in the old API, whatever cache was
there would simply not be used, but because the new API's cache is part of its
behavior it has a semantic impact and can lead to infinite recursion.

[0] more precisely from quoted value, which is untyped

9 years agoMerge pull request #926 from xmo-odoo/master-cleanup-gauge-xmo
xmo-odoo [Mon, 7 Jul 2014 07:50:48 +0000 (09:50 +0200)]
Merge pull request #926 from xmo-odoo/master-cleanup-gauge-xmo

Fix implicit globals in kanban_gauge JS

9 years ago[IMP] addons: use the magic methods signal_XXX() instead of signal_workflow('XXX')
Raphael Collet [Mon, 7 Jul 2014 07:42:27 +0000 (09:42 +0200)]
[IMP] addons: use the magic methods signal_XXX() instead of signal_workflow('XXX')

9 years ago[MERGE] new v8 api by rco
Raphael Collet [Sun, 6 Jul 2014 14:44:26 +0000 (16:44 +0200)]
[MERGE] new v8 api by rco

A squashed merge is required as the conversion of the apiculture branch from
bzr to git was not correctly done. The git history contains irrelevant blobs
and commits. This branch brings a lot of changes and fixes, too many to list
exhaustively.

- New orm api, objects are now used instead of ids
- Environements to encapsulates cr uid context while maintaining backward compatibility
- Field compute attribute is a new object oriented way to define function fields
- Shared browse record cache
- New onchange protocol
- Optional copy flag on fields
- Documentation update
- Dead code cleanup
- Lots of fixes

9 years agoodoo-807: Changed follower's e-mail to reference Odoo instead of OpenERP
Chris Petsos [Sun, 6 Jul 2014 11:10:57 +0000 (14:10 +0300)]
odoo-807: Changed follower's e-mail to reference Odoo instead of OpenERP

9 years ago[IMP] account: add context in invoice onchange_partner_id method
Raphaël Valyi [Fri, 4 Jul 2014 03:45:33 +0000 (00:45 -0300)]
[IMP] account: add context in invoice onchange_partner_id method

(Manual rebase of PR #915)

9 years ago[IMP] purchase: add context in PO onchange_partner_id and onchange_dest_address_id
Raphaël Valyi [Fri, 4 Jul 2014 02:58:15 +0000 (23:58 -0300)]
[IMP] purchase: add context in PO onchange_partner_id and onchange_dest_address_id

(Manual rebase of PR #913)

9 years ago[FIX] website_sale_delivery: bundlify JS file inclusion
Olivier Dony [Sat, 5 Jul 2014 00:24:43 +0000 (02:24 +0200)]
[FIX] website_sale_delivery: bundlify JS file inclusion

9 years ago[MERGE] Forward-port saas-5 up to d9cda97
Olivier Dony [Fri, 4 Jul 2014 23:45:45 +0000 (01:45 +0200)]
[MERGE] Forward-port saas-5 up to d9cda97

9 years ago[MERGE] Forward-port saas-4 up to 5ceded9
Olivier Dony [Fri, 4 Jul 2014 23:28:19 +0000 (01:28 +0200)]
[MERGE] Forward-port saas-4 up to 5ceded9

9 years ago[MERGE] Forward-port saas-3 up to 4fa30f5
Olivier Dony [Fri, 4 Jul 2014 23:04:19 +0000 (01:04 +0200)]
[MERGE] Forward-port saas-3 up to 4fa30f5

9 years ago[FIX] mass_mailing: avoid mutable values for dict.fromkeys(), simplify with RIGHT...
Olivier Dony [Fri, 4 Jul 2014 21:56:22 +0000 (23:56 +0200)]
[FIX] mass_mailing: avoid mutable values for dict.fromkeys(), simplify with RIGHT JOIN

9 years ago[FIX] mass_mailing: wrong copy-paste of statistics computation code
Olivier Dony [Fri, 4 Jul 2014 21:15:22 +0000 (23:15 +0200)]
[FIX] mass_mailing: wrong copy-paste of statistics computation code

Mixes the mass_mailing_id and mass_mailing_campaign_id
between the two models. Introduced by 9fc4ad9, PR #472

9 years ago[MERGE] Forward-port of 7.0 up to 64ac1b0
Olivier Dony [Fri, 4 Jul 2014 15:07:53 +0000 (17:07 +0200)]
[MERGE] Forward-port of 7.0 up to 64ac1b0

9 years ago[FIX] document: replace raw SQL constraint with bad parameter passing with builtin...
Olivier Dony [Fri, 4 Jul 2014 14:53:26 +0000 (16:53 +0200)]
[FIX] document: replace raw SQL constraint with bad parameter passing with builtin check_recursion

This instance was not actually exploitable for
SQL injection as it is not callable directly
via RPC and guarded by other queries when indirectly
called. Still plain awful.

9 years ago[FIX] hr_holidays: proper parameter passing syntax for raw SQL
Olivier Dony [Fri, 4 Jul 2014 14:45:41 +0000 (16:45 +0200)]
[FIX] hr_holidays: proper parameter passing syntax for raw SQL

This instance was not actually exploitable for
SQL injection as it is not callable directly
via RPC and guarded by other queries when indirectly
called. Still plain awful.

9 years ago[REV] Partial revert of search view changes: indeed the graph view is not already...
Thibault Delavallée [Fri, 4 Jul 2014 13:28:00 +0000 (15:28 +0200)]
[REV] Partial revert of search view changes: indeed the graph view is not already capable of handling group_by on any field, declaring them is still necessary.

9 years ago[FIX] purchase: order dest_address_id field is present twice in form view
Raphaël Valyi [Fri, 4 Jul 2014 02:39:40 +0000 (23:39 -0300)]
[FIX] purchase: order dest_address_id field is present twice in form view

Fixes issue #911

9 years ago[IMP] account: added a button on bank statements to see the journal items created...
qdp-odoo [Fri, 4 Jul 2014 12:45:50 +0000 (14:45 +0200)]
[IMP] account: added a button on bank statements to see the journal items created as soon as some are created

9 years ago[FIX] web_kanban_sparkline, sales_team, stock: use char function field to transmit...
Thibault Delavallée [Fri, 4 Jul 2014 12:36:21 +0000 (14:36 +0200)]
[FIX] web_kanban_sparkline, sales_team, stock: use char function field to transmit sparkline data; the data is now correctly dumped into json, and parsed in the widget.

9 years agoMerge pull request #925 from xmo-odoo/master-concat-itertools-xmo
Fabien Pinckaers [Fri, 4 Jul 2014 12:05:09 +0000 (14:05 +0200)]
Merge pull request #925 from xmo-odoo/master-concat-itertools-xmo

Replace NIH concat function

9 years ago[FIX] l10n_multilang: reduce dependencies of l10n_multilang
Martin Trigaux [Fri, 4 Jul 2014 12:02:04 +0000 (14:02 +0200)]
[FIX] l10n_multilang: reduce dependencies of l10n_multilang

The installation of a multilang localisation (e.g. Belgium) used to install as well account_accountant (and then account_voucher) for no technical reason and was considered as the full accounting package.

9 years ago[FIX] views: when loading an action, the active_* parameters should overwrite previou...
Martin Trigaux [Fri, 4 Jul 2014 10:20:51 +0000 (12:20 +0200)]
[FIX] views: when loading an action, the active_* parameters should overwrite previous context

9 years ago[IMP] account, account_cancel: added the possibility to cancel a single statement...
qdp-odoo [Fri, 4 Jul 2014 09:07:23 +0000 (11:07 +0200)]
[IMP] account, account_cancel: added the possibility to cancel a single statement line when it has already been through the reconciliation process

9 years ago[FIX] web_kanban_gauge: bunch of implicit globals in JS code
Xavier Morel [Fri, 4 Jul 2014 09:03:31 +0000 (11:03 +0200)]
[FIX] web_kanban_gauge: bunch of implicit globals in JS code

9 years ago[IMP] replace a manual & eager concat by chain.from_iterable(iter) -> iter
Xavier Morel [Fri, 4 Jul 2014 08:58:41 +0000 (10:58 +0200)]
[IMP] replace a manual & eager concat by chain.from_iterable(iter) -> iter

9 years agoMerge pull request #638 from odoo-dev/master-improve-configuration-warnings-ssh
Thibault Delavallée [Fri, 4 Jul 2014 07:28:55 +0000 (09:28 +0200)]
Merge pull request #638 from odoo-dev/master-improve-configuration-warnings-ssh

[IMP] account, account_voucher, google_drive, hr_timesheet, users: use redirectwarning instead of some warnings to ease the configuration process. Also fixed some css and js issues in the display of the redirect warning.

9 years ago[FIX] sale: sales_team: fixed use_quotations field named 'opportunities' instead...
Thibault Delavallée [Fri, 4 Jul 2014 06:02:54 +0000 (08:02 +0200)]
[FIX] sale: sales_team: fixed use_quotations field named 'opportunities' instead of 'quotations', copy and paste error probably

9 years agoMerge pull request #909 from odoo-dev/saas-5-contactus-jke
JKE-be [Thu, 3 Jul 2014 21:13:44 +0000 (23:13 +0200)]
Merge pull request #909 from odoo-dev/saas-5-contactus-jke

[IMP] website_crm - cherry pick from 29ad0216e37fd23e33b75ee8d24b095f181...

9 years agoMerge pull request #906 from odoo-dev/saas-3-contactus-jke
JKE-be [Thu, 3 Jul 2014 20:56:06 +0000 (22:56 +0200)]
Merge pull request #906 from odoo-dev/saas-3-contactus-jke

[IMP] website_crm - cherry pick from 29ad0216e37fd23e33b75ee8d24b095f181...

9 years agoMerge pull request #907 from odoo-dev/saas-4-contactus-jke
JKE-be [Thu, 3 Jul 2014 20:55:32 +0000 (22:55 +0200)]
Merge pull request #907 from odoo-dev/saas-4-contactus-jke

[IMP] website_crm - cherry pick from 29ad0216e37fd23e33b75ee8d24b095f181...

9 years ago[IMP] website_crm - cherry pick from 29ad0216e37fd23e33b75ee8d24b095f181e2e31 - Impro...
Jeremy Kersten [Thu, 3 Jul 2014 19:55:29 +0000 (21:55 +0200)]
[IMP] website_crm - cherry pick from 29ad0216e37fd23e33b75ee8d24b095f181e2e31 - Improve contact_us to fill in all fields from the model crm_lead posted in the form except a blacklist of fields.

9 years ago[IMP] website_crm - cherry pick from 29ad0216e37fd23e33b75ee8d24b095f181e2e31 - Impro...
Jeremy Kersten [Thu, 3 Jul 2014 19:39:19 +0000 (21:39 +0200)]
[IMP] website_crm - cherry pick from 29ad0216e37fd23e33b75ee8d24b095f181e2e31 - Improve contact_us to fill in all fields from the model crm_lead posted in the form except a blacklist of fields.

9 years ago[IMP] website_crm - cherry pick from 29ad0216e37fd23e33b75ee8d24b095f181e2e31 - Impro...
Jeremy Kersten [Thu, 3 Jul 2014 19:33:53 +0000 (21:33 +0200)]
[IMP] website_crm - cherry pick from 29ad0216e37fd23e33b75ee8d24b095f181e2e31 - Improve contact_us to fill in all fields from the model crm_lead posted in the form except a blacklist of fields.

9 years agoMerge pull request #840 from Bubbles-IT/fix-expected-list-statement-proposition
qdp-odoo [Thu, 3 Jul 2014 11:33:48 +0000 (13:33 +0200)]
Merge pull request #840 from Bubbles-IT/fix-expected-list-statement-proposition

Problem during reconcilement of bank statement with an exact match.

Thanks Niels

9 years ago[FIX] marketing_campaign: reporting: use the menu already define in marketing module...
Thibault Delavallée [Thu, 3 Jul 2014 11:19:13 +0000 (13:19 +0200)]
[FIX] marketing_campaign: reporting: use the menu already define in marketing module instead of re-adding a new menu.

9 years agoCreate a forum asset bundle because of ckeditor usage
Fabien Meghazi [Thu, 3 Jul 2014 11:02:16 +0000 (13:02 +0200)]
Create a forum asset bundle because of ckeditor usage

9 years ago[Imp]:Improve configuration warning msg
ssh-odoo [Wed, 25 Jun 2014 06:09:36 +0000 (11:39 +0530)]
[Imp]:Improve configuration warning msg

[imp]:remove space

[rem]:remove code

[imp]:remove changes

[imp]:remove changes

[rem]:remove unused changes

9 years ago[FIX] res_partner: backport of rev 37bf72a
Martin Trigaux [Thu, 3 Jul 2014 10:30:48 +0000 (12:30 +0200)]
[FIX] res_partner: backport of rev 37bf72a

Correctly take the 'use parent address' into account in the onchange. Slightly updated the view that was weird with this parameter. opw 609344

9 years ago[ADD] l10n_ae: new chart of accounts for U.A.E
Parthiv [Thu, 3 Jul 2014 07:16:33 +0000 (12:46 +0530)]
[ADD] l10n_ae: new chart of accounts for U.A.E

(Manual rebase of PR #889)

9 years agoUpdate ir.model.access.csv
nafex [Thu, 3 Jul 2014 07:54:53 +0000 (09:54 +0200)]
Update ir.model.access.csv

missing a quotation mark

9 years ago[TYPO] Stupid typo...
Richard Mathot [Thu, 3 Jul 2014 07:36:46 +0000 (09:36 +0200)]
[TYPO] Stupid typo...

9 years agoMerge pull request #886 from odoo-dev/master-contactus-jke
antonylesuisse [Wed, 2 Jul 2014 20:36:11 +0000 (22:36 +0200)]
Merge pull request #886 from odoo-dev/master-contactus-jke

[IMP] website_crm: allow contact_us to fill in any field

9 years agoMerge pull request #885 from odoo-dev/master-shop-fp
Fabien Pinckaers [Wed, 2 Jul 2014 18:34:21 +0000 (20:34 +0200)]
Merge pull request #885 from odoo-dev/master-shop-fp

Fixes for perf issues /shop + cleaning pricelists & currencies

9 years agoMerge pull request #884 from rewritten/patch-1
odony [Wed, 2 Jul 2014 18:12:15 +0000 (20:12 +0200)]
Merge pull request #884 from rewritten/patch-1

[FIX] debian/control: add required python-pypdf package

9 years agofix
Fabien Pinckaers [Wed, 2 Jul 2014 18:08:51 +0000 (20:08 +0200)]
fix

9 years ago[IMP] website_crm: Improve contact_us to fill in all fields from the model crm_lead...
Jeremy Kersten [Wed, 2 Jul 2014 17:27:08 +0000 (19:27 +0200)]
[IMP] website_crm: Improve contact_us to fill in all fields from the model crm_lead posted in the form except a blacklist of fields.

9 years agoMerge pull request #881 from xmo-odoo/master-qweb-lxml-xmo
xmo-odoo [Wed, 2 Jul 2014 17:28:24 +0000 (19:28 +0200)]
Merge pull request #881 from xmo-odoo/master-qweb-lxml-xmo

Convert qweb (Python) to use lxml

9 years agoFIX
Fabien Pinckaers [Wed, 2 Jul 2014 17:20:30 +0000 (19:20 +0200)]
FIX

9 years agoSpeed Improvements
Fabien Pinckaers [Wed, 2 Jul 2014 17:03:10 +0000 (19:03 +0200)]
Speed Improvements

9 years agoSpeed Improvement: caching security
Fabien Pinckaers [Wed, 2 Jul 2014 16:35:09 +0000 (18:35 +0200)]
Speed Improvement: caching security

9 years agoMove website_event_track.js in frontend bundle
Fabien Meghazi [Wed, 2 Jul 2014 16:24:42 +0000 (18:24 +0200)]
Move website_event_track.js in frontend bundle

9 years agoMove duplicate jQuery custom plugin in openerpframework
Fabien Meghazi [Wed, 2 Jul 2014 16:23:07 +0000 (18:23 +0200)]
Move duplicate jQuery custom plugin in openerpframework

9 years agoFixes
Fabien Pinckaers [Wed, 2 Jul 2014 16:18:29 +0000 (18:18 +0200)]
Fixes

9 years agoAdded required python-pypdf package
Saverio Trioni [Wed, 2 Jul 2014 16:10:48 +0000 (18:10 +0200)]
Added required python-pypdf package

It's needed because fc8592adf2f26bf35007d6cc625fb2005cd65b5d is now loading the `pyPdf` package.

9 years agoPut event_track css in bundle
Fabien Meghazi [Wed, 2 Jul 2014 16:09:48 +0000 (18:09 +0200)]
Put event_track css in bundle

9 years ago[FIX] don't call render_node on comments (or PIs)
Xavier Morel [Wed, 2 Jul 2014 16:00:03 +0000 (18:00 +0200)]
[FIX] don't call render_node on comments (or PIs)

9 years ago[IMP] point-of-sale, customer selection, remove dead code
Antony Lesuisse [Wed, 2 Jul 2014 15:52:34 +0000 (17:52 +0200)]
[IMP] point-of-sale, customer selection, remove dead code

9 years agoMerge pull request #855 from odoo-dev/master-enable-test-chm
Christophe Matthieu [Wed, 2 Jul 2014 15:35:09 +0000 (17:35 +0200)]
Merge pull request #855 from odoo-dev/master-enable-test-chm

[FIX] website_sale_options: enable tour test; close and return error log without throw error.

9 years ago[FIX] RML reporting: understandable crash message
Richard Mathot [Wed, 2 Jul 2014 15:29:13 +0000 (17:29 +0200)]
[FIX] RML reporting: understandable crash message

When tag <drawString> is misused in an RML report, logs a more explicit
error

9 years ago[IMP] tour.js: add return when calling error to stop the tour.
Christophe Matthieu [Wed, 2 Jul 2014 15:06:25 +0000 (17:06 +0200)]
[IMP] tour.js: add return when calling error to stop the tour.

9 years agoMove mass mailing website javascript in frontend bundle
Fabien Meghazi [Wed, 2 Jul 2014 14:46:06 +0000 (16:46 +0200)]
Move mass mailing website javascript in frontend bundle

9 years ago[FIX] website: avoid divisions by zero when no record to display
Martin Trigaux [Wed, 2 Jul 2014 14:25:24 +0000 (16:25 +0200)]
[FIX] website: avoid divisions by zero when no record to display

9 years agowebsite_mail.css already included in website_mail and mass_mailing depends on it
Fabien Meghazi [Wed, 2 Jul 2014 14:15:56 +0000 (16:15 +0200)]
website_mail.css already included in website_mail and mass_mailing depends on it

9 years ago[IMP] convert qweb to use lxml instead of minidom
Xavier Morel [Wed, 2 Jul 2014 14:01:36 +0000 (16:01 +0200)]
[IMP] convert qweb to use lxml instead of minidom

should be >20x faster at parsing document strings and gain close to 40s on crawling

9 years ago[FIX] The documentation stored in /dev/null states t-css|t-js
Fabien Meghazi [Wed, 2 Jul 2014 13:45:28 +0000 (15:45 +0200)]
[FIX] The documentation stored in /dev/null states t-css|t-js

9 years agoMerge pull request #870 from odoo-dev/master-harmonize-kanban-view-rba
Thibault Delavallée [Wed, 2 Jul 2014 13:35:45 +0000 (15:35 +0200)]
Merge pull request #870 from odoo-dev/master-harmonize-kanban-view-rba

[IMP] crm, gamification, hr_recruitment, project, sales_team, stock: light kanban view harmonization.

Main changes :
- slight harmonization: bold centered titles, aliases display if left and right parts defined
- remove ".oe.e .oe_alias" classes + use of old icons; use fontawesome instead in the various kanban view
- regenerated the css for job position (weird indentation issues)

9 years ago[FIX] Fixes #273: avoid double-warning when changing the quantity of a stock move
Lionel Sausin (Numérigraphe) [Sat, 31 May 2014 17:00:34 +0000 (19:00 +0200)]
[FIX] Fixes #273: avoid double-warning when changing the quantity of a stock move

9 years ago[FIX] web: force seession context reload when reloading client
Olivier Dony [Wed, 2 Jul 2014 13:18:56 +0000 (15:18 +0200)]
[FIX] web: force seession context reload when reloading client

The goal is to ensure that HTTP requests
done while reloading the client (e.g. the
menu bar, etc.) do not use a deprecated
session context.

Also undo the previous fix from a0ee2b5
as it would cause other issues (e.g.
prevent setting the admin password/lang
when creating a new db using the db manager)
This logic does not belong in the business
methods of res.users.

9 years agoMerge branch 'master' into master-pos-restaurant-fva
Frederic van der Essen [Wed, 2 Jul 2014 13:04:53 +0000 (15:04 +0200)]
Merge branch 'master' into master-pos-restaurant-fva

9 years ago[FIX] point_of_sale: typo in the template field blocked the point of sale launch
Frederic van der Essen [Wed, 2 Jul 2014 13:04:18 +0000 (15:04 +0200)]
[FIX] point_of_sale: typo in the template field blocked the point of sale launch

9 years ago[IMP] point_of_sale: load assets with templating sytem so that scripts are not minifi...
Frederic van der Essen [Wed, 2 Jul 2014 13:01:55 +0000 (15:01 +0200)]
[IMP] point_of_sale: load assets with templating sytem so that scripts are not minified in debug mode

9 years ago[FIX] website: blog and event must be tested with admin login
Christophe Matthieu [Wed, 2 Jul 2014 12:52:45 +0000 (14:52 +0200)]
[FIX] website: blog and event must be tested with admin login

9 years ago[IMP]kanban View: harmonize kanban view by changing head as bold and centered and...
rba-odoo [Tue, 1 Jul 2014 07:35:27 +0000 (13:05 +0530)]
[IMP]kanban View: harmonize kanban view by changing head as bold and centered and aliases as centered

9 years ago[FIX] website_sale: change picture in function of the product selected
Christophe Matthieu [Wed, 2 Jul 2014 12:45:37 +0000 (14:45 +0200)]
[FIX] website_sale: change picture in function of the product selected

9 years ago[IMP] auth_oauth: avoid invalid providers
Richard Mathot [Wed, 2 Jul 2014 12:33:36 +0000 (14:33 +0200)]
[IMP] auth_oauth: avoid invalid providers

9 years ago[FIX] website: enable test for blog, event...
Christophe Matthieu [Wed, 2 Jul 2014 12:09:57 +0000 (14:09 +0200)]
[FIX] website: enable test for blog, event...

9 years ago[FIX] auth_oauth: hide invalid providers from login screen
Richard Mathot [Wed, 2 Jul 2014 12:07:52 +0000 (14:07 +0200)]
[FIX] auth_oauth: hide invalid providers from login screen

9 years agoMerge branch 'master' into master-pos-restaurant-fva
Frederic van der Essen [Wed, 2 Jul 2014 12:05:45 +0000 (14:05 +0200)]
Merge branch 'master' into master-pos-restaurant-fva

9 years ago[FIX] auth_oauth: prevent crash on login screen
Richard Mathot [Wed, 2 Jul 2014 11:56:11 +0000 (13:56 +0200)]
[FIX] auth_oauth: prevent crash on login screen

Empty URLs for OAuth providers do not crash anymore the login screen