move modules in __unported__ for 8.0

This commit is contained in:
Yannick Vaucher
2014-07-04 17:17:53 +02:00
parent eae8ee6bcf
commit ba2e892477
49 changed files with 0 additions and 0 deletions

View File

@@ -1,46 +0,0 @@
<?xml version="1.0" ?>
<openerp>
<data noupdate="1">
<record id="res_groups_printingprintoperator0" model="res.groups">
<field eval="&quot;&quot;&quot;Printing / Print Operator&quot;&quot;&quot;" name="name"/>
</record>
<record id="ir_model_access_printingprintergroup1" model="ir.model.access">
<field name="model_id" ref="model_printing_printer"/>
<field eval="1" name="perm_read"/>
<field eval="&quot;&quot;&quot;printing_printer group&quot;&quot;&quot;" name="name"/>
<field eval="1" name="perm_unlink"/>
<field eval="1" name="perm_write"/>
<field eval="1" name="perm_create"/>
<field name="group_id" ref="res_groups_printingprintoperator0"/>
</record>
<record id="ir_model_access_printing_action" model="ir.model.access">
<field name="model_id" ref="model_printing_action"/>
<field eval="1" name="perm_read"/>
<field eval="&quot;&quot;&quot;printing_printer group&quot;&quot;&quot;" name="name"/>
<field eval="1" name="perm_unlink"/>
<field eval="1" name="perm_write"/>
<field eval="1" name="perm_create"/>
<field name="group_id" ref="res_groups_printingprintoperator0"/>
</record>
<record id="ir_model_access_printingreportxmlaction" model="ir.model.access">
<field name="model_id" ref="model_printing_report_xml_action"/>
<field eval="1" name="perm_read"/>
<field eval="&quot;&quot;&quot;printing_printer group&quot;&quot;&quot;" name="name"/>
<field eval="1" name="perm_unlink"/>
<field eval="1" name="perm_write"/>
<field eval="1" name="perm_create"/>
<field name="group_id" ref="res_groups_printingprintoperator0"/>
</record>
</data>
<data>
<record id="ir_model_access_printingprinterall0" model="ir.model.access">
<field name="model_id" ref="model_printing_printer"/>
<field eval="1" name="perm_read"/>
<field eval="&quot;&quot;&quot;printing_printer all&quot;&quot;&quot;" name="name"/>
<field eval="0" name="perm_unlink"/>
<field eval="0" name="perm_write"/>
<field eval="0" name="perm_create"/>
</record>
</data>
</openerp>