odoo/odoo.git
9 years ago[FIX] website_forum: fixed setting an answer as valid / invalid. The change
Thibault Delavallée [Tue, 26 Aug 2014 09:49:08 +0000 (11:49 +0200)]
[FIX] website_forum: fixed setting an answer as valid / invalid. The change
in the behavior of browse records due to the new API introduced a wrong
behavior, now fixed.

9 years ago[FIX] point_of_sale: the order reference used the session sequence number wich was...
Frederic van der Essen [Tue, 26 Aug 2014 10:38:35 +0000 (12:38 +0200)]
[FIX] point_of_sale: the order reference used the session sequence number wich was not unique accross sessions on different point_of_sales.

Now we are using the session id which is unique, but is less understandable

9 years ago[IMP] point_of_sale: automatically update partners data when they are modified
Frederic van der Essen [Fri, 22 Aug 2014 10:07:19 +0000 (12:07 +0200)]
[IMP] point_of_sale: automatically update partners data when they are modified

9 years ago[IMP] web: allow rpc options to be passed to Model.query() calls
Frederic van der Essen [Thu, 21 Aug 2014 13:36:56 +0000 (15:36 +0200)]
[IMP] web: allow rpc options to be passed to Model.query() calls

9 years ago[IMP] Cleaning of reporting (group_by, filters), adding new favourites and default...
qdc [Thu, 21 Aug 2014 10:53:47 +0000 (12:53 +0200)]
[IMP] Cleaning of reporting (group_by, filters), adding new favourites and default views, some renaming (py and xml files)

9 years ago[IMP] website: Redirect user in the language of the browser
Jeremy Kersten [Mon, 25 Aug 2014 10:10:31 +0000 (12:10 +0200)]
[IMP] website: Redirect user in the language of the browser

9 years ago[IMP] Allow to specify http code for request.redirect()
Fabien Meghazi [Tue, 26 Aug 2014 09:48:21 +0000 (11:48 +0200)]
[IMP] Allow to specify http code for request.redirect()

9 years agoMerge pull request #1992 from odoo-dev/8.0-wmspartialview-jco
Josse Colpaert [Tue, 26 Aug 2014 09:48:33 +0000 (11:48 +0200)]
Merge pull request #1992 from odoo-dev/8.0-wmspartialview-jco

8.0 wmspartialview jco

9 years ago[FIX] redirect /page/website.xyz --> /page/xyz. Currently 302 but fme will convert...
Fabien Pinckaers [Tue, 26 Aug 2014 08:29:18 +0000 (10:29 +0200)]
[FIX] redirect /page/website.xyz --> /page/xyz. Currently 302 but fme will convert to 301

9 years ago[FIX] website_event: allow everybody to ready event.type. Else a user who is not...
Jeremy Kersten [Tue, 26 Aug 2014 07:45:25 +0000 (09:45 +0200)]
[FIX] website_event: allow everybody to ready event.type. Else a user who is not public, not portal and not event user or event manager cannot read the event.

9 years ago[IMP] doc/howtos/backend: usage of odoo.py
Raphael Collet [Tue, 26 Aug 2014 06:58:51 +0000 (08:58 +0200)]
[IMP] doc/howtos/backend: usage of odoo.py

9 years ago[FIX] allow `--log-db` to connect to another postgresql server than the one setted...
Christophe Simonis [Mon, 25 Aug 2014 16:52:50 +0000 (18:52 +0200)]
[FIX] allow `--log-db` to connect to another postgresql server than the one setted in config

9 years ago[FIX] Missing part of the revision 5f6fc473
Samus CTO [Mon, 25 Aug 2014 13:24:21 +0000 (15:24 +0200)]
[FIX] Missing part of the revision 5f6fc473

9 years ago[FIX] website.layout hreflangs
Fabien Meghazi [Fri, 22 Aug 2014 06:30:29 +0000 (08:30 +0200)]
[FIX] website.layout hreflangs

- First line is not correct due to url_for() refactoring's leftover
- href's should be full urls with domain name
- Use short language for hreflang if possible

