← Back to team overview

openerp-community-reviewer team mailing list archive

[Merge] lp:~hirt/ocb-server/6.1_ocb-server_gantt_progress into lp:ocb-server/6.1

 

Etienne Hirt has proposed merging lp:~hirt/ocb-server/6.1_ocb-server_gantt_progress into lp:ocb-server/6.1.

Requested reviews:
  OpenERP Community Backports (ocb)

For more details, see:
https://code.launchpad.net/~hirt/ocb-server/6.1_ocb-server_gantt_progress/+merge/238845

Add the parameter 'progress' for the web-gantt that is missing for 6.1 and 7.0

Where can I report the bug for linking this and the additional web-gantt and addons/project branches?
-- 
https://code.launchpad.net/~hirt/ocb-server/6.1_ocb-server_gantt_progress/+merge/238845
Your team OpenERP Community Backports is requested to review the proposed merge of lp:~hirt/ocb-server/6.1_ocb-server_gantt_progress into lp:ocb-server/6.1.
=== modified file 'openerp/addons/base/rng/view.rng'
--- openerp/addons/base/rng/view.rng	2012-02-13 10:17:58 +0000
+++ openerp/addons/base/rng/view.rng	2014-10-20 07:15:58 +0000
@@ -358,6 +358,7 @@
             <rng:optional><rng:attribute name="date_string"/></rng:optional>
             <rng:optional><rng:attribute name="string"/></rng:optional>
             <rng:optional><rng:attribute name="default_group_by"/></rng:optional>
+            <rng:optional><rng:attribute name="progress"/></rng:optional>
             <rng:zeroOrMore>
                 <rng:optional><rng:ref name="level"/></rng:optional>
                 <rng:optional><rng:ref name="field"/></rng:optional>


Follow ups