← Back to team overview

openerp-india team mailing list archive

[Bug 1038539] [NEW] pad_project module dont show the pad

 

Public bug reported:

in trunk installed pad, pad_project the description_pad field is not
showed.

    set_value: function(value_) {
        this._super(value_);
        this.render_value();
    },

This is wrong value loaded is in 'value' not 'value_'.

Regards,

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1038539

Title:
  pad_project module dont show the pad

Status in OpenERP Addons (modules):
  New

Bug description:
  in trunk installed pad, pad_project the description_pad field is not
  showed.

      set_value: function(value_) {
          this._super(value_);
          this.render_value();
      },

  This is wrong value loaded is in 'value' not 'value_'.

  Regards,

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1038539/+subscriptions


Follow ups

References