lp:~camptocamp/openobject-addons/6.1-fix-1087311

Created by Alexandre Fayolle - camptocamp and last modified
Get this branch:
bzr branch lp:~camptocamp/openobject-addons/6.1-fix-1087311
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

7106. By Alexandre Fayolle @ camptocamp <email address hidden>

[FIX] stock: fix nasty bug when clicking on "Upstream Traceability" button for production lots

The issue was created when stoc/wizard/stock_traceability.py had line

type1 = context['type'] or 'move_history_ids2'

rewritten as:

type1 = context.get('type', 'move_history_ids2')

which returned an empty string for that button which set context['type'] to an
empty string. This was introduced in rev. 6259, which introduced bug lp:920841,
fixed in rev. 6370.6.2 which fixed the symptom but not the second layer bug.

7105. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

7104. By Xavier ALT

[MERGE] OPW 581786: sale: resync 'Sale Order' sxw and rml files

7103. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

7102. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

7101. By Olivier Dony (Odoo)

[MERGE] res.partner: duplicating a partner should not duplicate related mail.messages and project.issues

7100. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

7099. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

7098. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

7097. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

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