[IMP] Changed 'Chart of Account' into 'Chart of Accounts' mainly in the pot/po files. Added a few translation elements to account.pot and fr.po.

bzr revid: bogdanovidiu.stanciu@gmail.com-20111108100700-i1wnp66n35mg2uwa
This commit is contained in:
Bogdan Stanciu 2011-11-08 11:07:00 +01:00
parent 2393cbcaab
commit c62e7ba08b
75 changed files with 420 additions and 317 deletions

View File

@ -2803,7 +2803,7 @@ class wizard_multi_charts_accounts(osv.osv_memory):
res['value']["sale_tax"] = False res['value']["sale_tax"] = False
res['value']["purchase_tax"] = False res['value']["purchase_tax"] = False
if chart_template_id: if chart_template_id:
# default tax is given by the lowesst sequence. For same sequence we will take the latest created as it will be the case for tax created while isntalling the generic chart of account # default tax is given by the lowest sequence. For same sequence we will take the latest created as it will be the case for tax created while installing the generic chart of accounts
sale_tax_ids = self.pool.get('account.tax.template').search(cr, uid, [("chart_template_id" sale_tax_ids = self.pool.get('account.tax.template').search(cr, uid, [("chart_template_id"
, "=", chart_template_id), ('type_tax_use', 'in', ('sale','all'))], order="sequence, id desc") , "=", chart_template_id), ('type_tax_use', 'in', ('sale','all'))], order="sequence, id desc")
purchase_tax_ids = self.pool.get('account.tax.template').search(cr, uid, [("chart_template_id" purchase_tax_ids = self.pool.get('account.tax.template').search(cr, uid, [("chart_template_id"
@ -3120,7 +3120,7 @@ class wizard_multi_charts_accounts(osv.osv_memory):
tmp = line.acc_name tmp = line.acc_name
dig = obj_multi.code_digits dig = obj_multi.code_digits
if not ref_acc_bank.code: if not ref_acc_bank.code:
raise osv.except_osv(_('Configuration Error !'), _('The bank account defined on the selected chart of account hasn\'t a code.')) raise osv.except_osv(_('Configuration Error !'), _('The bank account defined on the selected chart of accounts hasn\'t a code.'))
while True: while True:
new_code = str(ref_acc_bank.code.ljust(dig-len(str(current_num)), '0')) + str(current_num) new_code = str(ref_acc_bank.code.ljust(dig-len(str(current_num)), '0')) + str(current_num)
ids = obj_acc.search(cr, uid, [('code', '=', new_code), ('company_id', '=', company_id)]) ids = obj_acc.search(cr, uid, [('code', '=', new_code), ('company_id', '=', company_id)])

View File

@ -60,7 +60,7 @@
</record> </record>
<!-- <!--
Chart of Account Chart of Accounts
--> -->
<record id="chart0" model="account.account"> <record id="chart0" model="account.account">

View File

@ -1928,7 +1928,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6200,7 +6200,7 @@ msgstr ""
#. module: account #. module: account
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "The normal chart of accounts has a structure defined by the legal requirement of the country. The analytic chart of account structure should reflect your own business needs in term of costs/revenues reporting. They are usually structured by contracts, projects, products or departements. Most of the OpenERP operations (invoices, timesheets, expenses, etc) generate analytic entries on the related account." msgid "The normal chart of accounts has a structure defined by the legal requirement of the country. The analytic chart of accounts structure should reflect your own business needs in term of costs/revenues reporting. They are usually structured by contracts, projects, products or departements. Most of the OpenERP operations (invoices, timesheets, expenses, etc) generate analytic entries on the related account."
msgstr "" msgstr ""
#. module: account #. module: account
@ -7144,6 +7144,20 @@ msgstr ""
msgid "Company Currency" msgid "Company Currency"
msgstr "" msgstr ""
#. module: account
#: report:account.account.balance:0
#: report:account.partner.balance:0
#: report:account.third_party_ledger:0
#: report:account.third_party_ledger_other:0
#: report:account.balancesheet:0
#: report:account.balancesheet.horizontal:0
#: report:account.general.ledger:0
#: report:account.general.ledger_landscape:0
#: report:pl.account:0
#: report:pl.account.horizontal:0
msgid "Chart of Accounts"
msgstr ""
#. module: account #. module: account
#: model:process.node,name:account.process_node_paymententries0 #: model:process.node,name:account.process_node_paymententries0
#: model:process.transition,name:account.process_transition_reconcilepaid0 #: model:process.transition,name:account.process_transition_reconcilepaid0
@ -7321,6 +7335,8 @@ msgstr ""
#: view:account.invoice.report:0 #: view:account.invoice.report:0
#: field:account.invoice.report,date_due:0 #: field:account.invoice.report,date_due:0
#: field:report.invoice.created,date_due:0 #: field:report.invoice.created,date_due:0
#: view:account.print.invoice:0
#: field:account.print.invoice,date_due:0
msgid "Due Date" msgid "Due Date"
msgstr "" msgstr ""
@ -8069,7 +8085,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account
@ -8116,7 +8132,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account
@ -9247,3 +9263,15 @@ msgstr ""
#: report:account.balancesheet.horizontal:0 #: report:account.balancesheet.horizontal:0
msgid "Liabilities" msgid "Liabilities"
msgstr "" msgstr ""
#. module: account
#: report:pl.account:0
#: report:pl.account.horizontal:0
msgid "Expenses"
msgstr ""
#. module: account
#: report:pl.account:0
#: report:pl.account.horizontal:0
msgid "Income"
msgstr ""

View File

@ -2029,7 +2029,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6521,7 +6521,7 @@ msgstr ""
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8536,7 +8536,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account
@ -8583,7 +8583,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2065,7 +2065,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "Търсене в шаблони за сметкоплан" msgstr "Търсене в шаблони за сметкоплан"
#. module: account #. module: account
@ -6627,7 +6627,7 @@ msgstr "Аналитични редове"
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8672,7 +8672,7 @@ msgstr "Юли"
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "Диаграма на сметки" msgstr "Диаграма на сметки"
#. module: account #. module: account
@ -8719,7 +8719,7 @@ msgstr "Краен период"
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "Сметкоплан" msgstr "Сметкоплан"
#. module: account #. module: account
@ -10579,7 +10579,7 @@ msgstr ""
#~ msgid "is validated." #~ msgid "is validated."
#~ msgstr "е валидирано." #~ msgstr "е валидирано."
#~ msgid "Chart of Account" #~ msgid "Chart of Accounts"
#~ msgstr "Сметкоплан" #~ msgstr "Сметкоплан"
#~ msgid "JNRL" #~ msgid "JNRL"

View File

@ -2019,7 +2019,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6511,7 +6511,7 @@ msgstr ""
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8523,7 +8523,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account
@ -8570,7 +8570,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2028,7 +2028,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6550,7 +6550,7 @@ msgstr "Retci analitike"
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8582,7 +8582,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "Kontni plan" msgstr "Kontni plan"
#. module: account #. module: account
@ -8629,7 +8629,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2121,7 +2121,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "Cerca plantilles de pla comptable" msgstr "Cerca plantilles de pla comptable"
#. module: account #. module: account
@ -6890,7 +6890,7 @@ msgstr "Línies analítiques"
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -9087,7 +9087,7 @@ msgstr "Juliol"
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "Pla comptable" msgstr "Pla comptable"
#. module: account #. module: account
@ -9134,7 +9134,7 @@ msgstr "Període final"
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "Pla comptable" msgstr "Pla comptable"
#. module: account #. module: account
@ -11769,7 +11769,7 @@ msgstr "Passiu"
#~ msgid "is validated." #~ msgid "is validated."
#~ msgstr "està validada." #~ msgstr "està validada."
#~ msgid "Chart of Account" #~ msgid "Chart of Accounts"
#~ msgstr "Pla comptable" #~ msgstr "Pla comptable"
#~ msgid "Balance:" #~ msgid "Balance:"

View File

@ -2087,7 +2087,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "Hledat šablony účtové osnovy" msgstr "Hledat šablony účtové osnovy"
#. module: account #. module: account
@ -6639,7 +6639,7 @@ msgstr "Analytická řádky"
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8691,7 +8691,7 @@ msgstr "Červenec"
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "Grafy účtů" msgstr "Grafy účtů"
#. module: account #. module: account
@ -8738,7 +8738,7 @@ msgstr "Konec období"
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "Diagram účtů" msgstr "Diagram účtů"
#. module: account #. module: account
@ -10153,5 +10153,5 @@ msgstr ""
#~ msgid "Balance Sheet (Assets Accounts)" #~ msgid "Balance Sheet (Assets Accounts)"
#~ msgstr "Rozvaha (Majetkové účty)" #~ msgstr "Rozvaha (Majetkové účty)"
#~ msgid "Chart of Account" #~ msgid "Chart of Accounts"
#~ msgstr "Účtový rozvrh" #~ msgstr "Účtový rozvrh"

View File

@ -2025,7 +2025,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6530,7 +6530,7 @@ msgstr ""
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8545,7 +8545,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account
@ -8592,7 +8592,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2139,7 +2139,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "Suche Kontenplan Vorlage" msgstr "Suche Kontenplan Vorlage"
#. module: account #. module: account
@ -6937,7 +6937,7 @@ msgstr "Analytische Buchungen"
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -9146,7 +9146,7 @@ msgstr "Juli"
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "Kontenplan Finanzkonten" msgstr "Kontenplan Finanzkonten"
#. module: account #. module: account
@ -9193,7 +9193,7 @@ msgstr "Ende der Periode"
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "Kontenplan Finanzen" msgstr "Kontenplan Finanzen"
#. module: account #. module: account
@ -11748,7 +11748,7 @@ msgstr "Verbindlichkeiten"
#~ msgid "Error! You can not create recursive analytic accounts." #~ msgid "Error! You can not create recursive analytic accounts."
#~ msgstr "Fehler! Sie können keine rekursiven Konten definieren." #~ msgstr "Fehler! Sie können keine rekursiven Konten definieren."
#~ msgid "Chart of Account" #~ msgid "Chart of Accounts"
#~ msgstr "Kontenplan" #~ msgstr "Kontenplan"
#~ msgid "" #~ msgid ""

View File

@ -2070,7 +2070,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6617,7 +6617,7 @@ msgstr "Αναλυτικές Γραμμές"
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8658,7 +8658,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "Λογιστικό Σχέδιο" msgstr "Λογιστικό Σχέδιο"
#. module: account #. module: account
@ -8705,7 +8705,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2056,7 +2056,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6548,7 +6548,7 @@ msgstr ""
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8560,7 +8560,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account
@ -8607,7 +8607,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2021,7 +2021,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6515,7 +6515,7 @@ msgstr ""
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8527,7 +8527,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account
@ -8574,7 +8574,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2126,7 +2126,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "Buscar plantillas de plan contable" msgstr "Buscar plantillas de plan contable"
#. module: account #. module: account
@ -6894,7 +6894,7 @@ msgstr "Líneas analíticas"
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -9091,7 +9091,7 @@ msgstr "Julio"
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "Plan contable" msgstr "Plan contable"
#. module: account #. module: account
@ -9138,7 +9138,7 @@ msgstr "Periodo final"
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "Plan contable" msgstr "Plan contable"
#. module: account #. module: account
@ -11773,7 +11773,7 @@ msgstr "Pasivos"
#~ msgid "is validated." #~ msgid "is validated."
#~ msgstr "está validada." #~ msgstr "está validada."
#~ msgid "Chart of Account" #~ msgid "Chart of Accounts"
#~ msgstr "Plan contable" #~ msgstr "Plan contable"
#~ msgid "Balance:" #~ msgid "Balance:"

View File

@ -2034,7 +2034,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6582,7 +6582,7 @@ msgstr "Líneas analíticas"
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8623,7 +8623,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "Plan de cuentas" msgstr "Plan de cuentas"
#. module: account #. module: account
@ -8670,7 +8670,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2022,7 +2022,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6514,7 +6514,7 @@ msgstr ""
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8526,7 +8526,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account
@ -8573,7 +8573,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2119,7 +2119,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "Buscar Plan de Cuentas" msgstr "Buscar Plan de Cuentas"
#. module: account #. module: account
@ -6864,14 +6864,14 @@ msgstr "Analytic Lines"
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
"generate analytic entries on the related account." "generate analytic entries on the related account."
msgstr "" msgstr ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -9045,7 +9045,7 @@ msgstr "Julio"
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "Plan contable" msgstr "Plan contable"
#. module: account #. module: account
@ -9092,7 +9092,7 @@ msgstr "Período Final"
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "Plan de Cuentas" msgstr "Plan de Cuentas"
#. module: account #. module: account
@ -11613,7 +11613,7 @@ msgstr "Pasivos"
#~ msgid "Balance Sheet (Assets Accounts)" #~ msgid "Balance Sheet (Assets Accounts)"
#~ msgstr "Hoja de Balance (Cuentas de Activo)" #~ msgstr "Hoja de Balance (Cuentas de Activo)"
#~ msgid "Chart of Account" #~ msgid "Chart of Accounts"
#~ msgstr "Plan de Cuentas" #~ msgstr "Plan de Cuentas"
#~ msgid "Balance:" #~ msgid "Balance:"

View File

@ -1906,7 +1906,7 @@ msgstr "Esta clasificación se utiliza para diferenciar tipos con efectos especi
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "Buscar plantillas de plan contable" msgstr "Buscar plantillas de plan contable"
#. module: account #. module: account
@ -6112,7 +6112,7 @@ msgstr "Líneas analíticas"
#. module: account #. module: account
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "The normal chart of accounts has a structure defined by the legal requirement of the country. The analytic chart of account structure should reflect your own business needs in term of costs/revenues reporting. They are usually structured by contracts, projects, products or departements. Most of the OpenERP operations (invoices, timesheets, expenses, etc) generate analytic entries on the related account." msgid "The normal chart of accounts has a structure defined by the legal requirement of the country. The analytic chart of accounts structure should reflect your own business needs in term of costs/revenues reporting. They are usually structured by contracts, projects, products or departements. Most of the OpenERP operations (invoices, timesheets, expenses, etc) generate analytic entries on the related account."
msgstr "El plan de cuentas normales tiene una estructura predefinida por los requisitos legales del país. La estructura del plan de cuentas analíticas debería reflejar las necesidades de su negocio de cara al análisis de costes e ingresos. Por lo general se estructuran por contratos, proyectos, productos o departamentos. La mayoría de las operaciones de OpenERP (facturas, hojas de servicio, gastos, etc) generan polizas analíticos en la cuenta asociada." msgstr "El plan de cuentas normales tiene una estructura predefinida por los requisitos legales del país. La estructura del plan de cuentas analíticas debería reflejar las necesidades de su negocio de cara al análisis de costes e ingresos. Por lo general se estructuran por contratos, proyectos, productos o departamentos. La mayoría de las operaciones de OpenERP (facturas, hojas de servicio, gastos, etc) generan polizas analíticos en la cuenta asociada."
#. module: account #. module: account
@ -7059,7 +7059,7 @@ msgstr "Divisa de la compañía"
#: report:account.partner.balance:0 #: report:account.partner.balance:0
#: report:account.third_party_ledger:0 #: report:account.third_party_ledger:0
#: report:account.third_party_ledger_other:0 #: report:account.third_party_ledger_other:0
msgid "Chart of Account" msgid "Chart of Accounts"
msgstr "Plan contable" msgstr "Plan contable"
#. module: account #. module: account
@ -7990,7 +7990,7 @@ msgstr "Julio"
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "Plan contable" msgstr "Plan contable"
#. module: account #. module: account
@ -8033,7 +8033,7 @@ msgstr "Periodo final"
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "Plan contable" msgstr "Plan contable"
#. module: account #. module: account

View File

@ -2126,7 +2126,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "Buscar plantillas de plan contable" msgstr "Buscar plantillas de plan contable"
#. module: account #. module: account
@ -6892,7 +6892,7 @@ msgstr "Líneas analíticas"
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -9089,7 +9089,7 @@ msgstr "Julio"
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "Plan contable" msgstr "Plan contable"
#. module: account #. module: account
@ -9136,7 +9136,7 @@ msgstr "Periodo final"
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "Plan contable" msgstr "Plan contable"
#. module: account #. module: account
@ -10408,7 +10408,7 @@ msgstr ""
#~ msgid "is validated." #~ msgid "is validated."
#~ msgstr "está validada." #~ msgstr "está validada."
#~ msgid "Chart of Account" #~ msgid "Chart of Accounts"
#~ msgstr "Plan contable" #~ msgstr "Plan contable"
#~ msgid "JNRL" #~ msgid "JNRL"

View File

@ -2028,7 +2028,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6519,7 +6519,7 @@ msgstr "Analüütilised read"
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8535,7 +8535,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "Kontoplaan" msgstr "Kontoplaan"
#. module: account #. module: account
@ -8582,7 +8582,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2019,7 +2019,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6511,7 +6511,7 @@ msgstr ""
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8523,7 +8523,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account
@ -8570,7 +8570,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2019,7 +2019,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6511,7 +6511,7 @@ msgstr ""
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8523,7 +8523,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account
@ -8570,7 +8570,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2019,7 +2019,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6511,7 +6511,7 @@ msgstr ""
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8523,7 +8523,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account
@ -8570,7 +8570,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2056,7 +2056,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6590,7 +6590,7 @@ msgstr "Analyyttiset rivit"
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8623,7 +8623,7 @@ msgstr "Heinäkuu"
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "Tilikartta" msgstr "Tilikartta"
#. module: account #. module: account
@ -8670,7 +8670,7 @@ msgstr "Lopeta jaso"
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "Tilikartta" msgstr "Tilikartta"
#. module: account #. module: account
@ -11153,7 +11153,7 @@ msgstr "Vastuut"
#~ msgid "Invoice " #~ msgid "Invoice "
#~ msgstr "Lasku " #~ msgstr "Lasku "
#~ msgid "Chart of Account" #~ msgid "Chart of Accounts"
#~ msgstr "Tilikirja" #~ msgstr "Tilikirja"
#~ msgid "Balance:" #~ msgid "Balance:"

View File

@ -584,6 +584,8 @@ msgstr ""
#: field:account.move.bank.reconcile,journal_id:0 #: field:account.move.bank.reconcile,journal_id:0
#: view:account.move.line:0 #: view:account.move.line:0
#: field:account.move.line,journal_id:0 #: field:account.move.line,journal_id:0
#: report:account.third_party_ledger:0
#: report:account.third_party_ledger_other:0
#: code:addons/account/account_move_line.py:983 #: code:addons/account/account_move_line.py:983
#: view:analytic.entries.report:0 #: view:analytic.entries.report:0
#: field:analytic.entries.report,journal_id:0 #: field:analytic.entries.report,journal_id:0
@ -966,6 +968,7 @@ msgstr "Créer des périodes trimestrielles"
#. module: account #. module: account
#: report:account.overdue:0 #: report:account.overdue:0
#: report:account.aged_trial_balance:0
msgid "Due" msgid "Due"
msgstr "Due" msgstr "Due"
@ -1060,6 +1063,10 @@ msgstr "Modèle d'écritures"
#: field:account.journal,code:0 #: field:account.journal,code:0
#: report:account.partner.balance:0 #: report:account.partner.balance:0
#: field:account.period,code:0 #: field:account.period,code:0
#: report:account.balancesheet.horizontal:0
#: report:account.balancesheet:0
#: report:pl.account.horizontal:0
#: report:pl.account:0
msgid "Code" msgid "Code"
msgstr "Code" msgstr "Code"
@ -1389,6 +1396,7 @@ msgstr "Analyse des écritures comptables"
#. module: account #. module: account
#: model:ir.actions.act_window,name:account.action_partner_all #: model:ir.actions.act_window,name:account.action_partner_all
#: model:ir.ui.menu,name:account.next_id_22 #: model:ir.ui.menu,name:account.next_id_22
#: report:account.aged_trial_balance:0
msgid "Partners" msgid "Partners"
msgstr "Partenaires" msgstr "Partenaires"
@ -2188,7 +2196,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "Chercher un modèle de plan comptable" msgstr "Chercher un modèle de plan comptable"
#. module: account #. module: account
@ -2297,6 +2305,11 @@ msgstr "Modèle de produit"
#: report:account.third_party_ledger_other:0 #: report:account.third_party_ledger_other:0
#: report:account.vat.declaration:0 #: report:account.vat.declaration:0
#: model:ir.model,name:account.model_account_fiscalyear #: model:ir.model,name:account.model_account_fiscalyear
#: report:account.balancesheet.horizontal:0
#: report:account.balancesheet:0
#: report:pl.account.horizontal:0
#: report:pl.account:0
#: report:account.aged_trial_balance:0
msgid "Fiscal Year" msgid "Fiscal Year"
msgstr "Exercice comptable" msgstr "Exercice comptable"
@ -3174,7 +3187,9 @@ msgstr "Laisser vide pour utiliser le compte de dépense"
#: field:account.common.report,journal_ids:0 #: field:account.common.report,journal_ids:0
#: report:account.general.journal:0 #: report:account.general.journal:0
#: field:account.general.journal,journal_ids:0 #: field:account.general.journal,journal_ids:0
#: report:account.general.ledger_landscape:0
#: view:account.journal.period:0 #: view:account.journal.period:0
#: report:account.partner.balance:0
#: field:account.partner.balance,journal_ids:0 #: field:account.partner.balance,journal_ids:0
#: field:account.partner.ledger,journal_ids:0 #: field:account.partner.ledger,journal_ids:0
#: field:account.pl.report,journal_ids:0 #: field:account.pl.report,journal_ids:0
@ -3535,6 +3550,7 @@ msgstr ""
#: field:account.entries.report,date:0 #: field:account.entries.report,date:0
#: selection:account.general.journal,filter:0 #: selection:account.general.journal,filter:0
#: report:account.general.ledger:0 #: report:account.general.ledger:0
#: report:account.general.ledger_landscape:0
#: field:account.invoice.report,date:0 #: field:account.invoice.report,date:0
#: report:account.journal.period.print:0 #: report:account.journal.period.print:0
#: view:account.move:0 #: view:account.move:0
@ -4836,6 +4852,7 @@ msgstr "Balance Analytique -"
#: report:account.general.ledger_landscape:0 #: report:account.general.ledger_landscape:0
#: report:pl.account:0 #: report:pl.account:0
#: report:pl.account.horizontal:0 #: report:pl.account.horizontal:0
#: report:account.aged_trial_balance:0
msgid "Target Moves" msgid "Target Moves"
msgstr "Mouvements Cibles" msgstr "Mouvements Cibles"
@ -5670,6 +5687,16 @@ msgstr "La nouvelle devise n'est pas correctement paramétrée !"
#: field:account.print.journal,filter:0 #: field:account.print.journal,filter:0
#: field:account.report.general.ledger,filter:0 #: field:account.report.general.ledger,filter:0
#: field:account.vat.declaration,filter:0 #: field:account.vat.declaration,filter:0
#: field:account.account.balance,filter:0
#: field:account.central.journal,filter:0
#: field:account.general.journal,filter:0
#: field:account.partner.balance,filter:0
#: field:account.balancesheet,filter:0
#: field:account.balancesheet.horizontal,filter:0
#: field:account.general.ledger,filter:0
#: field:account.general.ledger_landscape,filter:0
#: field:pl.account,filter:0
#: field:pl.account.horizontal,filter:0
msgid "Filter by" msgid "Filter by"
msgstr "Filtrer par" msgstr "Filtrer par"
@ -6542,6 +6569,7 @@ msgstr " valorisation : pourcentage"
#: code:addons/account/invoice.py:1008 #: code:addons/account/invoice.py:1008
#: code:addons/account/wizard/account_invoice_refund.py:100 #: code:addons/account/wizard/account_invoice_refund.py:100
#: code:addons/account/wizard/account_invoice_refund.py:102 #: code:addons/account/wizard/account_invoice_refund.py:102
#: code:addons/account/wizard/account_open_closed_fiscalyear.py:40
#: code:addons/account/wizard/account_use_model.py:44 #: code:addons/account/wizard/account_use_model.py:44
#, python-format #, python-format
msgid "Error !" msgid "Error !"
@ -6684,6 +6712,7 @@ msgstr "Position fiscale des taxes"
#: view:account.report.general.ledger:0 #: view:account.report.general.ledger:0
#: model:ir.actions.act_window,name:account.action_account_general_ledger_menu #: model:ir.actions.act_window,name:account.action_account_general_ledger_menu
#: model:ir.actions.report.xml,name:account.account_general_ledger #: model:ir.actions.report.xml,name:account.account_general_ledger
#: model:ir.actions.report.xml,name:account.account_general_ledger_landscape
#: model:ir.ui.menu,name:account.menu_general_ledger #: model:ir.ui.menu,name:account.menu_general_ledger
msgid "General Ledger" msgid "General Ledger"
msgstr "Grand livre" msgstr "Grand livre"
@ -6739,6 +6768,8 @@ msgstr "Plan de taxes comptables"
#: report:account.general.journal:0 #: report:account.general.journal:0
#: report:account.invoice:0 #: report:account.invoice:0
#: report:account.partner.balance:0 #: report:account.partner.balance:0
#: report:pl.account.horizontal:0
#: report:pl.account:0
msgid "Total:" msgid "Total:"
msgstr "Total :" msgstr "Total :"
@ -6948,7 +6979,7 @@ msgstr "Lignes analytiques"
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -7353,6 +7384,7 @@ msgstr "Information optionnelle"
#. module: account #. module: account
#: view:account.analytic.line:0 #: view:account.analytic.line:0
#: field:account.bank.statement,user_id:0
#: view:account.journal:0 #: view:account.journal:0
#: field:account.journal,user_id:0 #: field:account.journal,user_id:0
#: view:analytic.entries.report:0 #: view:analytic.entries.report:0
@ -7949,6 +7981,7 @@ msgstr "Gestion de la comptabilité et des finances"
#: view:account.entries.report:0 #: view:account.entries.report:0
#: field:account.entries.report,period_id:0 #: field:account.entries.report,period_id:0
#: view:account.fiscalyear:0 #: view:account.fiscalyear:0
#: report:account.general.ledger_landscape:0
#: view:account.invoice:0 #: view:account.invoice:0
#: view:account.invoice.report:0 #: view:account.invoice.report:0
#: field:account.journal.period,period_id:0 #: field:account.journal.period,period_id:0
@ -8069,6 +8102,21 @@ msgstr "Tél. :"
msgid "Company Currency" msgid "Company Currency"
msgstr "Devise société" msgstr "Devise société"
#. module: account
#: report:account.account.balance:0
#: report:account.partner.balance:0
#: report:account.third_party_ledger:0
#: report:account.third_party_ledger_other:0
#: report:account.balancesheet:0
#: report:account.balancesheet.horizontal:0
#: report:account.general.ledger:0
#: report:account.general.ledger_landscape:0
#: report:pl.account:0
#: report:pl.account.horizontal:0
#: report:account.aged_trial_balance:0
msgid "Chart of Accounts"
msgstr "Plan comptable"
#. module: account #. module: account
#: model:process.node,name:account.process_node_paymententries0 #: model:process.node,name:account.process_node_paymententries0
#: model:process.transition,name:account.process_transition_reconcilepaid0 #: model:process.transition,name:account.process_transition_reconcilepaid0
@ -8185,6 +8233,7 @@ msgstr "Journal d'avoirs"
#: report:account.account.balance:0 #: report:account.account.balance:0
#: report:account.central.journal:0 #: report:account.central.journal:0
#: report:account.general.journal:0 #: report:account.general.journal:0
#: report:account.general.ledger_landscape:0
#: report:account.partner.balance:0 #: report:account.partner.balance:0
#: report:account.balancesheet:0 #: report:account.balancesheet:0
#: report:account.balancesheet.horizontal:0 #: report:account.balancesheet.horizontal:0
@ -8270,6 +8319,12 @@ msgstr "Modèle de pièce comptable"
msgid "Due Date" msgid "Due Date"
msgstr "Date d'échéance" msgstr "Date d'échéance"
#. module: account
#: view:account.print.invoice:0
#: field:account.print.invoice,date_due:0
msgid "Due Date"
msgstr "Echéance"
#. module: account #. module: account
#: model:ir.ui.menu,name:account.menu_account_supplier #: model:ir.ui.menu,name:account.menu_account_supplier
#: model:ir.ui.menu,name:account.menu_finance_payables #: model:ir.ui.menu,name:account.menu_finance_payables
@ -8783,6 +8838,7 @@ msgstr "Impossible de trouver le code parent pour le compte modèle !"
#. module: account #. module: account
#: field:account.aged.trial.balance,direction_selection:0 #: field:account.aged.trial.balance,direction_selection:0
#: report:account.aged_trial_balance:0
msgid "Analysis Direction" msgid "Analysis Direction"
msgstr "Direction d'Analyse" msgstr "Direction d'Analyse"
@ -8913,6 +8969,10 @@ msgstr "Laisser vide pour utiliser le compte de revenu"
#: report:account.third_party_ledger_other:0 #: report:account.third_party_ledger_other:0
#: field:report.account.receivable,balance:0 #: field:report.account.receivable,balance:0
#: field:report.aged.receivable,balance:0 #: field:report.aged.receivable,balance:0
#: report:account.balancesheet.horizontal:0
#: report:account.balancesheet:0
#: report:pl.account.horizontal:0
#: report:pl.account:0
msgid "Balance" msgid "Balance"
msgstr "Balance" msgstr "Balance"
@ -8964,7 +9024,7 @@ msgstr ""
#: selection:account.account.template,type:0 #: selection:account.account.template,type:0
#: selection:account.entries.report,type:0 #: selection:account.entries.report,type:0
msgid "Payable" msgid "Payable"
msgstr "Payable" msgstr "Débiteurs"
#. module: account #. module: account
#: view:report.account.sales:0 #: view:report.account.sales:0
@ -9063,6 +9123,7 @@ msgstr "Saisie manuelle"
#. module: account #. module: account
#: report:account.general.ledger:0 #: report:account.general.ledger:0
#: report:account.general.ledger_landscape:0
#: report:account.journal.period.print:0 #: report:account.journal.period.print:0
#: field:account.move.line,move_id:0 #: field:account.move.line,move_id:0
#: field:analytic.entries.report,move_id:0 #: field:analytic.entries.report,move_id:0
@ -9142,7 +9203,7 @@ msgstr "Juillet"
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "Plan comptable" msgstr "Plan comptable"
#. module: account #. module: account
@ -9189,7 +9250,7 @@ msgstr "Période de fin"
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "Plan comptable" msgstr "Plan comptable"
#. module: account #. module: account
@ -9237,6 +9298,7 @@ msgstr "Écriture d'abonnement"
#: report:account.general.journal:0 #: report:account.general.journal:0
#: field:account.general.journal,date_from:0 #: field:account.general.journal,date_from:0
#: report:account.general.ledger:0 #: report:account.general.ledger:0
#: report:account.general.ledger_landscape:0
#: field:account.installer,date_start:0 #: field:account.installer,date_start:0
#: report:account.journal.period.print:0 #: report:account.journal.period.print:0
#: report:account.partner.balance:0 #: report:account.partner.balance:0
@ -9249,6 +9311,7 @@ msgstr "Écriture d'abonnement"
#: report:account.third_party_ledger:0 #: report:account.third_party_ledger:0
#: report:account.third_party_ledger_other:0 #: report:account.third_party_ledger_other:0
#: field:account.vat.declaration,date_from:0 #: field:account.vat.declaration,date_from:0
#: report:account.aged_trial_balance:0
msgid "Start Date" msgid "Start Date"
msgstr "Date de début" msgstr "Date de début"
@ -9673,6 +9736,7 @@ msgstr "Validé"
#: report:account.general.journal:0 #: report:account.general.journal:0
#: field:account.general.journal,date_to:0 #: field:account.general.journal,date_to:0
#: report:account.general.ledger:0 #: report:account.general.ledger:0
#: report:account.general.ledger_landscape:0
#: field:account.installer,date_stop:0 #: field:account.installer,date_stop:0
#: report:account.journal.period.print:0 #: report:account.journal.period.print:0
#: report:account.partner.balance:0 #: report:account.partner.balance:0
@ -9760,6 +9824,7 @@ msgstr "États"
#: field:report.account.sales,amount_total:0 #: field:report.account.sales,amount_total:0
#: field:report.account_type.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0
#: field:report.invoice.created,amount_total:0 #: field:report.invoice.created,amount_total:0
#: report:account.aged_trial_balance:0
msgid "Total" msgid "Total"
msgstr "Total" msgstr "Total"
@ -10290,6 +10355,7 @@ msgstr "account.addtmpl.wizard"
#: field:account.partner.ledger,result_selection:0 #: field:account.partner.ledger,result_selection:0
#: report:account.third_party_ledger:0 #: report:account.third_party_ledger:0
#: report:account.third_party_ledger_other:0 #: report:account.third_party_ledger_other:0
#: report:account.aged_trial_balance:0
msgid "Partner's" msgid "Partner's"
msgstr "Du partenaire" msgstr "Du partenaire"
@ -10441,6 +10507,18 @@ msgstr "Actif"
msgid "Liabilities" msgid "Liabilities"
msgstr "Passif" msgstr "Passif"
#. module: account
#: report:pl.account:0
#: report:pl.account.horizontal:0
msgid "Expenses"
msgstr "Charges"
#. module: account
#: report:pl.account:0
#: report:pl.account.horizontal:0
msgid "Income"
msgstr "Produits"
#~ msgid "Aged Trial Balance" #~ msgid "Aged Trial Balance"
#~ msgstr "Balance Agée" #~ msgstr "Balance Agée"
@ -10679,9 +10757,6 @@ msgstr "Passif"
#~ msgid "Close states" #~ msgid "Close states"
#~ msgstr "Clôturer l'état" #~ msgstr "Clôturer l'état"
#~ msgid "Income"
#~ msgstr "Produits"
#~ msgid "Print General Journal" #~ msgid "Print General Journal"
#~ msgstr "Imprimer le journal général" #~ msgstr "Imprimer le journal général"
@ -11747,7 +11822,7 @@ msgstr "Passif"
#~ msgid "Balance Sheet (Assets Accounts)" #~ msgid "Balance Sheet (Assets Accounts)"
#~ msgstr "Bilan (comptes d'actif)" #~ msgstr "Bilan (comptes d'actif)"
#~ msgid "Chart of Account" #~ msgid "Chart of Accounts"
#~ msgstr "Plan comptable" #~ msgstr "Plan comptable"
#~ msgid "Balance:" #~ msgid "Balance:"

View File

@ -2021,7 +2021,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6513,7 +6513,7 @@ msgstr ""
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8526,7 +8526,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account
@ -8573,7 +8573,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2118,7 +2118,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "Busca as Plantillas do Plan de Contas" msgstr "Busca as Plantillas do Plan de Contas"
#. module: account #. module: account
@ -6782,7 +6782,7 @@ msgstr ""
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8799,7 +8799,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account
@ -8846,7 +8846,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2019,7 +2019,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6511,7 +6511,7 @@ msgstr ""
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8523,7 +8523,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account
@ -8570,7 +8570,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2019,7 +2019,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6511,7 +6511,7 @@ msgstr ""
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8523,7 +8523,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account
@ -8570,7 +8570,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2020,7 +2020,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6512,7 +6512,7 @@ msgstr ""
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8524,7 +8524,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account
@ -8571,7 +8571,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2035,7 +2035,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "Traži predloške kontnog plana" msgstr "Traži predloške kontnog plana"
#. module: account #. module: account
@ -6560,7 +6560,7 @@ msgstr "Retci analitike"
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8585,7 +8585,7 @@ msgstr "Srpanj"
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "Kontni plan" msgstr "Kontni plan"
#. module: account #. module: account
@ -8632,7 +8632,7 @@ msgstr "Do perioda"
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "Kontni plan" msgstr "Kontni plan"
#. module: account #. module: account
@ -10905,5 +10905,5 @@ msgstr ""
#~ msgid "Balance Sheet (Assets Accounts)" #~ msgid "Balance Sheet (Assets Accounts)"
#~ msgstr "Bilanca (konta imovine)" #~ msgstr "Bilanca (konta imovine)"
#~ msgid "Chart of Account" #~ msgid "Chart of Accounts"
#~ msgstr "Kontni plan" #~ msgstr "Kontni plan"

View File

@ -2115,7 +2115,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "Számlatükör sablon keresése" msgstr "Számlatükör sablon keresése"
#. module: account #. module: account
@ -6832,7 +6832,7 @@ msgstr "Gyűjtőkód tételek"
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8998,7 +8998,7 @@ msgstr "Július"
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "Számlatükör" msgstr "Számlatükör"
#. module: account #. module: account
@ -9045,7 +9045,7 @@ msgstr "Záró időszak"
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "Számlatükör" msgstr "Számlatükör"
#. module: account #. module: account
@ -10622,7 +10622,7 @@ msgstr ""
#~ msgid "is validated." #~ msgid "is validated."
#~ msgstr "jóváhagyásra került." #~ msgstr "jóváhagyásra került."
#~ msgid "Chart of Account" #~ msgid "Chart of Accounts"
#~ msgstr "Számlatükör" #~ msgstr "Számlatükör"
#~ msgid "JNRL" #~ msgid "JNRL"

View File

@ -2132,7 +2132,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "Cari template grafik akun" msgstr "Cari template grafik akun"
#. module: account #. module: account
@ -6696,7 +6696,7 @@ msgstr "Baris Analitik"
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8745,7 +8745,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "Susunan akun-akun" msgstr "Susunan akun-akun"
#. module: account #. module: account
@ -8792,7 +8792,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2126,7 +2126,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "Ricerca template di piano dei conti" msgstr "Ricerca template di piano dei conti"
#. module: account #. module: account
@ -6831,7 +6831,7 @@ msgstr "Linee analitiche"
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8939,7 +8939,7 @@ msgstr "Luglio"
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "Piano dei conti" msgstr "Piano dei conti"
#. module: account #. module: account
@ -8986,7 +8986,7 @@ msgstr "Periodo finale"
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "piano dei conti" msgstr "piano dei conti"
#. module: account #. module: account
@ -11038,7 +11038,7 @@ msgstr ""
#~ msgid "Statements reconciliation" #~ msgid "Statements reconciliation"
#~ msgstr "Riconciliazione registrazioni" #~ msgstr "Riconciliazione registrazioni"
#~ msgid "Chart of Account" #~ msgid "Chart of Accounts"
#~ msgstr "Piano dei conti" #~ msgstr "Piano dei conti"
#~ msgid "Balance Sheet (Assets Accounts)" #~ msgid "Balance Sheet (Assets Accounts)"

View File

@ -2019,7 +2019,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6511,7 +6511,7 @@ msgstr ""
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8523,7 +8523,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account
@ -8570,7 +8570,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2019,7 +2019,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6511,7 +6511,7 @@ msgstr ""
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8523,7 +8523,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account
@ -8570,7 +8570,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2019,7 +2019,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6511,7 +6511,7 @@ msgstr ""
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8523,7 +8523,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account
@ -8570,7 +8570,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2019,7 +2019,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6511,7 +6511,7 @@ msgstr ""
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8523,7 +8523,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account
@ -8570,7 +8570,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2043,7 +2043,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6557,7 +6557,7 @@ msgstr "Analitinės eilutės"
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8581,7 +8581,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "Sąskaitų planas" msgstr "Sąskaitų planas"
#. module: account #. module: account
@ -8628,7 +8628,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2087,7 +2087,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6598,7 +6598,7 @@ msgstr "Analītiskās Rindas"
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8613,7 +8613,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "Kontu plāns" msgstr "Kontu plāns"
#. module: account #. module: account
@ -8660,7 +8660,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2021,7 +2021,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6513,7 +6513,7 @@ msgstr ""
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8525,7 +8525,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account
@ -8572,7 +8572,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2049,7 +2049,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6652,7 +6652,7 @@ msgstr "Аналитик бичилт"
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8710,7 +8710,7 @@ msgstr "7 сар"
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "Дансны мод" msgstr "Дансны мод"
#. module: account #. module: account
@ -8757,7 +8757,7 @@ msgstr "Дуусах мөчлөг"
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "Дансны төлөвлөгөө" msgstr "Дансны төлөвлөгөө"
#. module: account #. module: account
@ -11174,7 +11174,7 @@ msgstr ""
#~ msgid "</drawRightString>" #~ msgid "</drawRightString>"
#~ msgstr "</drawRightString>" #~ msgstr "</drawRightString>"
#~ msgid "Chart of Account" #~ msgid "Chart of Accounts"
#~ msgstr "Дансны төлөвлөгөө" #~ msgstr "Дансны төлөвлөгөө"
#~ msgid "JNRL" #~ msgid "JNRL"

View File

@ -2052,7 +2052,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "Søk kontoplanmal" msgstr "Søk kontoplanmal"
#. module: account #. module: account
@ -6573,7 +6573,7 @@ msgstr "Analytiske linjer"
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8597,7 +8597,7 @@ msgstr "Juli"
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "Kontoplan" msgstr "Kontoplan"
#. module: account #. module: account
@ -8644,7 +8644,7 @@ msgstr "Periodeslutt"
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "Kontoplan" msgstr "Kontoplan"
#. module: account #. module: account
@ -9846,7 +9846,7 @@ msgstr ""
#~ msgid "Balance Sheet (Assets Accounts)" #~ msgid "Balance Sheet (Assets Accounts)"
#~ msgstr "Balanse (Aktivakonti)" #~ msgstr "Balanse (Aktivakonti)"
#~ msgid "Chart of Account" #~ msgid "Chart of Accounts"
#~ msgstr "Kontoplan" #~ msgstr "Kontoplan"
#~ msgid "JNRL" #~ msgid "JNRL"

View File

@ -2126,7 +2126,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "Rekeningschema sjablonen zoeken" msgstr "Rekeningschema sjablonen zoeken"
#. module: account #. module: account
@ -6745,7 +6745,7 @@ msgstr "Analytische regels"
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8788,7 +8788,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "Grootboekschema" msgstr "Grootboekschema"
#. module: account #. module: account
@ -8835,7 +8835,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2047,7 +2047,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6562,7 +6562,7 @@ msgstr "Analytische lijnen"
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8582,7 +8582,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account
@ -8629,7 +8629,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2019,7 +2019,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6511,7 +6511,7 @@ msgstr ""
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8523,7 +8523,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "Plan comptable" msgstr "Plan comptable"
#. module: account #. module: account
@ -8570,7 +8570,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2088,7 +2088,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "Przeszukaj szablon planu kont" msgstr "Przeszukaj szablon planu kont"
#. module: account #. module: account
@ -6703,7 +6703,7 @@ msgstr "Pozycje analityczne"
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8804,7 +8804,7 @@ msgstr "Lipiec"
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "Plan kont" msgstr "Plan kont"
#. module: account #. module: account
@ -8851,7 +8851,7 @@ msgstr "Okres końcowy"
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "Plan kont" msgstr "Plan kont"
#. module: account #. module: account
@ -11362,5 +11362,5 @@ msgstr ""
#~ msgid "is validated." #~ msgid "is validated."
#~ msgstr "zostało zatwierdzone." #~ msgstr "zostało zatwierdzone."
#~ msgid "Chart of Account" #~ msgid "Chart of Accounts"
#~ msgstr "Plan kont" #~ msgstr "Plan kont"

View File

@ -2110,7 +2110,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "Pesquisar Modelos de Plano de Contas" msgstr "Pesquisar Modelos de Plano de Contas"
#. module: account #. module: account
@ -6861,7 +6861,7 @@ msgstr "Linhas analíticas"
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -9045,7 +9045,7 @@ msgstr "Julho"
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "Gráfico de contas" msgstr "Gráfico de contas"
#. module: account #. module: account
@ -9092,7 +9092,7 @@ msgstr "Fim do período"
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "Plano de contas" msgstr "Plano de contas"
#. module: account #. module: account
@ -11708,7 +11708,7 @@ msgstr ""
#~ msgid "is validated." #~ msgid "is validated."
#~ msgstr "está validado" #~ msgstr "está validado"
#~ msgid "Chart of Account" #~ msgid "Chart of Accounts"
#~ msgstr "Plano de contas" #~ msgstr "Plano de contas"
#, python-format #, python-format

View File

@ -2118,7 +2118,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "Pesquisar Modelos de Planos de Conta" msgstr "Pesquisar Modelos de Planos de Conta"
#. module: account #. module: account
@ -6873,7 +6873,7 @@ msgstr "Linhas analíticas"
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -9053,7 +9053,7 @@ msgstr "Julho"
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "Plano de contas" msgstr "Plano de contas"
#. module: account #. module: account
@ -9100,7 +9100,7 @@ msgstr "Finalizar Período"
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "Plano de conta" msgstr "Plano de conta"
#. module: account #. module: account
@ -11648,7 +11648,7 @@ msgstr ""
#~ msgid "Statement encoding produces payment entries" #~ msgid "Statement encoding produces payment entries"
#~ msgstr "Codificação de demonstrativos para lançamentos de pagamento" #~ msgstr "Codificação de demonstrativos para lançamentos de pagamento"
#~ msgid "Chart of Account" #~ msgid "Chart of Accounts"
#~ msgstr "Plano de Conta" #~ msgstr "Plano de Conta"
#, python-format #, python-format

View File

@ -2045,7 +2045,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6583,7 +6583,7 @@ msgstr "Linii analitice"
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8619,7 +8619,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "Plan de conturi" msgstr "Plan de conturi"
#. module: account #. module: account
@ -8666,7 +8666,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2102,7 +2102,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "Искать шаблоны планов счетов" msgstr "Искать шаблоны планов счетов"
#. module: account #. module: account
@ -6764,7 +6764,7 @@ msgstr "Позиции аналитики"
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8841,7 +8841,7 @@ msgstr "Июль"
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "План счетов" msgstr "План счетов"
#. module: account #. module: account
@ -8888,7 +8888,7 @@ msgstr "Конец периода"
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "План счетов" msgstr "План счетов"
#. module: account #. module: account
@ -10942,7 +10942,7 @@ msgstr "Обязательства"
#~ msgid "Date/Period Filter" #~ msgid "Date/Period Filter"
#~ msgstr "Фильтр даты/периода" #~ msgstr "Фильтр даты/периода"
#~ msgid "Chart of Account" #~ msgid "Chart of Accounts"
#~ msgstr "План счетов" #~ msgstr "План счетов"
#, python-format #, python-format

View File

@ -2019,7 +2019,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6511,7 +6511,7 @@ msgstr ""
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8523,7 +8523,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account
@ -8570,7 +8570,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2019,7 +2019,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6511,7 +6511,7 @@ msgstr ""
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8526,7 +8526,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account
@ -8573,7 +8573,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2026,7 +2026,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6526,7 +6526,7 @@ msgstr "Analitične vrstice"
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8546,7 +8546,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "Kontni načrt" msgstr "Kontni načrt"
#. module: account #. module: account
@ -8593,7 +8593,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2021,7 +2021,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6524,7 +6524,7 @@ msgstr ""
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8539,7 +8539,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account
@ -8586,7 +8586,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2030,7 +2030,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6555,7 +6555,7 @@ msgstr "Redovi analitike"
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8585,7 +8585,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "Kontni plan" msgstr "Kontni plan"
#. module: account #. module: account
@ -8632,7 +8632,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2028,7 +2028,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6553,7 +6553,7 @@ msgstr "Redovi analitike"
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8583,7 +8583,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "Kontni plan" msgstr "Kontni plan"
#. module: account #. module: account
@ -8630,7 +8630,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2061,7 +2061,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "Sök kontoplansmallar" msgstr "Sök kontoplansmallar"
#. module: account #. module: account
@ -6631,7 +6631,7 @@ msgstr "Objektrader"
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8675,8 +8675,8 @@ msgstr "juli"
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "Chart of accounts" msgstr "Chart of Accounts"
#. module: account #. module: account
#: field:account.subscription.line,subscription_id:0 #: field:account.subscription.line,subscription_id:0
@ -8722,7 +8722,7 @@ msgstr "Slutperiod"
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "Kontoplan" msgstr "Kontoplan"
#. module: account #. module: account
@ -11251,5 +11251,5 @@ msgstr ""
#~ msgid "Invoice " #~ msgid "Invoice "
#~ msgstr "Faktura " #~ msgstr "Faktura "
#~ msgid "Chart of Account" #~ msgid "Chart of Accounts"
#~ msgstr "Kontoplan" #~ msgstr "Kontoplan"

View File

@ -2019,7 +2019,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6511,7 +6511,7 @@ msgstr ""
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8523,7 +8523,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account
@ -8570,7 +8570,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2019,7 +2019,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6511,7 +6511,7 @@ msgstr ""
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8523,7 +8523,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account
@ -8570,7 +8570,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2021,7 +2021,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "ค้นหาตัวอย่างผังบัญชี" msgstr "ค้นหาตัวอย่างผังบัญชี"
#. module: account #. module: account
@ -6513,7 +6513,7 @@ msgstr ""
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8525,7 +8525,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account
@ -8572,7 +8572,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2018,7 +2018,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6510,7 +6510,7 @@ msgstr ""
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8522,7 +8522,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account
@ -8569,7 +8569,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2109,8 +2109,8 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "Search Chart of Account Templates" msgstr "Search Chart of Accounts Templates"
#. module: account #. module: account
#: view:account.installer:0 #: view:account.installer:0
@ -6834,7 +6834,7 @@ msgstr "Analytic Lines"
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -9002,7 +9002,7 @@ msgstr "July"
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "Hesap Planı Kartları" msgstr "Hesap Planı Kartları"
#. module: account #. module: account
@ -9049,8 +9049,8 @@ msgstr "End Period"
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "Chart of account" msgstr "Chart of Accounts"
#. module: account #. module: account
#: field:account.move.line,date_maturity:0 #: field:account.move.line,date_maturity:0
@ -11092,8 +11092,8 @@ msgstr ""
#~ msgid "</drawRightString>" #~ msgid "</drawRightString>"
#~ msgstr "</drawRightString>" #~ msgstr "</drawRightString>"
#~ msgid "Chart of Account" #~ msgid "Chart of Accounts"
#~ msgstr "Chart of Account" #~ msgstr "Chart of Accounts"
#~ msgid "Partner Ref." #~ msgid "Partner Ref."
#~ msgstr "Partner Ref." #~ msgstr "Partner Ref."

View File

@ -2019,7 +2019,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6511,7 +6511,7 @@ msgstr ""
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8523,7 +8523,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account
@ -8570,7 +8570,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2020,7 +2020,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6513,7 +6513,7 @@ msgstr "Рядки аналітики"
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8528,7 +8528,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "План Рахунків" msgstr "План Рахунків"
#. module: account #. module: account
@ -8575,7 +8575,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2019,7 +2019,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6511,7 +6511,7 @@ msgstr ""
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8523,7 +8523,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account
@ -8570,7 +8570,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2111,8 +2111,8 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "Search Chart of Account Templates" msgstr "Search Chart of Accounts Templates"
#. module: account #. module: account
#: view:account.installer:0 #: view:account.installer:0
@ -6845,14 +6845,14 @@ msgstr "Analytic Lines"
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
"generate analytic entries on the related account." "generate analytic entries on the related account."
msgstr "" msgstr ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -9025,7 +9025,7 @@ msgstr "Tháng Bảy"
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "Hệ thống tài khoản" msgstr "Hệ thống tài khoản"
#. module: account #. module: account
@ -9072,7 +9072,7 @@ msgstr "Kết thúc chu kỳ"
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "Hệ thống tài khoản" msgstr "Hệ thống tài khoản"
#. module: account #. module: account
@ -10553,7 +10553,7 @@ msgstr "Tài sản nợ"
#~ msgid "Invoice " #~ msgid "Invoice "
#~ msgstr "Hóa đơn " #~ msgstr "Hóa đơn "
#~ msgid "Chart of Account" #~ msgid "Chart of Accounts"
#~ msgstr "Hệ thống tài khoản" #~ msgstr "Hệ thống tài khoản"
#~ msgid "Document" #~ msgid "Document"

View File

@ -2021,7 +2021,7 @@ msgstr "这类型用来区分特殊结果:视图不能有分录,多公司合
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "搜索科目一览表模板" msgstr "搜索科目一览表模板"
#. module: account #. module: account
@ -6550,7 +6550,7 @@ msgstr "辅助核算明细"
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8594,7 +8594,7 @@ msgstr "7"
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "科目一览表" msgstr "科目一览表"
#. module: account #. module: account
@ -8641,7 +8641,7 @@ msgstr "结束会计期间"
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "科目一览表" msgstr "科目一览表"
#. module: account #. module: account
@ -11133,7 +11133,7 @@ msgstr "负债"
#~ msgid "Balance Sheet (Assets Accounts)" #~ msgid "Balance Sheet (Assets Accounts)"
#~ msgstr "资产负债表(资产科目)" #~ msgstr "资产负债表(资产科目)"
#~ msgid "Chart of Account" #~ msgid "Chart of Accounts"
#~ msgstr "科目一览表" #~ msgstr "科目一览表"
#, python-format #, python-format

View File

@ -2019,7 +2019,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6511,7 +6511,7 @@ msgstr ""
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8523,7 +8523,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account
@ -8570,7 +8570,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -2018,7 +2018,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.chart.template:0 #: view:account.chart.template:0
msgid "Search Chart of Account Templates" msgid "Search Chart of Accounts Templates"
msgstr "" msgstr ""
#. module: account #. module: account
@ -6510,7 +6510,7 @@ msgstr ""
#: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2 #: model:ir.actions.act_window,help:account.action_account_analytic_account_tree2
msgid "" msgid ""
"The normal chart of accounts has a structure defined by the legal " "The normal chart of accounts has a structure defined by the legal "
"requirement of the country. The analytic chart of account structure should " "requirement of the country. The analytic chart of accounts structure should "
"reflect your own business needs in term of costs/revenues reporting. They " "reflect your own business needs in term of costs/revenues reporting. They "
"are usually structured by contracts, projects, products or departements. " "are usually structured by contracts, projects, products or departements. "
"Most of the OpenERP operations (invoices, timesheets, expenses, etc) " "Most of the OpenERP operations (invoices, timesheets, expenses, etc) "
@ -8522,7 +8522,7 @@ msgstr ""
#. module: account #. module: account
#: view:account.account:0 #: view:account.account:0
msgid "Chart of accounts" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account
@ -8569,7 +8569,7 @@ msgstr ""
#: field:account.print.journal,chart_account_id:0 #: field:account.print.journal,chart_account_id:0
#: field:account.report.general.ledger,chart_account_id:0 #: field:account.report.general.ledger,chart_account_id:0
#: field:account.vat.declaration,chart_account_id:0 #: field:account.vat.declaration,chart_account_id:0
msgid "Chart of account" msgid "Chart of Accounts"
msgstr "" msgstr ""
#. module: account #. module: account

View File

@ -43,7 +43,7 @@ class account_installer(osv.osv_memory):
sorted(((m.name, m.shortdesc) sorted(((m.name, m.shortdesc)
for m in modules.browse(cr, uid, ids, context=context)), for m in modules.browse(cr, uid, ids, context=context)),
key=itemgetter(1))) key=itemgetter(1)))
charts.insert(0, ('configurable', 'Generic Chart Of Account')) charts.insert(0, ('configurable', 'Generic Chart Of Accounts'))
return charts return charts
_columns = { _columns = {

View File

@ -138,7 +138,7 @@
<field name="view_type">tree</field> <field name="view_type">tree</field>
<field name="view_id" ref="view_account_analytic_account_tree"/> <field name="view_id" ref="view_account_analytic_account_tree"/>
<field name="domain">[('parent_id','=',False)]</field> <field name="domain">[('parent_id','=',False)]</field>
<field name="help">The normal chart of accounts has a structure defined by the legal requirement of the country. The analytic chart of account structure should reflect your own business needs in term of costs/revenues reporting. They are usually structured by contracts, projects, products or departements. Most of the OpenERP operations (invoices, timesheets, expenses, etc) generate analytic entries on the related account.</field> <field name="help">The normal chart of accounts has a structure defined by the legal requirement of the country. The analytic chart of accounts structure should reflect your own business needs in term of costs/revenues reporting. They are usually structured by contracts, projects, products or departements. Most of the OpenERP operations (invoices, timesheets, expenses, etc) generate analytic entries on the related account.</field>
</record> </record>
<menuitem groups="analytic.group_analytic_accounting" id="next_id_40" <menuitem groups="analytic.group_analytic_accounting" id="next_id_40"

View File

@ -182,7 +182,7 @@
</para> </para>
<blockTable colWidths="163.0,163.0,163.0" style="Table2_header"> <blockTable colWidths="163.0,163.0,163.0" style="Table2_header">
<tr> <tr>
<td><para style="terp_tblheader_General_Centre">Chart of Account </para></td> <td><para style="terp_tblheader_General_Centre">Chart of Accounts</para></td>
<td><para style="terp_tblheader_General_Centre">Fiscal Year</para></td> <td><para style="terp_tblheader_General_Centre">Fiscal Year</para></td>
<td><para style="terp_tblheader_General_Centre">Filter By [[ get_filter(data)!='No Filter' and get_filter(data) ]]</para></td> <td><para style="terp_tblheader_General_Centre">Filter By [[ get_filter(data)!='No Filter' and get_filter(data) ]]</para></td>
</tr> </tr>

View File

@ -13,7 +13,7 @@
"tz": False, "active_id": ref("account.menu_action_account_tree2"), }) "tz": False, "active_id": ref("account.menu_action_account_tree2"), })
- -
I create chart of account with target move set as posted I create chart of accounts with target move set as posted
- -
!record {model: account.chart, id: account_chart_0}: !record {model: account.chart, id: account_chart_0}:
target_move: posted target_move: posted