[FIX] website_sale: Do not search and associate a company to the partner when an...
[odoo/odoo.git] / addons / product / product.py
2014-03-17 Denis Ledoux[FIX] product: overwritten name_search of product.price...
2014-03-10 Denis Ledoux[MERGE] Forward-port of latest saas-2 bugfixes, up...
2014-03-10 Denis Ledoux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2014-03-05 Martin Trigaux[FIX] product: when converting unit of mesures, round...
2014-02-26 Denis Ledoux[REVERT] rev 8788.1.1769: The exchange rate of the...
2014-01-27 Raphael Collet[IMP] product: simplify further product_product.copy()
2014-01-27 Raphael Collet[IMP] product: in product.name_search(), do no search...
2014-01-27 Raphael Collet[IMP] product: Python fixes ('<>' -> '!=')
2014-01-26 Antony Lesuisse[FIX] product use osv _check_recursion helper
2014-01-26 Antony Lesuisse[FIX] product remove arbitrary size limits
2014-01-23 Christophe Simonis[IMP] product: correct copy() of products variants
2014-01-23 Thibault Delavallée[IMP] product: supplier_info: when renaming a field...
2014-01-22 Thibault Delavallée[MERGE] Sync with website-al
2014-01-22 Thibault Delavallée[IMP] product: cleaned form in create mode. Moreover...
2014-01-22 Thibault Delavallée[FIX] product: when computing lst_price, that is the...
2014-01-22 Thibault Delavallée[IMP] product: only template child / multiple template...
2014-01-21 Thibault Delavallée[CLEAN] product: cleaned product template copy method...
2014-01-21 Thibault Delavallée[REV] product: unlink method back, no comment about...
2014-01-21 Thibault Delavallée[IMP] product variant: removed override of fields_view_...
2014-01-17 Darshan Kalola ... [IMP]product: removed unnecessary code from onchange_pr...
2014-01-17 Darshan Kalola ... [IMP]revert margin calculation.
2014-01-17 Darshan Kalola ... [IMP]removed unnecessary code.
2014-01-17 Darshan Kalola ... [MERGE]with lp:~openerp-dev/openobject-addons/trunk...
2014-01-16 Darshan Kalola ... [IMP]improved test case in compute_price_margin.
2014-01-16 Darshan Kalola ... [IMP]rename has_variants field to standard_variants...
2014-01-16 Darshan Kalola ... [IMP]added onchange method on product_tmpl_id and...
2014-01-15 Amit Bhavsar (Open... [IMP] improve _save_product_lst_price.
2014-01-15 Amit Bhavsar (Open... [IMP] improve code for fields_view_get and _save_produc...
2014-01-15 Darshan Kalola ... [IMP]product template: put context 'search_variants...
2014-01-15 Darshan Kalola ... [IMP]put ondelete='restrict' on product_tmpl_id to...
2014-01-15 Amit Bhavsar (Open... [IMP] Remove deprecated code unlink method and improve...
2014-01-15 Darshan Kalola ... [IMP]remove domain from product_variant_ids and improve...
2014-01-15 Darshan Kalola ... [MERGE] with lp:~openerp-dev/openobject-addons/trunk...
2014-01-10 Amit Bhavsar (Open... [IMP] price computation and yml testcase.
2014-01-09 Christophe Matthieu[FIX] product: remove data demo of product in multi_com...
2014-01-09 Darshan Kalola ... [IMP]added test case for extra price and remove copy_tr...
2014-01-09 Amit Bhavsar (Open... [IMP] change menu sequence, improve price computation...
2014-01-09 Christophe Matthieu[FIX] product: access right. Resolve: Use Superuser...
2014-01-09 Darshan Kalola ... [IMP]Add fields_view_get method to make dynamic view...
2014-01-08 Darshan Kalola ... [MERGE]with lp:~openerp-dev/openobject-addons/trunk...
2014-01-06 Thibault Delavallée[IMP] shop: added openchatter on product shop
2013-12-09 Fabien Pinckaers[IMP] allow users to change product price from CMS...
2013-12-09 Christophe Matthieu[FIX] website_sale: link; product: clean code and use...
2013-12-09 Christophe Matthieu[FIX] product.supplierinfo: product_id is a product...
2013-12-06 Fabien Pinckaers[IMP] Huge speed improvement in price computation on...
2013-12-03 Fabien Pinckaers[IMP] huge speed improvement on computing prices of...
2013-12-02 Christophe Matthieu[MERGE] sync with trunk
2013-12-02 Amit Bhavsar (Open... [imp] solved image issue when duplicate the product.
2013-12-02 Amit Bhavsar (Open... [imp] solved traceback and improve copy method of produ...
2013-11-28 Amit Bhavsar (Open... [imp] add code note for product.py and improve template...
2013-11-28 Christophe Matthieu[IMP] product: add fnct_inv for lst_price field
2013-11-28 Amit Bhavsar (Open... [imp] add help,typo,improve search and change menu...
2013-11-25 Thibault Delavallée[MERGE] [IMP] Addons: updated some field labels to...
2013-11-21 Xavier Morel[IMP] product: avoid redundant work
2013-11-21 Darshan Kalola ... [MERGE] with lp:~openerp-dev/openobject-addons/trunk...
2013-11-15 Thibault Delavallée[MERGE] Sync with website-al
2013-11-15 Amit Bhavsar (Open... Override demo data for prouct_visible_discount and...
2013-11-14 Christophe Matthieu[WIP] website: remove contraints with many2one to res...
2013-11-11 Darshan Kalola ... [IMP]solve yml issue and improve unit price for invoice...
2013-11-08 Darshan Kalola ... [IMP]add search view for product-variant,solve duplicat...
2013-11-01 Darshan Kalola ... [IMP]improve typo and solve the product duplication...
2013-10-30 Darshan Kalola ... [IMP]improve test case and product form view.
2013-10-28 Darshan Kalola ... [IMP]improve view,label and help of product.
2013-10-24 Darshan Kalola ... [IMP]add image field and description field in product_p...
2013-10-18 Christophe Matthieu[WIP] payment_acquirer
2013-10-18 Darshan Kalola ... [IMP]kanban view of product-template.
2013-10-11 Amit Bhavsar (Open... [imp] Improve the price margin calculation and name_sea...
2013-10-11 Amit Bhavsar (Open... [imp] changes of cms branch.
2013-10-02 Thibault Delavallée[MERGE] Sync with trunk, until revision 8927
2013-09-18 Denis Ledoux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2013-09-10 Christophe Simonis[MERGE] forward port of branch saas-1 up to revid 8772...
2013-09-09 Martin Trigaux[FIX] product: pass count argument to super call for...
2013-09-06 Olivier Dony[FIX] product: support string values for context `price...
2013-08-28 Christophe Matthieu[IMP] point_of_sale, product: change model 'pos.categor...
2013-08-20 Christophe Matthieu[IMP] website_sale: use product.template insead of...
2013-08-19 Christophe Matthieu[IMP] website_sale: add product variants
2013-06-24 Amit Bhavsar (Open... [MERGE] merge with latest trunk
2013-06-24 Quentin (OpenERP)[REF] *: change linked to server revision 4907. Removed...
2013-06-13 Foram Katharotiya... [MERGE] with trunk
2013-06-03 Martin Trigaux[MERGE] [FIX] account: use the purchase or sale descrip...
2013-04-17 Quentin (OpenERP)[IMP] product: implemented the store={} to recompute...
2013-04-15 Vo Minh Thu[REF] removed explicit model instanciations.
2013-04-15 Cedric Snauwaert[REF]product: remove one extra loop
2013-04-12 Cedric Snauwaert[FIX]product: add store=dict to field name_template
2013-03-25 Thibault Delavallée[FIX] product: unlinking products was not possible...
2013-03-20 Ajay Chauhan (OpenERP)[MERGE]: merge with lp:openobject-addons
2013-03-12 Ajay Chauhan (OpenERP)[IMP] product: change string of field 'factor_inv'...
2013-03-11 Ajay Chauhan (OpenERP)[IMP] product: change string of field 'name_template'
2013-03-05 Chris Biersbach[FIX] product: the search method now passes the count...
2013-01-24 Ravish(OpenERP)[FIX] purchase/sale description helps are inverted...
2013-01-22 kirti savalia (Ope... [IMP]: improve the string name according the given...
2013-01-21 kirti savalia (Ope... [FIX]:When apply advance search confusing with the...
2013-01-18 Numerigraphe - Lio... [IMP] Document the description fields on Products,...
2012-12-18 Fabien Pinckaers[IMP] several subtype fixes
2012-12-10 Vo Minh Thu[MERGE] merged trunk.
2012-12-08 Fabien Pinckaers[IMP] fields name
2012-12-06 Vo Minh Thu[IMP] use the openerp namespace.
2012-12-05 Nimesh (Open ERP)[REMOVE] remove unused fields.
2012-12-05 Bhumi Thakkar (Ope... [IMP] Replaced String.
2012-12-05 Bhumi Thakkar (Ope... [IMP]String Replaced Invoiced to Invoice Ratio and...
next