Browsing Russian translation

Don't show this notice anymore
Before translating, be sure to go through Odoo Translators (MOVED TO TRANSIFEX) instructions and Russian guidelines.
110 of 25 results
2.
Timesheets to Invoice of %s
module: account_analytic_analysis
(no translation yet)
Located in code:addons/account_analytic_analysis/account_analytic_analysis.py:547
8.
End date passed or prepaid unit consumed
module: account_analytic_analysis
(no translation yet)
Located in view:account.analytic.account:0
15.
<p class="oe_view_nocontent_create">
Click to create a quotation that can be converted into a sales
order.
</p><p>
Use sale orders to track everything that should be invoiced
at a fix price on a contract.
</p>
module: account_analytic_analysis
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
Located in model:ir.actions.act_window,help:account_analytic_analysis.action_sales_order
26.
<p class="oe_view_nocontent_create">
Click to define a new contract.
</p><p>
You will find here the contracts to be renewed because the
end date is passed or the working effort is higher than the
maximum authorized one.
</p><p>
OpenERP automatically sets contracts to be renewed in a pending
state. After the negociation, the salesman should close or renew
pending contracts.
</p>
module: account_analytic_analysis
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
Located in model:ir.actions.act_window,help:account_analytic_analysis.action_account_analytic_overdue
33.
Invoiced Time
module: account_analytic_analysis
(no translation yet)
Located in field:account.analytic.account,hours_qtt_invoiced:0
37.
Computed using the formula: Maximum Time - Total Worked Time
module: account_analytic_analysis
(no translation yet)
Located in help:account.analytic.account,remaining_hours:0
38.
Number of time you spent on the analytic account (from timesheet). It computes quantities on all journal of type 'general'.
module: account_analytic_analysis
(no translation yet)
Located in help:account.analytic.account,hours_quantity:0
44.
{'required': [('type','=','contract'),'|',('fix_price_invoices','=',True), ('invoice_on_timesheets', '=', True)]}
module: account_analytic_analysis
(no translation yet)
Located in view:account.analytic.account:0
51.
Units Consumed
module: account_analytic_analysis
(no translation yet)
Located in view:account.analytic.account:0
57.

Hello ${object.name},

% macro account_table(values):
<table cellspacing="1" border="1" cellpadding="4">
<tr>
<th>Customer</th>
<th>Contract</th>
<th>Dates</th>
<th>Prepaid Units</th>
<th>Contact</th>
</tr>
% for partner, accounts in values:
% for account in accounts:
<tr>
<td>${partner.name}</td>
<td><a href="${ctx["base_url"]}/#action=${ctx["action_id"]}&id=${account.id}&view_type=form">${account.name}</a></td>
<td>${account.date_start} to ${account.date and account.date or '???'}</td>
<td>
% if account.quantity_max != 0.0:
${account.remaining_hours}/${account.quantity_max} units
% endif
</td>
<td>${account.partner_id.phone or ''}, ${account.partner_id.email or ''}</td>
</tr>
% endfor
% endfor
</table>
% endmacro

% if "new" in ctx["data"]:
<h2>The following contracts just expired: </h2>
${account_table(ctx["data"]["new"].iteritems())}
% endif

% if "old" in ctx["data"]:
<h2>The following expired contracts are still not processed: </h2>
${account_table(ctx["data"]["old"].iteritems())}
% endif

% if "future" in ctx["data"]:
<h2>The following contracts will expire in less than one month: </h2>
${account_table(ctx["data"]["future"].iteritems())}
% endif

<p>
You can check all contracts to be renewed using the menu:
</p>
<ul>
<li>Sales / Invoicing / Contracts to Renew</li>
</ul>
<p>
Thanks,
</p>

<pre>
--
OpenERP Automatic Email
</pre>

module: account_analytic_analysis
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
Located in model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template
110 of 25 results

This translation is managed by OpenERP Russian Translation Team, assigned by Odoo Translators (MOVED TO TRANSIFEX).

You are not logged in. Please log in to work on translations.

Contributors to this translation: Chertykov Denis.