lp:~openerp-chinese-team/openobject-addons/7.0-mrp-stock-picking-reference-fix

Created by Joshua Jan(SHINEIT) and last modified
Get this branch:
bzr branch lp:~openerp-chinese-team/openobject-addons/7.0-mrp-stock-picking-reference-fix
Members of Open ERP Chinese can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Open ERP Chinese
Project:
Odoo Addons (MOVED TO GITHUB)
Status:
Development

Recent revisions

9575. By Joshua Jan(SHINEIT)

[fix]mrp module stock.picking refference name

9574. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

9573. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

9572. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

9571. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

9570. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

9569. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

9568. By Nicolas Vanhoren (OpenERP)

[FIX] problem with pads, the demo configuration doesn't work if the server is using https. I simply changed the url for the demo version.

9567. By Olivier Dony (Odoo)

[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)

9566. By Olivier Dony (Odoo)

[FIX] purchase: analysis view must not group by quantity, otherwise identical PO lines are counted only once

The product quantity is one of the columns that must be
aggregated, not used to fold PO lines into the same
result row.
This, combined with missing aggregation operators
was causing multiple identical PO lines from the
same PO to be merged together and only counted once
in some aggregations.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:openobject-addons
This branch contains Public information 
Everyone can see this information.

Subscribers