odoo/addons/product
Fabien Pinckaers 59906a3af8 [IMP] allow users to change product price from CMS[FIX] small bug in reordering of PTT
bzr revid: fp@tinyerp.com-20131209210511-5w03vf2wt0pmgdew
2013-12-09 22:05:11 +01:00
..
data/img Added product description for the published products. 2013-10-03 11:51:24 +05:30
i18n Launchpad automatic translations update. 2013-11-30 05:14:29 +00:00
process [REM] more nonsensical @model + @ref 2013-04-29 14:52:17 +02:00
report [MERGE] forward port of branch 7.0 up to revid 9236 mat@openerp.com-20130613160953-itt79mu5xrl7suv4 2013-06-13 20:15:03 +02:00
security [IMP] removed a feature nobody used for a huge speed improvement (4 SQL Queries per search/read 2013-12-02 09:45:17 +01:00
test [IMP] Huge speed improvement in price computation on products: 162 to 39 queries to render /shop with 28 products. O(n)->O(1) 2013-12-06 23:18:09 +01:00
wizard [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00
__init__.py
__openerp__.py [IMP] Huge speed improvement in price computation on products: 162 to 39 queries to render /shop with 28 products. O(n)->O(1) 2013-12-06 23:18:09 +01:00
_common.py
partner.py [REF] *: change linked to server revision 4907. Removed deprecated 'view_load' attribute + removed duplicated first argument of property fields which is replaced with 'relation' argument in case where it is really needed (relational fields): indeed this first argument was totally useless for property of float type (for example). 2013-06-24 11:05:15 +02:00
partner_view.xml [IMP] made independant purchase pricelist in supplier 2013-05-09 16:00:45 +05:30
pricelist.py [FIX] website_sale: link; product: clean code and use product.template for supplierinfo 2013-12-09 17:32:54 +01:00
pricelist_view.xml [Product Pricelist] Default value for based on price 2013-05-29 19:27:34 +05:30
product.py [IMP] allow users to change product price from CMS[FIX] small bug in reordering of PTT 2013-12-09 22:05:11 +01:00
product_data.xml [IMP] Huge speed improvement in price computation on products: 162 to 39 queries to render /shop with 28 products. O(n)->O(1) 2013-12-06 23:18:09 +01:00
product_demo.xml [FIX] website_sale: link; product: clean code and use product.template for supplierinfo 2013-12-09 17:32:54 +01:00
product_image_demo.xml Added product description for the published products. 2013-10-03 11:51:24 +05:30
product_pricelist_demo.yml [FIX] product : Improved the test cases. 2012-09-19 18:43:05 +05:30
product_report.xml [IMP] product: declare the product_pricelist report using XML only. 2013-02-22 10:35:01 +01:00
product_view.xml [MERGE] Sync with trunk 2013-10-28 17:33:21 +01:00