9 years agoMerge pull request #1970 from odoo-dev/8.0-fix-dont-display-edit-product-many2many-chm
Christophe Matthieu [Mon, 25 Aug 2014 15:37:52 +0000 (17:37 +0200)]
Merge pull request #1970 from odoo-dev/8.0-fix-dont-display-edit-product-many2many-chm

[FIX] product: don't display 'create and edit' option on many2many_tag

9 years ago[IMP] doc/howtos/backend: fix condition in workflow
Raphael Collet [Mon, 25 Aug 2014 14:32:55 +0000 (16:32 +0200)]
[IMP] doc/howtos/backend: fix condition in workflow

9 years ago[IMP] doc/howtos/backend: fix calendar example
Raphael Collet [Mon, 25 Aug 2014 14:20:35 +0000 (16:20 +0200)]
[IMP] doc/howtos/backend: fix calendar example

9 years ago[IMP] doc/howtos/backend: finalize section on translations, and other small fixes
Raphael Collet [Mon, 25 Aug 2014 13:32:42 +0000 (15:32 +0200)]
[IMP] doc/howtos/backend: finalize section on translations, and other small fixes

9 years ago[FIX] model: prevent exporting column ID of non ordinary tables
Samus CTO [Mon, 25 Aug 2014 18:41:51 +0000 (20:41 +0200)]
[FIX] model: prevent exporting column ID of non ordinary tables

This makes no sense and can generate errors if you try to purge
ir.model.data of not existing records.

9 years ago[FIX] point_of_sale: the category list now uses less space when the categories don...
Frederic van der Essen [Mon, 25 Aug 2014 12:31:44 +0000 (14:31 +0200)]
[FIX] point_of_sale: the category list now uses less space when the categories don't have pictures, freeing some screen space on tablets

9 years ago[FIX] mail: do not send email at module installation
Christophe Simonis [Mon, 25 Aug 2014 10:12:24 +0000 (12:12 +0200)]
[FIX] mail: do not send email at module installation

9 years ago[IMP] doc/howtos/backend: add a small section on how to start the server
Raphael Collet [Mon, 25 Aug 2014 09:30:12 +0000 (11:30 +0200)]
[IMP] doc/howtos/backend: add a small section on how to start the server

9 years agoMerge pull request #1776 from acsone/8.0-jne-mass_mailing-improvements
Thibault Delavallée [Mon, 25 Aug 2014 08:13:55 +0000 (10:13 +0200)]
Merge pull request #1776 from acsone/8.0-jne-mass_mailing-improvements

[FIX] Mass mailing: fixed statistics computation + summary graph tooltips (using ustr) + values of the mass mailing when creating it from the mail composer wizard. Courtesy of Acsone.

9 years ago[IMP] No propagation when destination move is done/cancel
Josse Colpaert [Mon, 25 Aug 2014 08:07:41 +0000 (10:07 +0200)]
[IMP] No propagation when destination move is done/cancel

9 years ago[FIX] Make sure packages are not shown when the setting is not checked
Josse Colpaert [Mon, 25 Aug 2014 07:23:05 +0000 (09:23 +0200)]
[FIX] Make sure packages are not shown when the setting is not checked

9 years ago[IMP] doc/howtos/backend: use scaffolding and adapt text and code accordingly
Raphael Collet [Sun, 24 Aug 2014 11:06:51 +0000 (13:06 +0200)]
[IMP] doc/howtos/backend: use scaffolding and adapt text and code accordingly

9 years ago[ADD] doc: new documentation, with training tutorials, and new scaffolding
Raphael Collet [Fri, 22 Aug 2014 15:51:20 +0000 (17:51 +0200)]
[ADD] doc: new documentation, with training tutorials, and new scaffolding

9 years ago[IMP] models: move prefetching of records back to method _prefetch_field
Raphael Collet [Tue, 19 Aug 2014 13:45:18 +0000 (15:45 +0200)]
[IMP] models: move prefetching of records back to method _prefetch_field

The selection of records in cache for prefetching was moved to method
_read_from_database() by xmo at rev 785018cc in order to fix an access right
bug.  But this introduced an issue: to explicitly avoid prefetching, you should
use read() instead of browsing records.  We revert the change by xmo, without
reintroducing the bug (which apparently was fixed by another way).

