[IMP] website_quote: handle quote and website descriptions
authorJeremy Kersten <jke@odoo.com>
Mon, 18 Aug 2014 15:53:50 +0000 (17:53 +0200)
committerMartin Trigaux <mat@openerp.com>
Mon, 18 Aug 2014 16:40:54 +0000 (18:40 +0200)
commit94b20608c6ccd06712f20ad94660311aaa257f5d
tree76487941d4361af23d0f24410ba2c36f47aac0b1
parent8402625f10c88e87b92f9bbfd48388d18c05e532
[IMP] website_quote: handle quote and website descriptions

Add field quote_description on product.template and turn website_description from sale.quote.line into a related.
Overwrite write and create methods to synchronise both fields when setting a product.
website_description on product.template is added by website_sale but there is no dependency relations between these modules so we need to define it in both modules.
addons/website_quote/models/order.py