lp:~openerp-community/openobject-addons/trunk-bugfix-1284238

Created by Andres Calle (TRESCLOUD) and last modified
Get this branch:
bzr branch lp:~openerp-community/openobject-addons/trunk-bugfix-1284238
Members of OpenERP Community (OBSOLETE) can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
OpenERP Community (OBSOLETE)
Project:
Odoo Addons (MOVED TO GITHUB)
Status:
Development

Recent revisions

9195. By Andres Calle (TRESCLOUD)

[FIX] fixed rounding precition in product quantity for account.move.line

9194. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

9193. By Antony Lesuisse (OpenERP)

[IMP] report, form view hide paperformat when not needed

9192. By Antony Lesuisse (OpenERP)

[IMP] report form view move inherited view, restore and refactor test case (kept commented atm) from non merged branch qweb-report

9191. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

9190. By Thibault Delavallée (OpenERP)

[MERGE] [IMP] mail: added message_last_update field. This field is a datetime field, updated everytime message_post in called. This allows to build filters, search or actions based on the last message date, for reporting for example.

Weekly groupbys have been added in project_issue and crm, for leads and opportunities.

9189. By Thibault Delavallée (OpenERP)

[MERGE] [ADD] crm_project_issue module: create issues from leads.
This bridge and optional module add a button on the lead form view to
allow users to create issues from leads. The lead is distroyed during
the operation. All communication history is kept and transferred to the
new issue.

9188. By Xavier (Open ERP)

[ADD] deduplication of website images being uploaded

There is a deduplication in ir.attachment, but it's only for FS-stored content
*and* it only deduplicates storage not models (as there are access rights
issues involved).

The goal here is to always return the same attachment when a user uploads the
exact same image multiple times (because it's simpler or whatever).

Initially tried to use a binary field & digest(), but search() blows up
because it tries to utf-8 encode raw binary data. So use char & hexdigest
instead.

_compute_checksum returns None if the provided attachment data does not look
like a website image attachment.

Unhandled: multiple existing matches, maybe a UNIQUE constraint on the
checksum field would be a good idea just in case.

cherrypicked from saas-3's <email address hidden>
which had to be backed out (as the patch adds a new stored field)

9187. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

9186. By sle-openerp

[MERGE] Report module: reporting using the QWeb rendering engine. Sale, purchase, mrp and mrp_repair reports are converted.

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.