Files
public/l10n_ru_contract/views/contract_header_templates.xml

52 lines
3.2 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<odoo>
<template id="contract_header_entity">
<span>
<b><t t-esc="object.company_id.partner_id.name"/></b>,
именуемое в дальнейшем <b>«Поставщик»</b>, в лице
<t t-esc="(object.company_id.chief_id.partner_id.function or '').lower()"/>
<t t-esc="(object.director_name_company or '').title()"/>,
действующего на основании ОГРНИП №
<t t-esc="object.company_id.company_registry or ''"/>,
с одной стороны, и <b><t t-esc="object.partner_id.name or ''"/></b>,
именуемое в дальнейшем <b>«Покупатель»</b>, в лице
<t t-esc="(object.director_name_partner or '').title()"/>,
действующего на основании устава общества,
с другой стороны, вместе именуемые в дальнейшем <b>«Стороны»</b>
заключили настоящий Договор о нижеследующем:
</span>
</template>
<template id="contract_header_ip">
<span>
<b><t t-esc="object.company_id.partner_id.name"/></b>,
именуемое в дальнейшем <b>«Поставщик»</b>, в лице
<t t-esc="(object.company_id.chief_id.partner_id.function or '').lower()"/>
<t t-esc="(object.director_name_company or '').title()"/>,
действующего на основании ОГРНИП №
<t t-esc="object.company_id.company_registry or ''"/>,
с одной стороны, и <b><t t-esc="object.partner_id.name or ''"/></b>,
именуемое в дальнейшем <b>«Покупатель»</b>, в лице
<t t-esc="(object.director_name_partner or '').title()"/>,
действующего на основании ОГРНИП №
<t t-esc="object.partner_id.ogrn or ''"/>,
с другой стороны, вместе именуемые в дальнейшем <b>«Стороны»</b>
заключили настоящий Договор о нижеследующем:
</span>
</template>
<template id="contract_header_individual">
<span>
<b><t t-esc="object.company_id.partner_id.name"/></b>,
именуемое в дальнейшем <b>«Поставщик»</b>, в лице
<t t-esc="(object.company_id.chief_id.partner_id.function or '').lower()"/>
<t t-esc="(object.director_name_company or '').title()"/>,
действующего на основании ОГРНИП №
<t t-esc="object.company_id.company_registry or ''"/>,
с одной стороны, и <b><t t-esc="object.partner_id.name or ''"/></b>,
именуемое в дальнейшем <b>«Покупатель»</b>,
вместе именуемые в дальнейшем <b>«Стороны»</b>
заключили настоящий Договор о нижеследующем:
</span>
</template>
</odoo>