- Aug 21, 2014
-
-
Thibault Delavallée authored
[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.
-
Thibault Delavallée authored
in the dom, leading to some fields not being accessible.
-
Fabien Pinckaers authored
-
Fabien Pinckaers authored
-
Fabien Pinckaers authored
-
Fabien Pinckaers authored
-
- Aug 20, 2014
-
-
Frédéric van der Essen authored
-
Frédéric van der Essen authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Fabien Pinckaers authored
-
Fabien Pinckaers authored
-
Christophe Matthieu authored
[FIX] website: firefox video and layout; clean_for_save; link
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Matthieu authored
[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
-
Christophe Matthieu authored
[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.
-
Christophe Matthieu authored
-
Christophe Matthieu authored
[FIX] website.snippet: can't edit website with firefox; remove firefox attr for media video is edit mode
-
Xavier Morel authored
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.
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Fabien Meghazi authored
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
-
Denis Ledoux authored
If a portal user has engouh karma, this is possible for him, at least graphically, to delete forum posts, even if is not the author of it. So, he should be allowed to delete forum posts in the ACL
-
Thibault Delavallée authored
[FIX] crm_partner_assign: allow employees to read the res_partner_activation model, fixing some access rights issues with the partner form view
-
Thibault Delavallée authored
-
Cédric Snauwaert authored
-
Antony Lesuisse authored
the pos session now keeps track of the session logins, and that number is included in in the order reference. This prevents orders generated in parallely created sessions from having the same reference, and also helps reduce fraud.
-
Guewen Baconnier authored
When this situation happens. the 'cost' is None and the web interface cannot handle this value, provoking a JS error. Thus, prefer to fallback on the standard way to get the cost: based on the current standard price of the product. Fixes #1032
-
Thibault Delavallée authored
[FIX] res_partner: fixed display of simplified partner form view (image and fields display was messy)
-
Thibault Delavallée authored
-
Thibault Delavallée authored
[FIX] tools: mail: fixed read more link tha could be placed in a block to be removed, being considered as a quote
-
Denis Ledoux authored
one2many and many2many fields depends on the security rules. For instance, on products, with the taxes_id many2many fields, you only see the taxes of your own company, thanks to the multi company security rule With related *2many fields, if you browse it with superuser, you will have all records of the one2many fields, even those you are not allowed to see, as superuser ignores security rules. For instance, taxes_id of product.product is a related of taxes_id of product_template (through the inherits on product.template), and you should see the same taxes on the product template and on the product product (variant). This is not the case if the fields is read using the superuser
-
Fabien Pinckaers authored
-
Fabien Pinckaers authored
-
Géry Debongnie authored
The domain was using '=', which is correct when selecting a specific element in autocompletion, but not when searching for all elements matching a string.
-
Richard Mathot authored
Task/issues shuld be sorted on descending priority
-
Hardik Ansodariya authored
Was removed (for unknown reason) during refactoring of product and template (opw 611699)
-
Fabien Pinckaers authored
-