9 years ago[FIX] crm, hr_recruitment, task, issue: fixed default priorities + order based on...
Thibault Delavallée [Fri, 22 Aug 2014 12:22:26 +0000 (14:22 +0200)]
[FIX] crm, hr_recruitment, task, issue: fixed default priorities + order based on priority (desc for everyone now)

9 years ago[FIX] product: don't display 'create and edit' option on many2many_tag to create...
Christophe Matthieu [Fri, 22 Aug 2014 12:20:14 +0000 (14:20 +0200)]
[FIX] product: don't display 'create and edit' option on many2many_tag to create variant on product_template. The quick create is confusing for users

9 years ago[REVERT] commit 5e5c73e
Christophe Simonis [Fri, 22 Aug 2014 11:53:46 +0000 (13:53 +0200)]
[REVERT] commit 5e5c73e

Branch 8.0 is a **stable** branch. This mean no database schema
changes.

9 years ago[FIX] [IMP] mail: mail_message: when checking that access rights are not
Thibault Delavallée [Fri, 22 Aug 2014 11:36:31 +0000 (13:36 +0200)]
[FIX] [IMP] mail: mail_message: when checking that access rights are not
violated in _search, do it in SQL to speedup the query. Indeed doing it via search and
browsing the results to validate the various rules is quite costly.

9 years ago[FIX] mail: when checking for possible messages to fetch, perform
Thibault Delavallée [Fri, 22 Aug 2014 10:59:18 +0000 (12:59 +0200)]
[FIX] mail: when checking for possible messages to fetch, perform
a search_count on mail_message when the actual number of messages or their
ids is not necessary, to speedup the computation.

9 years ago[FIX] css fix in graph view
Géry Debongnie [Fri, 22 Aug 2014 10:52:58 +0000 (12:52 +0200)]
[FIX] css fix in graph view

The field selection menu was not positioned correctly when there was
a long list.  (was not displayed at the position clicked)

9 years ago[FIX] osv/fields.py: enable argument 'obj' in property fields
Raphael Collet [Fri, 22 Aug 2014 08:31:04 +0000 (10:31 +0200)]
[FIX] osv/fields.py: enable argument 'obj' in property fields

Fixes #1719

9 years ago[REVERT] web: fixed css of hidden input file: could not click on add attachments...
Cedric Snauwaert [Fri, 22 Aug 2014 09:54:15 +0000 (11:54 +0200)]
[REVERT] web: fixed css of hidden input file: could not click on add attachments anymore

This reverts commit 4e32b9f6f32eea0e4a5bb9d83c5c5f45f775f799.

9 years ago[FIX] osv/fields.py: fix the fix at rev 43756a24.
Raphael Collet [Fri, 22 Aug 2014 09:14:08 +0000 (11:14 +0200)]
[FIX] osv/fields.py: fix the fix at rev 43756a24.

9 years ago[FIX] osv/fields.py: fix sum in rev 48dfd70
Raphael Collet [Fri, 22 Aug 2014 08:56:07 +0000 (10:56 +0200)]
[FIX] osv/fields.py: fix sum in rev 48dfd70

9 years agoMerge pull request #1906 from odoo-dev/8.0-wmsusability-jco
Josse Colpaert [Fri, 22 Aug 2014 08:33:47 +0000 (10:33 +0200)]
Merge pull request #1906 from odoo-dev/8.0-wmsusability-jco

8.0 wmsusability jco: Some usabillity issues and a fundamental issue on the location of extra moves

9 years ago[IMP] test_inherit: add test case, redefine Many2one field in inherited model
Raphael Collet [Fri, 22 Aug 2014 08:01:41 +0000 (10:01 +0200)]
[IMP] test_inherit: add test case, redefine Many2one field in inherited model

9 years ago[IMP] Cleaning of reporting (group_by, filters), adding new favourites and default...
qdc [Thu, 21 Aug 2014 10:53:47 +0000 (12:53 +0200)]
[IMP] Cleaning of reporting (group_by, filters), adding new favourites and default views, some renaming (py and xml files)

