lp:~camptocamp/openobject-addons/7.0-fix-1319095

Created by Yannick Vaucher @ Camptocamp and last modified
Get this branch:
bzr branch lp:~camptocamp/openobject-addons/7.0-fix-1319095
Members of Camptocamp can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Camptocamp
Project:
Odoo Addons (MOVED TO GITHUB)
Status:
Development

Recent revisions

10028. By Yannick Vaucher @ Camptocamp

Fix incompatibility with Windows using tempfile.

10027. By Yannick Vaucher @ Camptocamp

Use NamedTemporaryFile instead of file and of deprecated mktemp. That way we ensure 2 files created at the exact same time will have a unique name

10026. By Martin Trigaux (OpenERP)

[FIX] stock: when delivering a product in average cost, make sure the price_unit on the stock.move is up to date (opw 607272)

The price mentioned on the stock move from the delivery order is the one at the time of the sale order confirmation. On average price, the price can be different when the delivery is actually done. The price will then be refreshed with the one specified on the product.

10025. By Olivier Dony (Odoo)

[FIX] mail: avoid catching (transient) MemoryErrors when sending outgoing mail

This would permanently mark the mail as failed while
there is a good chance it will be sent properly next
time it is retried (provided the memory situation
improves or the server/worker has restarted).

10024. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

10023. By Martin Trigaux (OpenERP)

[FIX] stock: recompute the qty_available based on the location instead of using the one in the result of the browse (opw 606423)

The qty_available field is a function field that uses the information of the context (eg: location) to compute the value. Using the global browse record would return the same qty_available value for each location (and then produce way too many account.move)

10022. By Martin Trigaux (OpenERP)

[MERGE] [FIX] mail: make the detection of Content-Type based on filename instead of only offering 'application/octet-stream'. This allows to have a better detection of the software to use by the browser. opw 606233

10021. By Anaƫl Closson (openerp)

[FIX] stock: destination location should not be limited to internal as this wizard is also used for incoming and outgoing pickings (opw 606213)

10020. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

10019. By Martin Trigaux (OpenERP)

[MERGE] [FIX] hr_timesheet_sheet: make it timezone tolerant and avoid errors when comparing datetime and dates, courtesy of Yannick Vaucher (Camptocamp)

The attendance date recieved by the server is in UTC while the user sees it in his timezone. This means that an attendance could be in a timesheet (bounded by dates) for a user but not for the server which would not accept a valid attendance.
The fix will make the check in the user's timezone.

Only the date part of the attendance is kept for comparison as the boundaries are dates objects.

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