Skip to content

Commit

Permalink
[MERGE] upstream
Browse files Browse the repository at this point in the history
bzr revid: hmo@tinyerp.com-20130710080735-k1164irzdrbahy4k
  • Loading branch information
hmo-odoo committed Jul 10, 2013
2 parents 32fce18 + f38ef93 commit dbddcba
Show file tree
Hide file tree
Showing 388 changed files with 11,710 additions and 6,072 deletions.
4 changes: 2 additions & 2 deletions addons/account/account_invoice.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ def _get_invoice_from_reconcile(self, cr, uid, ids, context=None):
'type': {
},
'state': {
'account.mt_invoice_paid': lambda self, cr, uid, obj, ctx=None: obj['state'] == 'paid' and obj['type'] in ('out_invoice', 'out_refund'),
'account.mt_invoice_validated': lambda self, cr, uid, obj, ctx=None: obj['state'] == 'open' and obj['type'] in ('out_invoice', 'out_refund'),
'account.mt_invoice_paid': lambda self, cr, uid, obj, ctx=None: obj.state == 'paid' and obj.type in ('out_invoice', 'out_refund'),
'account.mt_invoice_validated': lambda self, cr, uid, obj, ctx=None: obj.state == 'open' and obj.type in ('out_invoice', 'out_refund'),
},
}
_columns = {
Expand Down
18 changes: 10 additions & 8 deletions addons/account/i18n/ru.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ msgstr ""
"Project-Id-Version: OpenERP Server 6.0dev\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2012-12-21 17:04+0000\n"
"PO-Revision-Date: 2013-06-19 11:49+0000\n"
"PO-Revision-Date: 2013-07-02 06:32+0000\n"
"Last-Translator: Chertykov Denis <chertykov@gmail.com>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-06-20 05:17+0000\n"
"X-Generator: Launchpad (build 16673)\n"
"X-Launchpad-Export-Date: 2013-07-03 05:14+0000\n"
"X-Generator: Launchpad (build 16692)\n"

#. module: account
#: model:process.transition,name:account.process_transition_supplierreconcilepaid0
Expand Down Expand Up @@ -1959,7 +1959,7 @@ msgstr "Длительность"
#: view:account.bank.statement:0
#: field:account.bank.statement,last_closing_balance:0
msgid "Last Closing Balance"
msgstr ""
msgstr "Последнее конечное сальдо"

#. module: account
#: model:ir.model,name:account.model_account_common_journal_report
Expand Down Expand Up @@ -3989,6 +3989,8 @@ msgid ""
"You cannot modify a posted entry of this journal.\n"
"First you should set the journal to allow cancelling entries."
msgstr ""
"Нельзя изменить проводку по этому журналу.\n"
"Прежде, нужно разрешить отмену проводок в журнале."

#. module: account
#: model:ir.actions.act_window,name:account.action_account_print_sale_purchase_journal
Expand Down Expand Up @@ -4705,7 +4707,7 @@ msgstr "Месяц"
#: code:addons/account/account.py:668
#, python-format
msgid "You cannot change the code of account which contains journal items!"
msgstr ""
msgstr "Нальзя изменить код счета который содержит проводки!"

#. module: account
#: field:account.config.settings,purchase_sequence_prefix:0
Expand Down Expand Up @@ -4824,7 +4826,7 @@ msgstr "Отметьте, если хотите выводить счета с 0
#. module: account
#: field:account.move.reconcile,opening_reconciliation:0
msgid "Opening Entries Reconciliation"
msgstr ""
msgstr "Сверка проводок открытия"

#. module: account
#. openerp-web
Expand Down Expand Up @@ -6524,7 +6526,7 @@ msgstr "Позиция аналитики"
#. module: account
#: model:ir.ui.menu,name:account.menu_action_model_form
msgid "Models"
msgstr ""
msgstr "Модели"

#. module: account
#: code:addons/account/account_invoice.py:1124
Expand Down Expand Up @@ -10311,7 +10313,7 @@ msgstr "Внутренний тип"
#. module: account
#: field:account.subscription.generate,date:0
msgid "Generate Entries Before"
msgstr ""
msgstr "Генерировать проводки до"

#. module: account
#: model:ir.actions.act_window,name:account.action_subscription_form_running
Expand Down
Loading

0 comments on commit dbddcba

Please sign in to comment.