Fix minor

This commit is contained in:
oscar alvarez 2023-09-28 16:46:33 -05:00
parent 75f9f2ccb3
commit f149f414d4
7 changed files with 384 additions and 247 deletions

View File

@ -1 +0,0 @@
,psk,Acer,28.09.2023 12:36,file:///home/psk/.config/libreoffice/4;

View File

@ -14,6 +14,7 @@ class Configuration(ModelSQL, ModelView):
customer_service_sequence = fields.Many2One('ir.sequence',
'Customer Service Sequence', required=True,
domain=[('sequence_type', '=', Id('crm', 'sequence_type_crm'))])
opportunity_email = fields.Many2One('email.template', 'Opportunity Email')
survey_sequence = fields.Many2One('ir.sequence',
'Survey Sequence', required=True,
domain=[('sequence_type', '=',

57
data/opportunity.html Normal file
View File

@ -0,0 +1,57 @@
<html>
<head>
<style>
body {
font-family: Helvetica, sans-serif;
padding-right: 30px;
padding-left: 30px;
}
p {
margin-top: 5px;
margin-bottom: 5px;
}
</style>
</head>
<body>
<div style="text-align: center;">
<img width="220" alt="image_logo" src="{{record.company.logo_link}}" />
</div>
<br />
<p>Estimado cliente</p>
<p><b>{{record.party_contact or record.party.rec_name}}</b></p>
<br />
Por medio de la presente le hacemos llegar nuestra propuesta de valor.
<br />
<br />
<br />
<p>Atentamente / Best regards,</p>
<p>
<b
>Director Comercial / Sales Manager |
{{record.company.party.commercial_name}}</b
>
</p>
<p />
<p>{{record.company.party.addresses[0].street}}</p>
<p>{{record.company.party.city_name}}</p>
<p>Teléfono {{record.company.party.phone}}</p>
<p>Cel. {{record.company.party.mobile}}</p>
<p>
<a href="{{record.company.party.website}}">
{{record.company.party.website}}
</a>
</p>
<div style="margin-top: 30px; margin-bottom: 10px;">
<img
alt="Software for hotels"
src="https://res.cloudinary.com/presik-com/image/upload/v1661200297/banner_emails_jumq4s.png"
/>
</div>
<p style="text-align: center;">
<a href="https://www.presik.com" style="color: #554400ff;">
Powered by presik.com
</a>
</p>
</body>
</html>

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<office:document xmlns:css3t="http://www.w3.org/TR/css3-text/" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:rpt="http://openoffice.org/2005/report" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:officeooo="http://openoffice.org/2009/office" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.text">
<office:meta><meta:generator>LibreOffice/7.5.6.2$Linux_X86_64 LibreOffice_project/50$Build-2</meta:generator><meta:creation-date>2014-11-17T18:44:37.131005533</meta:creation-date><meta:editing-cycles>1</meta:editing-cycles><meta:editing-duration>P0D</meta:editing-duration><meta:document-statistic meta:table-count="4" meta:image-count="1" meta:object-count="0" meta:page-count="1" meta:paragraph-count="53" meta:word-count="130" meta:character-count="1226" meta:non-whitespace-character-count="1144"/><meta:user-defined meta:name="Info 1"/><meta:user-defined meta:name="Info 2"/><meta:user-defined meta:name="Info 3"/><meta:user-defined meta:name="Info 4"/></office:meta>
<office:meta><meta:generator>LibreOffice/7.5.6.2$Linux_X86_64 LibreOffice_project/50$Build-2</meta:generator><meta:creation-date>2014-11-17T18:44:37.131005533</meta:creation-date><meta:editing-cycles>1</meta:editing-cycles><meta:editing-duration>P0D</meta:editing-duration><meta:document-statistic meta:table-count="4" meta:image-count="1" meta:object-count="0" meta:page-count="1" meta:paragraph-count="55" meta:word-count="134" meta:character-count="1273" meta:non-whitespace-character-count="1189"/><meta:user-defined meta:name="Info 1"/><meta:user-defined meta:name="Info 2"/><meta:user-defined meta:name="Info 3"/><meta:user-defined meta:name="Info 4"/></office:meta>
<office:settings>
<config:config-item-set config:name="ooo:view-settings">
<config:config-item config:name="ViewAreaTop" config:type="long">0</config:config-item>
<config:config-item config:name="ViewAreaTop" config:type="long">7938</config:config-item>
<config:config-item config:name="ViewAreaLeft" config:type="long">0</config:config-item>
<config:config-item config:name="ViewAreaWidth" config:type="long">25125</config:config-item>
<config:config-item config:name="ViewAreaHeight" config:type="long">11643</config:config-item>
@ -13,12 +13,12 @@
<config:config-item-map-indexed config:name="Views">
<config:config-item-map-entry>
<config:config-item config:name="ViewId" config:type="string">view2</config:config-item>
<config:config-item config:name="ViewLeft" config:type="long">7583</config:config-item>
<config:config-item config:name="ViewTop" config:type="long">5750</config:config-item>
<config:config-item config:name="ViewLeft" config:type="long">12465</config:config-item>
<config:config-item config:name="ViewTop" config:type="long">14850</config:config-item>
<config:config-item config:name="VisibleLeft" config:type="long">0</config:config-item>
<config:config-item config:name="VisibleTop" config:type="long">0</config:config-item>
<config:config-item config:name="VisibleTop" config:type="long">7938</config:config-item>
<config:config-item config:name="VisibleRight" config:type="long">25123</config:config-item>
<config:config-item config:name="VisibleBottom" config:type="long">11642</config:config-item>
<config:config-item config:name="VisibleBottom" config:type="long">19579</config:config-item>
<config:config-item config:name="ZoomType" config:type="short">0</config:config-item>
<config:config-item config:name="ViewLayoutColumns" config:type="short">0</config:config-item>
<config:config-item config:name="ViewLayoutBookMode" config:type="boolean">false</config:config-item>
@ -73,7 +73,7 @@
<config:config-item config:name="UpdateFromTemplate" config:type="boolean">true</config:config-item>
<config:config-item config:name="AddFrameOffsets" config:type="boolean">false</config:config-item>
<config:config-item config:name="LoadReadonly" config:type="boolean">false</config:config-item>
<config:config-item config:name="Rsid" config:type="int">11986689</config:config-item>
<config:config-item config:name="Rsid" config:type="int">12066378</config:config-item>
<config:config-item config:name="FootnoteInColumnToPageEnd" config:type="boolean">true</config:config-item>
<config:config-item config:name="ProtectFields" config:type="boolean">false</config:config-item>
<config:config-item config:name="SaveGlobalDocumentLinks" config:type="boolean">false</config:config-item>
@ -162,7 +162,7 @@
<office:styles>
<style:default-style style:family="graphic">
<style:graphic-properties svg:stroke-color="#000000" draw:fill-color="#99ccff" fo:wrap-option="no-wrap" draw:shadow-offset-x="0.1181in" draw:shadow-offset-y="0.1181in" draw:start-line-spacing-horizontal="0.1114in" draw:start-line-spacing-vertical="0.1114in" draw:end-line-spacing-horizontal="0.1114in" draw:end-line-spacing-vertical="0.1114in" style:writing-mode="lr-tb" style:flow-with-text="false"/>
<style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style:writing-mode="lr-tb" style:font-independent-line-spacing="false">
<style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style:font-independent-line-spacing="false">
<style:tab-stops/>
</style:paragraph-properties>
<style:text-properties style:use-window-font-color="true" loext:opacity="0%" loext:color-lum-mod="100%" loext:color-lum-off="0%" style:font-name="Thorndale AMT" fo:font-size="12pt" fo:language="en" fo:country="US" style:letter-kerning="true" style:font-name-asian="Andale Sans UI" style:font-size-asian="10.5pt" style:language-asian="zxx" style:country-asian="none" style:font-name-complex="Andale Sans UI" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none"/>
@ -299,17 +299,17 @@
<text:notes-configuration text:note-class="footnote" style:num-format="1" text:start-value="0" text:footnotes-position="page" text:start-numbering-at="document"/>
<text:notes-configuration text:note-class="endnote" style:num-format="i" text:start-value="0"/>
<text:linenumbering-configuration text:number-lines="false" text:offset="0.1965in" style:num-format="1" text:number-position="left" text:increment="5"/>
<number:currency-style style:name="N112P0" style:volatile="true">
<number:currency-style style:name="N130P0" style:volatile="true">
<number:currency-symbol number:language="es" number:country="CO">$</number:currency-symbol>
<number:number number:decimal-places="0" number:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
</number:currency-style>
<number:currency-style style:name="N112">
<number:currency-style style:name="N130">
<style:text-properties fo:color="#ff0000"/>
<number:text>(</number:text>
<number:currency-symbol number:language="es" number:country="CO">$</number:currency-symbol>
<number:number number:decimal-places="0" number:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
<number:text>)</number:text>
<style:map style:condition="value()&gt;=0" style:apply-style-name="N112P0"/>
<style:map style:condition="value()&gt;=0" style:apply-style-name="N130P0"/>
</number:currency-style>
</office:styles>
<office:automatic-styles>
@ -371,22 +371,28 @@
</style:table-properties>
</style:style>
<style:style style:name="Table5.A" style:family="table-column">
<style:table-column-properties style:column-width="1.8493in"/>
<style:table-column-properties style:column-width="1.5368in"/>
</style:style>
<style:style style:name="Table5.B" style:family="table-column">
<style:table-column-properties style:column-width="1.8125in"/>
<style:table-column-properties style:column-width="1.4375in"/>
</style:style>
<style:style style:name="Table5.C" style:family="table-column">
<style:table-column-properties style:column-width="0.625in"/>
<style:table-column-properties style:column-width="1.5486in"/>
</style:style>
<style:style style:name="Table5.D" style:family="table-column">
<style:table-column-properties style:column-width="0.6875in"/>
<style:table-column-properties style:column-width="0.0722in"/>
</style:style>
<style:style style:name="Table5.E" style:family="table-column">
<style:table-column-properties style:column-width="1.0625in"/>
<style:table-column-properties style:column-width="0.4035in"/>
</style:style>
<style:style style:name="Table5.F" style:family="table-column">
<style:table-column-properties style:column-width="1.2333in"/>
<style:table-column-properties style:column-width="0.5236in"/>
</style:style>
<style:style style:name="Table5.G" style:family="table-column">
<style:table-column-properties style:column-width="0.809in"/>
</style:style>
<style:style style:name="Table5.H" style:family="table-column">
<style:table-column-properties style:column-width="0.9389in"/>
</style:style>
<style:style style:name="Table5.1" style:family="table-row">
<style:table-row-properties style:min-row-height="0.2243in" fo:background-color="transparent" fo:keep-together="auto">
@ -398,12 +404,12 @@
<style:background-image/>
</style:table-cell-properties>
</style:style>
<style:style style:name="Table5.E1" style:family="table-cell">
<style:style style:name="Table5.G1" style:family="table-cell">
<style:table-cell-properties style:vertical-align="middle" fo:background-color="#ffe994" fo:padding="0.0382in" fo:border-left="0.05pt fine-dashed #cccccc" fo:border-right="none" fo:border-top="0.05pt fine-dashed #cccccc" fo:border-bottom="0.05pt fine-dashed #cccccc" style:writing-mode="lr-tb">
<style:background-image/>
</style:table-cell-properties>
</style:style>
<style:style style:name="Table5.F1" style:family="table-cell">
<style:style style:name="Table5.H1" style:family="table-cell">
<style:table-cell-properties style:vertical-align="middle" fo:background-color="#ffe994" fo:padding="0.0382in" fo:border="0.05pt fine-dashed #cccccc">
<style:background-image/>
</style:table-cell-properties>
@ -422,15 +428,18 @@
<style:style style:name="Table5.C2" style:family="table-cell">
<style:table-cell-properties style:vertical-align="middle" fo:padding="0.0382in" fo:border-left="0.05pt fine-dashed #cccccc" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt fine-dashed #cccccc"/>
</style:style>
<style:style style:name="Table5.D2" style:family="table-cell" style:data-style-name="N3">
<style:style style:name="Table5.D2" style:family="table-cell">
<style:table-cell-properties style:vertical-align="middle" fo:padding="0.0382in" fo:border-left="0.05pt fine-dashed #cccccc" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt fine-dashed #cccccc"/>
</style:style>
<style:style style:name="Table5.E2" style:family="table-cell">
<style:style style:name="Table5.F2" style:family="table-cell" style:data-style-name="N3">
<style:table-cell-properties style:vertical-align="middle" fo:padding="0.0382in" fo:border-left="0.05pt fine-dashed #cccccc" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt fine-dashed #cccccc"/>
</style:style>
<style:style style:name="Table5.G2" style:family="table-cell">
<style:table-cell-properties style:vertical-align="middle" fo:background-color="transparent" fo:padding="0.0382in" fo:border-left="0.05pt fine-dashed #cccccc" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt fine-dashed #cccccc" style:writing-mode="lr-tb">
<style:background-image/>
</style:table-cell-properties>
</style:style>
<style:style style:name="Table5.F2" style:family="table-cell">
<style:style style:name="Table5.H2" style:family="table-cell">
<style:table-cell-properties style:vertical-align="middle" fo:padding="0.0382in" fo:border-left="0.05pt fine-dashed #cccccc" fo:border-right="0.05pt fine-dashed #cccccc" fo:border-top="none" fo:border-bottom="0.05pt fine-dashed #cccccc"/>
</style:style>
<style:style style:name="Table5.3" style:family="table-row">
@ -451,6 +460,9 @@
<style:table-cell-properties style:vertical-align="middle" fo:padding="0.0382in" fo:border-left="0.05pt fine-dashed #cccccc" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt fine-dashed #cccccc"/>
</style:style>
<style:style style:name="Table5.F3" style:family="table-cell">
<style:table-cell-properties style:vertical-align="middle" fo:padding="0.0382in" fo:border-left="0.05pt fine-dashed #cccccc" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt fine-dashed #cccccc"/>
</style:style>
<style:style style:name="Table5.H3" style:family="table-cell">
<style:table-cell-properties style:vertical-align="middle" fo:padding="0.0382in" fo:border-left="0.05pt fine-dashed #cccccc" fo:border-right="0.05pt fine-dashed #cccccc" fo:border-top="none" fo:border-bottom="0.05pt fine-dashed #cccccc"/>
</style:style>
<style:style style:name="Table5.A4" style:family="table-cell">
@ -462,10 +474,13 @@
<style:style style:name="Table5.C4" style:family="table-cell">
<style:table-cell-properties style:vertical-align="middle" fo:padding="0.0382in" fo:border-left="0.05pt fine-dashed #cccccc" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt fine-dashed #cccccc"/>
</style:style>
<style:style style:name="Table5.D4" style:family="table-cell" style:data-style-name="N112">
<style:style style:name="Table5.D4" style:family="table-cell">
<style:table-cell-properties style:vertical-align="middle" fo:padding="0.0382in" fo:border-left="0.05pt fine-dashed #cccccc" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt fine-dashed #cccccc"/>
</style:style>
<style:style style:name="Table5.F4" style:family="table-cell">
<style:style style:name="Table5.F4" style:family="table-cell" style:data-style-name="N130">
<style:table-cell-properties style:vertical-align="middle" fo:padding="0.0382in" fo:border-left="0.05pt fine-dashed #cccccc" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt fine-dashed #cccccc"/>
</style:style>
<style:style style:name="Table5.H4" style:family="table-cell">
<style:table-cell-properties style:vertical-align="middle" fo:padding="0.0382in" fo:border-left="0.05pt fine-dashed #cccccc" fo:border-right="0.05pt fine-dashed #cccccc" fo:border-top="none" fo:border-bottom="0.05pt fine-dashed #cccccc"/>
</style:style>
<style:style style:name="Table5.A5" style:family="table-cell">
@ -488,12 +503,17 @@
<style:background-image/>
</style:table-cell-properties>
</style:style>
<style:style style:name="Table5.E5" style:family="table-cell">
<style:style style:name="Table5.F5" style:family="table-cell">
<style:table-cell-properties style:vertical-align="middle" fo:background-color="#eeeeee" fo:padding="0.0382in" fo:border-left="0.05pt fine-dashed #cccccc" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt fine-dashed #cccccc">
<style:background-image/>
</style:table-cell-properties>
</style:style>
<style:style style:name="Table5.G5" style:family="table-cell">
<style:table-cell-properties style:vertical-align="middle" fo:background-color="#eeeeee" fo:padding="0.0382in" fo:border-left="0.05pt fine-dashed #cccccc" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt fine-dashed #cccccc" style:writing-mode="lr-tb">
<style:background-image/>
</style:table-cell-properties>
</style:style>
<style:style style:name="Table5.F5" style:family="table-cell">
<style:style style:name="Table5.H5" style:family="table-cell">
<style:table-cell-properties style:vertical-align="middle" fo:background-color="#eeeeee" fo:padding="0.0382in" fo:border-left="0.05pt fine-dashed #cccccc" fo:border-right="0.05pt fine-dashed #cccccc" fo:border-top="none" fo:border-bottom="0.05pt fine-dashed #cccccc">
<style:background-image/>
</style:table-cell-properties>
@ -507,10 +527,13 @@
<style:style style:name="Table5.C6" style:family="table-cell">
<style:table-cell-properties style:vertical-align="middle" fo:padding="0.0382in" fo:border-left="0.05pt fine-dashed #cccccc" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt fine-dashed #cccccc"/>
</style:style>
<style:style style:name="Table5.D6" style:family="table-cell" style:data-style-name="N3">
<style:style style:name="Table5.D6" style:family="table-cell">
<style:table-cell-properties style:vertical-align="middle" fo:padding="0.0382in" fo:border-left="0.05pt fine-dashed #cccccc" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt fine-dashed #cccccc"/>
</style:style>
<style:style style:name="Table5.F6" style:family="table-cell">
<style:style style:name="Table5.F6" style:family="table-cell" style:data-style-name="N3">
<style:table-cell-properties style:vertical-align="middle" fo:padding="0.0382in" fo:border-left="0.05pt fine-dashed #cccccc" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt fine-dashed #cccccc"/>
</style:style>
<style:style style:name="Table5.H6" style:family="table-cell">
<style:table-cell-properties style:vertical-align="middle" fo:padding="0.0382in" fo:border-left="0.05pt fine-dashed #cccccc" fo:border-right="0.05pt fine-dashed #cccccc" fo:border-top="none" fo:border-bottom="0.05pt fine-dashed #cccccc"/>
</style:style>
<style:style style:name="Table5.A7" style:family="table-cell">
@ -522,10 +545,13 @@
<style:style style:name="Table5.C7" style:family="table-cell">
<style:table-cell-properties style:vertical-align="middle" fo:padding="0.0382in" fo:border-left="0.05pt fine-dashed #cccccc" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt fine-dashed #cccccc"/>
</style:style>
<style:style style:name="Table5.D7" style:family="table-cell" style:data-style-name="N112">
<style:style style:name="Table5.D7" style:family="table-cell">
<style:table-cell-properties style:vertical-align="middle" fo:padding="0.0382in" fo:border-left="0.05pt fine-dashed #cccccc" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt fine-dashed #cccccc"/>
</style:style>
<style:style style:name="Table5.F7" style:family="table-cell">
<style:style style:name="Table5.F7" style:family="table-cell" style:data-style-name="N130">
<style:table-cell-properties style:vertical-align="middle" fo:padding="0.0382in" fo:border-left="0.05pt fine-dashed #cccccc" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt fine-dashed #cccccc"/>
</style:style>
<style:style style:name="Table5.H7" style:family="table-cell">
<style:table-cell-properties style:vertical-align="middle" fo:padding="0.0382in" fo:border-left="0.05pt fine-dashed #cccccc" fo:border-right="0.05pt fine-dashed #cccccc" fo:border-top="none" fo:border-bottom="0.05pt fine-dashed #cccccc"/>
</style:style>
<style:style style:name="Table5.A8" style:family="table-cell">
@ -537,16 +563,22 @@
<style:style style:name="Table5.C8" style:family="table-cell">
<style:table-cell-properties style:vertical-align="middle" fo:padding="0.0382in" fo:border-left="0.05pt fine-dashed #cccccc" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt fine-dashed #cccccc"/>
</style:style>
<style:style style:name="Table5.D8" style:family="table-cell" style:data-style-name="N112">
<style:style style:name="Table5.D8" style:family="table-cell">
<style:table-cell-properties style:vertical-align="middle" fo:padding="0.0382in" fo:border-left="0.05pt fine-dashed #cccccc" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt fine-dashed #cccccc"/>
</style:style>
<style:style style:name="Table5.F8" style:family="table-cell">
<style:style style:name="Table5.F8" style:family="table-cell" style:data-style-name="N130">
<style:table-cell-properties style:vertical-align="middle" fo:padding="0.0382in" fo:border-left="0.05pt fine-dashed #cccccc" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.05pt fine-dashed #cccccc"/>
</style:style>
<style:style style:name="Table5.H8" style:family="table-cell">
<style:table-cell-properties style:vertical-align="middle" fo:padding="0.0382in" fo:border-left="0.05pt fine-dashed #cccccc" fo:border-right="0.05pt fine-dashed #cccccc" fo:border-top="none" fo:border-bottom="0.05pt fine-dashed #cccccc"/>
</style:style>
<style:style style:name="Table5.A9" style:family="table-cell">
<style:table-cell-properties style:vertical-align="middle" fo:padding="0.0382in" fo:border-left="0.05pt fine-dashed #cccccc" fo:border-right="none" fo:border-top="0.05pt fine-dashed #cccccc" fo:border-bottom="0.05pt fine-dashed #cccccc"/>
</style:style>
<style:style style:name="Table5.F9" style:family="table-cell">
<style:style style:name="Table5.E9" style:family="table-cell">
<style:table-cell-properties style:vertical-align="middle" fo:padding="0.0382in" fo:border-left="0.05pt fine-dashed #cccccc" fo:border-right="none" fo:border-top="0.05pt fine-dashed #cccccc" fo:border-bottom="0.05pt fine-dashed #cccccc"/>
</style:style>
<style:style style:name="Table5.H9" style:family="table-cell">
<style:table-cell-properties style:vertical-align="middle" fo:padding="0.0382in" fo:border-left="0.05pt fine-dashed #cccccc" fo:border-right="0.05pt fine-dashed #cccccc" fo:border-top="none" fo:border-bottom="0.05pt fine-dashed #cccccc"/>
</style:style>
<style:style style:name="Table2" style:family="table">
@ -697,167 +729,187 @@
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
<style:text-properties fo:color="#333333" loext:opacity="100%" style:font-name="Liberation Sans" fo:font-size="14pt" style:text-underline-style="none" style:font-size-asian="14pt" style:font-size-complex="14pt"/>
</style:style>
<style:style style:name="P37" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:margin-left="0in" fo:margin-right="0in" fo:text-align="start" style:justify-single-word="false" fo:text-indent="0in" style:auto-text-indent="false"/>
<style:text-properties fo:color="#333333" loext:opacity="100%" style:font-name="DejaVu Sans" fo:font-size="6pt" fo:language="es" fo:country="ES" style:text-underline-style="none" fo:font-weight="normal" officeooo:rsid="0002f16f" officeooo:paragraph-rsid="00b344ad" style:font-size-asian="6pt" style:font-weight-asian="normal" style:font-size-complex="6pt" style:font-weight-complex="normal"/>
<style:style style:name="P37" style:family="paragraph" style:parent-style-name="Text_20_body">
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
<style:text-properties fo:color="#333333" loext:opacity="100%" style:font-name="Liberation Sans" fo:font-size="10pt" style:text-underline-style="none" style:font-size-asian="8.75pt" style:font-size-complex="10pt"/>
</style:style>
<style:style style:name="P38" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:margin-left="0in" fo:margin-right="0in" fo:text-align="center" style:justify-single-word="false" fo:text-indent="0in" style:auto-text-indent="false"/>
<style:paragraph-properties fo:margin-left="0in" fo:margin-right="0in" fo:text-align="start" style:justify-single-word="false" fo:text-indent="0in" style:auto-text-indent="false"/>
<style:text-properties fo:color="#333333" loext:opacity="100%" style:font-name="DejaVu Sans" fo:font-size="6pt" fo:language="es" fo:country="ES" style:text-underline-style="none" fo:font-weight="normal" officeooo:rsid="0002f16f" officeooo:paragraph-rsid="00b344ad" style:font-size-asian="6pt" style:font-weight-asian="normal" style:font-size-complex="6pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="P39" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:margin-left="0in" fo:margin-right="0in" fo:text-align="end" style:justify-single-word="false" fo:text-indent="0in" style:auto-text-indent="false"/>
<style:paragraph-properties fo:margin-left="0in" fo:margin-right="0in" fo:text-align="center" style:justify-single-word="false" fo:text-indent="0in" style:auto-text-indent="false"/>
<style:text-properties fo:color="#333333" loext:opacity="100%" style:font-name="DejaVu Sans" fo:font-size="6pt" fo:language="es" fo:country="ES" style:text-underline-style="none" fo:font-weight="normal" officeooo:rsid="0002f16f" officeooo:paragraph-rsid="00b344ad" style:font-size-asian="6pt" style:font-weight-asian="normal" style:font-size-complex="6pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="P40" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:margin-left="0in" fo:margin-right="0in" fo:text-align="end" style:justify-single-word="false" fo:text-indent="0in" style:auto-text-indent="false"/>
<style:text-properties fo:color="#333333" loext:opacity="100%" style:font-name="DejaVu Sans" fo:font-size="6pt" fo:language="es" fo:country="ES" style:text-underline-style="none" fo:font-weight="normal" officeooo:rsid="0002f16f" officeooo:paragraph-rsid="00b344ad" style:font-size-asian="6pt" style:font-weight-asian="normal" style:font-size-complex="6pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="P41" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:margin-left="0in" fo:margin-right="0in" fo:text-align="center" style:justify-single-word="false" fo:text-indent="0in" style:auto-text-indent="false"/>
<style:text-properties fo:color="#333333" loext:opacity="100%" style:font-name="DejaVu Sans" fo:font-size="6pt" fo:language="es" fo:country="ES" style:text-underline-style="none" fo:font-weight="normal" officeooo:rsid="00b344ad" officeooo:paragraph-rsid="00b344ad" style:font-size-asian="6pt" style:font-weight-asian="normal" style:font-size-complex="6pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="P41" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:style style:name="P42" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:paragraph-properties fo:margin-left="0in" fo:margin-right="0in" fo:text-align="start" style:justify-single-word="false" fo:text-indent="0in" style:auto-text-indent="false"/>
<style:text-properties fo:color="#333333" loext:opacity="100%" style:font-name="DejaVu Sans" fo:font-size="6pt" fo:language="es" fo:country="ES" style:text-underline-style="none" fo:font-weight="normal" officeooo:rsid="00633b62" officeooo:paragraph-rsid="00b344ad" style:font-size-asian="6pt" style:font-weight-asian="normal" style:font-size-complex="6pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="P42" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:style style:name="P43" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:paragraph-properties fo:margin-left="0in" fo:margin-right="0in" fo:text-align="end" style:justify-single-word="false" fo:text-indent="0in" style:auto-text-indent="false"/>
<style:text-properties fo:color="#333333" loext:opacity="100%" style:font-name="DejaVu Sans" fo:font-size="6pt" fo:language="es" fo:country="ES" style:text-underline-style="none" fo:font-weight="bold" officeooo:rsid="00633b62" officeooo:paragraph-rsid="00b344ad" style:font-size-asian="6pt" style:font-weight-asian="bold" style:font-size-complex="6pt" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="P43" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:style style:name="P44" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:paragraph-properties fo:margin-left="0in" fo:margin-right="0in" fo:text-align="start" style:justify-single-word="false" fo:text-indent="0in" style:auto-text-indent="false"/>
<style:text-properties fo:color="#333333" loext:opacity="100%" style:font-name="DejaVu Sans" fo:font-size="6pt" fo:language="es" fo:country="ES" style:text-underline-style="none" fo:font-weight="bold" officeooo:rsid="00b344ad" officeooo:paragraph-rsid="00b344ad" style:font-size-asian="6pt" style:font-weight-asian="bold" style:font-size-complex="6pt" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="P44" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:style style:name="P45" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:paragraph-properties fo:margin-left="0in" fo:margin-right="0in" fo:text-align="center" style:justify-single-word="false" fo:text-indent="0in" style:auto-text-indent="false"/>
<style:text-properties fo:color="#333333" loext:opacity="100%" style:font-name="DejaVu Sans" fo:font-size="6pt" officeooo:rsid="00633b62" officeooo:paragraph-rsid="00b344ad" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
</style:style>
<style:style style:name="P45" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
<style:text-properties fo:color="#333333" loext:opacity="100%" style:font-name="DejaVu Sans" fo:font-size="6pt" officeooo:rsid="00633b62" officeooo:paragraph-rsid="00b344ad" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
</style:style>
<style:style style:name="P46" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:paragraph-properties fo:margin-left="0in" fo:margin-right="0in" fo:text-align="start" style:justify-single-word="false" fo:text-indent="0in" style:auto-text-indent="false"/>
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
<style:text-properties fo:color="#333333" loext:opacity="100%" style:font-name="DejaVu Sans" fo:font-size="6pt" officeooo:rsid="00633b62" officeooo:paragraph-rsid="00b344ad" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
</style:style>
<style:style style:name="P47" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:paragraph-properties fo:text-align="end" style:justify-single-word="false"/>
<style:paragraph-properties fo:margin-left="0in" fo:margin-right="0in" fo:text-align="start" style:justify-single-word="false" fo:text-indent="0in" style:auto-text-indent="false"/>
<style:text-properties fo:color="#333333" loext:opacity="100%" style:font-name="DejaVu Sans" fo:font-size="6pt" officeooo:rsid="00633b62" officeooo:paragraph-rsid="00b344ad" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
</style:style>
<style:style style:name="P48" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:paragraph-properties fo:text-align="end" style:justify-single-word="false"/>
<style:text-properties fo:color="#333333" loext:opacity="100%" style:font-name="DejaVu Sans" fo:font-size="6pt" officeooo:rsid="00633b62" officeooo:paragraph-rsid="00b344ad" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
</style:style>
<style:style style:name="P49" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
<style:text-properties fo:color="#333333" loext:opacity="100%" style:font-name="DejaVu Sans" fo:font-size="6pt" officeooo:paragraph-rsid="00b344ad" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
</style:style>
<style:style style:name="P49" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
<style:text-properties fo:color="#333333" loext:opacity="100%" style:font-name="DejaVu Sans" fo:font-size="6pt" officeooo:paragraph-rsid="00b344ad" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
</style:style>
<style:style style:name="P50" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:paragraph-properties fo:text-align="end" style:justify-single-word="false"/>
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
<style:text-properties fo:color="#333333" loext:opacity="100%" style:font-name="DejaVu Sans" fo:font-size="6pt" officeooo:paragraph-rsid="00b344ad" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
</style:style>
<style:style style:name="P51" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:paragraph-properties fo:text-align="end" style:justify-single-word="false"/>
<style:text-properties fo:color="#333333" loext:opacity="100%" style:font-name="DejaVu Sans" fo:font-size="6pt" officeooo:paragraph-rsid="00b344ad" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
</style:style>
<style:style style:name="P52" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:paragraph-properties fo:margin-left="0in" fo:margin-right="0in" fo:text-align="end" style:justify-single-word="false" fo:text-indent="0in" style:auto-text-indent="false"/>
<style:text-properties fo:color="#333333" loext:opacity="100%" style:font-name="DejaVu Sans" fo:font-size="6pt" officeooo:rsid="01d94e87" officeooo:paragraph-rsid="00b344ad" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
</style:style>
<style:style style:name="P52" style:family="paragraph" style:parent-style-name="Header">
<style:style style:name="P53" style:family="paragraph" style:parent-style-name="Header">
<style:paragraph-properties fo:margin-left="0in" fo:margin-right="0in" fo:text-align="start" style:justify-single-word="false" fo:text-indent="0in" style:auto-text-indent="false"/>
<style:text-properties fo:color="#666666" loext:opacity="100%" style:font-name="DejaVu Sans" fo:font-size="8pt" fo:font-style="normal" style:text-underline-style="none" fo:font-weight="normal" officeooo:paragraph-rsid="008c5098" style:font-size-asian="8pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="8pt" style:font-style-complex="normal" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="P53" style:family="paragraph" style:parent-style-name="Header">
<style:style style:name="P54" style:family="paragraph" style:parent-style-name="Header">
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
<style:text-properties fo:color="#666666" loext:opacity="100%" style:font-name="DejaVu Sans" fo:font-size="8pt" fo:font-weight="normal" officeooo:paragraph-rsid="008c5098" style:font-size-asian="8pt" style:font-weight-asian="normal" style:font-size-complex="8pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="P54" style:family="paragraph" style:parent-style-name="Header">
<style:style style:name="P55" style:family="paragraph" style:parent-style-name="Header">
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
<style:text-properties fo:color="#666666" loext:opacity="100%" style:font-name="DejaVu Sans" fo:font-size="9pt" fo:font-weight="bold" officeooo:paragraph-rsid="008c5098" style:font-size-asian="9pt" style:font-weight-asian="bold" style:font-size-complex="9pt" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="P55" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:style style:name="P56" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:text-properties officeooo:paragraph-rsid="007404d0" style:font-size-complex="8pt"/>
</style:style>
<style:style style:name="P56" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:text-properties officeooo:paragraph-rsid="00b0978c" style:font-size-complex="8pt"/>
</style:style>
<style:style style:name="P57" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:paragraph-properties fo:break-before="auto" fo:break-after="auto"/>
<style:text-properties officeooo:paragraph-rsid="00b0978c" style:font-size-complex="8pt"/>
</style:style>
<style:style style:name="P58" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:paragraph-properties fo:text-align="end" style:justify-single-word="false"/>
<style:paragraph-properties fo:break-before="auto" fo:break-after="auto"/>
<style:text-properties officeooo:paragraph-rsid="00b0978c" style:font-size-complex="8pt"/>
</style:style>
<style:style style:name="P59" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:paragraph-properties fo:text-align="end" style:justify-single-word="false"/>
</style:style>
<style:style style:name="P60" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:paragraph-properties fo:text-align="end" style:justify-single-word="false"/>
<style:text-properties officeooo:paragraph-rsid="00b0978c"/>
</style:style>
<style:style style:name="P60" style:family="paragraph" style:parent-style-name="Standard">
<style:text-properties fo:color="#4c4c4c" loext:opacity="100%" style:font-name="Liberation Sans" fo:font-size="9pt" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P61" style:family="paragraph" style:parent-style-name="Text_20_body">
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
<style:style style:name="P61" style:family="paragraph" style:parent-style-name="Standard">
<style:text-properties fo:color="#4c4c4c" loext:opacity="100%" style:font-name="Liberation Sans" fo:font-size="9pt" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P62" style:family="paragraph" style:parent-style-name="Text_20_body">
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
<style:text-properties fo:color="#4c4c4c" loext:opacity="100%" style:font-name="Liberation Sans" fo:font-size="9pt" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P63" style:family="paragraph" style:parent-style-name="Text_20_body">
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
<style:text-properties fo:color="#4c4c4c" loext:opacity="100%" style:font-name="Liberation Sans" fo:font-size="9pt" style:text-underline-style="none" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P63" style:family="paragraph" style:parent-style-name="Standard">
<style:style style:name="P64" style:family="paragraph" style:parent-style-name="Standard">
<style:text-properties fo:color="#4c4c4c" loext:opacity="100%" style:font-name="Liberation Sans" fo:font-size="6pt" officeooo:paragraph-rsid="008c5098" style:font-size-asian="5.25pt" style:font-size-complex="6pt"/>
</style:style>
<style:style style:name="P64" style:family="paragraph" style:parent-style-name="Text_20_body">
<style:style style:name="P65" style:family="paragraph" style:parent-style-name="Text_20_body">
<style:text-properties fo:color="#4c4c4c" loext:opacity="100%" style:font-name="Liberation Sans" fo:font-size="7pt" style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color" fo:font-weight="bold" officeooo:rsid="001d3b2b" officeooo:paragraph-rsid="001e2ebe" style:font-size-asian="7pt" style:font-weight-asian="bold" style:font-size-complex="7pt" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="P65" style:family="paragraph" style:parent-style-name="Text_20_body">
<style:style style:name="P66" style:family="paragraph" style:parent-style-name="Text_20_body">
<style:paragraph-properties fo:break-before="auto" fo:break-after="auto"/>
<style:text-properties fo:color="#4c4c4c" loext:opacity="100%" style:font-name="Liberation Sans" fo:font-size="7pt" style:text-underline-style="none" fo:font-weight="bold" officeooo:rsid="001d3b2b" officeooo:paragraph-rsid="00b344ad" style:font-size-asian="7pt" style:font-weight-asian="bold" style:font-size-complex="7pt" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="P66" style:family="paragraph" style:parent-style-name="Text_20_body">
<style:style style:name="P67" style:family="paragraph" style:parent-style-name="Text_20_body">
<style:text-properties fo:color="#4c4c4c" loext:opacity="100%" style:font-name="Liberation Sans" fo:font-size="7pt" style:text-underline-style="none" fo:font-weight="normal" officeooo:rsid="00b344ad" officeooo:paragraph-rsid="00b344ad" style:font-size-asian="7pt" style:font-weight-asian="normal" style:font-size-complex="7pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="P67" style:family="paragraph" style:parent-style-name="Text_20_body">
<style:style style:name="P68" style:family="paragraph" style:parent-style-name="Text_20_body">
<style:text-properties style:font-name="DejaVu Sans Condensed" fo:font-size="6pt" style:font-size-asian="5.25pt" style:font-size-complex="6pt"/>
</style:style>
<style:style style:name="P68" style:family="paragraph" style:parent-style-name="Standard">
<style:style style:name="P69" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:break-before="auto" fo:break-after="auto"/>
</style:style>
<style:style style:name="P69" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
<style:text-properties fo:color="#999999" loext:opacity="100%" style:font-name="Liberation Sans" fo:font-size="14pt" style:text-underline-style="none" style:font-size-asian="14pt" style:font-size-complex="14pt"/>
</style:style>
<style:style style:name="P70" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
<style:text-properties fo:color="#999999" loext:opacity="100%" style:font-name="Liberation Sans" fo:font-size="14pt" style:text-underline-style="none" style:font-size-asian="14pt" style:font-size-complex="14pt"/>
</style:style>
<style:style style:name="P71" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:style style:name="P71" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
</style:style>
<style:style style:name="P72" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
<style:text-properties officeooo:paragraph-rsid="00b344ad"/>
</style:style>
<style:style style:name="P72" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:style style:name="P73" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
<style:text-properties fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="P73" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:style style:name="P74" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
<style:text-properties style:font-name="DejaVu Sans" fo:font-size="6pt" officeooo:paragraph-rsid="00b344ad" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
</style:style>
<style:style style:name="P74" style:family="paragraph" style:parent-style-name="Text_20_body">
<style:style style:name="P75" style:family="paragraph" style:parent-style-name="Text_20_body">
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
<style:text-properties fo:font-size="10pt" style:font-size-asian="8.75pt" style:font-size-complex="10pt"/>
</style:style>
<style:style style:name="P75" style:family="paragraph" style:parent-style-name="Header">
<style:style style:name="P76" style:family="paragraph" style:parent-style-name="Header">
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
<style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="DejaVu Sans" fo:font-size="8pt" fo:font-weight="normal" officeooo:paragraph-rsid="008c5098" style:font-size-asian="8pt" style:font-weight-asian="normal" style:font-size-complex="8pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="P76" style:family="paragraph" style:parent-style-name="Header">
<style:style style:name="P77" style:family="paragraph" style:parent-style-name="Header">
<style:paragraph-properties fo:margin-left="0in" fo:margin-right="0in" fo:text-align="start" style:justify-single-word="false" fo:text-indent="0in" style:auto-text-indent="false"/>
<style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="DejaVu Sans" fo:font-size="8pt" fo:font-style="normal" style:text-underline-style="none" fo:font-weight="normal" officeooo:paragraph-rsid="008c5098" style:font-size-asian="8pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="8pt" style:font-style-complex="normal" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="P77" style:family="paragraph" style:parent-style-name="Header">
<style:style style:name="P78" style:family="paragraph" style:parent-style-name="Header">
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
<style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="DejaVu Sans" fo:font-size="9pt" fo:font-weight="bold" officeooo:paragraph-rsid="008c5098" style:font-size-asian="9pt" style:font-weight-asian="bold" style:font-size-complex="9pt" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="P78" style:family="paragraph" style:parent-style-name="Standard">
<style:style style:name="P79" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:margin-left="0in" fo:margin-right="0in" fo:text-align="center" style:justify-single-word="false" fo:text-indent="0in" style:auto-text-indent="false"/>
<style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Liberation Sans" fo:font-size="11pt" style:text-underline-style="none" fo:font-weight="bold" officeooo:rsid="00b1160c" officeooo:paragraph-rsid="00b1160c" style:font-size-asian="11pt" style:font-weight-asian="bold" style:font-size-complex="11pt" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="P79" style:family="paragraph" style:parent-style-name="Text_20_body">
<style:style style:name="P80" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:margin-left="0in" fo:margin-right="0in" fo:text-align="start" style:justify-single-word="false" fo:text-indent="0in" style:auto-text-indent="false"/>
<style:text-properties fo:color="#333333" loext:opacity="100%" style:font-name="DejaVu Sans" fo:font-size="6pt" fo:language="es" fo:country="ES" style:text-underline-style="none" fo:font-weight="normal" officeooo:rsid="0002f16f" officeooo:paragraph-rsid="00b344ad" style:font-size-asian="6pt" style:font-weight-asian="normal" style:font-size-complex="6pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="P81" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
<style:text-properties fo:color="#333333" loext:opacity="100%" style:font-name="Liberation Sans" fo:font-size="10pt" style:text-underline-style="none" style:font-size-asian="8.75pt" style:font-size-complex="10pt"/>
<style:text-properties style:font-name="DejaVu Sans" fo:font-size="6pt" officeooo:rsid="00b81e4a" officeooo:paragraph-rsid="00b81e4a" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
</style:style>
<style:style style:name="P82" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:paragraph-properties fo:margin-left="0in" fo:margin-right="0in" fo:text-align="start" style:justify-single-word="false" fo:text-indent="0in" style:auto-text-indent="false"/>
<style:text-properties fo:color="#333333" loext:opacity="100%" style:font-name="DejaVu Sans" fo:font-size="6pt" officeooo:rsid="00633b62" officeooo:paragraph-rsid="00b344ad" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
</style:style>
<style:style style:name="P83" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
<style:text-properties fo:color="#333333" loext:opacity="100%" style:font-name="DejaVu Sans" fo:font-size="6pt" officeooo:paragraph-rsid="00b81e4a" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
</style:style>
<style:style style:name="P84" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:paragraph-properties fo:margin-left="0in" fo:margin-right="0in" fo:text-align="end" style:justify-single-word="false" fo:text-indent="0in" style:auto-text-indent="false"/>
<style:text-properties fo:color="#333333" loext:opacity="100%" style:font-name="DejaVu Sans" fo:font-size="6pt" officeooo:rsid="01d94e87" officeooo:paragraph-rsid="00b344ad" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
</style:style>
<style:style style:name="T1" style:family="text">
<style:text-properties fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
@ -1030,17 +1082,17 @@
<table:table-column table:style-name="Table14.B"/>
<table:table-row table:style-name="Table14.1">
<table:table-cell table:style-name="Table14.A1" office:value-type="string">
<text:p text:style-name="P75"><text:placeholder text:placeholder-type="text">&lt;if test=&quot;company&quot;&gt;</text:placeholder></text:p>
<text:p text:style-name="P77"><text:placeholder text:placeholder-type="text">&lt;company.party.rec_name&gt;</text:placeholder></text:p>
<text:p text:style-name="P75"><text:placeholder text:placeholder-type="text">&lt;if test=&quot;company.header&quot;&gt;</text:placeholder></text:p>
<text:p text:style-name="P75"><text:placeholder text:placeholder-type="text">&lt;for each=&quot;line in company.header.split(&apos;\n&apos;)&quot;&gt;</text:placeholder></text:p>
<text:p text:style-name="P75"><text:placeholder text:placeholder-type="text">&lt;line&gt;</text:placeholder></text:p>
<text:p text:style-name="P75"><text:placeholder text:placeholder-type="text">&lt;/for&gt;</text:placeholder></text:p>
<text:p text:style-name="P75"><text:placeholder text:placeholder-type="text">&lt;/if&gt;</text:placeholder></text:p>
<text:p text:style-name="P76"><text:placeholder text:placeholder-type="text">&lt;if test=&quot;company&quot;&gt;</text:placeholder></text:p>
<text:p text:style-name="P78"><text:placeholder text:placeholder-type="text">&lt;company.party.rec_name&gt;</text:placeholder></text:p>
<text:p text:style-name="P76"><text:placeholder text:placeholder-type="text">&lt;if test=&quot;company.header&quot;&gt;</text:placeholder></text:p>
<text:p text:style-name="P76"><text:placeholder text:placeholder-type="text">&lt;for each=&quot;line in company.header.split(&apos;\n&apos;)&quot;&gt;</text:placeholder></text:p>
<text:p text:style-name="P76"><text:placeholder text:placeholder-type="text">&lt;line&gt;</text:placeholder></text:p>
<text:p text:style-name="P76"><text:placeholder text:placeholder-type="text">&lt;/for&gt;</text:placeholder></text:p>
<text:p text:style-name="P76"><text:placeholder text:placeholder-type="text">&lt;/if&gt;</text:placeholder></text:p>
<text:p text:style-name="P77"><text:placeholder text:placeholder-type="text">&lt;/if&gt;</text:placeholder></text:p>
</table:table-cell>
<table:table-cell table:style-name="Table14.B1" office:value-type="string">
<text:p text:style-name="P78"><draw:frame draw:style-name="fr1" draw:name="Image1" text:anchor-type="char" svg:x="0.3138in" svg:y="0.111in" svg:width="1.4327in" svg:height="0.4118in" draw:z-index="0"><draw:image draw:mime-type="image/png">
<text:p text:style-name="P79"><draw:frame draw:style-name="fr1" draw:name="Image1" text:anchor-type="char" svg:x="0.3138in" svg:y="0.111in" svg:width="1.4327in" svg:height="0.4118in" draw:z-index="0"><draw:image draw:mime-type="image/png">
<office:binary-data>iVBORw0KGgoAAAANSUhEUgAAAZAAAABzCAYAAAC2GFRUAAAgAElEQVR4nO2dd5xdRdnHf89m
SYL0EEhC7x3pgiiI0kQQG4oNRQEVC2KvqNheu+KrvgKCXUGaKKCCBAREIFTpJEBIhyQESCA9
3/ePZy73cLN37ylzbtmc7+ezn927d+Y5M3PmnGlPMUkCVpPUp/ZhkpaZ2bI2XrOiIIBJGp4x
@ -1258,18 +1310,18 @@
</table:table-cell>
</table:table-row>
</table:table>
<text:p text:style-name="P64"/>
<text:p text:style-name="P61"><text:placeholder text:placeholder-type="text">&lt;for each=&quot;opp in records&quot;&gt;</text:placeholder></text:p>
<text:p text:style-name="P62"><text:placeholder text:placeholder-type="text">&lt;choose test=&quot;&quot;&gt;</text:placeholder></text:p>
<text:p text:style-name="P63"><text:placeholder text:placeholder-type="text">&lt;when test=&quot;opp.state == &apos;lead&apos;&quot;&gt;</text:placeholder></text:p>
<text:p text:style-name="P73"><text:span text:style-name="T29">PROPUESTA</text:span><text:span text:style-name="T26"> EN BORRADOR</text:span></text:p>
<text:p text:style-name="P63"><text:placeholder text:placeholder-type="text">&lt;/when&gt;</text:placeholder></text:p>
<text:p text:style-name="P63"/>
<text:p text:style-name="P60"><text:placeholder text:placeholder-type="text">&lt;for each=&quot;opp in records&quot;&gt;</text:placeholder></text:p>
<text:p text:style-name="P61"><text:placeholder text:placeholder-type="text">&lt;choose test=&quot;&quot;&gt;</text:placeholder></text:p>
<text:p text:style-name="P62"><text:placeholder text:placeholder-type="text">&lt;when test=&quot;opp.state == &apos;lead&apos;&quot;&gt;</text:placeholder></text:p>
<text:p text:style-name="P72"><text:span text:style-name="T29">PROPUESTA</text:span><text:span text:style-name="T26"> EN BORRADOR</text:span></text:p>
<text:p text:style-name="P62"><text:placeholder text:placeholder-type="text">&lt;/when&gt;</text:placeholder></text:p>
<text:p text:style-name="P62"/>
<text:p text:style-name="P62"><text:placeholder text:placeholder-type="text">&lt;otherwise test=&quot;&quot;&gt;</text:placeholder></text:p>
<text:p text:style-name="P70"><text:span text:style-name="T33">PROPUESTA</text:span><text:span text:style-name="T30"> N° </text:span><text:span text:style-name="T30"><text:placeholder text:placeholder-type="text">&lt;opp.number&gt;</text:placeholder></text:span></text:p>
<text:p text:style-name="P79"/>
<text:p text:style-name="P62"><text:placeholder text:placeholder-type="text">&lt;/otherwise&gt;</text:placeholder></text:p>
<text:p text:style-name="P62"><text:placeholder text:placeholder-type="text">&lt;/choose&gt;</text:placeholder></text:p>
<text:p text:style-name="P63"><text:placeholder text:placeholder-type="text">&lt;otherwise test=&quot;&quot;&gt;</text:placeholder></text:p>
<text:p text:style-name="P71"><text:span text:style-name="T33">PROPUESTA</text:span><text:span text:style-name="T30"> N° </text:span><text:span text:style-name="T30"><text:placeholder text:placeholder-type="text">&lt;opp.number&gt;</text:placeholder></text:span></text:p>
<text:p text:style-name="P37"/>
<text:p text:style-name="P63"><text:placeholder text:placeholder-type="text">&lt;/otherwise&gt;</text:placeholder></text:p>
<text:p text:style-name="P63"><text:placeholder text:placeholder-type="text">&lt;/choose&gt;</text:placeholder></text:p>
<table:table table:name="Tabla4" table:style-name="Tabla4">
<table:table-column table:style-name="Tabla4.A"/>
<table:table-column table:style-name="Tabla4.B"/>
@ -1323,180 +1375,218 @@
<table:table-column table:style-name="Table5.D"/>
<table:table-column table:style-name="Table5.E"/>
<table:table-column table:style-name="Table5.F"/>
<table:table-column table:style-name="Table5.G"/>
<table:table-column table:style-name="Table5.H"/>
<table:table-header-rows>
<table:table-row table:style-name="Table5.1">
<table:table-cell table:style-name="Table5.A1" office:value-type="string">
<text:p text:style-name="P73"><text:span text:style-name="T38">PRODUCTO</text:span> / <text:span text:style-name="T2">PRODUCT</text:span></text:p>
<text:p text:style-name="P74"><text:span text:style-name="T38">PRODUCTO</text:span> / <text:span text:style-name="T2">PRODUCT</text:span></text:p>
</table:table-cell>
<table:table-cell table:style-name="Table5.A1" office:value-type="string">
<text:p text:style-name="P73"><text:span text:style-name="T36">DESCRIPCION</text:span> / <text:span text:style-name="T2">DESCRIPTION</text:span></text:p>
<text:p text:style-name="P74"><text:span text:style-name="T36">DESCRIPCION</text:span> / <text:span text:style-name="T2">DESCRIPTION</text:span></text:p>
</table:table-cell>
<table:table-cell table:style-name="Table5.A1" office:value-type="string">
<text:p text:style-name="P73"><text:span text:style-name="T38">CANT</text:span><text:span text:style-name="T41"> / </text:span><text:span text:style-name="T2">QTY</text:span></text:p>
<text:p text:style-name="P81">DISPONIBILIDAD / <text:span text:style-name="T1">AVAILABILITY</text:span></text:p>
</table:table-cell>
<table:table-cell table:style-name="Table5.A1" table:number-columns-spanned="2" office:value-type="string">
<text:p text:style-name="P74"><text:span text:style-name="T38">CANT</text:span><text:span text:style-name="T41"> / </text:span><text:span text:style-name="T2">QTY</text:span></text:p>
</table:table-cell>
<table:covered-table-cell/>
<table:table-cell table:style-name="Table5.A1" office:value-type="string">
<text:p text:style-name="P40">UOM / <text:span text:style-name="T1">UNIT</text:span></text:p>
<text:p text:style-name="P41">UOM / <text:span text:style-name="T1">UNIT</text:span></text:p>
</table:table-cell>
<table:table-cell table:style-name="Table5.E1" office:value-type="string">
<text:p text:style-name="P73"><text:span text:style-name="T37">PR</text:span><text:span text:style-name="T39">ECIO /</text:span><text:span text:style-name="T8"> </text:span><text:span text:style-name="T6">UNIT PRICE</text:span><text:span text:style-name="T2">*</text:span></text:p>
<table:table-cell table:style-name="Table5.G1" office:value-type="string">
<text:p text:style-name="P74"><text:span text:style-name="T37">PR</text:span><text:span text:style-name="T39">ECIO /</text:span><text:span text:style-name="T8"> </text:span><text:span text:style-name="T6">UNIT PRICE</text:span><text:span text:style-name="T2">*</text:span></text:p>
</table:table-cell>
<table:table-cell table:style-name="Table5.F1" office:value-type="string">
<text:p text:style-name="P73"><text:span text:style-name="T37">T</text:span><text:span text:style-name="T40">OTAL </text:span><text:span text:style-name="T41">/ </text:span><text:span text:style-name="T6">AMOUNT</text:span></text:p>
<table:table-cell table:style-name="Table5.H1" office:value-type="string">
<text:p text:style-name="P74"><text:span text:style-name="T37">T</text:span><text:span text:style-name="T40">OTAL </text:span><text:span text:style-name="T41">/ </text:span><text:span text:style-name="T6">AMOUNT</text:span></text:p>
</table:table-cell>
</table:table-row>
</table:table-header-rows>
<table:table-row table:style-name="Table5.2">
<table:table-cell table:style-name="Table5.A2" office:value-type="string">
<text:p text:style-name="P46"><text:placeholder text:placeholder-type="text">&lt;for each=&quot;line in opp.lines&quot;&gt;</text:placeholder></text:p>
<text:p text:style-name="P47"><text:placeholder text:placeholder-type="text">&lt;for each=&quot;line in opp.lines&quot;&gt;</text:placeholder></text:p>
</table:table-cell>
<table:table-cell table:style-name="Table5.B2" office:value-type="string">
<text:p text:style-name="P46"/>
<text:p text:style-name="P47"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.C2" office:value-type="string">
<text:p text:style-name="P44"/>
<text:p text:style-name="P47"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.D2">
<text:p text:style-name="P44"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.E2" office:value-type="string">
<text:p text:style-name="P48"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.F2" office:value-type="string">
<table:table-cell table:style-name="Table5.D2" table:number-columns-spanned="2" office:value-type="string">
<text:p text:style-name="P45"/>
</table:table-cell>
<table:covered-table-cell/>
<table:table-cell table:style-name="Table5.F2">
<text:p text:style-name="P45"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.G2" office:value-type="string">
<text:p text:style-name="P49"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.H2" office:value-type="string">
<text:p text:style-name="P46"/>
</table:table-cell>
</table:table-row>
<table:table-row table:style-name="Table5.3">
<table:table-cell table:style-name="Table5.A3" office:value-type="string">
<text:p text:style-name="P49"><text:placeholder text:placeholder-type="text">&lt;line.product.rec_name&gt;</text:placeholder></text:p>
<text:p text:style-name="P50"><text:placeholder text:placeholder-type="text">&lt;line.product.rec_name&gt;</text:placeholder></text:p>
</table:table-cell>
<table:table-cell table:style-name="Table5.B3" office:value-type="string">
<text:p text:style-name="P49"><text:placeholder text:placeholder-type="text">&lt;line.description&gt;</text:placeholder></text:p>
<text:p text:style-name="P50"><text:placeholder text:placeholder-type="text">&lt;line.description&gt;</text:placeholder></text:p>
</table:table-cell>
<table:table-cell table:style-name="Table5.C3" office:value-type="string">
<text:p text:style-name="P71"><text:span text:style-name="Strong_20_Emphasis"><text:span text:style-name="T43"><text:placeholder text:placeholder-type="text">&lt;line.quantity&gt;</text:placeholder></text:span></text:span></text:p>
<text:p text:style-name="P83"><text:placeholder text:placeholder-type="text">&lt;line.availability&gt;</text:placeholder></text:p>
</table:table-cell>
<table:table-cell table:style-name="Table5.D3" office:value-type="string">
<text:p text:style-name="P71"><text:span text:style-name="Strong_20_Emphasis"><text:span text:style-name="T35"><text:placeholder text:placeholder-type="text">&lt;line.unit and line.unit.rec_name&gt;</text:placeholder></text:span></text:span></text:p>
</table:table-cell>
<table:table-cell table:style-name="Table5.E2" office:value-type="string">
<text:p text:style-name="P50"><text:placeholder text:placeholder-type="text">&lt;&apos;{:3,.0f}&apos;.format(line.unit_price)&gt;</text:placeholder></text:p>
<table:table-cell table:style-name="Table5.D3" table:number-columns-spanned="2" office:value-type="string">
<text:p text:style-name="P72"><text:span text:style-name="Strong_20_Emphasis"><text:span text:style-name="T43"><text:placeholder text:placeholder-type="text">&lt;line.quantity&gt;</text:placeholder></text:span></text:span></text:p>
</table:table-cell>
<table:covered-table-cell/>
<table:table-cell table:style-name="Table5.F3" office:value-type="string">
<text:p text:style-name="P50"><text:placeholder text:placeholder-type="text">&lt;&apos;{:3,.0f}&apos;.format(line.amount)&gt;</text:placeholder></text:p>
<text:p text:style-name="P72"><text:span text:style-name="Strong_20_Emphasis"><text:span text:style-name="T35"><text:placeholder text:placeholder-type="text">&lt;line.unit and line.unit.rec_name&gt;</text:placeholder></text:span></text:span></text:p>
</table:table-cell>
<table:table-cell table:style-name="Table5.G2" office:value-type="string">
<text:p text:style-name="P51"><text:placeholder text:placeholder-type="text">&lt;&apos;{:3,.0f}&apos;.format(line.unit_price)&gt;</text:placeholder></text:p>
</table:table-cell>
<table:table-cell table:style-name="Table5.H3" office:value-type="string">
<text:p text:style-name="P51"><text:placeholder text:placeholder-type="text">&lt;&apos;{:3,.0f}&apos;.format(line.amount)&gt;</text:placeholder></text:p>
</table:table-cell>
</table:table-row>
<table:table-row table:style-name="Table5.2">
<table:table-cell table:style-name="Table5.A4" office:value-type="string">
<text:p text:style-name="P46"><text:placeholder text:placeholder-type="text">&lt;/for&gt;</text:placeholder></text:p>
<text:p text:style-name="P47"><text:placeholder text:placeholder-type="text">&lt;/for&gt;</text:placeholder></text:p>
</table:table-cell>
<table:table-cell table:style-name="Table5.B4" office:value-type="string">
<text:p text:style-name="P46"/>
<text:p text:style-name="P47"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.C4" office:value-type="string">
<text:p text:style-name="P44"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.D4">
<text:p text:style-name="P44"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.E2" office:value-type="string">
<text:p text:style-name="P50"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.F4" office:value-type="string">
<text:p text:style-name="P47"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.D4" table:number-columns-spanned="2" office:value-type="string">
<text:p text:style-name="P45"/>
</table:table-cell>
<table:covered-table-cell/>
<table:table-cell table:style-name="Table5.F4">
<text:p text:style-name="P45"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.G2" office:value-type="string">
<text:p text:style-name="P51"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.H4" office:value-type="string">
<text:p text:style-name="P48"/>
</table:table-cell>
</table:table-row>
<table:table-row table:style-name="Table5.2">
<table:table-cell table:style-name="Table5.A5" office:value-type="string">
<text:p text:style-name="P43"/>
<text:p text:style-name="P43">CONDICIONES COMERCIALES</text:p>
<text:p text:style-name="P43"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.B5" office:value-type="string">
<text:p text:style-name="P37"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.C5" office:value-type="string">
<text:p text:style-name="P44"/>
<text:p text:style-name="P44">CONDICIONES COMERCIALES</text:p>
<text:p text:style-name="P44"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.D5" office:value-type="string">
<table:table-cell table:style-name="Table5.B5" office:value-type="string">
<text:p text:style-name="P38"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.E5" office:value-type="string">
<text:p text:style-name="P39"/>
<table:table-cell table:style-name="Table5.C5" office:value-type="string">
<text:p text:style-name="P38"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.D5" table:number-columns-spanned="2" office:value-type="string">
<text:p text:style-name="P45"/>
</table:table-cell>
<table:covered-table-cell/>
<table:table-cell table:style-name="Table5.F5" office:value-type="string">
<text:p text:style-name="P39"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.G5" office:value-type="string">
<text:p text:style-name="P40"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.H5" office:value-type="string">
<text:p text:style-name="P40"/>
</table:table-cell>
</table:table-row>
<table:table-row table:style-name="Table5.2">
<table:table-cell table:style-name="Table5.A6" office:value-type="string">
<text:p text:style-name="P46"><text:placeholder text:placeholder-type="text">&lt;for each=&quot;rec in opp.conditions&quot;&gt;</text:placeholder></text:p>
<text:p text:style-name="P47"><text:placeholder text:placeholder-type="text">&lt;for each=&quot;rec in opp.conditions&quot;&gt;</text:placeholder></text:p>
</table:table-cell>
<table:table-cell table:style-name="Table5.B6" office:value-type="string">
<text:p text:style-name="P46"/>
<text:p text:style-name="P47"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.C6" office:value-type="string">
<text:p text:style-name="P44"/>
<text:p text:style-name="P47"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.D6">
<text:p text:style-name="P44"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.E2" office:value-type="string">
<text:p text:style-name="P48"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.F6" office:value-type="string">
<table:table-cell table:style-name="Table5.D6" table:number-columns-spanned="2" office:value-type="string">
<text:p text:style-name="P45"/>
</table:table-cell>
</table:table-row>
<table:table-row table:style-name="Table5.2">
<table:table-cell table:style-name="Table5.A7" office:value-type="string">
<table:covered-table-cell/>
<table:table-cell table:style-name="Table5.F6">
<text:p text:style-name="P45"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.G2" office:value-type="string">
<text:p text:style-name="P49"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.H6" office:value-type="string">
<text:p text:style-name="P46"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.B7" office:value-type="string">
<text:p text:style-name="P46"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.C7" office:value-type="string">
<text:p text:style-name="P44"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.D7">
<text:p text:style-name="P44"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.E2" office:value-type="string">
<text:p text:style-name="P50"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.F7" office:value-type="string">
<text:p text:style-name="P47"/>
</table:table-cell>
</table:table-row>
<table:table-row table:style-name="Table5.2">
<table:table-cell table:style-name="Table5.A7" office:value-type="string">
<text:p text:style-name="P41"><text:placeholder text:placeholder-type="text">&lt;/for&gt;</text:placeholder></text:p>
<text:p text:style-name="P47"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.B7" office:value-type="string">
<text:p text:style-name="P46"/>
<text:p text:style-name="P47"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.C7" office:value-type="string">
<text:p text:style-name="P44"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.D8">
<text:p text:style-name="P44"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.E2" office:value-type="string">
<text:p text:style-name="P50"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.F8" office:value-type="string">
<text:p text:style-name="P47"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.D7" table:number-columns-spanned="2" office:value-type="string">
<text:p text:style-name="P45"/>
</table:table-cell>
<table:covered-table-cell/>
<table:table-cell table:style-name="Table5.F7">
<text:p text:style-name="P45"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.G2" office:value-type="string">
<text:p text:style-name="P51"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.H7" office:value-type="string">
<text:p text:style-name="P48"/>
</table:table-cell>
</table:table-row>
<table:table-row table:style-name="Table5.2">
<table:table-cell table:style-name="Table5.A9" table:number-columns-spanned="5" office:value-type="string">
<text:p text:style-name="P51">TOTAL AMOUNT / <text:span text:style-name="T1">IMPORTE TOTAL</text:span></text:p>
<table:table-cell table:style-name="Table5.A7" office:value-type="string">
<text:p text:style-name="P42"><text:placeholder text:placeholder-type="text">&lt;/for&gt;</text:placeholder></text:p>
</table:table-cell>
<table:table-cell table:style-name="Table5.B7" office:value-type="string">
<text:p text:style-name="P47"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.C8" office:value-type="string">
<text:p text:style-name="P47"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.D7" table:number-columns-spanned="2" office:value-type="string">
<text:p text:style-name="P45"/>
</table:table-cell>
<table:covered-table-cell/>
<table:table-cell table:style-name="Table5.F8">
<text:p text:style-name="P45"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.G2" office:value-type="string">
<text:p text:style-name="P51"/>
</table:table-cell>
<table:table-cell table:style-name="Table5.H8" office:value-type="string">
<text:p text:style-name="P48"/>
</table:table-cell>
</table:table-row>
<table:table-row table:style-name="Table5.2">
<table:table-cell table:style-name="Table5.A9" table:number-columns-spanned="4" office:value-type="string">
<text:p text:style-name="P52">TOTAL AMOUNT / <text:span text:style-name="T1">IMPORTE TOTAL</text:span></text:p>
</table:table-cell>
<table:covered-table-cell/>
<table:covered-table-cell/>
<table:covered-table-cell/>
<table:table-cell table:style-name="Table5.E9" table:number-columns-spanned="3" office:value-type="string">
<text:p text:style-name="P52"/>
</table:table-cell>
<table:covered-table-cell/>
<table:table-cell table:style-name="Table5.F9" office:value-type="string">
<text:p text:style-name="P42"><text:placeholder text:placeholder-type="text">&lt;&apos;{:3,.0f}&apos;.format(opp.total_amount)&gt;</text:placeholder></text:p>
<table:covered-table-cell/>
<table:table-cell table:style-name="Table5.H9" office:value-type="string">
<text:p text:style-name="P43"><text:placeholder text:placeholder-type="text">&lt;&apos;{:3,.0f}&apos;.format(opp.total_amount)&gt;</text:placeholder></text:p>
</table:table-cell>
</table:table-row>
</table:table>
@ -1506,15 +1596,15 @@
<table:table-column table:style-name="Table2.B"/>
<table:table-row table:style-name="Table2.1">
<table:table-cell table:style-name="Table2.A1" office:value-type="string">
<text:p text:style-name="P65">OBSERVACIONES</text:p>
<text:p text:style-name="P66"><text:span text:style-name="T1">* </text:span>Precio sin impuesto</text:p>
<text:p text:style-name="P66">OBSERVACIONES</text:p>
<text:p text:style-name="P67"><text:span text:style-name="T1">* </text:span>Precio sin impuesto</text:p>
<text:p text:style-name="P13"><text:placeholder text:placeholder-type="text">&lt;for each=&quot;comment in (opp.comment or &apos;&apos;).split(&apos;\n&apos;)&quot;&gt;</text:placeholder></text:p>
<text:p text:style-name="P13"><text:placeholder text:placeholder-type="text">&lt;comment&gt;</text:placeholder></text:p>
<text:p text:style-name="P13"><text:placeholder text:placeholder-type="text">&lt;/for&gt;</text:placeholder></text:p>
<text:p text:style-name="P13"><text:placeholder text:placeholder-type="text">&lt;/for&gt;</text:placeholder></text:p>
</table:table-cell>
<table:table-cell table:style-name="Table2.B1" office:value-type="string">
<text:p text:style-name="P57"/>
<text:p text:style-name="P58"/>
</table:table-cell>
</table:table-row>
</table:table>

View File

@ -428,48 +428,6 @@ class Opportunity(
def converted(cls, records):
cls.procces_opportunity(records)
# @classmethod
# def check_party(cls, records):
# pool = Pool()
# ValidationTemplate = pool.get('crm.validation_template')
# ValidationLine = pool.get('crm.opportunity.validation')
# def get_lines(template, validation_lines):
# lines = []
# for line in template.lines:
# if line.id not in validation_lines:
# value = {
# 'opportunity': record.id,
# 'party': record.party.id,
# 'sequence': line.sequence,
# 'line_ask': line.ask,
# 'template': line.id
# }
# lines.append(value)
# lines = ValidationLine.create(lines)
# return lines
# for record in records:
# lines = None
# party_validations = [
# v.template.id for v in record.party_validations
# ]
# _type = 'client'
# if record.is_prospect:
# _type = 'prospect'
# templates = ValidationTemplate.search([
# ('type', '=', _type),
# ])
# if not templates:
# continue
# lines = get_lines(templates[0], party_validations)
# if lines:
# cls.write([record], {'party_validations': [('add', lines)]})
@classmethod
@ModelView.button
@Workflow.transition('won')
@ -499,6 +457,35 @@ class Opportunity(
# }
# history.append(value)
@classmethod
def send_email(cls, opportunity_id, name='opportunity_email'):
pool = Pool()
config = pool.get('crm.configuration')(1)
oppo = cls(opportunity_id)
Template = pool.get('email.template')
# Activity = pool.get('email.activity')
email = oppo.contact_email
if oppo.party and oppo.party.email:
email = oppo.party.email
if not email:
print("Correo no enviado no encontre un correo valido...!")
return
template = getattr(config, name)
if not template:
return
template.subject = f'{template.subject} No. {oppo.number}'
if email:
Template.send(template, oppo, email, attach=True)
# Activity.create([{
# 'template': template.id,
# 'origin': str(oppo),
# 'status': 'sended',
# }])
else:
raise UserError(gettext('hotel.msg_missing_party_email'))
@property
def is_forecast(self):
pool = Pool()
@ -735,8 +722,9 @@ class CrmOpportunityLine(sequence_ordered(), ModelSQL, ModelView):
start_invoice_date = fields.Date('Start Invoice Date')
amount_taxed = fields.Function(
fields.Numeric('Amount Taxed', digits=(16, 2)), 'get_amount_taxed')
payment_term = fields.Many2One('account.invoice.payment_term',
'Payment Term')
payment_term = fields.Many2One(
'account.invoice.payment_term', 'Payment Term')
availability = fields.Char('Availability')
del _states, _depends

View File

@ -1,5 +1,5 @@
[tryton]
version=6.0.11
version=6.0.12
depends:
party
sale

View File

@ -14,4 +14,6 @@ this repository contains the full copyright notices and license terms. -->
<field name="survey_sequence"/>
<label name="response_time_customer"/>
<field name="response_time_customer"/>
<label name="opportunity_email"/>
<field name="opportunity_email"/>
</form>