Please sign in to see the alerts.
Summary
| Project website | www.odoo.com | |
|---|---|---|
| Project reviewers39 |
|
|
| Translation process |
|
|
| File mask |
addons/account_peppol_selfbilling/i18n/*.po
|
|
14 hours ago
String statistics
| Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
|---|---|---|---|---|---|---|
| Total | 1,034 | 17,014 | 199,562 | |||
| Source | 22 | 362 | 4,246 | |||
| Approved | 2% | 23 | 2% | 507 | 3% | 6,295 |
| Waiting for review | 5% | 55 | 5% | 889 | 5% | 10,671 |
| Translated | 9% | 100 | 10% | 1,758 | 10% | 21,212 |
| Needs editing | 0% | 0 | 0% | 0 | 0% | 0 |
| Read-only | 2% | 22 | 2% | 362 | 2% | 4,246 |
| Failing checks | 1% | 3 | 1% | 301 | 2% | 4,180 |
| Strings with suggestions | 0% | 0 | 0% | 0 | 0% | 0 |
| Untranslated strings | 90% | 934 | 89% | 15,256 | 89% | 178,350 |
Quick numbers
17,014
Hosted words
1,034
Hosted strings
7%
Translated
0
Components
47
Languages
47
Translations
0
Screenshots
and previous 30 days
Trends of last 30 days
+100%
Hosted words
—
+100%
Hosted strings
—
+7%
Translated
—
+100%
Contributors
—
|
Translation approved |
|
|
Translation added |
|
|
Contributor joined |
Contributor joined
16 hours ago
|
|
Translation completed |
Translation completed
yesterday
|
|
Translation approved |
|
|
Translation approved |
|
|
Translation approved |
|
|
Translation approved |
|
|
Translation approved |
|
|
Translation approved |
|
<p style="margin: 0px; padding: 0px; font-size: 13px;">
Dear
<t t-if="object.partner_id.parent_id">
<t t-if="object.partner_id.name">
<t t-out="object.partner_id.name">Brandon Freeman</t> (<t t-out="object.partner_id.parent_id.name or ''">Azure Interior</t>),
</t>
<t t-else="">
<t t-out="object.partner_id.parent_id.name or ''">Azure Interior</t>,
</t>
</t>
<t t-else="">
<t t-out="object.partner_id.name or ''">Brandon Freeman</t>,
</t>
<br/><br/>
Here is your
<t t-if="object.name">
self-billing invoice <span style="font-weight:bold;" t-out="object.name or ''">INV/2021/05/0005</span>
</t>
<t t-else="">
self-billing invoice
</t>
<t t-if="object.invoice_origin">
(with reference: <t t-out="object.invoice_origin or ''">SUB003</t>)
</t>
amounting in <span style="font-weight:bold;" t-out="format_amount(object.amount_total, object.currency_id) or ''">$ 143,750.00</span>
from <t t-out="object.company_id.name or ''">YourCompany</t>.
<t t-if="object.payment_state in ('paid', 'in_payment')">
This self-billing invoice has already been paid.
</t>
<t t-if="hasattr(object, 'timesheet_count') and object.timesheet_count">
<br/><br/>
PS: you can review your timesheets <a t-att-href="'/my/timesheets?search_in=invoice&search=%s' % object.name">from the portal.</a>
</t>
<br/><br/>
Do not hesitate to contact us if you have any questions.
<t t-if="not is_html_empty(object.invoice_user_id.signature)" data-o-mail-quote-container="1">
<br/><br/>
<div data-o-mail-quote="1">--<br data-o-mail-quote="1"/><t t-out="object.invoice_user_id.signature or ''" data-o-mail-quote="1">Mitchell Admin</t></div>
</t>
</p>
</div>
<p style="margin: 0px; padding: 0px; font-size: 13px;">
Apreciable
<t t-if="object.partner_id.parent_id">
<t t-if="object.partner_id.name">
<t t-out="object.partner_id.name">Brandon Freeman</t> (<t t-out="object.partner_id.parent_id.name or ''">Azure Interior</t>),
</t>
<t t-else="">
<t t-out="object.partner_id.parent_id.name or ''">Azure Interior</t>,
</t>
</t>
<t t-else="">
<t t-out="object.partner_id.name or ''">Brandon Freeman</t>,
</t>
<br/><br/>
A continuación encontrarás tu
<t t-if="object.name">
factura autofacturada <span style="font-weight:bold;" t-out="object.name or ''">INV/2021/05/0005</span>
</t>
<t t-else="">
factura autofacturada
</t>
<t t-if="object.invoice_origin">
(con número de referencia: <t t-out="object.invoice_origin or ''">SUB003</t>)
</t>
por un total de <span style="font-weight:bold;" t-out="format_amount(object.amount_total, object.currency_id) or ''">$143,750.00</span>
de <t t-out="object.company_id.name or ''">TuEmpresa</t>.
<t t-if="object.payment_state in ('paid', 'in_payment')">
Esta factura autofacturada ya está pagada.
</t>
<t t-if="hasattr(object, 'timesheet_count') and object.timesheet_count">
<br/><br/>
P.D.: Puedes revisar el registro de tus horas <a t-att-href="'/my/timesheets?search_in=invoice&search=%s' % object.name">desde el portal.</a>
</t>
<br/><br/>
Contáctanos si tienes alguna pregunta.
<t t-if="not is_html_empty(object.invoice_user_id.signature)" data-o-mail-quote-container="1">
<br/><br/>
<div data-o-mail-quote="1">--<br data-o-mail-quote="1"/><t t-out="object.invoice_user_id.signature or ''" data-o-mail-quote="1">Mitchell Admin</t></div>
</t>
</p>
</div>