lp://staging/~openerp-dev/openobject-addons/trunk-bug-1237326-avo
- Get this branch:
- bzr branch lp://staging/~openerp-dev/openobject-addons/trunk-bug-1237326-avo
Branch merges
Related bugs
Related blueprints
Branch information
Recent revisions
- 9011. By Martin Trigaux (OpenERP)
-
[MERGE] [FIX] res_font: requires server commit 5011
Mainly fix reports
Adapt API to new res_font methods
See server commit message for more information - 9009. By Thibault Delavallée (OpenERP)
-
[MERGE] [FORWARD] Forward port of saas-2 branch until revision 9036 (revid <email address hidden>)
- 9008. By Martin Trigaux (OpenERP)
-
[MERGE] [FIX] account_
anglo_saxon: at invoice validation, the price for the analytic lines should be computed using the price_unit of the related stock.move instead of the product standard price (useful if different valuation method, could have price difference between delivery and invoice time) - 9007. By Thibault Delavallée (OpenERP)
-
[MERGE] [IMP] crm, sale_crm: improved sales team kanban view
Including:
- sales team members are displayed
- fixed sparklines whose numbers were incorrect
- sparklines now redirect to a correct report view, filtered for the sales team, grouped by month, in order to have matching results between the vignette links and the displayed reports
- custom css in crm put in a sass file
- sale_crm extend the crm reports, to add the section_id field in the reports, allowing to filter / group by salesteam. The analysis view has been put into several methods to allow extension. - 9006. By Thibault Delavallée (OpenERP)
-
[IMP] [FIX] mail: mail_thread: routing: check for exact message_id.
When processing an incoming email, we try to find a parent for the email based on references. Before this merge, it was done using openerp-
<model- <res_id> pattern. However it is buggy. Indeed having two OpenERP sending emails to each other leads to messages being inserted in a wrong thread (model and res_id of the first OpenERP for both instances). Now we search for an exact match between the references and the stored message_ids. As each message_id can be considered as unique the number of collisions is lessened. This won't cause any issues with OpenERP >= 7.0.
A compatibility mode is implemented for <= 6.1: as in those versions the message_id is not stored, we fall back on the previous behavior for records having messages without message_id. This indicates that the record was created before 7.0.
Tests have been updated accordingly, and a test added for the compatibility mode.
- 9005. By Christophe Simonis (OpenERP)
-
[MERGE] forward port of branch saas-2 up to revid 9029 <email address hidden>
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/openobject-addons