odoo/addons/website_sale/models
Thibault Delavallée 3805a86302 [IMP] website_sale_delivery: make the module effectively works.
- added JS / HTML to handle the choice of the carrier
- added override of payment controller in website_sale_delivery to handle the carrier
and recompute the amount and details
- some code cleaning
- added amount_delivery field in sale.order, that is the amount related to the
delivery

bzr revid: tde@openerp.com-20131217152605-0xoulnnlo0nn7j9o
2013-12-17 16:26:05 +01:00
..
__init__.py [CLEAN] sale: removed code that should not lie here. website code has nothing to do in the base sale module. website_sale: renamed website_sale file into sale_order and added the get_website_data method. 2013-12-13 12:06:29 +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: link; product: clean code and use product.template for supplierinfo 2013-12-09 17:32:54 +01:00
product_attributes.py [FIX] product.supplierinfo: product_id is a product.product fields. Rename fields into product_tmpl_id for many2one to product.template model 2013-12-09 16:11:35 +01:00
sale_order.py [IMP] website_sale_delivery: make the module effectively works. 2013-12-17 16:26:05 +01:00
website.py [IMP] code cleaning '/shop' less SQL queries, WIP 2013-12-01 01:23:55 +01:00
website_styles.py [MOVE] website_sale: py files to models/ 2013-10-14 10:18:41 +02:00