[IMP] remove some of the @noupdate=1 introduced in a previous merge targeting modules' descriptions improvement

this will preserve the previous behavior of modules update operation

bzr revid: abo@openerp.com-20120823140727-nu20t4wfwijgbf5p
This commit is contained in:
Antonin Bourguignon 2012-08-23 16:07:27 +02:00
parent d4b562d1e8
commit 89adfaf270
2 changed files with 4 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" ?>
<openerp>
<data noupdate="1">
<data>
<!-- FIELD LIST -->
@ -76,7 +76,7 @@
</field>
</record>
<!-- ACTION -->
<!-- ACTION -->
<record model="ir.actions.act_window" id="action_ir_model_fields_anonymize_wizard">
<field name="name">Anonymize Database</field>
@ -163,4 +163,3 @@
</data>
</openerp>

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data noupdate="1">
<data>
<record id="view_base_report_sxw" model="ir.ui.view">
<field name="name">Base Report sxw</field>
<field name="model">base.report.sxw</field>
@ -55,6 +56,5 @@
</field>
</record>
</data>
</openerp>