← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 891955] Re: sale_subscriptions: the fields subscription_start_date and subscription_end_date are not visible

 

** Patch added: "sale_subscriptions.patch"
   https://bugs.launchpad.net/bugs/891955/+attachment/2600685/+files/sale_subscriptions.patch

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/891955

Title:
  sale_subscriptions: the fields  subscription_start_date and
  subscription_end_date are not visible

Status in OpenERP Addons by Agile BG & Domsense:
  New

Bug description:
  if install sale_subscriptions and sale_layout the fields
  subscription_start_date and subscription_end_date are not visible int
  the order form.

  i resolve in this way:

  *** sale_view (copia).xml	2011-11-18 09:43:59.957669305 +0100
  --- sale_view.xml	2011-11-18 09:43:51.777669309 +0100
  ***************
  *** 6,11 ****
  --- 6,12 ----
                <field name="model">sale.order</field>
                <field name="inherit_id" ref="sale.view_order_form"/>
                <field name="type">form</field>
  +             <field name="priority" eval="31"/>
                <field name="arch" type="xml">
                     <field name="delay" position="after">
                        <field name="subscription_start_date"/>

To manage notifications about this bug go to:
https://bugs.launchpad.net/domsense-agilebg-addons/+bug/891955/+subscriptions


References