odoo/addons/website_sale/models
Martin Trigaux 2ee1843757 [FIX] website_sale: retrieve transactions as superuser
Due to additional security rules, the transactions made as public user will have a new partner_id. The transaction needs to be retrieved as admin to be set in the context.
The operations in payment_get_status are made as superuser but the session_id is checked in the assert above to avoid url manipulation.
2014-09-17 12:52:28 +02:00
..
__init__.py [IMP] website/website_sale: Use group to display shipping address in frontend like the backend. Use group for product facet caracteristique (backend/frontend). Customize templates is displayed function of groups of ir.ui.view templates. 2014-01-15 12:05:47 +01:00
payment_transaction.py [MOV] website_sale: moved payment_transaction code into its own model file 2013-11-27 13:18:20 +01:00
product.py [FIX] website_sale: add the parameter _mail_post_access on product.template 2014-05-22 12:15:45 +02:00
product_characteristics.py [FIX] website_sale: _rec_name product.attribute.line 2014-07-23 08:56:36 +02:00
res_config.py [REN] rename product characterisic into attributes 2014-01-30 23:17:10 +01:00
sale_order.py [FIX] website_sale: fiscal_position must be passed to product_id_change in order to compute taxes correctly 2014-04-25 16:57:39 +02:00
website.py [FIX] website_sale: retrieve transactions as superuser 2014-09-17 12:52:28 +02:00
website_styles.py [IMP] product style model renames, add user_id on website to be used in multiwebsite 2014-01-30 23:58:53 +01:00