← Back to team overview

openerp-india team mailing list archive

[Bug 1093945] [NEW] v61 Settings, Customization, Module Creation, Export Customizations as Data creates bad XML

 

Public bug reported:

How would base_module_record shift in and out of using "<" and ">"
in the middle of a data export?

		<record id="ir_ui_view_hrapplicantscalendar0" model="ir.ui.view">
			<field name="name">Hr Applicants Calendar</field>
			<field name="arch">&lt;?xml version=&quot;1.0&quot;?&gt;
&lt;calendar string=&quot;Applicants&quot; date_start=&quot;date_action&quot; color=&quot;user_id&quot;&gt;
                &lt;field name=&quot;name&quot;/&gt;
                &lt;field name=&quot;partner_name&quot;/&gt;
                &lt;field name=&quot;stage_id&quot;/&gt;
            &lt;/calendar&gt;
        </field>
			<field eval="2" name="priority"/>
			<field name="model">hr.applicant</field>
			<field name="type">calendar</field>
		</record>

/var/log/openerp-server.log
2012-12-27 03:23:03,705 3967 INFO ? openerp: OpenERP version 6.1-20121014-233151

** 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/1093945

Title:
  v61 Settings, Customization, Module Creation, Export Customizations as
  Data creates bad XML

Status in OpenERP Addons (modules):
  New

Bug description:
  How would base_module_record shift in and out of using "&lt;" and
  "&gt;" in the middle of a data export?

  		<record id="ir_ui_view_hrapplicantscalendar0" model="ir.ui.view">
  			<field name="name">Hr Applicants Calendar</field>
  			<field name="arch">&lt;?xml version=&quot;1.0&quot;?&gt;
  &lt;calendar string=&quot;Applicants&quot; date_start=&quot;date_action&quot; color=&quot;user_id&quot;&gt;
                  &lt;field name=&quot;name&quot;/&gt;
                  &lt;field name=&quot;partner_name&quot;/&gt;
                  &lt;field name=&quot;stage_id&quot;/&gt;
              &lt;/calendar&gt;
          </field>
  			<field eval="2" name="priority"/>
  			<field name="model">hr.applicant</field>
  			<field name="type">calendar</field>
  		</record>

  /var/log/openerp-server.log
  2012-12-27 03:23:03,705 3967 INFO ? openerp: OpenERP version 6.1-20121014-233151

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


Follow ups

References