Mailing : actions #42

Open
youssef wants to merge 33 commits from youssef/GOLEM:Mailing_actions into master
1 changed files with 7 additions and 6 deletions
Showing only changes of commit 1840bdda7d - Show all commits

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>