Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions mass_mailing_partner/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ Contributors

* Jairo Llopis

* `Kencove <https://kencove.com>`_:

* Mohamed Alkobrosli

Other credits
~~~~~~~~~~~~~

Expand Down
4 changes: 4 additions & 0 deletions mass_mailing_partner/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@
* `Moduon <https://www.moduon.team>`_:

* Jairo Llopis

* `Kencove <https://kencove.com>`_:

* Mohamed Alkobrosli
7 changes: 7 additions & 0 deletions mass_mailing_partner/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,13 @@ <h1>Contributors</h1>
</ul>
</blockquote>
</li>
<li><p class="first"><a class="reference external" href="https://kencove.com">Kencove</a>:</p>
<blockquote>
<ul class="simple">
<li>Mohamed Alkobrosli</li>
</ul>
</blockquote>
</li>
</ul>
</div>
<div class="section" id="other-credits">
Expand Down
6 changes: 6 additions & 0 deletions mass_mailing_partner/views/mailing_contact_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,31 +30,37 @@
<attribute
name="attrs"
>{'readonly': [('partner_id', '!=', False)]}</attribute>
<attribute name="force_save">1</attribute>
</field>
<field name="email" position="attributes">
<attribute
name="attrs"
>{'readonly': [('partner_id', '!=', False)]}</attribute>
<attribute name="force_save">1</attribute>
</field>
<field name="name" position="attributes">
<attribute
name="attrs"
>{'readonly': [('partner_id', '!=', False)]}</attribute>
<attribute name="force_save">1</attribute>
</field>
<field name="company_name" position="attributes">
<attribute
name="attrs"
>{'readonly': [('partner_id', '!=', False)]}</attribute>
<attribute name="force_save">1</attribute>
</field>
<field name="country_id" position="attributes">
<attribute
name="attrs"
>{'readonly': [('partner_id', '!=', False)]}</attribute>
<attribute name="force_save">1</attribute>
</field>
<field name="tag_ids" position="attributes">
<attribute
name="attrs"
>{'readonly': [('partner_id', '!=', False)]}</attribute>
<attribute name="force_save">1</attribute>
</field>
</field>
</record>
Expand Down