odoo/addons/website_sale
Martin Trigaux e4c0940e9f [FIX] website_sale: avoid displaying inactive products in shops
The domains in the form ('o2m_field', operator, False) do not use the orm but convert the domain to ('id', 'invert operator', [list of ids]). This means that the orm is not used and implicit filter (active=True) or access rights are not checked.
A proper fix in master should be done to use the orm instead of an SQL query.
This patch force a search to be made on product.product and then exclude the products where active=False (opw 607602).
2014-08-07 18:15:37 +02:00
..
controllers [FIX] website_sale: confirm sale order on payment_confirmation 2014-08-01 14:48:16 +02:00
data [FIX] website tour: flickering; banner auto run; work with different language 2014-02-03 12:28:16 +01:00
models [FIX] website_sale: avoid displaying inactive products in shops 2014-08-07 18:15:37 +02:00
security [IMP] product style model renames, add user_id on website to be used in multiwebsite 2014-01-30 23:58:53 +01:00
static [FIX] website_sale: manifest typo 2014-05-06 09:51:26 +02:00
tests [FIX] Remove test from saas-3 - Tech Saas & AL agreement 2014-03-12 11:16:29 +01:00
views [FIX] website_sale: make the 'Ship to a different address' always available 2014-07-17 16:09:52 +02:00
__init__.py [MOVE] website_sale: py files to models/ 2013-10-14 10:18:41 +02:00
__openerp__.py [IMP] website apps flagged as such: website, website_event (replaces event), website_blog, website_sale 2014-01-31 10:27:21 +01:00