9 years ago[FIX] calendar: dropdown button misaligned
Bhavik Bagdiya [Wed, 20 Aug 2014 06:17:38 +0000 (11:47 +0530)]
[FIX] calendar: dropdown button misaligned

+ add meaningful placeholder

9 years ago[IMP] osv/fields.py: improve code change of rev eea07e27
Raphael Collet [Fri, 22 Aug 2014 07:20:25 +0000 (09:20 +0200)]
[IMP] osv/fields.py: improve code change of rev eea07e27

9 years agoForward port of branch saas-5 up to rev 4895281e
Martin Trigaux [Fri, 22 Aug 2014 07:12:14 +0000 (09:12 +0200)]
Forward port of branch saas-5 up to rev 4895281e

9 years ago[FIX] osv/fields.py: correct reading name_get of m2o property
Christophe Simonis [Thu, 21 Aug 2014 19:23:22 +0000 (21:23 +0200)]
[FIX] osv/fields.py: correct reading name_get of m2o property

9 years ago[FIX] account: _get_analytic_lines() must work in @mutli beside using only self[0]
Christophe Simonis [Thu, 21 Aug 2014 19:22:12 +0000 (21:22 +0200)]
[FIX] account: _get_analytic_lines() must work in @mutli beside using only self[0]

(partially revert previous commit)

9 years ago[FIX] account: correct some v8 decorators
Christophe Simonis [Thu, 21 Aug 2014 16:54:44 +0000 (18:54 +0200)]
[FIX] account: correct some v8 decorators

9 years agoForward port of branch saas-4 up to rev 15a3a2a
Martin Trigaux [Thu, 21 Aug 2014 16:17:35 +0000 (18:17 +0200)]
Forward port of branch saas-4 up to rev 15a3a2a

9 years agoForward port of branch saas-3 up to 7bcefaf
Martin Trigaux [Thu, 21 Aug 2014 16:14:22 +0000 (18:14 +0200)]
Forward port of branch saas-3 up to 7bcefaf

9 years ago[IMP] Better to have corresponding lates
Josse Colpaert [Thu, 21 Aug 2014 16:09:15 +0000 (18:09 +0200)]
[IMP] Better to have corresponding lates

9 years agoForward port of branch 7.0 up to 0ab88f5
Martin Trigaux [Thu, 21 Aug 2014 15:57:57 +0000 (17:57 +0200)]
Forward port of branch 7.0 up to 0ab88f5

9 years ago[IMP] Add partner_id and invoice control to picking tree
Josse Colpaert [Thu, 21 Aug 2014 15:40:10 +0000 (17:40 +0200)]
[IMP] Add partner_id and invoice control to picking tree

9 years ago[IMP] Use correct field for showing red lines for late pickings in tree view
Josse Colpaert [Thu, 21 Aug 2014 15:31:25 +0000 (17:31 +0200)]
[IMP] Use correct field for showing red lines for late pickings in tree view

9 years ago[FIX] fields: in many2one property fields, name_get() the value as superuser
Raphael Collet [Thu, 21 Aug 2014 15:29:56 +0000 (17:29 +0200)]
[FIX] fields: in many2one property fields, name_get() the value as superuser

9 years ago[FIX] ir_model: invalidate cache when adding new fields
Martin Trigaux [Thu, 21 Aug 2014 13:27:31 +0000 (15:27 +0200)]
[FIX] ir_model: invalidate cache when adding new fields

