[FIX] deprecated tag in view

This commit is contained in:
Nicolas Bessi
2014-06-24 14:20:10 +02:00
parent 864a6356b9
commit 3dd7f9c7cd
2 changed files with 0 additions and 2 deletions

View File

@@ -4,7 +4,6 @@
<record id="credit_line_emailer_form" model="ir.ui.view">
<field name="name">credit.line.emailer.form</field>
<field name="model">credit.control.emailer</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Mailer" version="7.0">
<separator string="Send emails for the selected lines" colspan="4"/>

View File

@@ -4,7 +4,6 @@
<record id="credit_line_marker_form" model="ir.ui.view">
<field name="name">credit.line.marker.form</field>
<field name="model">credit.control.marker</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Lines marker" version="7.0">
<separator string="Change the state of the selected lines" colspan="4"/>