Mailing : actions #42

Open
youssef wants to merge 33 commits from youssef/GOLEM:Mailing_actions into master
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="model">golem.mail.presend.wizard</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form> <form>
<field name="partner_ids"> <field name="recipient_ids">
<tree colors="red: opt_out == True;"> <tree editable="bottom" colors="red: opt_out == True;">
<field name="firstname"/> <field name="partner_id" readonly="1"/>
<field name="lastname"/> <field name="firstname" readonly="1"/>
<field name="phone"/> <field name="lastname" readonly="1"/>
<field name="phone" readonly="1"/>
<field name="email"/> <field name="email"/>
<field name="opt_out"/> <field name="opt_out" readonly="1"/>
</tree> </tree>
</field> </field>
<footer> <footer>