[MIG] base_comment_template, invoice_comment_template: Migration to 10.0

Port modules base_comment_template and invoice_comment_template to V10
This commit is contained in:
Cedric Le Brouster
2017-06-19 13:34:20 +02:00
committed by Carlos Roca
parent 32c6b67ca8
commit 6faeafc02a
7 changed files with 46 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<openerp>
<data>
<odoo>
<record model="ir.ui.view" id="view_base_comment_template_search">
<field name="name">base.comment.template.search</field>
<field name="model">base.comment.template</field>
@@ -47,5 +47,4 @@
<field name="view_id" ref="view_base_comment_template_tree"/>
</record>
</data>
</openerp>
</odoo>