|
@ -25,25 +25,32 @@ |
|
|
<div class="page"> |
|
|
<div class="page"> |
|
|
<h1 t-field="doc.name"/> |
|
|
<h1 t-field="doc.name"/> |
|
|
<div name="description"> |
|
|
<div name="description"> |
|
|
<p t-field="doc.dynamic_description"/> |
|
|
|
|
|
|
|
|
<span t-field="doc.dynamic_description"/> |
|
|
</div> |
|
|
</div> |
|
|
<h2>Parties</h2> |
|
|
<h2>Parties</h2> |
|
|
<h3>Company Information</h3> |
|
|
|
|
|
<div name="company_address"> |
|
|
|
|
|
<address t-field="doc.company_partner_id" |
|
|
|
|
|
t-options='{"widget": "contact", "fields": ["address", "name"], "no_marker": True}' /> |
|
|
|
|
|
</div> |
|
|
|
|
|
<div name="company_contact"> |
|
|
|
|
|
Represented by <span t-field="doc.company_contact_id.name"/>. |
|
|
|
|
|
</div> |
|
|
|
|
|
<h3>Partner Information</h3> |
|
|
|
|
|
<div name="partner_address"> |
|
|
|
|
|
<address t-field="doc.partner_id" |
|
|
|
|
|
t-options='{"widget": "contact", "fields": ["address", "name"], "no_marker": True}' /> |
|
|
|
|
|
</div> |
|
|
|
|
|
<div name="partner_contact"> |
|
|
|
|
|
Represented by <span t-field="doc.partner_contact_id.name"/>. |
|
|
|
|
|
|
|
|
<div name="parties"> |
|
|
|
|
|
<t t-if="doc.use_parties_content"> |
|
|
|
|
|
<p t-field="doc.dynamic_parties"/> |
|
|
|
|
|
</t> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<t t-if="not doc.use_parties_content"> |
|
|
|
|
|
<h3>Company Information</h3> |
|
|
|
|
|
<div name="company_address"> |
|
|
|
|
|
<address t-field="doc.company_partner_id" |
|
|
|
|
|
t-options='{"widget": "contact", "fields": ["address", "name"], "no_marker": True}' /> |
|
|
|
|
|
</div> |
|
|
|
|
|
<div name="company_contact"> |
|
|
|
|
|
Represented by <span t-field="doc.company_contact_id.name"/>. |
|
|
|
|
|
</div> |
|
|
|
|
|
<h3>Partner Information</h3> |
|
|
|
|
|
<div name="partner_address"> |
|
|
|
|
|
<address t-field="doc.partner_id" |
|
|
|
|
|
t-options='{"widget": "contact", "fields": ["address", "name"], "no_marker": True}' /> |
|
|
|
|
|
</div> |
|
|
|
|
|
<div name="partner_contact"> |
|
|
|
|
|
Represented by <span t-field="doc.partner_contact_id.name"/>. |
|
|
|
|
|
</div> |
|
|
|
|
|
</t> |
|
|
<h2>Agreement</h2> |
|
|
<h2>Agreement</h2> |
|
|
<h3>Recitals</h3> |
|
|
<h3>Recitals</h3> |
|
|
<table class="table table-condensed"> |
|
|
<table class="table table-condensed"> |
|
|