When a new ir.model.field is created, add the new field in the fields_by_model (cache of custom fields). This is required as the __init__ method would not retrieve the new field if fields_by_model is already set.
Otherwise, the _columns would not contain the new fields and we could not access it without restarting the server (e.g. the installation of a module adds ir.model.fields and use it in the a view.

9 years ago[IMP] Change help message package setting
Josse Colpaert [Wed, 13 Aug 2014 16:45:17 +0000 (18:45 +0200)]
[IMP] Change help message package setting

9 years ago[IMP] Counterpart locations and weights should not be read-only in case of type servi...
Josse Colpaert [Tue, 12 Aug 2014 12:41:08 +0000 (14:41 +0200)]
[IMP] Counterpart locations and weights should not be read-only in case of type service, but should simply be invisible as the other fields

9 years ago[IMP] Buttons should not be usable by purchase manager that is no stock user
Josse Colpaert [Tue, 12 Aug 2014 09:38:06 +0000 (11:38 +0200)]
[IMP] Buttons should not be usable by purchase manager that is no stock user

9 years ago[IMP] Only one incoterms item
Josse Colpaert [Tue, 12 Aug 2014 08:42:56 +0000 (10:42 +0200)]
[IMP] Only one incoterms item

9 years ago[IMP] Location of extra moves should be matched
Josse Colpaert [Mon, 11 Aug 2014 15:21:21 +0000 (17:21 +0200)]
[IMP] Location of extra moves should be matched

9 years ago[FIX] stock: barcode interface, remove left-right key handler
Cedric Snauwaert [Thu, 21 Aug 2014 15:02:15 +0000 (17:02 +0200)]
[FIX] stock: barcode interface, remove left-right key handler

9 years ago[FIX] stock: barcode interface update qty without pressing enter
Cedric Snauwaert [Thu, 21 Aug 2014 14:25:04 +0000 (16:25 +0200)]
[FIX] stock: barcode interface update qty without pressing enter

9 years ago[FIX] note: small bugs
Desai Binjal [Wed, 6 Aug 2014 12:16:46 +0000 (17:46 +0530)]
[FIX] note: small bugs

9 years ago[FIX] base: wrong model change check
Martin Trigaux [Thu, 21 Aug 2014 12:30:10 +0000 (14:30 +0200)]
[FIX] base: wrong model change check

Comparing an id and a browse record will always fail so the exception would have always been raised when changing a model (e.g. updating a module with custom fields).

9 years agoMerge pull request #1888 from odoo-dev/8.0-wmsnsewiz-jco
Josse Colpaert [Thu, 21 Aug 2014 11:33:00 +0000 (13:33 +0200)]
Merge pull request #1888 from odoo-dev/8.0-wmsnsewiz-jco

Merge from nse back-end partial picking wizard

9 years ago[FIX] fields: add missing option 'sanitize' on Html fields
Raphael Collet [Thu, 21 Aug 2014 09:40:38 +0000 (11:40 +0200)]
[FIX] fields: add missing option 'sanitize' on Html fields

9 years ago[IMP] point_of_sale: add missing functionality necessary for the loyalty module
Frederic van der Essen [Thu, 21 Aug 2014 10:19:04 +0000 (12:19 +0200)]
[IMP] point_of_sale: add missing functionality necessary for the loyalty module

9 years ago[IMP] lazy loading of dashboards
Géry Debongnie [Thu, 21 Aug 2014 09:01:13 +0000 (11:01 +0200)]
[IMP] lazy loading of dashboards

The widget AddToDashboard used to make an ajax call every time the
search view is loaded.  This is often useless and can be annoying when
that request is long.  With this patch, the request is only done when
the user click on the widget AddToDashboard

9 years ago[IMP] account_budget: added date filter in print budget report
fka-odoo [Wed, 6 Aug 2014 12:12:30 +0000 (17:42 +0530)]
[IMP] account_budget: added date filter in print budget report

Fixes #1743, opw 611307

9 years ago[IMP] Usability improvements by clarifying texts
Josse Colpaert [Thu, 21 Aug 2014 09:37:40 +0000 (11:37 +0200)]
[IMP] Usability improvements by clarifying texts

9 years ago[IMP] board: do not filter actions anymore
Richard Mathot [Thu, 21 Aug 2014 07:56:56 +0000 (09:56 +0200)]
[IMP] board: do not filter actions anymore

Starting from v8.0, there's only "My Dashboard". We can assume that we
have access rights to all the actions we pin to our proper dashboard, so
we can remove this filtering. Furthermore, this was a large performance
pitfall.

9 years ago[FIX] point_of_sale: report, product_id of line is product_product
Denis Ledoux [Thu, 21 Aug 2014 09:17:29 +0000 (11:17 +0200)]
[FIX] point_of_sale: report, product_id of line is product_product

product_id column of pos_order_line is a product_product
the left join of l.product_id was done on product_template, instead of product_product

It worked as long as the ids product_product were the same as product_template. Meaning that, if you used variants, this report view was screwed.

9 years ago[IMP] Graph views: show always measure + filters record measures in context
qdc [Thu, 21 Aug 2014 07:03:12 +0000 (09:03 +0200)]
[IMP] Graph views: show always measure + filters record measures in context

9 years ago* [8.0][mass_mailing] some fixes
Olivier LAURENT [Thu, 21 Aug 2014 09:07:00 +0000 (11:07 +0200)]
* [8.0][mass_mailing] some fixes
* [FIX] rename wrong mailing_type field and add missing fields when creating a mass mailing from the composer
* [FIX] coerce tooltip to an unicode string to avoid a json crash when locale produces a non unicode string for strftime(%B)
* [FIX] repair wrong sql statement computing statistics

9 years ago[FIX] ir_actions: server action: when creating or writing value on a record
Thibault Delavallée [Thu, 21 Aug 2014 08:32:29 +0000 (10:32 +0200)]
[FIX] ir_actions: server action: when creating or writing value on a record
through a server action, try to correctly set the value to write on a given
fields according to its type. For example many2one fields should receive an
int, not a unique containing the id of the new value.

9 years ago[FIX] ir_actions: server action: check the validity of write_expresison only if defin...
Thibault Delavallée [Thu, 21 Aug 2014 08:02:39 +0000 (10:02 +0200)]
[FIX] ir_actions: server action: check the validity of write_expresison only if defined. Also check for the related model only if set in the onchange.

9 years ago[FIX] web: fixed css of hidden input file: a hidden element could interfere with...
Thibault Delavallée [Wed, 20 Aug 2014 14:29:56 +0000 (16:29 +0200)]
[FIX] web: fixed css of hidden input file: a hidden element could interfere with other elements
in the dom, leading to some fields not being accessible.

9 years ago[IMP] readable code
Fabien Pinckaers [Thu, 21 Aug 2014 09:02:18 +0000 (11:02 +0200)]
[IMP] readable code

9 years ago[FIX] difference POS / Cash
Fabien Pinckaers [Thu, 21 Aug 2014 08:54:38 +0000 (10:54 +0200)]
[FIX] difference POS / Cash

9 years ago[FIX] recursion
Fabien Pinckaers [Thu, 21 Aug 2014 08:43:49 +0000 (10:43 +0200)]
[FIX] recursion

9 years ago[FIX] better responsibilities on objects POS
Fabien Pinckaers [Thu, 21 Aug 2014 08:38:21 +0000 (10:38 +0200)]
[FIX] better responsibilities on objects POS

9 years ago[FIX] point_of_sale: continuation of the session closing fix
Frederic van der Essen [Wed, 20 Aug 2014 21:08:20 +0000 (23:08 +0200)]
[FIX] point_of_sale: continuation of the session closing fix

9 years ago[FIX] point_of_sale: partial fix for unclosable sessions
Frederic van der Essen [Wed, 20 Aug 2014 20:24:21 +0000 (22:24 +0200)]
[FIX] point_of_sale: partial fix for unclosable sessions

9 years ago[MERGE] forward port of branch saas-5 up to 39bee35
Christophe Simonis [Wed, 20 Aug 2014 18:33:17 +0000 (20:33 +0200)]
[MERGE] forward port of branch saas-5 up to 39bee35

9 years ago[FIX] point_of_sale: correct SyntaxError
Christophe Simonis [Wed, 20 Aug 2014 18:24:09 +0000 (20:24 +0200)]
[FIX] point_of_sale: correct SyntaxError

9 years agoMerge branch '8.0' of github.com:odoo/odoo into 8.0
Fabien Pinckaers [Wed, 20 Aug 2014 17:38:59 +0000 (19:38 +0200)]
Merge branch '8.0' of github.com:odoo/odoo into 8.0

9 years ago[FIX] partner of order
Fabien Pinckaers [Wed, 20 Aug 2014 17:38:41 +0000 (19:38 +0200)]
[FIX] partner of order

9 years agoMerge pull request #1890 from odoo-dev/8.0-fixes-website-video-chm
Christophe Matthieu [Wed, 20 Aug 2014 16:59:58 +0000 (18:59 +0200)]
Merge pull request #1890 from odoo-dev/8.0-fixes-website-video-chm

[FIX] website: firefox video and layout; clean_for_save; link

9 years agoMerge from nse back-end partial picking wizard
Josse Colpaert [Wed, 20 Aug 2014 16:28:57 +0000 (18:28 +0200)]
Merge from nse back-end partial picking wizard

9 years ago[FIX] base: correct view branding tests after c013210
Christophe Simonis [Wed, 20 Aug 2014 16:23:12 +0000 (18:23 +0200)]
[FIX] base: correct view branding tests after c013210

9 years ago[MERGE] forward port of branch saas-4 up to ddef2dd
Christophe Simonis [Wed, 20 Aug 2014 15:57:22 +0000 (17:57 +0200)]
[MERGE] forward port of branch saas-4 up to ddef2dd

9 years ago[FIX] website.editor: must display link information in linkdialox box. Remove /page...
Christophe Matthieu [Tue, 19 Aug 2014 16:26:12 +0000 (18:26 +0200)]
[FIX] website.editor: must display link information in linkdialox box. Remove /page/ and /page/website. from the needle to search page and apply real url as filter after the search

9 years ago[FIX] website.snippet: before the save of the view clean_for_save is called. The...
Christophe Matthieu [Tue, 19 Aug 2014 15:00:19 +0000 (17:00 +0200)]
[FIX] website.snippet: before the save of the view clean_for_save is called. The option marginAndResize (called by twitter) try to bind events on the overlay but the builder don't load the overlay (for time perf). The fix set a default jquery empty div to avoid the error.

9 years ago[FIX] tour: display username in log for point of sale module
Christophe Matthieu [Tue, 19 Aug 2014 14:20:26 +0000 (16:20 +0200)]
[FIX] tour: display username in log for point of sale module

9 years ago[FIX] website.snippet: can't edit website with firefox; remove firefox attr for media...
Christophe Matthieu [Tue, 19 Aug 2014 14:19:53 +0000 (16:19 +0200)]
[FIX] website.snippet: can't edit website with firefox; remove firefox attr for media video is edit mode

9 years ago[MERGE] forward port of branch saas-3 up to 8f13e83
Christophe Simonis [Wed, 20 Aug 2014 15:51:20 +0000 (17:51 +0200)]
[MERGE] forward port of branch saas-3 up to 8f13e83

9 years ago[IMP] catch & warn about any TTFontFile exception
xmo-odoo [Wed, 20 Aug 2014 15:51:20 +0000 (03:51 +1200)]
[IMP] catch & warn about any TTFontFile exception

It turns out TTFontFile can throw not only TTFError (generic) and KeyError, but also ValueError (unknown cmap) and maybe others.

Just catch Exception, warn that the font couldn't be loaded and report why.

9 years ago[MERGE] forward port of branch 7.0 up to d0a0b7d
Christophe Simonis [Wed, 20 Aug 2014 15:45:05 +0000 (17:45 +0200)]
[MERGE] forward port of branch 7.0 up to d0a0b7d

9 years ago[FIX] web: correct /web/proxy/load to set correct base_url
Christophe Simonis [Wed, 20 Aug 2014 15:33:27 +0000 (17:33 +0200)]
[FIX] web: correct /web/proxy/load to set correct base_url

9 years ago[FIX] website translation bug
Fabien Meghazi [Wed, 20 Aug 2014 15:16:29 +0000 (17:16 +0200)]
[FIX] website translation bug

Sometimes a node can't be translated using the website Translate
mode. The translation is added to the Application term list but
the id of the view is not correct.

This happen when a translatable node is a children of a inherited
node whose branding could not be kept. data-oe-source-id was left
over because it was not registered in MOVABLE_BRANDING