replace partner_ids by recipient_ids

This commit is contained in:
Youssef Elouahby 2018-11-13 02:19:43 +01:00
parent 6f271f464d
commit 1840bdda7d
1 changed files with 7 additions and 6 deletions

View File

@ -23,13 +23,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<field name="model">golem.mail.presend.wizard</field>
<field name="arch" type="xml">
<form>
<field name="partner_ids">
<tree colors="red: opt_out == True;">
<field name="firstname"/>
<field name="lastname"/>
<field name="phone"/>
<field name="recipient_ids">
<tree editable="bottom" colors="red: opt_out == True;">
<field name="partner_id" readonly="1"/>
<field name="firstname" readonly="1"/>
<field name="lastname" readonly="1"/>
<field name="phone" readonly="1"/>
<field name="email"/>
<field name="opt_out"/>
<field name="opt_out" readonly="1"/>
</tree>
</field>
<footer>