Browsing Danish translation

Don't show this notice anymore
Before translating, be sure to go through Odoo Translators (MOVED TO TRANSIFEX) instructions.
110 of 15 results
1.
Code should always set a variable named `result` with the result of your test, that can be a list or
a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will
try to translate and print what is inside `result`.

If the result of your test is a dictionary, you can set a variable named `column_order` to choose in
what order you want to print `result`'s content.

Should you need them, you can also use the following variables into your code:
* cr: cursor to the database
* uid: ID of the current user

In any ways, the code must be legal python statements with correct indentation (if needed).

Example:
sql = '''SELECT id, name, ref, date
FROM account_move_line
WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')
'''
cr.execute(sql)
result = cr.dictfetchall()
module: account_test
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 view:accounting.assert.test:0
2.
Test 2: Opening a fiscal year
module: account_test
(no translation yet)
Located in model:accounting.assert.test,name:account_test.account_test_02
9.
Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices
module: account_test
(no translation yet)
Located in model:accounting.assert.test,desc:account_test.account_test_05_2
13.
Check that there's no move for any account with «[nbsp]View[nbsp]» account type
module: account_test
(no translation yet)
Located in model:accounting.assert.test,desc:account_test.account_test_06_1
19.
accounting.assert.test
module: account_test
(no translation yet)
Located in model:ir.model,name:account_test.model_accounting_assert_test
20.
Test 5.1[nbsp]: Payable and Receivable accountant lines of reconciled invoices
module: account_test
(no translation yet)
Located in model:accounting.assert.test,name:account_test.account_test_05
21.
Python code
module: account_test
(no translation yet)
Located in field:accounting.assert.test,code_exec:0
22.
Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines
module: account_test
(no translation yet)
Located in model:accounting.assert.test,desc:account_test.account_test_07
23.
Test 8 : Closing balance on bank statements
module: account_test
(no translation yet)
Located in model:accounting.assert.test,name:account_test.account_test_07
24.
Test 3: Movement lines
module: account_test
(no translation yet)
Located in model:accounting.assert.test,name:account_test.account_test_03
110 of 15 results

This translation is managed by Danish 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: Per G. Rasmussen.