odoo/addons/sale
Olivier Dony 0f7099bb30 [FIX] sale,sale_stock: sales analysis view using incorrect JOIN and group by clause
Similarly to the recent fixes in Purchase Analysis,
the Sales Analysis view must not group on the quantity
field. It is one of the columns that must be aggregated,
not used to fold PO lines into the same
result row.
The line count was also incorrect because of this, and
had to be corrected to actually count() the underlying
SO lines.

In addition, the JOINs were done in the wrong order,
which could cause problems (e.g. if an empty SO ever
landed in the database, all the SO line columns
would be empty in the JOIN, and cause errors)

bzr revid: odo@openerp.com-20131105103011-vkix07lsb6q3y9fd
2013-11-05 11:30:11 +01:00
..
edi [MERGE] *: improved english wording, suggestions courtesy of OpenERP Community 2012-12-21 17:48:08 +01:00
i18n Launchpad automatic translations update. 2013-11-05 06:00:56 +00:00
process [MERGE]: Merged with lp:openobject-addons 2012-09-19 15:08:42 +05:30
report [FIX] sale,sale_stock: sales analysis view using incorrect JOIN and group by clause 2013-11-05 11:30:11 +01:00
security [FIX] sale: don't set mrp_properties by default for root user (adding sale order lines in a popup instead of editable mode) 2013-10-07 14:33:18 +02:00
static/src/img
test [FIX] sale: fix incorrect on_change on sale.order.line resetting the UoM field + added test 2013-01-31 19:43:56 +01:00
wizard [FIX] sale: invoicing several sale order lines in batch was not correctly working (only the first order was triggered and opened) + small refactoring 2013-03-26 18:02:02 +01:00
__init__.py [ADD]: Add dependency 2012-07-27 02:26:59 +05:30
__openerp__.py [FIX]sale:string updated 2012-12-19 15:19:42 +05:30
board_sale_view.xml [REM] Dashboard: Removed creatable option (requested by fp) 2012-09-10 11:31:52 +02:00
res_config.py [FIX]purchase/sale_resconfig: fix automatic unticking of box due to onchange 2013-03-22 10:58:45 +01:00
res_config_view.xml [IMP] account_analytic_analysis: added an option to set the template field mandatory on contracts 2012-11-29 17:08:47 +01:00
res_partner.py [FIX] res partner copy method returns None 2013-03-25 19:09:49 +05:30
res_partner_view.xml [FIX] sale: safer inheritance of res.partner form view + no hiding of use_parent_address field 2013-04-29 12:54:58 +02:00
sale.py [FIX] copy record must have today date 2013-06-26 11:06:42 +05:30
sale_data.xml [FIX] sale: fixed typo in message, quotation send -> quotation sent. 2013-03-12 15:18:38 +01:00
sale_demo.xml [FIX] 2012-11-15 15:03:37 +01:00
sale_report.xml
sale_sequence.xml
sale_unit_test.xml [IMP]: MOVE PROCUREMENT CHANGES INTO PROCUREMENT.. 2012-09-09 15:41:56 +05:30
sale_view.xml [FIX] sale.shop: The pricelist should be a required field 2013-09-13 14:57:48 +02:00
sale_workflow.xml [FIX] sale: put back the button 'View Invoice' on sale orders (removed for no reason) + reorganized files to reduce the diff with trunk 2012-09-20 15:17:11 +02:00