diff --git a/addons/account/account.py b/addons/account/account.py index f461be1b2ed..625bcd1a6a8 100644 --- a/addons/account/account.py +++ b/addons/account/account.py @@ -2442,14 +2442,14 @@ class account_tax_template(osv.osv): account_tax_template() -# Fiscal Position Templates +# Fiscal Mapping Templates class account_fiscal_position_template(osv.osv): _name = 'account.fiscal.position.template' - _description = 'Template for Fiscal Position' + _description = 'Template for Fiscal Mapping' _columns = { - 'name': fields.char('Fiscal Position Template', size=64, translate=True, required=True), + 'name': fields.char('Fiscal Mapping Template', size=64, translate=True, required=True), 'chart_template_id': fields.many2one('account.chart.template', 'Chart Template', required=True), 'account_ids': fields.one2many('account.fiscal.position.account.template', 'position_id', 'Account Mapping'), 'tax_ids': fields.one2many('account.fiscal.position.tax.template', 'position_id', 'Tax Mapping') @@ -2459,11 +2459,11 @@ account_fiscal_position_template() class account_fiscal_position_tax_template(osv.osv): _name = 'account.fiscal.position.tax.template' - _description = 'Fiscal Position Template Tax Mapping' + _description = 'Template Tax Fiscal Mapping' _rec_name = 'position_id' _columns = { - 'position_id': fields.many2one('account.fiscal.position.template', 'Fiscal Position', required=True, ondelete='cascade'), + 'position_id': fields.many2one('account.fiscal.position.template', 'Fiscal Mapping', required=True, ondelete='cascade'), 'tax_src_id': fields.many2one('account.tax.template', 'Tax Source', required=True), 'tax_dest_id': fields.many2one('account.tax.template', 'Replacement Tax') } @@ -2472,10 +2472,10 @@ account_fiscal_position_tax_template() class account_fiscal_position_account_template(osv.osv): _name = 'account.fiscal.position.account.template' - _description = 'Fiscal Position Template Account Mapping' + _description = 'Template Account Fiscal Mapping' _rec_name = 'position_id' _columns = { - 'position_id': fields.many2one('account.fiscal.position.template', 'Fiscal Position', required=True, ondelete='cascade'), + 'position_id': fields.many2one('account.fiscal.position.template', 'Fiscal Mapping', required=True, ondelete='cascade'), 'account_src_id': fields.many2one('account.account.template', 'Account Source', domain=[('type','<>','view')], required=True), 'account_dest_id': fields.many2one('account.account.template', 'Account Destination', domain=[('type','<>','view')], required=True) } diff --git a/addons/account/account_view.xml b/addons/account/account_view.xml index d835588b999..bcd5d8b233b 100644 --- a/addons/account/account_view.xml +++ b/addons/account/account_view.xml @@ -2436,14 +2436,14 @@ - + account.fiscal.position.template.form account.fiscal.position.template form -
+ @@ -2475,14 +2475,14 @@ account.fiscal.position.template tree - + - Fiscal Position Templates + Fiscal Mapping Templates account.fiscal.position.template form tree,form diff --git a/addons/account/configurable_account_chart.xml b/addons/account/configurable_account_chart.xml index 58399db3111..c0c898d4987 100644 --- a/addons/account/configurable_account_chart.xml +++ b/addons/account/configurable_account_chart.xml @@ -554,7 +554,7 @@ - + diff --git a/addons/account/i18n/account.pot b/addons/account/i18n/account.pot index caf8fe9ab5c..0e98916b75e 100644 --- a/addons/account/i18n/account.pot +++ b/addons/account/i18n/account.pot @@ -590,7 +590,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" +msgid "Accounts Fiscal Mapping" msgstr "" #. module: account @@ -981,7 +981,7 @@ msgstr "" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" +msgid "Fiscal Mapping" msgstr "" #. module: account @@ -1003,7 +1003,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" +msgid "Taxes Fiscal Mapping" msgstr "" #. module: account @@ -1088,7 +1088,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" +msgid "Fiscal Mapping Templates" msgstr "" #. module: account @@ -1120,7 +1120,7 @@ msgstr "" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" +msgid "Fiscal Mapping Template" msgstr "" #. module: account @@ -1181,7 +1181,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" +msgid "Template Account Fiscal Mapping" msgstr "" #. module: account @@ -1755,7 +1755,7 @@ msgstr "" #. module: account #: help:res.partner,property_account_position:0 -msgid "The fiscal position will determine taxes and the accounts used for the the partner." +msgid "The fiscal mapping will determine taxes and the accounts used for the partner." msgstr "" #. module: account @@ -2020,7 +2020,7 @@ msgstr "" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" +msgid "Fiscal Mapping Remark :" msgstr "" #. module: account @@ -3551,7 +3551,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" +msgid "Template for Fiscal Mapping" msgstr "" #. module: account @@ -3654,7 +3654,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" +msgid "Template Tax Fiscal Mapping" msgstr "" #. module: account @@ -5741,7 +5741,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" +msgid "Fiscal Mappings" msgstr "" #. module: account diff --git a/addons/account/i18n/ar.po b/addons/account/i18n/ar.po index 9fd0cd38185..7694c65eea2 100644 --- a/addons/account/i18n/ar.po +++ b/addons/account/i18n/ar.po @@ -610,7 +610,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" +msgid "Accounts Fiscal Mapping" msgstr "" #. module: account @@ -1004,7 +1004,7 @@ msgstr "" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" +msgid "Fiscal Mapping" msgstr "" #. module: account @@ -1026,7 +1026,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" +msgid "Taxes Fiscal Mapping" msgstr "" #. module: account @@ -1113,7 +1113,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" +msgid "Fiscal Mapping Templates" msgstr "" #. module: account @@ -1145,7 +1145,7 @@ msgstr "" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" +msgid "Fiscal Mapping Template" msgstr "" #. module: account @@ -1211,7 +1211,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" +msgid "Template Account Fiscal Mapping" msgstr "" #. module: account @@ -1789,8 +1789,7 @@ msgstr "" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " -"partner." +"The fiscal mapping will determine taxes and the accounts used for the partner." msgstr "" #. module: account @@ -2060,7 +2059,7 @@ msgstr "" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" +msgid "Fiscal Mapping Remark :" msgstr "" #. module: account @@ -3626,7 +3625,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" +msgid "Template for Fiscal Mapping" msgstr "" #. module: account @@ -3731,7 +3730,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" +msgid "Template Tax Fiscal Mapping" msgstr "" #. module: account @@ -5866,7 +5865,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" +msgid "Fiscal Mappings" msgstr "" #. module: account diff --git a/addons/account/i18n/bg.po b/addons/account/i18n/bg.po index a212cb15d7b..8a1883ae76b 100644 --- a/addons/account/i18n/bg.po +++ b/addons/account/i18n/bg.po @@ -624,7 +624,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" +msgid "Accounts Fiscal Mapping" msgstr "" #. module: account @@ -1018,7 +1018,7 @@ msgstr "" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" +msgid "Fiscal Mapping" msgstr "" #. module: account @@ -1040,7 +1040,7 @@ msgstr "Деца" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" +msgid "Taxes Fiscal Mapping" msgstr "" #. module: account @@ -1129,7 +1129,7 @@ msgstr "Нова аналитична сметка" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" +msgid "Fiscal Mapping Templates" msgstr "" #. module: account @@ -1161,7 +1161,7 @@ msgstr "" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" +msgid "Fiscal Mapping Template" msgstr "" #. module: account @@ -1227,7 +1227,7 @@ msgstr "Валута на компанията" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" +msgid "Template Account Fiscal Mapping" msgstr "" #. module: account @@ -1807,8 +1807,7 @@ msgstr "" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " -"partner." +"The fiscal mapping will determine taxes and the accounts used for the partner." msgstr "" #. module: account @@ -2078,7 +2077,7 @@ msgstr "" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" +msgid "Fiscal Mapping Remark :" msgstr "" #. module: account @@ -3654,7 +3653,7 @@ msgstr "Последователност" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" +msgid "Template for Fiscal Mapping" msgstr "" #. module: account @@ -3759,7 +3758,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" +msgid "Template Tax Fiscal Mapping" msgstr "" #. module: account @@ -5908,8 +5907,8 @@ msgstr "Условие за плащане" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" -msgstr "Фискални позиции" +msgid "Fiscal Mappings" +msgstr "" #. module: account #: model:process.process,name:account.process_process_statementprocess0 diff --git a/addons/account/i18n/bs.po b/addons/account/i18n/bs.po index 400f621331a..23a36c984cf 100644 --- a/addons/account/i18n/bs.po +++ b/addons/account/i18n/bs.po @@ -630,8 +630,8 @@ msgstr "(Zadržite prazno da biste otvorili tekuće stanje)" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" -msgstr "Mapiranje fiskalne pozicije računa" +msgid "Accounts Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,contact_id:0 @@ -1028,7 +1028,7 @@ msgstr "Ukupno netto:" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" +msgid "Fiscal Mapping" msgstr "Fiskalna pozicija" #. module: account @@ -1050,8 +1050,8 @@ msgstr "Potomci" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" -msgstr "Mapiranje poreza fiskalne pozicije" +msgid "Taxes Fiscal Mapping" +msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_invoice_tree2_new @@ -1139,8 +1139,8 @@ msgstr "Novo analitičko konto" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" -msgstr "Predlošci fiskalne pozicije" +msgid "Fiscal Mapping Templates" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -1171,8 +1171,8 @@ msgstr "Iznos izražen u alternativnoj drugoj valuti." #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" -msgstr "Predložak fiskalne pozicije" +msgid "Fiscal Mapping Template" +msgstr "" #. module: account #: field:account.payment.term,line_ids:0 @@ -1242,8 +1242,8 @@ msgstr "Valuta preduzeća" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" -msgstr "Mapiranje fiskalne pozicije na konto predloška" +msgid "Template Account Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,parent_id:0 @@ -1824,9 +1824,8 @@ msgstr "Slijedeći" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " -"partner." -msgstr "Fiskalna pozicija će odrediti poreze i račune korištene za partnera." +"The fiscal mapping will determine taxes and the accounts used for the partner." +msgstr "" #. module: account #: rml:account.analytic.account.cost_ledger:0 @@ -2098,8 +2097,8 @@ msgstr "Proces fakturiranja kupcu" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" -msgstr "Napomena za fiskalnu poziciju" +msgid "Fiscal Mapping Remark :" +msgstr "" #. module: account #: wizard_field:account.fiscalyear.close,init,period_id:0 @@ -3697,8 +3696,8 @@ msgstr "Redoslijed" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" -msgstr "Predložak za fiskalnu poziciju" +msgid "Template for Fiscal Mapping" +msgstr "" #. module: account #: view:account.bank.statement:0 @@ -3804,8 +3803,8 @@ msgstr "Fakture u pripremi" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" -msgstr "Mapiranje fiskalne pozicije na predložak poreza" +msgid "Template Tax Fiscal Mapping" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -5992,8 +5991,8 @@ msgstr "Uslovi plaćanja" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" -msgstr "Fiskalne pozicije" +msgid "Fiscal Mappings" +msgstr "" #. module: account #: model:process.process,name:account.process_process_statementprocess0 diff --git a/addons/account/i18n/ca.po b/addons/account/i18n/ca.po index 3250cc604a9..d9ca69a0107 100644 --- a/addons/account/i18n/ca.po +++ b/addons/account/i18n/ca.po @@ -634,8 +634,8 @@ msgstr "(deixar-lo buit per a obrir la situació actual)" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" -msgstr "Mapa de relacions comptes posició fiscal" +msgid "Accounts Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,contact_id:0 @@ -1032,8 +1032,8 @@ msgstr "Base:" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" -msgstr "Posició fiscal" +msgid "Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.line,product_uom_id:0 @@ -1054,8 +1054,8 @@ msgstr "Fills" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" -msgstr "Mapa de relacions d'impostos posició fiscal" +msgid "Taxes Fiscal Mapping" +msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_invoice_tree2_new @@ -1143,8 +1143,8 @@ msgstr "Nou compte analític" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" -msgstr "Plantilles de posicions fiscals" +msgid "Fiscal Mapping Templates" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -1175,8 +1175,8 @@ msgstr "L'import expressat en una altra divisa opcional." #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" -msgstr "Plantilla de posició fiscal" +msgid "Fiscal Mapping Template" +msgstr "" #. module: account #: field:account.payment.term,line_ids:0 @@ -1246,8 +1246,8 @@ msgstr "Divisa de la companyia" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" -msgstr "Mapa comptes plantilla posició fiscal" +msgid "Template Account Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,parent_id:0 @@ -1830,11 +1830,9 @@ msgstr "Següent" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " -"partner." +"The fiscal mapping will determine taxes and the accounts used for the partner." msgstr "" -"La posició fiscal determinarà els impostos i els comptes utilitzats per la " -"empresa." +"" #. module: account #: rml:account.analytic.account.cost_ledger:0 @@ -2107,8 +2105,8 @@ msgstr "Procés de factura de client" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" -msgstr "Observació posició fiscal :" +msgid "Fiscal Mapping Remark :" +msgstr "" #. module: account #: wizard_field:account.fiscalyear.close,init,period_id:0 @@ -3711,8 +3709,8 @@ msgstr "Seqüència" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" -msgstr "Plantilla per posició fiscal" +msgid "Template for Fiscal Mapping" +msgstr "" #. module: account #: view:account.bank.statement:0 @@ -3818,8 +3816,8 @@ msgstr "Factures esborrany" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" -msgstr "Mapa impostos plantilla posició fiscal" +msgid "Template Tax Fiscal Mapping" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -6015,8 +6013,8 @@ msgstr "Termini de pagament" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" -msgstr "Posicions fiscals" +msgid "Fiscal Mappings" +msgstr "" #. module: account #: model:process.process,name:account.process_process_statementprocess0 diff --git a/addons/account/i18n/cs.po b/addons/account/i18n/cs.po index 7da8a9817f1..f05122661be 100644 --- a/addons/account/i18n/cs.po +++ b/addons/account/i18n/cs.po @@ -612,7 +612,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" +msgid "Accounts Fiscal Mapping" msgstr "" #. module: account @@ -1006,8 +1006,8 @@ msgstr "Čistá celkem:" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" -msgstr "Fiskální pozice" +msgid "Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.line,product_uom_id:0 @@ -1028,7 +1028,7 @@ msgstr "Děti" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" +msgid "Taxes Fiscal Mapping" msgstr "" #. module: account @@ -1115,8 +1115,8 @@ msgstr "Nový analitickiý účet" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" -msgstr "Fiskální pozice Šablony" +msgid "Fiscal Mapping Templates" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -1147,8 +1147,8 @@ msgstr "" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" -msgstr "Fiskální pozice šablony" +msgid "Fiscal Mapping Template" +msgstr "" #. module: account #: field:account.payment.term,line_ids:0 @@ -1213,7 +1213,7 @@ msgstr "Společnost měny" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" +msgid "Template Account Fiscal Mapping" msgstr "" #. module: account @@ -1791,8 +1791,7 @@ msgstr "" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " -"partner." +"The fiscal mapping will determine taxes and the accounts used for the partner." msgstr "" #. module: account @@ -2062,7 +2061,7 @@ msgstr "" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" +msgid "Fiscal Mapping Remark :" msgstr "" #. module: account @@ -3628,7 +3627,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" +msgid "Template for Fiscal Mapping" msgstr "" #. module: account @@ -3733,7 +3732,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" +msgid "Template Tax Fiscal Mapping" msgstr "" #. module: account @@ -5868,7 +5867,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" +msgid "Fiscal Mappings" msgstr "" #. module: account diff --git a/addons/account/i18n/da.po b/addons/account/i18n/da.po index 141eadeb106..3567c9b1db1 100644 --- a/addons/account/i18n/da.po +++ b/addons/account/i18n/da.po @@ -616,7 +616,7 @@ msgstr "(Holdes tom for at åbne nuværende situation)" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" +msgid "Accounts Fiscal Mapping" msgstr "" #. module: account @@ -1010,8 +1010,8 @@ msgstr "Net Total:" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" -msgstr "Nuværende position" +msgid "Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.line,product_uom_id:0 @@ -1032,7 +1032,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" +msgid "Taxes Fiscal Mapping" msgstr "" #. module: account @@ -1119,7 +1119,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" +msgid "Fiscal Mapping Templates" msgstr "" #. module: account @@ -1151,7 +1151,7 @@ msgstr "Det beløb udtrykt i anden valgfri valuta." #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" +msgid "Fiscal Mapping Template" msgstr "" #. module: account @@ -1223,7 +1223,7 @@ msgstr "Firma valuta" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" +msgid "Template Account Fiscal Mapping" msgstr "" #. module: account @@ -1803,7 +1803,7 @@ msgstr "" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " +"The fiscal mapping will determine taxes and the accounts used for the " "partner." msgstr "" @@ -2074,7 +2074,7 @@ msgstr "" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" +msgid "Fiscal Mapping Remark :" msgstr "" #. module: account @@ -3640,7 +3640,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" +msgid "Template for Fiscal Mapping" msgstr "" #. module: account @@ -3745,7 +3745,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" +msgid "Template Tax Fiscal Mapping" msgstr "" #. module: account @@ -5880,7 +5880,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" +msgid "Fiscal Mappings" msgstr "" #. module: account diff --git a/addons/account/i18n/de.po b/addons/account/i18n/de.po index 6e5177a78b8..30d50919b92 100644 --- a/addons/account/i18n/de.po +++ b/addons/account/i18n/de.po @@ -629,8 +629,8 @@ msgstr "(frei lassen um aktuelle Einstellung zu verwenden)" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" -msgstr "Summen und Salden Zuordnung" +msgid "Accounts Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,contact_id:0 @@ -1029,8 +1029,8 @@ msgstr "Nettosumme:" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" -msgstr "Position" +msgid "Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.line,product_uom_id:0 @@ -1051,8 +1051,8 @@ msgstr "(Sub-)" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" -msgstr "Summen- & Saldenliste Zuordnung Steuern" +msgid "Taxes Fiscal Mapping" +msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_invoice_tree2_new @@ -1140,8 +1140,8 @@ msgstr "Neues Analytisches Konto" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" -msgstr "Summen- & Saldenliste Vorlagen" +msgid "Fiscal Mapping Templates" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -1172,8 +1172,8 @@ msgstr "optionaler Betrag in anderer Währung" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" -msgstr "Summen- & Saldenliste Vorlage" +msgid "Fiscal Mapping Template" +msgstr "" #. module: account #: field:account.payment.term,line_ids:0 @@ -1243,8 +1243,8 @@ msgstr "Betriebl. Währung" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" -msgstr "Steuerliche Position Vorlage für Kontenzuordnung" +msgid "Template Account Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,parent_id:0 @@ -1825,11 +1825,9 @@ msgstr "Weiter" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " -"partner." +"The fiscal mapping will determine taxes and the accounts used for the partner." msgstr "" -"Die Position in der Saldenliste bestimmt Steuern- und Finanzkonten für den " -"Partner." +"" #. module: account #: rml:account.analytic.account.cost_ledger:0 @@ -2103,8 +2101,8 @@ msgstr "Prozess Abrechnung von Kundenaufträgen" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" -msgstr "Hinweis Steuermapping" +msgid "Fiscal Mapping Remark :" +msgstr "" #. module: account #: wizard_field:account.fiscalyear.close,init,period_id:0 @@ -3702,8 +3700,8 @@ msgstr "Sequenzer" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" -msgstr "Summen- und Saldenliste Vorlage" +msgid "Template for Fiscal Mapping" +msgstr "" #. module: account #: view:account.bank.statement:0 @@ -3809,8 +3807,8 @@ msgstr "Entwurf Rechnungen" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" -msgstr "Steuerliche Position Vorlage Steuerzuordnung" +msgid "Template Tax Fiscal Mapping" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -6008,8 +6006,8 @@ msgstr "Zahlungsbedingung" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" -msgstr "Positionen Summen & Salden" +msgid "Fiscal Mappings" +msgstr "" #. module: account #: model:process.process,name:account.process_process_statementprocess0 diff --git a/addons/account/i18n/el.po b/addons/account/i18n/el.po index 57f77b6d9fd..8a40f4a673c 100644 --- a/addons/account/i18n/el.po +++ b/addons/account/i18n/el.po @@ -634,8 +634,8 @@ msgstr "(Διατηρήστε κενό για να ανοίξετε την τρ #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" -msgstr "Χάρτης Λογαριασμών Φορολογικής Θέσης" +msgid "Accounts Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,contact_id:0 @@ -1032,8 +1032,8 @@ msgstr "Καθαρό Σύνολο:" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" -msgstr "Φορολογική Θέση" +msgid "Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.line,product_uom_id:0 @@ -1054,8 +1054,8 @@ msgstr "Υποκατηγορίες" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" -msgstr "Χάρτογράφηση Φόρων Φορολογικής Θέσης" +msgid "Taxes Fiscal Mapping" +msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_invoice_tree2_new @@ -1143,8 +1143,8 @@ msgstr "Νέος Λογαριασμός Αναλυτικής" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" -msgstr "Πρότυπα Φορολογικής Θέσης" +msgid "Fiscal Mapping Templates" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -1175,8 +1175,8 @@ msgstr "Το ποσό, εκφρασμένο σε ένα (προαιρετικό) #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" -msgstr "Πρότυπο Φορολογικής Θέσης" +msgid "Fiscal Mapping Template" +msgstr "" #. module: account #: field:account.payment.term,line_ids:0 @@ -1247,8 +1247,8 @@ msgstr "Νόμισμα Εταιρίας" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" -msgstr "Χάρτης Λογαριασμών Προτύπων Φορολογικής Θέσης" +msgid "Template Account Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,parent_id:0 @@ -1832,11 +1832,9 @@ msgstr "Επόμενο" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " -"partner." +"The fiscal mapping will determine taxes and the accounts used for the partner." msgstr "" -"Η φορολογική θέση θα καθορίσει τους φόρους και τους λογαριασμούς που θα " -"χρησιμοποιηθούν για αυτόν τον συνεργάτη." +"" #. module: account #: rml:account.analytic.account.cost_ledger:0 @@ -2109,8 +2107,8 @@ msgstr "Επεξεργασία Τιμολογίου Πελάτη" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" -msgstr "Σχόλιο Φορολογικής Θέσης:" +msgid "Fiscal Mapping Remark :" +msgstr "" #. module: account #: wizard_field:account.fiscalyear.close,init,period_id:0 @@ -3713,8 +3711,8 @@ msgstr "Ιεράρχηση" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" -msgstr "Πρότυπο για Φορολογική Θέση" +msgid "Template for Fiscal Mapping" +msgstr "" #. module: account #: view:account.bank.statement:0 @@ -3820,8 +3818,8 @@ msgstr "Πρόχειρα Τιμολόγια" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" -msgstr "Χάρτογράφηση Φόρων Προτύπου Φορολογικής Θέσης" +msgid "Template Tax Fiscal Mapping" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -6024,8 +6022,8 @@ msgstr "Όρος Πληρωμής" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" -msgstr "Φορολογικές Θέσεις" +msgid "Fiscal Mappings" +msgstr "" #. module: account #: model:process.process,name:account.process_process_statementprocess0 diff --git a/addons/account/i18n/es.po b/addons/account/i18n/es.po index f7e8230bf5a..cb522b2d3eb 100644 --- a/addons/account/i18n/es.po +++ b/addons/account/i18n/es.po @@ -634,8 +634,8 @@ msgstr "(dejarlo vacío para abrir la situación actual)" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" -msgstr "Mapeo cuentas posición fiscal" +msgid "Accounts Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,contact_id:0 @@ -1032,8 +1032,8 @@ msgstr "Base:" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" -msgstr "Posición fiscal" +msgid "Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.line,product_uom_id:0 @@ -1054,8 +1054,8 @@ msgstr "Hijos" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" -msgstr "Mapeo de impuestos posición fiscal" +msgid "Taxes Fiscal Mapping" +msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_invoice_tree2_new @@ -1143,8 +1143,8 @@ msgstr "Nueva cuenta analítica" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" -msgstr "Plantillas de posiciones fiscales" +msgid "Fiscal Mapping Templates" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -1175,8 +1175,8 @@ msgstr "El importe expresado en otra divisa opcional." #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" -msgstr "Plantilla de posición fiscal" +msgid "Fiscal Mapping Template" +msgstr "" #. module: account #: field:account.payment.term,line_ids:0 @@ -1247,8 +1247,8 @@ msgstr "Divisa de la compañía" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" -msgstr "Mapeo cuentas plantilla posición fiscal" +msgid "Template Account Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,parent_id:0 @@ -1831,11 +1831,8 @@ msgstr "Siguiente" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " -"partner." +"The fiscal mapping will determine taxes and the accounts used for the partner." msgstr "" -"La posición fiscal determinará los impuestos y las cuentas utilizadas para " -"la empresa." #. module: account #: rml:account.analytic.account.cost_ledger:0 @@ -2109,8 +2106,8 @@ msgstr "Proceso de factura de cliente" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" -msgstr "Observación posición fiscal :" +msgid "Fiscal Mapping Remark :" +msgstr "" #. module: account #: wizard_field:account.fiscalyear.close,init,period_id:0 @@ -3712,8 +3709,8 @@ msgstr "Secuencia" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" -msgstr "Plantilla para posición fiscal" +msgid "Template for Fiscal Mapping" +msgstr "" #. module: account #: view:account.bank.statement:0 @@ -3819,8 +3816,8 @@ msgstr "Facturas borrador" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" -msgstr "Mapeo de impuestos en plantilla posiciones fiscales" +msgid "Template Tax Fiscal Mapping" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -6017,8 +6014,8 @@ msgstr "Plazo de pago" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" -msgstr "Posiciones fiscales" +msgid "Fiscal Mappings" +msgstr "" #. module: account #: model:process.process,name:account.process_process_statementprocess0 diff --git a/addons/account/i18n/es_AR.po b/addons/account/i18n/es_AR.po index 914842fdefb..5e9b3969365 100644 --- a/addons/account/i18n/es_AR.po +++ b/addons/account/i18n/es_AR.po @@ -632,8 +632,8 @@ msgstr "(dejar vacío para abrir el estado actual)" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" -msgstr "Mapeo de cuentas y posición fiscal" +msgid "Accounts Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,contact_id:0 @@ -1030,8 +1030,8 @@ msgstr "Total Neto:" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" -msgstr "Posición fiscal" +msgid "Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.line,product_uom_id:0 @@ -1052,8 +1052,8 @@ msgstr "Hijos" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" -msgstr "Cruce de posición de impuestos fiscales" +msgid "Taxes Fiscal Mapping" +msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_invoice_tree2_new @@ -1141,8 +1141,8 @@ msgstr "Nueva cuenta analítica" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" -msgstr "Plantillas de posiciones fiscales" +msgid "Fiscal Mapping Templates" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -1173,8 +1173,8 @@ msgstr "El importe expresado en otra moneda opcional." #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" -msgstr "Plantilla de posición fiscal" +msgid "Fiscal Mapping Template" +msgstr "" #. module: account #: field:account.payment.term,line_ids:0 @@ -1245,8 +1245,8 @@ msgstr "Moneda de la compañía" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" -msgstr "Asociación de cuentas Planilla posición fiscal" +msgid "Template Account Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,parent_id:0 @@ -1828,11 +1828,8 @@ msgstr "Siguiente" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " -"partner." +"The fiscal mapping will determine taxes and the accounts used for the partner." msgstr "" -"La posición fiscal determinará los impuestos y las cuentas utilizadas por el " -"partner" #. module: account #: rml:account.analytic.account.cost_ledger:0 @@ -2106,7 +2103,7 @@ msgstr "Proceso de factura de cliente" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" +msgid "Fiscal Mapping Remark :" msgstr "" #. module: account @@ -3710,8 +3707,8 @@ msgstr "Secuencia" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" -msgstr "Plantilla para posición fiscal" +msgid "Template for Fiscal Mapping" +msgstr "" #. module: account #: view:account.bank.statement:0 @@ -3817,8 +3814,8 @@ msgstr "Facturas en borrador" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" -msgstr "Asociación de impuestos plantilla posición fiscal" +msgid "Template Tax Fiscal Mapping" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -6015,8 +6012,8 @@ msgstr "Términos de Pago" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" -msgstr "Posiciones fiscales" +msgid "Fiscal Mappings" +msgstr "" #. module: account #: model:process.process,name:account.process_process_statementprocess0 diff --git a/addons/account/i18n/es_EC.po b/addons/account/i18n/es_EC.po index 4795afbce56..b2cbed66cd8 100644 --- a/addons/account/i18n/es_EC.po +++ b/addons/account/i18n/es_EC.po @@ -634,8 +634,8 @@ msgstr "(dejarlo vacío para abrir la situación actual)" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" -msgstr "Mapeo de cuentas por tipo de Contribuyentes" +msgid "Accounts Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,contact_id:0 @@ -1032,8 +1032,8 @@ msgstr "Total neto:" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" -msgstr "Posición fiscal" +msgid "Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.line,product_uom_id:0 @@ -1054,8 +1054,8 @@ msgstr "Hijos" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" -msgstr "Mapeo de Impuestos segun tipo de Contribuyente" +msgid "Taxes Fiscal Mapping" +msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_invoice_tree2_new @@ -1143,8 +1143,8 @@ msgstr "Nueva cuenta analítica" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" -msgstr "Plantillas de Tipos de Contribuyentes" +msgid "Fiscal Mapping Templates" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -1175,8 +1175,8 @@ msgstr "El importe expresado en otra divisa opcional." #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" -msgstr "Plantilla de Tipo de Contribuyente" +msgid "Fiscal Mapping Template" +msgstr "" #. module: account #: field:account.payment.term,line_ids:0 @@ -1247,8 +1247,8 @@ msgstr "Moneda de la compañía" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" -msgstr "Mapeo cuentas plantilla posición fiscal" +msgid "Template Account Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,parent_id:0 @@ -1831,11 +1831,9 @@ msgstr "Siguiente" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " -"partner." +"The fiscal mapping will determine taxes and the accounts used for the partner." msgstr "" -"La posición fiscal determinará los impuestos y las cuentas utilizadas para " -"la empresa." +"" #. module: account #: rml:account.analytic.account.cost_ledger:0 @@ -2109,8 +2107,8 @@ msgstr "Proceso de factura de cliente" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" -msgstr "Observación posición fiscal :" +msgid "Fiscal Mapping Remark :" +msgstr "" #. module: account #: wizard_field:account.fiscalyear.close,init,period_id:0 @@ -3712,8 +3710,8 @@ msgstr "Secuencia" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" -msgstr "Plantilla para posición fiscal" +msgid "Template for Fiscal Mapping" +msgstr "" #. module: account #: view:account.bank.statement:0 @@ -3819,8 +3817,8 @@ msgstr "Facturas borrador" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" -msgstr "Mapeo de impuestos en plantilla posiciones fiscales" +msgid "Template Tax Fiscal Mapping" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -5977,7 +5975,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" +msgid "Fiscal Mappings" msgstr "" #. module: account diff --git a/addons/account/i18n/et.po b/addons/account/i18n/et.po index 3cde725de86..5bd23493492 100644 --- a/addons/account/i18n/et.po +++ b/addons/account/i18n/et.po @@ -615,8 +615,8 @@ msgstr "(Jätke tühjaks, et avada praegune seis)" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" -msgstr "Finantspositsioonide kontode kaardistamine" +msgid "Accounts Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,contact_id:0 @@ -1009,8 +1009,8 @@ msgstr "Netosumma:" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" -msgstr "Finantspositsioon" +msgid "Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.line,product_uom_id:0 @@ -1031,7 +1031,7 @@ msgstr "Alam" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" +msgid "Taxes Fiscal Mapping" msgstr "" #. module: account @@ -1118,8 +1118,8 @@ msgstr "Uus analüütiline konto" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" -msgstr "Finantspositsioonide mallid" +msgid "Fiscal Mapping Templates" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -1150,8 +1150,8 @@ msgstr "" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" -msgstr "Finantspositsiooni mall" +msgid "Fiscal Mapping Template" +msgstr "" #. module: account #: field:account.payment.term,line_ids:0 @@ -1216,7 +1216,7 @@ msgstr "Ettevõtte valuuta" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" +msgid "Template Account Fiscal Mapping" msgstr "" #. module: account @@ -1794,8 +1794,7 @@ msgstr "Järgmine" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " -"partner." +"The fiscal mapping will determine taxes and the accounts used for the partner." msgstr "" #. module: account @@ -2065,7 +2064,7 @@ msgstr "Kliendi arve protsess" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" +msgid "Fiscal Mapping Remark :" msgstr "" #. module: account @@ -3631,8 +3630,8 @@ msgstr "Järjekord" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" -msgstr "Mall finantspositsioonile" +msgid "Template for Fiscal Mapping" +msgstr "" #. module: account #: view:account.bank.statement:0 @@ -3736,7 +3735,7 @@ msgstr "Mustandarved" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" +msgid "Template Tax Fiscal Mapping" msgstr "" #. module: account @@ -5873,8 +5872,8 @@ msgstr "Maksetingimus" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" -msgstr "Finantspositsioonid" +msgid "Fiscal Mappings" +msgstr "" #. module: account #: model:process.process,name:account.process_process_statementprocess0 diff --git a/addons/account/i18n/eu.po b/addons/account/i18n/eu.po index bc21eddacc3..4b6b179ae94 100644 --- a/addons/account/i18n/eu.po +++ b/addons/account/i18n/eu.po @@ -611,7 +611,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" +msgid "Accounts Fiscal Mapping" msgstr "" #. module: account @@ -1005,7 +1005,7 @@ msgstr "" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" +msgid "Fiscal Mapping" msgstr "" #. module: account @@ -1027,7 +1027,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" +msgid "Taxes Fiscal Mapping" msgstr "" #. module: account @@ -1114,7 +1114,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" +msgid "Fiscal Mapping Templates" msgstr "" #. module: account @@ -1146,7 +1146,7 @@ msgstr "" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" +msgid "Fiscal Mapping Template" msgstr "" #. module: account @@ -1212,7 +1212,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" +msgid "Template Account Fiscal Mapping" msgstr "" #. module: account @@ -1790,7 +1790,7 @@ msgstr "" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " +"The fiscal mapping will determine taxes and the accounts used for the " "partner." msgstr "" @@ -2061,7 +2061,7 @@ msgstr "" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" +msgid "Fiscal Mapping Remark :" msgstr "" #. module: account @@ -3627,7 +3627,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" +msgid "Template for Fiscal Mapping" msgstr "" #. module: account @@ -3732,7 +3732,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" +msgid "Template Tax Fiscal Mapping" msgstr "" #. module: account @@ -5867,7 +5867,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" +msgid "Fiscal Mappings" msgstr "" #. module: account diff --git a/addons/account/i18n/fa.po b/addons/account/i18n/fa.po index 832d5c239ff..e17099e629f 100644 --- a/addons/account/i18n/fa.po +++ b/addons/account/i18n/fa.po @@ -611,7 +611,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" +msgid "Accounts Fiscal Mapping" msgstr "" #. module: account @@ -1005,7 +1005,7 @@ msgstr "" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" +msgid "Fiscal Mapping" msgstr "" #. module: account @@ -1027,7 +1027,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" +msgid "Taxes Fiscal Mapping" msgstr "" #. module: account @@ -1114,7 +1114,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" +msgid "Fiscal Mapping Templates" msgstr "" #. module: account @@ -1146,7 +1146,7 @@ msgstr "" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" +msgid "Fiscal Mapping Template" msgstr "" #. module: account @@ -1212,7 +1212,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" +msgid "Template Account Fiscal Mapping" msgstr "" #. module: account @@ -1790,7 +1790,7 @@ msgstr "" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " +"The fiscal mapping will determine taxes and the accounts used for the " "partner." msgstr "" @@ -2061,7 +2061,7 @@ msgstr "" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" +msgid "Fiscal Mapping Remark :" msgstr "" #. module: account @@ -3627,7 +3627,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" +msgid "Template for Fiscal Mapping" msgstr "" #. module: account @@ -3732,7 +3732,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" +msgid "Template Tax Fiscal Mapping" msgstr "" #. module: account @@ -5867,7 +5867,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" +msgid "Fiscal Mappings" msgstr "" #. module: account diff --git a/addons/account/i18n/fi.po b/addons/account/i18n/fi.po index bbf45ada7cb..2be36ee1188 100644 --- a/addons/account/i18n/fi.po +++ b/addons/account/i18n/fi.po @@ -631,8 +631,8 @@ msgstr "Jätä tyhjäksi avataksesi nykyisen tilanteen" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" -msgstr "Talouskannan tilien kartoitus" +msgid "Accounts Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,contact_id:0 @@ -1029,8 +1029,8 @@ msgstr "Netto:" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" -msgstr "Talouskanta" +msgid "Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.line,product_uom_id:0 @@ -1051,8 +1051,8 @@ msgstr "Alatilit" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" -msgstr "Talouskannan verojen kartoitus" +msgid "Taxes Fiscal Mapping" +msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_invoice_tree2_new @@ -1140,8 +1140,8 @@ msgstr "Uusi analyyttinen tili" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" -msgstr "Talouskantojen mallit" +msgid "Fiscal Mapping Templates" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -1172,8 +1172,8 @@ msgstr "Summa ilmoitettuna valinnaisessa toisessa valuutassa." #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" -msgstr "Talouskannan malli" +msgid "Fiscal Mapping Template" +msgstr "" #. module: account #: field:account.payment.term,line_ids:0 @@ -1243,8 +1243,8 @@ msgstr "Yritysvaluutta" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" -msgstr "Talouskannan mallin tilien kartoitukset" +msgid "Template Account Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,parent_id:0 @@ -1825,9 +1825,8 @@ msgstr "Seuraava" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " -"partner." -msgstr "Talouskanta määrittelee kumppaniin sovellettavat verot ja tilit." +"The fiscal mapping will determine taxes and the accounts used for the partner." +msgstr "" #. module: account #: rml:account.analytic.account.cost_ledger:0 @@ -2098,7 +2097,7 @@ msgstr "Asiakaslaskutusprosessi" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" +msgid "Fiscal Mapping Remark :" msgstr "" #. module: account @@ -3690,8 +3689,8 @@ msgstr "Sarja" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" -msgstr "Malli talouskannalle" +msgid "Template for Fiscal Mapping" +msgstr "" #. module: account #: view:account.bank.statement:0 @@ -3797,8 +3796,8 @@ msgstr "Luonnoslaskut" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" -msgstr "Talouskannan mallin veron kartoitukset" +msgid "Template Tax Fiscal Mapping" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -5982,8 +5981,8 @@ msgstr "Maksuehto" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" -msgstr "Talouskannat" +msgid "Fiscal Mappings" +msgstr "" #. module: account #: model:process.process,name:account.process_process_statementprocess0 diff --git a/addons/account/i18n/fr.po b/addons/account/i18n/fr.po index 43477c007c9..ec7e651f34a 100644 --- a/addons/account/i18n/fr.po +++ b/addons/account/i18n/fr.po @@ -693,8 +693,8 @@ msgstr "(Laisser vide pour consulter la situation courrante)" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" -msgstr "Affectation des comptes par régime fiscal" +msgid "Accounts Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,contact_id:0 @@ -1084,8 +1084,8 @@ msgstr "Total net :" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" -msgstr "Régime fiscal" +msgid "Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.line,product_uom_id:0 @@ -1106,8 +1106,8 @@ msgstr "Enfant" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" -msgstr "Affectation des taxes par régime fiscal" +msgid "Taxes Fiscal Mapping" +msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_invoice_tree2_new @@ -1195,8 +1195,8 @@ msgstr "Nouveau compte analytique" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" -msgstr "Modèles de régimes fiscaux" +msgid "Fiscal Mapping Templates" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -1227,8 +1227,8 @@ msgstr "Le montant exprimé dans une autre devise optionelle." #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" -msgstr "Modèle de régime fiscal" +msgid "Fiscal Mapping Template" +msgstr "" #. module: account #: field:account.payment.term,line_ids:0 @@ -1299,8 +1299,8 @@ msgstr "Devise société" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" -msgstr "Affectation des comptes suivant le modèle de régime fiscal" +msgid "Template Account Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,parent_id:0 @@ -1880,12 +1880,9 @@ msgstr "Suivant" #. module: account #: help:res.partner,property_account_position:0 -msgid "" -"The fiscal position will determine taxes and the accounts used for the the " -"partner." +msgid +"The fiscal mapping will determine taxes and the accounts used for the partner." msgstr "" -"Le régime fiscal déterminera les taxes et les comptes utilisés pour le " -"partenaire." #. module: account #: rml:account.analytic.account.cost_ledger:0 @@ -2159,8 +2156,8 @@ msgstr "Processus de la facture client" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" -msgstr "Remarque position fiscale :" +msgid "Fiscal Mapping Remark :" +msgstr "" #. module: account #: wizard_field:account.fiscalyear.close,init,period_id:0 @@ -3748,8 +3745,8 @@ msgstr "Séquence" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" -msgstr "Modèle de régime fiscal" +msgid "Template for Fiscal Mapping" +msgstr "" #. module: account #: view:account.bank.statement:0 @@ -3855,8 +3852,8 @@ msgstr "Factures en brouillon" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" -msgstr "Affectation des taxes dans le modèle de régime fiscal" +msgid "Template Tax Fiscal Mapping" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -6024,8 +6021,8 @@ msgstr "Condition de paiement" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" -msgstr "Régimes fiscaux" +msgid "Fiscal Mappings" +msgstr "" #. module: account #: model:process.process,name:account.process_process_statementprocess0 diff --git a/addons/account/i18n/gl.po b/addons/account/i18n/gl.po index 3b2d63f421a..60ee6a8f288 100644 --- a/addons/account/i18n/gl.po +++ b/addons/account/i18n/gl.po @@ -611,7 +611,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" +msgid "Accounts Fiscal Mapping" msgstr "" #. module: account @@ -1005,7 +1005,7 @@ msgstr "" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" +msgid "Fiscal Mapping" msgstr "" #. module: account @@ -1027,7 +1027,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" +msgid "Taxes Fiscal Mapping" msgstr "" #. module: account @@ -1114,7 +1114,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" +msgid "Fiscal Mapping Templates" msgstr "" #. module: account @@ -1146,7 +1146,7 @@ msgstr "" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" +msgid "Fiscal Mapping Template" msgstr "" #. module: account @@ -1212,7 +1212,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" +msgid "Template Account Fiscal Mapping" msgstr "" #. module: account @@ -1790,8 +1790,7 @@ msgstr "" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " -"partner." +"The fiscal mapping will determine taxes and the accounts used for the partner." msgstr "" #. module: account @@ -2061,7 +2060,7 @@ msgstr "" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" +msgid "Fiscal Mapping Remark :" msgstr "" #. module: account @@ -3627,7 +3626,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" +msgid "Template for Fiscal Mapping" msgstr "" #. module: account @@ -3732,7 +3731,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" +msgid "Template Tax Fiscal Mapping" msgstr "" #. module: account @@ -5869,7 +5868,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" +msgid "Fiscal Mappings" msgstr "" #. module: account diff --git a/addons/account/i18n/gu.po b/addons/account/i18n/gu.po index 15e457c25c4..51dc6467109 100644 --- a/addons/account/i18n/gu.po +++ b/addons/account/i18n/gu.po @@ -611,7 +611,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" +msgid "Accounts Fiscal Mapping" msgstr "" #. module: account @@ -1005,7 +1005,7 @@ msgstr "" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" +msgid "Fiscal Mapping" msgstr "" #. module: account @@ -1027,7 +1027,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" +msgid "Taxes Fiscal Mapping" msgstr "" #. module: account @@ -1114,7 +1114,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" +msgid "Fiscal Mapping Templates" msgstr "" #. module: account @@ -1146,7 +1146,7 @@ msgstr "" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" +msgid "Fiscal Mapping Template" msgstr "" #. module: account @@ -1212,7 +1212,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" +msgid "Template Account Fiscal Mapping" msgstr "" #. module: account @@ -1790,8 +1790,7 @@ msgstr "આગળ" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " -"partner." +"The fiscal mapping will determine taxes and the accounts used for the partner." msgstr "" #. module: account @@ -2061,7 +2060,7 @@ msgstr "" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" +msgid "Fiscal Mapping Remark :" msgstr "" #. module: account @@ -3627,7 +3626,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" +msgid "Template for Fiscal Mapping" msgstr "" #. module: account @@ -3732,7 +3731,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" +msgid "Template Tax Fiscal Mapping" msgstr "" #. module: account @@ -5867,7 +5866,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" +msgid "Fiscal Mappings" msgstr "" #. module: account diff --git a/addons/account/i18n/hr.po b/addons/account/i18n/hr.po index f712180a3c4..329ae8fa080 100644 --- a/addons/account/i18n/hr.po +++ b/addons/account/i18n/hr.po @@ -623,8 +623,8 @@ msgstr "(Zadržite prazno da biste otvorili trenutno stanje)" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" -msgstr "Fiskalne pozicije - mapiranje konta" +msgid "Accounts Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,contact_id:0 @@ -1017,8 +1017,8 @@ msgstr "Ukupno netto:" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" -msgstr "Porezna grupa" +msgid "Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.line,product_uom_id:0 @@ -1039,8 +1039,8 @@ msgstr "Podređeni" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" -msgstr "Mapiranje poreza fiskalne pozicije" +msgid "Taxes Fiscal Mapping" +msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_invoice_tree2_new @@ -1128,8 +1128,8 @@ msgstr "Novi analitički konto" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" -msgstr "Predlošci knjigovodstvenih grupa" +msgid "Fiscal Mapping Templates" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -1160,8 +1160,8 @@ msgstr "Iznos u drugoj valuti." #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" -msgstr "Predložak fiskalne pozicije" +msgid "Fiscal Mapping Template" +msgstr "" #. module: account #: field:account.payment.term,line_ids:0 @@ -1226,8 +1226,8 @@ msgstr "Valuta tvrtke" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" -msgstr "Predložak mapiranja konta za fiskalnu poziciju" +msgid "Template Account Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,parent_id:0 @@ -1808,10 +1808,9 @@ msgstr "Slijedeći" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " -"partner." +"The fiscal mapping will determine taxes and the accounts used for the partner." msgstr "" -"Fiskalna pozicija definira poreze i konta knjiženja računa za partnera." +"" #. module: account #: rml:account.analytic.account.cost_ledger:0 @@ -2081,8 +2080,8 @@ msgstr "Proces izlacnog računa" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" -msgstr "Komentar fiskalne pozicije:" +msgid "Fiscal Mapping Remark :" +msgstr "" #. module: account #: wizard_field:account.fiscalyear.close,init,period_id:0 @@ -3668,8 +3667,8 @@ msgstr "Sekvenca" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" -msgstr "Predložak za fiskalnu poziciju" +msgid "Template for Fiscal Mapping" +msgstr "" #. module: account #: view:account.bank.statement:0 @@ -3775,7 +3774,7 @@ msgstr "Neodobreni računi" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" +msgid "Template Tax Fiscal Mapping" msgstr "" #. module: account @@ -5932,8 +5931,8 @@ msgstr "Uvjet plaćanja" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" -msgstr "Fiskalne pozicije" +msgid "Fiscal Mappings" +msgstr "" #. module: account #: model:process.process,name:account.process_process_statementprocess0 diff --git a/addons/account/i18n/hu.po b/addons/account/i18n/hu.po index 5d055d98eb8..3d50620e23d 100644 --- a/addons/account/i18n/hu.po +++ b/addons/account/i18n/hu.po @@ -610,7 +610,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" +msgid "Accounts Fiscal Mapping" msgstr "" #. module: account @@ -1004,7 +1004,7 @@ msgstr "Nettó összesen:" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" +msgid "Fiscal Mapping" msgstr "" #. module: account @@ -1026,7 +1026,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" +msgid "Taxes Fiscal Mapping" msgstr "" #. module: account @@ -1113,7 +1113,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" +msgid "Fiscal Mapping Templates" msgstr "" #. module: account @@ -1145,7 +1145,7 @@ msgstr "" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" +msgid "Fiscal Mapping Template" msgstr "" #. module: account @@ -1211,7 +1211,7 @@ msgstr "Cég pénzneme" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" +msgid "Template Account Fiscal Mapping" msgstr "" #. module: account @@ -1789,8 +1789,7 @@ msgstr "Tovább" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " -"partner." +"The fiscal mapping will determine taxes and the accounts used for the partner." msgstr "" #. module: account @@ -2060,7 +2059,7 @@ msgstr "Vevői számla folyamat" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" +msgid "Fiscal Mapping Remark :" msgstr "" #. module: account @@ -3628,7 +3627,7 @@ msgstr "Sorszám" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" +msgid "Template for Fiscal Mapping" msgstr "" #. module: account @@ -3733,7 +3732,7 @@ msgstr "Számla tervezetek" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" +msgid "Template Tax Fiscal Mapping" msgstr "" #. module: account @@ -5870,7 +5869,7 @@ msgstr "Fizetési feltétel" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" +msgid "Fiscal Mappings" msgstr "" #. module: account diff --git a/addons/account/i18n/id.po b/addons/account/i18n/id.po index 09e02ee69a7..cfa660a7867 100644 --- a/addons/account/i18n/id.po +++ b/addons/account/i18n/id.po @@ -611,7 +611,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" +msgid "Accounts Fiscal Mapping" msgstr "" #. module: account @@ -1005,7 +1005,7 @@ msgstr "" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" +msgid "Fiscal Mapping" msgstr "" #. module: account @@ -1027,7 +1027,7 @@ msgstr "Anak" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" +msgid "Taxes Fiscal Mapping" msgstr "" #. module: account @@ -1114,7 +1114,7 @@ msgstr "Akun Analisis Baru" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" +msgid "Fiscal Mapping Templates" msgstr "" #. module: account @@ -1146,7 +1146,7 @@ msgstr "" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" +msgid "Fiscal Mapping Template" msgstr "" #. module: account @@ -1212,7 +1212,7 @@ msgstr "Mata uang perusahaan" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" +msgid "Template Account Fiscal Mapping" msgstr "" #. module: account @@ -1790,8 +1790,7 @@ msgstr "" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " -"partner." +"The fiscal mapping will determine taxes and the accounts used for the partner." msgstr "" #. module: account @@ -2061,7 +2060,7 @@ msgstr "" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" +msgid "Fiscal Mapping Remark :" msgstr "" #. module: account @@ -3627,7 +3626,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" +msgid "Template for Fiscal Mapping" msgstr "" #. module: account @@ -3732,7 +3731,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" +msgid "Template Tax Fiscal Mapping" msgstr "" #. module: account @@ -5869,7 +5868,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" +msgid "Fiscal Mappings" msgstr "" #. module: account diff --git a/addons/account/i18n/it.po b/addons/account/i18n/it.po index 4b028ca2aff..1c05616dfd0 100644 --- a/addons/account/i18n/it.po +++ b/addons/account/i18n/it.po @@ -633,7 +633,7 @@ msgstr "(Tenere vuoto per aprire la situazione corrente)" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" +msgid "Accounts Fiscal Mapping" msgstr "" #. module: account @@ -1031,8 +1031,8 @@ msgstr "Totale imponibile" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" -msgstr "Posizione fiscale" +msgid "Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.line,product_uom_id:0 @@ -1053,7 +1053,7 @@ msgstr "Sottoconto" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" +msgid "Taxes Fiscal Mapping" msgstr "" #. module: account @@ -1142,8 +1142,8 @@ msgstr "Nuovo conto analitico" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" -msgstr "Modelli di \"posizioni fiscali\"" +msgid "Fiscal Mapping Templates" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -1174,8 +1174,8 @@ msgstr "L'importo espresso in un'altra valuta opzionale" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" -msgstr "Modelli di \"posizioni fiscali\"" +msgid "Fiscal Mapping Template" +msgstr "" #. module: account #: field:account.payment.term,line_ids:0 @@ -1240,7 +1240,7 @@ msgstr "Valuta società" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" +msgid "Template Account Fiscal Mapping" msgstr "" #. module: account @@ -1820,10 +1820,9 @@ msgstr "Prossimo" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " -"partner." +"The fiscal mapping will determine taxes and the accounts used for the partner." msgstr "" -"La posizione fiscale determinerà tasse e il conto da usarsi per il partner." +"" #. module: account #: rml:account.analytic.account.cost_ledger:0 @@ -2095,7 +2094,7 @@ msgstr "Processo di fatturazione cliente" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" +msgid "Fiscal Mapping Remark :" msgstr "" #. module: account @@ -3677,7 +3676,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" +msgid "Template for Fiscal Mapping" msgstr "" #. module: account @@ -3784,7 +3783,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" +msgid "Template Tax Fiscal Mapping" msgstr "" #. module: account @@ -5925,8 +5924,8 @@ msgstr "Modalità di pagamento" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" -msgstr "Posizioni fiscali" +msgid "Fiscal Mappings" +msgstr "" #. module: account #: model:process.process,name:account.process_process_statementprocess0 diff --git a/addons/account/i18n/kab.po b/addons/account/i18n/kab.po index 0bfcb83987e..52d85d4b9e1 100644 --- a/addons/account/i18n/kab.po +++ b/addons/account/i18n/kab.po @@ -611,7 +611,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" +msgid "Accounts Fiscal Mapping" msgstr "" #. module: account @@ -1005,7 +1005,7 @@ msgstr "" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" +msgid "Fiscal Mapping" msgstr "" #. module: account @@ -1027,7 +1027,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" +msgid "Taxes Fiscal Mapping" msgstr "" #. module: account @@ -1114,7 +1114,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" +msgid "Fiscal Mapping Templates" msgstr "" #. module: account @@ -1146,7 +1146,7 @@ msgstr "" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" +msgid "Fiscal Mapping Template" msgstr "" #. module: account @@ -1212,7 +1212,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" +msgid "Template Account Fiscal Mapping" msgstr "" #. module: account @@ -1790,8 +1790,7 @@ msgstr "" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " -"partner." +"The fiscal mapping will determine taxes and the accounts used for the partner." msgstr "" #. module: account @@ -2061,7 +2060,7 @@ msgstr "" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" +msgid "Fiscal Mapping Remark :" msgstr "" #. module: account @@ -3627,7 +3626,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" +msgid "Template for Fiscal Mapping" msgstr "" #. module: account @@ -3732,7 +3731,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" +msgid "Template Tax Fiscal Mapping" msgstr "" #. module: account @@ -5867,7 +5866,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" +msgid "Fiscal Mappings" msgstr "" #. module: account diff --git a/addons/account/i18n/ko.po b/addons/account/i18n/ko.po index 360535cc687..7856d66f9a2 100644 --- a/addons/account/i18n/ko.po +++ b/addons/account/i18n/ko.po @@ -611,7 +611,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" +msgid "Accounts Fiscal Mapping" msgstr "" #. module: account @@ -1005,7 +1005,7 @@ msgstr "" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" +msgid "Fiscal Mapping" msgstr "" #. module: account @@ -1027,7 +1027,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" +msgid "Taxes Fiscal Mapping" msgstr "" #. module: account @@ -1114,7 +1114,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" +msgid "Fiscal Mapping Templates" msgstr "" #. module: account @@ -1146,7 +1146,7 @@ msgstr "다른 통화 단위로 환산된 금액" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" +msgid "Fiscal Mapping Template" msgstr "" #. module: account @@ -1212,7 +1212,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" +msgid "Template Account Fiscal Mapping" msgstr "" #. module: account @@ -1790,8 +1790,7 @@ msgstr "" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " -"partner." +"The fiscal mapping will determine taxes and the accounts used for the partner." msgstr "" #. module: account @@ -2061,7 +2060,7 @@ msgstr "" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" +msgid "Fiscal Mapping Remark :" msgstr "" #. module: account @@ -3627,7 +3626,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" +msgid "Template for Fiscal Mapping" msgstr "" #. module: account @@ -3732,7 +3731,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" +msgid "Template Tax Fiscal Mapping" msgstr "" #. module: account @@ -5867,7 +5866,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" +msgid "Fiscal Mappings" msgstr "" #. module: account diff --git a/addons/account/i18n/lt.po b/addons/account/i18n/lt.po index 98d920746b3..5635b426fa3 100644 --- a/addons/account/i18n/lt.po +++ b/addons/account/i18n/lt.po @@ -614,8 +614,8 @@ msgstr "(palikti tusčią tam, kad atidarytumėte einamąją situaciją)" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" -msgstr "Sąskaitų fiskalinė pozicija" +msgid "Accounts Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,contact_id:0 @@ -1010,8 +1010,8 @@ msgstr "Iš viso be mokesčių:" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" -msgstr "Fiskalinė pozicija" +msgid "Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.line,product_uom_id:0 @@ -1032,8 +1032,8 @@ msgstr "Žemesnysis" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" -msgstr "Fiskalinė pozicija mokesčiams" +msgid "Taxes Fiscal Mapping" +msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_invoice_tree2_new @@ -1121,8 +1121,8 @@ msgstr "Nauja analitinė sąskaita" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" -msgstr "Fiskalinės pozicijos šablonai" +msgid "Fiscal Mapping Templates" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -1153,8 +1153,8 @@ msgstr "Suma pasirinktinai gali būti įrašyta kita valiuta." #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" -msgstr "Fiskalinės pozicijos šablonas" +msgid "Fiscal Mapping Template" +msgstr "" #. module: account #: field:account.payment.term,line_ids:0 @@ -1219,8 +1219,8 @@ msgstr "Įmonės naudojama valiuta" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" -msgstr "Sąskaitų fiskalinės pozicijos nustatymai" +msgid "Template Account Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,parent_id:0 @@ -1799,10 +1799,8 @@ msgstr "Toliau" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " -"partner." +"The fiscal mapping will determine taxes and the accounts used for the partner." msgstr "" -"Fiskalinė pozicija padės nustatyti mokesčius ir apskaitą kontrahentams." #. module: account #: rml:account.analytic.account.cost_ledger:0 @@ -2075,7 +2073,7 @@ msgstr "" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" +msgid "Fiscal Mapping Remark :" msgstr "" #. module: account @@ -3659,8 +3657,8 @@ msgstr "Seka" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" -msgstr "Fiskalinės pozicijos šablonas" +msgid "Template for Fiscal Mapping" +msgstr "" #. module: account #: view:account.bank.statement:0 @@ -3766,8 +3764,8 @@ msgstr "Sąskaitų faktūrų juodraščiai" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" -msgstr "Fiskalinės pozicijos mokesčiams nustatymai" +msgid "Template Tax Fiscal Mapping" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -5933,8 +5931,8 @@ msgstr "Mokėjimo terminas" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" -msgstr "Fiskalinė pozicija" +msgid "Fiscal Mappings" +msgstr "" #. module: account #: model:process.process,name:account.process_process_statementprocess0 diff --git a/addons/account/i18n/lv.po b/addons/account/i18n/lv.po index 1e6badc7cac..04d98c4f99a 100644 --- a/addons/account/i18n/lv.po +++ b/addons/account/i18n/lv.po @@ -623,7 +623,7 @@ msgstr "(Atstāt tukšu, lai atvērtu esošo stāvokli)" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" +msgid "Accounts Fiscal Mapping" msgstr "" #. module: account @@ -1017,8 +1017,8 @@ msgstr "" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" -msgstr "Fiskālā Pozīcija" +msgid "Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.line,product_uom_id:0 @@ -1039,7 +1039,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" +msgid "Taxes Fiscal Mapping" msgstr "" #. module: account @@ -1126,7 +1126,7 @@ msgstr "Jauns Analītiskais Konts" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" +msgid "Fiscal Mapping Templates" msgstr "" #. module: account @@ -1158,7 +1158,7 @@ msgstr "" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" +msgid "Fiscal Mapping Template" msgstr "" #. module: account @@ -1224,7 +1224,7 @@ msgstr "Uzņēmuma valūta" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" +msgid "Template Account Fiscal Mapping" msgstr "" #. module: account @@ -1802,8 +1802,7 @@ msgstr "Nākamais" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " -"partner." +"The fiscal mapping will determine taxes and the accounts used for the partner." msgstr "" #. module: account @@ -2073,7 +2072,7 @@ msgstr "" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" +msgid "Fiscal Mapping Remark :" msgstr "" #. module: account @@ -3639,7 +3638,7 @@ msgstr "Secība" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" +msgid "Template for Fiscal Mapping" msgstr "" #. module: account @@ -3744,7 +3743,7 @@ msgstr "Neapstiprināti Rēķini" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" +msgid "Template Tax Fiscal Mapping" msgstr "" #. module: account @@ -5879,8 +5878,8 @@ msgstr "Apmaksas Termiņš" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" -msgstr "Fiskālās Pozīcijas" +msgid "Fiscal Mappings" +msgstr "" #. module: account #: model:process.process,name:account.process_process_statementprocess0 diff --git a/addons/account/i18n/mn.po b/addons/account/i18n/mn.po index d1f1ba6ddd3..abb1d381255 100644 --- a/addons/account/i18n/mn.po +++ b/addons/account/i18n/mn.po @@ -619,7 +619,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" +msgid "Accounts Fiscal Mapping" msgstr "" #. module: account @@ -1015,8 +1015,8 @@ msgstr "Цэвэр дүн" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" -msgstr "Фискал посишион" +msgid "Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.line,product_uom_id:0 @@ -1037,8 +1037,8 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" -msgstr "Санхүүгийн байршил татварын зурагжуулалт" +msgid "Taxes Fiscal Mapping" +msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_invoice_tree2_new @@ -1124,8 +1124,8 @@ msgstr "Шинэ аналитик данс" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" -msgstr "Загвар фискал посишион" +msgid "Fiscal Mapping Templates" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -1156,7 +1156,7 @@ msgstr "Гүйлгээний валютаар илэрхийлэгдэх дүн" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" +msgid "Fiscal Mapping Template" msgstr "" #. module: account @@ -1227,7 +1227,7 @@ msgstr "Компаны валют" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" +msgid "Template Account Fiscal Mapping" msgstr "" #. module: account @@ -1809,10 +1809,8 @@ msgstr "Цааш нь" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " -"partner." +"The fiscal mapping will determine taxes and the accounts used for the partner." msgstr "" -"Зөвхөн тухайн харилцагчид зориулагдсан татвар, дансуудыг тодорхойлно." #. module: account #: rml:account.analytic.account.cost_ledger:0 @@ -2083,8 +2081,8 @@ msgstr "Худалдан авагчийн нэхэмжлэлийн явц" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" -msgstr "Фискал посишион тайлбар :" +msgid "Fiscal Mapping Remark :" +msgstr "" #. module: account #: wizard_field:account.fiscalyear.close,init,period_id:0 @@ -3673,8 +3671,8 @@ msgstr "Дугаарлалт" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" -msgstr "Санхүүгийн байршилын загвар" +msgid "Template for Fiscal Mapping" +msgstr "" #. module: account #: view:account.bank.statement:0 @@ -3780,7 +3778,7 @@ msgstr "Ноорог нэхэмжлэлүүд" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" +msgid "Template Tax Fiscal Mapping" msgstr "" #. module: account @@ -5964,7 +5962,7 @@ msgstr "Төлбөрийн нөхцөл" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" +msgid "Fiscal Mappings" msgstr "" #. module: account diff --git a/addons/account/i18n/nb.po b/addons/account/i18n/nb.po index 3332fc2eccb..497c9019b39 100644 --- a/addons/account/i18n/nb.po +++ b/addons/account/i18n/nb.po @@ -611,7 +611,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" +msgid "Accounts Fiscal Mapping" msgstr "" #. module: account @@ -1005,7 +1005,7 @@ msgstr "" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" +msgid "Fiscal Mapping" msgstr "" #. module: account @@ -1027,7 +1027,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" +msgid "Taxes Fiscal Mapping" msgstr "" #. module: account @@ -1114,7 +1114,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" +msgid "Fiscal Mapping Templates" msgstr "" #. module: account @@ -1146,7 +1146,7 @@ msgstr "" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" +msgid "Fiscal Mapping Template" msgstr "" #. module: account @@ -1212,7 +1212,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" +msgid "Template Account Fiscal Mapping" msgstr "" #. module: account @@ -1790,7 +1790,7 @@ msgstr "" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " +"The fiscal mapping will determine taxes and the accounts used for the " "partner." msgstr "" @@ -2061,7 +2061,7 @@ msgstr "" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" +msgid "Fiscal Mapping Remark :" msgstr "" #. module: account @@ -3627,7 +3627,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" +msgid "Template for Fiscal Mapping" msgstr "" #. module: account @@ -3732,7 +3732,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" +msgid "Template Tax Fiscal Mapping" msgstr "" #. module: account @@ -5867,7 +5867,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" +msgid "Fiscal Mappings" msgstr "" #. module: account diff --git a/addons/account/i18n/nl.po b/addons/account/i18n/nl.po index 82671b988fb..c6b166d9e0b 100644 --- a/addons/account/i18n/nl.po +++ b/addons/account/i18n/nl.po @@ -631,8 +631,8 @@ msgstr "(laat leeg om de huidige situatie te behouden)" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" -msgstr "Fiscale toewijzing grootboekrekeningen" +msgid "Accounts Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,contact_id:0 @@ -1030,8 +1030,8 @@ msgstr "Netto totaal" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" -msgstr "Fiscale positie" +msgid "Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.line,product_uom_id:0 @@ -1052,8 +1052,8 @@ msgstr "Kinderen" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" -msgstr "Toewijzing belastingen" +msgid "Taxes Fiscal Mapping" +msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_invoice_tree2_new @@ -1141,8 +1141,8 @@ msgstr "Nieuwe kostenplaats" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" -msgstr "Fiscale situatie sjablonen" +msgid "Fiscal Mapping Templates" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -1173,8 +1173,8 @@ msgstr "Het bedrag uitgedrukt in een optionele andere valuta." #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" -msgstr "Fiscale situatie sjabloon" +msgid "Fiscal Mapping Template" +msgstr "" #. module: account #: field:account.payment.term,line_ids:0 @@ -1244,8 +1244,8 @@ msgstr "Bedrijfsvaluta" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" -msgstr "Vervangingstabel belastingpositie-sjabloon" +msgid "Template Account Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,parent_id:0 @@ -1827,10 +1827,9 @@ msgstr "Volgend" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " +"The fiscal mapping will determine taxes and the accounts used for the " "partner." msgstr "" -"De fiscale positie bepaald de belastingen op verkopen bij de huidige relatie." #. module: account #: rml:account.analytic.account.cost_ledger:0 @@ -2104,8 +2103,8 @@ msgstr "Verkoopfactuur proces" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" -msgstr "Opmerking fiscale positie :" +msgid "Fiscal Mapping Remark :" +msgstr "" #. module: account #: wizard_field:account.fiscalyear.close,init,period_id:0 @@ -3710,8 +3709,8 @@ msgstr "Reeks" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" -msgstr "Sjabloon voor fiscale situatie" +msgid "Template for Fiscal Mapping" +msgstr "" #. module: account #: view:account.bank.statement:0 @@ -3817,8 +3816,8 @@ msgstr "Concept-facturen" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" -msgstr "Vervangingstabel belastingpositie belastingsjabloon" +msgid "Template Tax Fiscal Mapping" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -6017,8 +6016,8 @@ msgstr "Betalingsconditie" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" -msgstr "Fiscale positie" +msgid "Fiscal Mappings" +msgstr "" #. module: account #: model:process.process,name:account.process_process_statementprocess0 diff --git a/addons/account/i18n/nl_BE.po b/addons/account/i18n/nl_BE.po index cabc0c629c7..3296654dfe4 100644 --- a/addons/account/i18n/nl_BE.po +++ b/addons/account/i18n/nl_BE.po @@ -633,8 +633,8 @@ msgstr "(leeg om de huidige situatie te openen)" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" -msgstr "Rekeningkoppeling fiscale positie" +msgid "Accounts Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,contact_id:0 @@ -1031,8 +1031,8 @@ msgstr "Nettototaal:" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" -msgstr "Fiscale positie" +msgid "Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.line,product_uom_id:0 @@ -1053,8 +1053,8 @@ msgstr "Afhankel." #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" -msgstr "Btw-koppeling fiscale positie" +msgid "Taxes Fiscal Mapping" +msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_invoice_tree2_new @@ -1142,8 +1142,8 @@ msgstr "Nieuwe analytische rekening" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" -msgstr "Sjablonen fiscale posities" +msgid "Fiscal Mapping Templates" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -1174,8 +1174,8 @@ msgstr "Het bedrag uitgedrukt in een optionele andere munt." #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" -msgstr "Sjabloon fiscale posities" +msgid "Fiscal Mapping Template" +msgstr "" #. module: account #: field:account.payment.term,line_ids:0 @@ -1248,8 +1248,8 @@ msgstr "Firmamunt" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" -msgstr "Rekeningkoppeling sjabloon fiscale positie" +msgid "Template Account Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,parent_id:0 @@ -1830,9 +1830,9 @@ msgstr "Volgende" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " +"The fiscal mapping will determine taxes and the accounts used for the " "partner." -msgstr "Fiscale positie bepaalt btw en rekeningen voor de relatie." +msgstr "" #. module: account #: rml:account.analytic.account.cost_ledger:0 @@ -2106,8 +2106,8 @@ msgstr "Verkoopfactuurprocedure" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" -msgstr "Opmerking fiscale positie:" +msgid "Fiscal Mapping Remark :" +msgstr "" #. module: account #: wizard_field:account.fiscalyear.close,init,period_id:0 @@ -3687,7 +3687,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" +msgid "Template for Fiscal Mapping" msgstr "" #. module: account @@ -3792,7 +3792,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" +msgid "Template Tax Fiscal Mapping" msgstr "" #. module: account @@ -5928,7 +5928,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" +msgid "Fiscal Mappings" msgstr "" #. module: account diff --git a/addons/account/i18n/oc.po b/addons/account/i18n/oc.po index 6e9a67e6755..de2c41178ec 100644 --- a/addons/account/i18n/oc.po +++ b/addons/account/i18n/oc.po @@ -613,7 +613,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" +msgid "Accounts Fiscal Mapping" msgstr "" #. module: account @@ -1007,7 +1007,7 @@ msgstr "Total net :" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" +msgid "Fiscal Mapping" msgstr "" #. module: account @@ -1029,7 +1029,7 @@ msgstr "Enfant" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" +msgid "Taxes Fiscal Mapping" msgstr "" #. module: account @@ -1116,7 +1116,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" +msgid "Fiscal Mapping Templates" msgstr "" #. module: account @@ -1148,7 +1148,7 @@ msgstr "" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" +msgid "Fiscal Mapping Template" msgstr "" #. module: account @@ -1214,7 +1214,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" +msgid "Template Account Fiscal Mapping" msgstr "" #. module: account @@ -1792,7 +1792,7 @@ msgstr "Seguent" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " +"The fiscal mapping will determine taxes and the accounts used for the " "partner." msgstr "" @@ -2063,7 +2063,7 @@ msgstr "" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" +msgid "Fiscal Mapping Remark :" msgstr "" #. module: account @@ -3629,7 +3629,7 @@ msgstr "Sequéncia" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" +msgid "Template for Fiscal Mapping" msgstr "" #. module: account @@ -3734,7 +3734,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" +msgid "Template Tax Fiscal Mapping" msgstr "" #. module: account @@ -5869,7 +5869,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" +msgid "Fiscal Mappings" msgstr "" #. module: account diff --git a/addons/account/i18n/pl.po b/addons/account/i18n/pl.po index 8a603d047b7..a21b3092609 100644 --- a/addons/account/i18n/pl.po +++ b/addons/account/i18n/pl.po @@ -630,8 +630,8 @@ msgstr "(Pozostaw puste, aby otworzyć bieżącą sytuację)" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" -msgstr "Mapowanie kont obszarów podatkowych" +msgid "Accounts Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,contact_id:0 @@ -1028,8 +1028,8 @@ msgstr "Suma netto:" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" -msgstr "Obszar podatkowy" +msgid "Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.line,product_uom_id:0 @@ -1050,8 +1050,8 @@ msgstr "Podrzędne" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" -msgstr "Mapowanie podatków wg obszarów podatkowych" +msgid "Taxes Fiscal Mapping" +msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_invoice_tree2_new @@ -1139,8 +1139,8 @@ msgstr "Nowe konto analityczne" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" -msgstr "Szablony obszarów podatkowych" +msgid "Fiscal Mapping Templates" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -1171,8 +1171,8 @@ msgstr "Wartość wyrażona w ewentualnej innej walucie." #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" -msgstr "Szablon obszaru podatkowego" +msgid "Fiscal Mapping Template" +msgstr "" #. module: account #: field:account.payment.term,line_ids:0 @@ -1242,8 +1242,8 @@ msgstr "Waluta firmy" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" -msgstr "Mapowanie szablonów kont obszarów podatkowych" +msgid "Template Account Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,parent_id:0 @@ -1824,9 +1824,9 @@ msgstr "Następne" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " +"The fiscal mapping will determine taxes and the accounts used for the " "partner." -msgstr "Obszar podatkowy określa podatki i konta stosowane dla partnera." +msgstr "" #. module: account #: rml:account.analytic.account.cost_ledger:0 @@ -2098,8 +2098,8 @@ msgstr "Proces faktury dla klienta" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" -msgstr "Uwaga do obszaru podatkowego :" +msgid "Fiscal Mapping Remark :" +msgstr "" #. module: account #: wizard_field:account.fiscalyear.close,init,period_id:0 @@ -3697,8 +3697,8 @@ msgstr "Numeracja" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" -msgstr "Szablon dla obszaru podatkowego" +msgid "Template for Fiscal Mapping" +msgstr "" #. module: account #: view:account.bank.statement:0 @@ -3804,8 +3804,8 @@ msgstr "Projekty faktur" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" -msgstr "Mapowanie podatków wg szablonów obszarów podatkowych" +msgid "Template Tax Fiscal Mapping" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -5996,8 +5996,8 @@ msgstr "Warunki płatności" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" -msgstr "Obszary podatkowe" +msgid "Fiscal Mappings" +msgstr "" #. module: account #: model:process.process,name:account.process_process_statementprocess0 diff --git a/addons/account/i18n/pt.po b/addons/account/i18n/pt.po index a772f0234ee..fbab2b78ddc 100644 --- a/addons/account/i18n/pt.po +++ b/addons/account/i18n/pt.po @@ -628,8 +628,8 @@ msgstr "(Manter vazio para abrir a situação actual)" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" -msgstr "Mapeamento de contas da posição fiscal" +msgid "Accounts Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,contact_id:0 @@ -1026,8 +1026,8 @@ msgstr "Neto total:" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" -msgstr "Posição fiscal" +msgid "Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.line,product_uom_id:0 @@ -1048,8 +1048,8 @@ msgstr "Contas-filho" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" -msgstr "Mapeamento de impostos de posições fiscais" +msgid "Taxes Fiscal Mapping" +msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_invoice_tree2_new @@ -1137,8 +1137,8 @@ msgstr "Nova conta da contabilidade analítica" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" -msgstr "Modelos de posição fiscal" +msgid "Fiscal Mapping Templates" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -1169,8 +1169,8 @@ msgstr "Montante apresentado numa outra moeda, opcional." #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" -msgstr "Modelo de posição fiscal" +msgid "Fiscal Mapping Template" +msgstr "" #. module: account #: field:account.payment.term,line_ids:0 @@ -1240,8 +1240,8 @@ msgstr "Moeda da empresa" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" -msgstr "Mapeamento do Modelo de Posição Fiscal." +msgid "Template Account Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,parent_id:0 @@ -1822,10 +1822,9 @@ msgstr "Seguinte" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " +"The fiscal mapping will determine taxes and the accounts used for the " "partner." msgstr "" -"A posição fiscal determinará os impostos e as contas usados para o parceiro." #. module: account #: rml:account.analytic.account.cost_ledger:0 @@ -2097,8 +2096,8 @@ msgstr "Processo de facturação a clientes" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" -msgstr "Nota da posição fiscal" +msgid "Fiscal Mapping Remark :" +msgstr "" #. module: account #: wizard_field:account.fiscalyear.close,init,period_id:0 @@ -3699,8 +3698,8 @@ msgstr "Sequência" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" -msgstr "Modelo de posição fiscal" +msgid "Template for Fiscal Mapping" +msgstr "" #. module: account #: view:account.bank.statement:0 @@ -3806,8 +3805,8 @@ msgstr "Facturas em rascunhos" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" -msgstr "Mapeamento de imposto e modelos de posição fiscal" +msgid "Template Tax Fiscal Mapping" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -5999,8 +5998,8 @@ msgstr "Termo do Pagamento" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" -msgstr "Posições fiscais" +msgid "Fiscal Mappings" +msgstr "" #. module: account #: model:process.process,name:account.process_process_statementprocess0 diff --git a/addons/account/i18n/pt_BR.po b/addons/account/i18n/pt_BR.po index c3f68709355..5d2937a5629 100644 --- a/addons/account/i18n/pt_BR.po +++ b/addons/account/i18n/pt_BR.po @@ -631,8 +631,8 @@ msgstr "(Manter vazia para abrir a situação atual)" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" -msgstr "Mapa da posição fiscal das contas" +msgid "Accounts Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,contact_id:0 @@ -1029,8 +1029,8 @@ msgstr "Total líquido:" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" -msgstr "Posição fiscal" +msgid "Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.line,product_uom_id:0 @@ -1051,8 +1051,8 @@ msgstr "Filhos" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" -msgstr "Mapeamento das posições Fiscais" +msgid "Taxes Fiscal Mapping" +msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_invoice_tree2_new @@ -1140,8 +1140,8 @@ msgstr "Nova conta analítica" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" -msgstr "Modelo de posição fiscal" +msgid "Fiscal Mapping Templates" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -1172,8 +1172,8 @@ msgstr "O valor expresso em outra moeda opcional" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" -msgstr "Modelo de posição fiscal" +msgid "Fiscal Mapping Template" +msgstr "" #. module: account #: field:account.payment.term,line_ids:0 @@ -1243,8 +1243,8 @@ msgstr "Moeda da empresa" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" -msgstr "Mapeamento contábil dos Modelos para Posição Fiscal" +msgid "Template Account Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,parent_id:0 @@ -1826,11 +1826,9 @@ msgstr "Próximo" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " +"The fiscal mapping will determine taxes and the accounts used for the " "partner." msgstr "" -"A posição fiscal irá determinar os impostos e as contas usadas para o " -"parceiro." #. module: account #: rml:account.analytic.account.cost_ledger:0 @@ -2103,8 +2101,8 @@ msgstr "Processo de faturamento de clientes" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" -msgstr "Ressalva de Posição Fiscal" +msgid "Fiscal Mapping Remark :" +msgstr "" #. module: account #: wizard_field:account.fiscalyear.close,init,period_id:0 @@ -3706,8 +3704,8 @@ msgstr "Sequencia" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" -msgstr "Modelo para posição fiscal" +msgid "Template for Fiscal Mapping" +msgstr "" #. module: account #: view:account.bank.statement:0 @@ -3813,8 +3811,8 @@ msgstr "Faturas Provisórias" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" -msgstr "Modelo para Mapeamento do Imposto na Posição Fiscal" +msgid "Template Tax Fiscal Mapping" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -6011,8 +6009,8 @@ msgstr "Forma de Pagamento" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" -msgstr "Posições fiscais" +msgid "Fiscal Mappings" +msgstr "" #. module: account #: model:process.process,name:account.process_process_statementprocess0 diff --git a/addons/account/i18n/ro.po b/addons/account/i18n/ro.po index c0fb242ba37..3d6da4304c0 100644 --- a/addons/account/i18n/ro.po +++ b/addons/account/i18n/ro.po @@ -631,8 +631,8 @@ msgstr "(Lasati necompletat pentru a deschide situaţia curentă)" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" -msgstr "Corespondenţa conturilor de poziţie fiscală" +msgid "Accounts Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,contact_id:0 @@ -1030,8 +1030,8 @@ msgstr "Total net :" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" -msgstr "Poziţie fiscală" +msgid "Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.line,product_uom_id:0 @@ -1052,8 +1052,8 @@ msgstr "Descendenţi" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" -msgstr "Corespondenţa taxelor pentru poziţiile fiscale" +msgid "Taxes Fiscal Mapping" +msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_invoice_tree2_new @@ -1141,8 +1141,8 @@ msgstr "Cont analitic nou" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" -msgstr "Şabloane poziţii fiscale" +msgid "Fiscal Mapping Templates" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -1173,8 +1173,8 @@ msgstr "Suma exprimată întro altă monedă opţională" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" -msgstr "Şablon poziţie fiscală" +msgid "Fiscal Mapping Template" +msgstr "" #. module: account #: field:account.payment.term,line_ids:0 @@ -1245,8 +1245,8 @@ msgstr "Moneda companiei" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" -msgstr "Corespondenţa conturilor cu şabloanele de poziţii fiscale" +msgid "Template Account Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,parent_id:0 @@ -1828,10 +1828,9 @@ msgstr "Înainte" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " +"The fiscal mapping will determine taxes and the accounts used for the " "partner." msgstr "" -"Poziţia fiscală va determina taxele şi conturile utilizate pentru partener." #. module: account #: rml:account.analytic.account.cost_ledger:0 @@ -2103,8 +2102,8 @@ msgstr "Proces facturare clienţi" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" -msgstr "Comentariu poziţie fiscală" +msgid "Fiscal Mapping Remark :" +msgstr "" #. module: account #: wizard_field:account.fiscalyear.close,init,period_id:0 @@ -3708,8 +3707,8 @@ msgstr "Secvenţă" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" -msgstr "Şablon pentru poziţia fiscală" +msgid "Template for Fiscal Mapping" +msgstr "" #. module: account #: view:account.bank.statement:0 @@ -3815,8 +3814,8 @@ msgstr "Facturi ciornă" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" -msgstr "Corespondenţa taxelor pentru şablonul poziţiei fiscale" +msgid "Template Tax Fiscal Mapping" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -6005,8 +6004,8 @@ msgstr "Termen de plată" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" -msgstr "Poziţii fiscale" +msgid "Fiscal Mappings" +msgstr "" #. module: account #: model:process.process,name:account.process_process_statementprocess0 diff --git a/addons/account/i18n/ru.po b/addons/account/i18n/ru.po index c238fc8b7bd..0f049317f86 100644 --- a/addons/account/i18n/ru.po +++ b/addons/account/i18n/ru.po @@ -629,7 +629,7 @@ msgstr "(Оставить пустым для отображения текущ #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" +msgid "Accounts Fiscal Mapping" msgstr "" #. module: account @@ -1027,8 +1027,8 @@ msgstr "Итог нетто" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" -msgstr "Налоговая позиция" +msgid "Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.line,product_uom_id:0 @@ -1049,8 +1049,8 @@ msgstr "Потомки" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" -msgstr "Структура налогов финансовой области" +msgid "Taxes Fiscal Mapping" +msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_invoice_tree2_new @@ -1138,7 +1138,7 @@ msgstr "Новый счет аналитики" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" +msgid "Fiscal Mapping Templates" msgstr "" #. module: account @@ -1170,8 +1170,8 @@ msgstr "Сумма выраженная в дополнительной друг #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" -msgstr "Шаблон финансовой области" +msgid "Fiscal Mapping Template" +msgstr "" #. module: account #: field:account.payment.term,line_ids:0 @@ -1241,8 +1241,8 @@ msgstr "Валюта компании" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" -msgstr "Шаблон структуры счетов финансовой области" +msgid "Template Account Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,parent_id:0 @@ -1820,11 +1820,9 @@ msgstr "Далее" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " +"The fiscal mapping will determine taxes and the accounts used for the " "partner." msgstr "" -"Финансовая область будет определять налоги и счета, используемые для " -"контрагента." #. module: account #: rml:account.analytic.account.cost_ledger:0 @@ -2093,7 +2091,7 @@ msgstr "" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" +msgid "Fiscal Mapping Remark :" msgstr "" #. module: account @@ -3663,7 +3661,7 @@ msgstr "Последовательность" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" +msgid "Template for Fiscal Mapping" msgstr "" #. module: account @@ -3768,8 +3766,8 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" -msgstr "Структура налоговых шаблонов для финансовой области" +msgid "Template Tax Fiscal Mapping" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -5908,7 +5906,7 @@ msgstr "Условия оплаты" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" +msgid "Fiscal Mappings" msgstr "" #. module: account diff --git a/addons/account/i18n/si.po b/addons/account/i18n/si.po index f130a5946b6..0a6fbd2280b 100644 --- a/addons/account/i18n/si.po +++ b/addons/account/i18n/si.po @@ -611,7 +611,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" +msgid "Accounts Fiscal Mapping" msgstr "" #. module: account @@ -1005,7 +1005,7 @@ msgstr "" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" +msgid "Fiscal Mapping" msgstr "" #. module: account @@ -1027,7 +1027,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" +msgid "Taxes Fiscal Mapping" msgstr "" #. module: account @@ -1114,7 +1114,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" +msgid "Fiscal Mapping Templates" msgstr "" #. module: account @@ -1146,7 +1146,7 @@ msgstr "" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" +msgid "Fiscal Mapping Template" msgstr "" #. module: account @@ -1212,7 +1212,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" +msgid "Template Account Fiscal Mapping" msgstr "" #. module: account @@ -1790,7 +1790,7 @@ msgstr "" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " +"The fiscal mapping will determine taxes and the accounts used for the " "partner." msgstr "" @@ -2061,7 +2061,7 @@ msgstr "" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" +msgid "Fiscal Mapping Remark :" msgstr "" #. module: account @@ -3627,7 +3627,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" +msgid "Template for Fiscal Mapping" msgstr "" #. module: account @@ -3732,7 +3732,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" +msgid "Template Tax Fiscal Mapping" msgstr "" #. module: account @@ -5867,7 +5867,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" +msgid "Fiscal Mappings" msgstr "" #. module: account diff --git a/addons/account/i18n/sk.po b/addons/account/i18n/sk.po index 1e778a79cb8..e2ddb61ae90 100644 --- a/addons/account/i18n/sk.po +++ b/addons/account/i18n/sk.po @@ -614,7 +614,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" +msgid "Accounts Fiscal Mapping" msgstr "" #. module: account @@ -1008,7 +1008,7 @@ msgstr "" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" +msgid "Fiscal Mapping" msgstr "" #. module: account @@ -1030,7 +1030,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" +msgid "Taxes Fiscal Mapping" msgstr "" #. module: account @@ -1117,7 +1117,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" +msgid "Fiscal Mapping Templates" msgstr "" #. module: account @@ -1149,7 +1149,7 @@ msgstr "" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" +msgid "Fiscal Mapping Template" msgstr "" #. module: account @@ -1215,7 +1215,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" +msgid "Template Account Fiscal Mapping" msgstr "" #. module: account @@ -1793,7 +1793,7 @@ msgstr "" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " +"The fiscal mapping will determine taxes and the accounts used for the " "partner." msgstr "" @@ -2064,7 +2064,7 @@ msgstr "" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" +msgid "Fiscal Mapping Remark :" msgstr "" #. module: account @@ -3630,7 +3630,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" +msgid "Template for Fiscal Mapping" msgstr "" #. module: account @@ -3735,7 +3735,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" +msgid "Template Tax Fiscal Mapping" msgstr "" #. module: account @@ -5870,7 +5870,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" +msgid "Fiscal Mappings" msgstr "" #. module: account diff --git a/addons/account/i18n/sl.po b/addons/account/i18n/sl.po index d9fcc7ec19c..417fd5e7387 100644 --- a/addons/account/i18n/sl.po +++ b/addons/account/i18n/sl.po @@ -623,8 +623,8 @@ msgstr "(Postite prazno da se odpre terenutno stanje)" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" -msgstr "Preslikava kontov glede na davčno pozicijo" +msgid "Accounts Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,contact_id:0 @@ -1019,8 +1019,8 @@ msgstr "Skupaj (brez davkov):" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" -msgstr "Davčna pozicija" +msgid "Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.line,product_uom_id:0 @@ -1041,8 +1041,8 @@ msgstr "Otroci" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" -msgstr "Preslikava davkov glede na davčno pozicijo" +msgid "Taxes Fiscal Mapping" +msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_invoice_tree2_new @@ -1130,8 +1130,8 @@ msgstr "Nov analitičen konto" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" -msgstr "Predloge davčnih pozicij" +msgid "Fiscal Mapping Templates" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -1162,8 +1162,8 @@ msgstr "Znesek izražen v poljubni drugi valuti" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" -msgstr "Vzorec za davčno pozicijo" +msgid "Fiscal Mapping Template" +msgstr "" #. module: account #: field:account.payment.term,line_ids:0 @@ -1228,8 +1228,8 @@ msgstr "Valute družba" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" -msgstr "Preslikava kontov za vzorec za davčno pozicijo" +msgid "Template Account Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,parent_id:0 @@ -1810,11 +1810,9 @@ msgstr "Naslednji" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " +"The fiscal mapping will determine taxes and the accounts used for the " "partner." msgstr "" -"Davčna pozicija bo določila davke in konte, ki se bodo uporabljali za tega " -"partnerja." #. module: account #: rml:account.analytic.account.cost_ledger:0 @@ -2087,8 +2085,8 @@ msgstr "Proces računa stranke" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" -msgstr "Opomba za davčno pozicijo" +msgid "Fiscal Mapping Remark :" +msgstr "" #. module: account #: wizard_field:account.fiscalyear.close,init,period_id:0 @@ -3657,7 +3655,7 @@ msgstr "Zaporedje" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" +msgid "Template for Fiscal Mapping" msgstr "" #. module: account @@ -3762,7 +3760,7 @@ msgstr "Osnutki računov" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" +msgid "Template Tax Fiscal Mapping" msgstr "" #. module: account @@ -5906,7 +5904,7 @@ msgstr "Plačilni pogoj" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" +msgid "Fiscal Mappings" msgstr "" #. module: account diff --git a/addons/account/i18n/sq.po b/addons/account/i18n/sq.po index ac97daad807..ddce4ab958a 100644 --- a/addons/account/i18n/sq.po +++ b/addons/account/i18n/sq.po @@ -633,8 +633,8 @@ msgstr "(Mbaje zbrazët për të hapur gjenden aktuale)" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" -msgstr "Hartimi i Pozicionit Aktual Fiskal" +msgid "Accounts Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,contact_id:0 @@ -1031,7 +1031,7 @@ msgstr "" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" +msgid "Fiscal Mapping" msgstr "" #. module: account @@ -1053,7 +1053,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" +msgid "Taxes Fiscal Mapping" msgstr "" #. module: account @@ -1140,7 +1140,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" +msgid "Fiscal Mapping Templates" msgstr "" #. module: account @@ -1172,7 +1172,7 @@ msgstr "" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" +msgid "Fiscal Mapping Template" msgstr "" #. module: account @@ -1238,7 +1238,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" +msgid "Template Account Fiscal Mapping" msgstr "" #. module: account @@ -1816,7 +1816,7 @@ msgstr "" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " +"The fiscal mapping will determine taxes and the accounts used for the " "partner." msgstr "" @@ -2087,7 +2087,7 @@ msgstr "" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" +msgid "Fiscal Mapping Remark :" msgstr "" #. module: account @@ -3653,7 +3653,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" +msgid "Template for Fiscal Mapping" msgstr "" #. module: account @@ -3758,7 +3758,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" +msgid "Template Tax Fiscal Mapping" msgstr "" #. module: account @@ -5893,7 +5893,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" +msgid "Fiscal Mappings" msgstr "" #. module: account diff --git a/addons/account/i18n/sr.po b/addons/account/i18n/sr.po index 876daa88d08..12a682b9991 100644 --- a/addons/account/i18n/sr.po +++ b/addons/account/i18n/sr.po @@ -614,7 +614,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" +msgid "Accounts Fiscal Mapping" msgstr "" #. module: account @@ -1008,7 +1008,7 @@ msgstr "" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" +msgid "Fiscal Mapping" msgstr "" #. module: account @@ -1030,7 +1030,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" +msgid "Taxes Fiscal Mapping" msgstr "" #. module: account @@ -1117,7 +1117,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" +msgid "Fiscal Mapping Templates" msgstr "" #. module: account @@ -1149,7 +1149,7 @@ msgstr "" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" +msgid "Fiscal Mapping Template" msgstr "" #. module: account @@ -1215,7 +1215,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" +msgid "Template Account Fiscal Mapping" msgstr "" #. module: account @@ -1793,7 +1793,7 @@ msgstr "" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " +"The fiscal mapping will determine taxes and the accounts used for the " "partner." msgstr "" @@ -2064,7 +2064,7 @@ msgstr "" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" +msgid "Fiscal Mapping Remark :" msgstr "" #. module: account @@ -3630,7 +3630,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" +msgid "Template for Fiscal Mapping" msgstr "" #. module: account @@ -3735,7 +3735,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" +msgid "Template Tax Fiscal Mapping" msgstr "" #. module: account @@ -5870,7 +5870,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" +msgid "Fiscal Mappings" msgstr "" #. module: account diff --git a/addons/account/i18n/sv.po b/addons/account/i18n/sv.po index dd9617244a4..4db6fb70f01 100644 --- a/addons/account/i18n/sv.po +++ b/addons/account/i18n/sv.po @@ -620,8 +620,8 @@ msgstr "(Tomt öppnar med aktuella värden)" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" -msgstr "Mappning av momsredovisningskonton" +msgid "Accounts Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,contact_id:0 @@ -1018,8 +1018,8 @@ msgstr "Nettototal:" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" -msgstr "Momsredovisningsnummer" +msgid "Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.line,product_uom_id:0 @@ -1040,8 +1040,8 @@ msgstr "Barn" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" -msgstr "Mappning av momsredovisningsnummer" +msgid "Taxes Fiscal Mapping" +msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_invoice_tree2_new @@ -1127,8 +1127,8 @@ msgstr "Nytt objektkonto" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" -msgstr "Förlaga för momsredovisningsnummer" +msgid "Fiscal Mapping Templates" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -1159,8 +1159,8 @@ msgstr "" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" -msgstr "Förlaga för momsredovisningsnummer" +msgid "Fiscal Mapping Template" +msgstr "" #. module: account #: field:account.payment.term,line_ids:0 @@ -1230,7 +1230,7 @@ msgstr "Företagets valuta" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" +msgid "Template Account Fiscal Mapping" msgstr "" #. module: account @@ -1808,7 +1808,7 @@ msgstr "Nästa" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " +"The fiscal mapping will determine taxes and the accounts used for the " "partner." msgstr "" @@ -2079,7 +2079,7 @@ msgstr "" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" +msgid "Fiscal Mapping Remark :" msgstr "" #. module: account @@ -3658,7 +3658,7 @@ msgstr "Sekvens" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" +msgid "Template for Fiscal Mapping" msgstr "" #. module: account @@ -3763,7 +3763,7 @@ msgstr "Utkastfakturor" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" +msgid "Template Tax Fiscal Mapping" msgstr "" #. module: account @@ -5917,8 +5917,8 @@ msgstr "Betalningsvillkor" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" -msgstr "Momsredovisningsnummer" +msgid "Fiscal Mappings" +msgstr "" #. module: account #: model:process.process,name:account.process_process_statementprocess0 diff --git a/addons/account/i18n/ta.po b/addons/account/i18n/ta.po index 89291e61eec..c82520b3ed6 100644 --- a/addons/account/i18n/ta.po +++ b/addons/account/i18n/ta.po @@ -611,7 +611,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" +msgid "Accounts Fiscal Mapping" msgstr "" #. module: account @@ -1005,7 +1005,7 @@ msgstr "" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" +msgid "Fiscal Mapping" msgstr "" #. module: account @@ -1027,7 +1027,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" +msgid "Taxes Fiscal Mapping" msgstr "" #. module: account @@ -1114,7 +1114,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" +msgid "Fiscal Mapping Templates" msgstr "" #. module: account @@ -1146,7 +1146,7 @@ msgstr "" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" +msgid "Fiscal Mapping Template" msgstr "" #. module: account @@ -1212,7 +1212,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" +msgid "Template Account Fiscal Mapping" msgstr "" #. module: account @@ -1790,7 +1790,7 @@ msgstr "" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " +"The fiscal mapping will determine taxes and the accounts used for the " "partner." msgstr "" @@ -2061,7 +2061,7 @@ msgstr "" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" +msgid "Fiscal Mapping Remark :" msgstr "" #. module: account @@ -3627,7 +3627,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" +msgid "Template for Fiscal Mapping" msgstr "" #. module: account @@ -3732,7 +3732,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" +msgid "Template Tax Fiscal Mapping" msgstr "" #. module: account @@ -5867,7 +5867,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" +msgid "Fiscal Mappings" msgstr "" #. module: account diff --git a/addons/account/i18n/te.po b/addons/account/i18n/te.po index 46ab871ce9e..1338acbd719 100644 --- a/addons/account/i18n/te.po +++ b/addons/account/i18n/te.po @@ -611,7 +611,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" +msgid "Accounts Fiscal Mapping" msgstr "" #. module: account @@ -1005,7 +1005,7 @@ msgstr "నికర మొత్తం:" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" +msgid "Fiscal Mapping" msgstr "" #. module: account @@ -1027,7 +1027,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" +msgid "Taxes Fiscal Mapping" msgstr "" #. module: account @@ -1114,7 +1114,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" +msgid "Fiscal Mapping Templates" msgstr "" #. module: account @@ -1146,7 +1146,7 @@ msgstr "" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" +msgid "Fiscal Mapping Template" msgstr "" #. module: account @@ -1212,7 +1212,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" +msgid "Template Account Fiscal Mapping" msgstr "" #. module: account @@ -1790,7 +1790,7 @@ msgstr "తర్వాత" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " +"The fiscal mapping will determine taxes and the accounts used for the " "partner." msgstr "" @@ -2061,7 +2061,7 @@ msgstr "" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" +msgid "Fiscal Mapping Remark :" msgstr "" #. module: account @@ -3627,7 +3627,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" +msgid "Template for Fiscal Mapping" msgstr "" #. module: account @@ -3732,7 +3732,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" +msgid "Template Tax Fiscal Mapping" msgstr "" #. module: account @@ -5867,7 +5867,7 @@ msgstr "చెల్లింపు కాలం" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" +msgid "Fiscal Mappings" msgstr "" #. module: account diff --git a/addons/account/i18n/th.po b/addons/account/i18n/th.po index 333187e87ab..3c193859a02 100644 --- a/addons/account/i18n/th.po +++ b/addons/account/i18n/th.po @@ -611,7 +611,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" +msgid "Accounts Fiscal Mapping" msgstr "" #. module: account @@ -1005,7 +1005,7 @@ msgstr "" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" +msgid "Fiscal Mapping" msgstr "" #. module: account @@ -1027,7 +1027,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" +msgid "Taxes Fiscal Mapping" msgstr "" #. module: account @@ -1114,7 +1114,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" +msgid "Fiscal Mapping Templates" msgstr "" #. module: account @@ -1146,7 +1146,7 @@ msgstr "" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" +msgid "Fiscal Mapping Template" msgstr "" #. module: account @@ -1212,7 +1212,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" +msgid "Template Account Fiscal Mapping" msgstr "" #. module: account @@ -1790,7 +1790,7 @@ msgstr "" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " +"The fiscal mapping will determine taxes and the accounts used for the " "partner." msgstr "" @@ -2061,7 +2061,7 @@ msgstr "" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" +msgid "Fiscal Mapping Remark :" msgstr "" #. module: account @@ -3627,7 +3627,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" +msgid "Template for Fiscal Mapping" msgstr "" #. module: account @@ -3732,7 +3732,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" +msgid "Template Tax Fiscal Mapping" msgstr "" #. module: account @@ -5867,7 +5867,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" +msgid "Fiscal Mappings" msgstr "" #. module: account diff --git a/addons/account/i18n/tlh.po b/addons/account/i18n/tlh.po index f15bb0b9d2b..e8aac209645 100644 --- a/addons/account/i18n/tlh.po +++ b/addons/account/i18n/tlh.po @@ -610,7 +610,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" +msgid "Accounts Fiscal Mapping" msgstr "" #. module: account @@ -1004,7 +1004,7 @@ msgstr "" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" +msgid "Fiscal Mapping" msgstr "" #. module: account @@ -1026,7 +1026,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" +msgid "Taxes Fiscal Mapping" msgstr "" #. module: account @@ -1113,7 +1113,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" +msgid "Fiscal Mapping Templates" msgstr "" #. module: account @@ -1145,7 +1145,7 @@ msgstr "" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" +msgid "Fiscal Mapping Template" msgstr "" #. module: account @@ -1211,7 +1211,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" +msgid "Template Account Fiscal Mapping" msgstr "" #. module: account @@ -1789,7 +1789,7 @@ msgstr "" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " +"The fiscal mapping will determine taxes and the accounts used for the " "partner." msgstr "" @@ -2060,7 +2060,7 @@ msgstr "" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" +msgid "Fiscal Mapping Remark :" msgstr "" #. module: account @@ -3626,7 +3626,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" +msgid "Template for Fiscal Mapping" msgstr "" #. module: account @@ -3731,7 +3731,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" +msgid "Template Tax Fiscal Mapping" msgstr "" #. module: account @@ -5866,7 +5866,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" +msgid "Fiscal Mappings" msgstr "" #. module: account diff --git a/addons/account/i18n/tr.po b/addons/account/i18n/tr.po index 033e57239de..58d1a9b909e 100644 --- a/addons/account/i18n/tr.po +++ b/addons/account/i18n/tr.po @@ -613,8 +613,8 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" -msgstr "Mali Durum Eşleme Hes." +msgid "Accounts Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,contact_id:0 @@ -1007,8 +1007,8 @@ msgstr "Net Toplam:" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" -msgstr "Mali Durum" +msgid "Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.line,product_uom_id:0 @@ -1029,8 +1029,8 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" -msgstr "Mali Durum Vergi Haritası" +msgid "Taxes Fiscal Mapping" +msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_invoice_tree2_new @@ -1116,8 +1116,8 @@ msgstr "Yeni Analiz Hesabı" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" -msgstr "Mali Durum Şablonu" +msgid "Fiscal Mapping Templates" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -1148,8 +1148,8 @@ msgstr "" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" -msgstr "Mali Durum Şablonu" +msgid "Fiscal Mapping Template" +msgstr "" #. module: account #: field:account.payment.term,line_ids:0 @@ -1214,8 +1214,8 @@ msgstr "Firma Dövizi" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" -msgstr "Mali Durum Şablonu Eşleme Hes." +msgid "Template Account Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,parent_id:0 @@ -1792,7 +1792,7 @@ msgstr "" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " +"The fiscal mapping will determine taxes and the accounts used for the " "partner." msgstr "" @@ -2063,8 +2063,8 @@ msgstr "Müşteri Fatura İşlemleri" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" -msgstr "Mali Durum Beyanı :" +msgid "Fiscal Mapping Remark :" +msgstr "" #. module: account #: wizard_field:account.fiscalyear.close,init,period_id:0 @@ -3629,8 +3629,8 @@ msgstr "Sıra No" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" -msgstr "Mali Durum için Şablon" +msgid "Template for Fiscal Mapping" +msgstr "" #. module: account #: view:account.bank.statement:0 @@ -3734,8 +3734,8 @@ msgstr "Taslak Faturalar" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" -msgstr "Mali Durum Şablonu Vergi Eşlemesi" +msgid "Template Tax Fiscal Mapping" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -5869,8 +5869,8 @@ msgstr "Ödeme Vadesi" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" -msgstr "Mali Durumlar" +msgid "Fiscal Mappings" +msgstr "" #. module: account #: model:process.process,name:account.process_process_statementprocess0 diff --git a/addons/account/i18n/ug.po b/addons/account/i18n/ug.po index 02f82ee14c1..67fe6840276 100644 --- a/addons/account/i18n/ug.po +++ b/addons/account/i18n/ug.po @@ -611,7 +611,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" +msgid "Accounts Fiscal Mapping" msgstr "" #. module: account @@ -1005,7 +1005,7 @@ msgstr "" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" +msgid "Fiscal Mapping" msgstr "" #. module: account @@ -1027,7 +1027,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" +msgid "Taxes Fiscal Mapping" msgstr "" #. module: account @@ -1114,7 +1114,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" +msgid "Fiscal Mapping Templates" msgstr "" #. module: account @@ -1146,7 +1146,7 @@ msgstr "" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" +msgid "Fiscal Mapping Template" msgstr "" #. module: account @@ -1212,7 +1212,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" +msgid "Template Account Fiscal Mapping" msgstr "" #. module: account @@ -1790,7 +1790,7 @@ msgstr "" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " +"The fiscal mapping will determine taxes and the accounts used for the " "partner." msgstr "" @@ -2061,7 +2061,7 @@ msgstr "" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" +msgid "Fiscal Mapping Remark :" msgstr "" #. module: account @@ -3627,7 +3627,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" +msgid "Template for Fiscal Mapping" msgstr "" #. module: account @@ -3732,7 +3732,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" +msgid "Template Tax Fiscal Mapping" msgstr "" #. module: account @@ -5867,7 +5867,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" +msgid "Fiscal Mappings" msgstr "" #. module: account diff --git a/addons/account/i18n/uk.po b/addons/account/i18n/uk.po index 4e6370d091f..b6b796ec935 100644 --- a/addons/account/i18n/uk.po +++ b/addons/account/i18n/uk.po @@ -610,7 +610,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" +msgid "Accounts Fiscal Mapping" msgstr "" #. module: account @@ -1004,7 +1004,7 @@ msgstr "" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" +msgid "Fiscal Mapping" msgstr "" #. module: account @@ -1026,7 +1026,7 @@ msgstr "Дочірній" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" +msgid "Taxes Fiscal Mapping" msgstr "" #. module: account @@ -1114,7 +1114,7 @@ msgstr "Новий Аналітичний Рахунок" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" +msgid "Fiscal Mapping Templates" msgstr "" #. module: account @@ -1146,7 +1146,7 @@ msgstr "" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" +msgid "Fiscal Mapping Template" msgstr "" #. module: account @@ -1212,7 +1212,7 @@ msgstr "Валюта компанії" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" +msgid "Template Account Fiscal Mapping" msgstr "" #. module: account @@ -1792,7 +1792,7 @@ msgstr "" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " +"The fiscal mapping will determine taxes and the accounts used for the " "partner." msgstr "" @@ -2063,7 +2063,7 @@ msgstr "" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" +msgid "Fiscal Mapping Remark :" msgstr "" #. module: account @@ -3639,7 +3639,7 @@ msgstr "Послідовність" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" +msgid "Template for Fiscal Mapping" msgstr "" #. module: account @@ -3744,7 +3744,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" +msgid "Template Tax Fiscal Mapping" msgstr "" #. module: account @@ -5891,7 +5891,7 @@ msgstr "Терміни оплати" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" +msgid "Fiscal Mappings" msgstr "" #. module: account diff --git a/addons/account/i18n/vi.po b/addons/account/i18n/vi.po index 39cf005de03..daac0b40d9f 100644 --- a/addons/account/i18n/vi.po +++ b/addons/account/i18n/vi.po @@ -624,8 +624,8 @@ msgstr "giữ vị trí trống cho lấn mở hiện tại" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" -msgstr "sơ đồ tài chính liên kết các tài khoản" +msgid "Accounts Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,contact_id:0 @@ -1018,7 +1018,7 @@ msgstr "" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" +msgid "Fiscal Mapping" msgstr "" #. module: account @@ -1040,7 +1040,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" +msgid "Taxes Fiscal Mapping" msgstr "" #. module: account @@ -1127,7 +1127,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" +msgid "Fiscal Mapping Templates" msgstr "" #. module: account @@ -1159,7 +1159,7 @@ msgstr "" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" +msgid "Fiscal Mapping Template" msgstr "" #. module: account @@ -1225,7 +1225,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" +msgid "Template Account Fiscal Mapping" msgstr "" #. module: account @@ -1803,7 +1803,7 @@ msgstr "" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " +"The fiscal mapping will determine taxes and the accounts used for the " "partner." msgstr "" @@ -2074,7 +2074,7 @@ msgstr "" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" +msgid "Fiscal Mapping Remark :" msgstr "" #. module: account @@ -3640,7 +3640,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" +msgid "Template for Fiscal Mapping" msgstr "" #. module: account @@ -3745,7 +3745,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" +msgid "Template Tax Fiscal Mapping" msgstr "" #. module: account @@ -5880,7 +5880,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" +msgid "Fiscal Mappings" msgstr "" #. module: account diff --git a/addons/account/i18n/zh_CN.po b/addons/account/i18n/zh_CN.po index 5a1e4b06cf2..ec28924edd2 100644 --- a/addons/account/i18n/zh_CN.po +++ b/addons/account/i18n/zh_CN.po @@ -612,8 +612,8 @@ msgstr "(当前状态留空为待处理)" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" -msgstr "财务结构科目一览表" +msgid "Accounts Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,contact_id:0 @@ -1006,8 +1006,8 @@ msgstr "不含税合计:" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" -msgstr "财务结构" +msgid "Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.line,product_uom_id:0 @@ -1028,8 +1028,8 @@ msgstr "子科目" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" -msgstr "财务结构税一览" +msgid "Taxes Fiscal Mapping" +msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_invoice_tree2_new @@ -1115,8 +1115,8 @@ msgstr "新的辅助核算项目" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" -msgstr "财务结构模板" +msgid "Fiscal Mapping Templates" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -1147,8 +1147,8 @@ msgstr "这金额表示一个可选的其它货币" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" -msgstr "财务结构模板" +msgid "Fiscal Mapping Template" +msgstr "" #. module: account #: field:account.payment.term,line_ids:0 @@ -1214,8 +1214,8 @@ msgstr "公司本位币" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" -msgstr "财务结构模板科目一览" +msgid "Template Account Fiscal Mapping" +msgstr "" #. module: account #: field:account.analytic.account,parent_id:0 @@ -1794,9 +1794,9 @@ msgstr "下一步" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " +"The fiscal mapping will determine taxes and the accounts used for the " "partner." -msgstr "财务结构将决定业务伙伴使用的税和科目" +msgstr "" #. module: account #: rml:account.analytic.account.cost_ledger:0 @@ -2065,8 +2065,8 @@ msgstr "客户发票处理" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" -msgstr "财务状况备注:" +msgid "Fiscal Mapping Remark :" +msgstr "" #. module: account #: wizard_field:account.fiscalyear.close,init,period_id:0 @@ -3633,8 +3633,8 @@ msgstr "序列" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" -msgstr "财务结构模板" +msgid "Template for Fiscal Mapping" +msgstr "" #. module: account #: view:account.bank.statement:0 @@ -3738,8 +3738,8 @@ msgstr "发票草稿" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" -msgstr "财务结构模板税一览" +msgid "Template Tax Fiscal Mapping" +msgstr "" #. module: account #: rml:account.invoice:0 @@ -5882,8 +5882,8 @@ msgstr "付款条款" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" -msgstr "财务结构" +msgid "Fiscal Mappings" +msgstr "" #. module: account #: model:process.process,name:account.process_process_statementprocess0 diff --git a/addons/account/i18n/zh_HK.po b/addons/account/i18n/zh_HK.po index c8fe32c505a..4073d0c980e 100644 --- a/addons/account/i18n/zh_HK.po +++ b/addons/account/i18n/zh_HK.po @@ -611,7 +611,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" +msgid "Accounts Fiscal Mapping" msgstr "" #. module: account @@ -1005,7 +1005,7 @@ msgstr "" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" +msgid "Fiscal Mapping" msgstr "" #. module: account @@ -1027,7 +1027,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" +msgid "Taxes Fiscal Mapping" msgstr "" #. module: account @@ -1114,7 +1114,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" +msgid "Fiscal Mapping Templates" msgstr "" #. module: account @@ -1146,7 +1146,7 @@ msgstr "" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" +msgid "Fiscal Mapping Template" msgstr "" #. module: account @@ -1212,7 +1212,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" +msgid "Template Account Fiscal Mapping" msgstr "" #. module: account @@ -1790,7 +1790,7 @@ msgstr "" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " +"The fiscal mapping will determine taxes and the accounts used for the " "partner." msgstr "" @@ -2061,7 +2061,7 @@ msgstr "" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" +msgid "Fiscal Mapping Remark :" msgstr "" #. module: account @@ -3627,7 +3627,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" +msgid "Template for Fiscal Mapping" msgstr "" #. module: account @@ -3732,7 +3732,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" +msgid "Template Tax Fiscal Mapping" msgstr "" #. module: account @@ -5867,7 +5867,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" +msgid "Fiscal Mappings" msgstr "" #. module: account diff --git a/addons/account/i18n/zh_TW.po b/addons/account/i18n/zh_TW.po index 89950fd9600..e3346372092 100644 --- a/addons/account/i18n/zh_TW.po +++ b/addons/account/i18n/zh_TW.po @@ -610,7 +610,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account -msgid "Fiscal Position Accounts Mapping" +msgid "Accounts Fiscal Mapping" msgstr "" #. module: account @@ -1004,7 +1004,7 @@ msgstr "" #: field:account.invoice,fiscal_position:0 #: model:ir.model,name:account.model_account_fiscal_position #: field:res.partner,property_account_position:0 -msgid "Fiscal Position" +msgid "Fiscal Mapping" msgstr "" #. module: account @@ -1026,7 +1026,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax -msgid "Fiscal Position Taxes Mapping" +msgid "Taxes Fiscal Mapping" msgstr "" #. module: account @@ -1113,7 +1113,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template -msgid "Fiscal Position Templates" +msgid "Fiscal Mapping Templates" msgstr "" #. module: account @@ -1145,7 +1145,7 @@ msgstr "" #. module: account #: view:account.fiscal.position.template:0 #: field:account.fiscal.position.template,name:0 -msgid "Fiscal Position Template" +msgid "Fiscal Mapping Template" msgstr "" #. module: account @@ -1211,7 +1211,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template -msgid "Fiscal Position Template Account Mapping" +msgid "Template Account Fiscal Mapping" msgstr "" #. module: account @@ -1789,7 +1789,7 @@ msgstr "" #. module: account #: help:res.partner,property_account_position:0 msgid "" -"The fiscal position will determine taxes and the accounts used for the the " +"The fiscal mapping will determine taxes and the accounts used for the " "partner." msgstr "" @@ -2060,7 +2060,7 @@ msgstr "" #. module: account #: rml:account.invoice:0 -msgid "Fiscal Position Remark :" +msgid "Fiscal Mapping Remark :" msgstr "" #. module: account @@ -3626,7 +3626,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_template -msgid "Template for Fiscal Position" +msgid "Template for Fiscal Mapping" msgstr "" #. module: account @@ -3731,7 +3731,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax_template -msgid "Fiscal Position Template Tax Mapping" +msgid "Template Tax Fiscal Mapping" msgstr "" #. module: account @@ -5866,7 +5866,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form -msgid "Fiscal Positions" +msgid "Fiscal Mappings" msgstr "" #. module: account diff --git a/addons/account/invoice.py b/addons/account/invoice.py index d099557c2e2..44a57c2e11d 100644 --- a/addons/account/invoice.py +++ b/addons/account/invoice.py @@ -315,7 +315,7 @@ class account_invoice(osv.osv): 'payment_ids': fields.function(_compute_lines, method=True, relation='account.move.line', type="many2many", string='Payments'), 'move_name': fields.char('Journal Entry', size=64, readonly=True, states={'draft':[('readonly',False)]}), 'user_id': fields.many2one('res.users', 'Salesman', readonly=True, states={'draft':[('readonly',False)]}), - 'fiscal_position': fields.many2one('account.fiscal.position', 'Fiscal Position', readonly=True, states={'draft':[('readonly',False)]}) + 'fiscal_position': fields.many2one('account.fiscal.position', 'Fiscal Mapping', readonly=True, states={'draft':[('readonly',False)]}) } _defaults = { 'type': _get_type, @@ -1314,7 +1314,7 @@ class account_invoice_line(osv.osv): # Parse the value_reference field to get the ID of the account.account record account_id = int (my_value[0]["value_reference"].split(",")[1]) # Use the ID of the account.account record in the browse for the account.account record - app_acc_in = account_obj.browse(cr, uid, [account_id])[0] + app_acc_in = account_obj.browse(cr, uid, [account_id])[0] if not exp_pro_id: ex_acc = res.product_tmpl_id.property_account_expense ex_acc_cate = res.categ_id.property_account_expense_categ @@ -1486,7 +1486,7 @@ account_invoice_line() class account_invoice_tax(osv.osv): _name = "account.invoice.tax" _description = "Invoice Tax" - + def _count_factor(self, cr, uid, ids, name, args, context=None): res = {} for invoice_tax in self.browse(cr, uid, ids, context=context): @@ -1497,13 +1497,13 @@ class account_invoice_tax(osv.osv): if invoice_tax.amount <> 0.0: factor_tax = invoice_tax.tax_amount / invoice_tax.amount res[invoice_tax.id]['factor_tax'] = factor_tax - + if invoice_tax.base <> 0.0: factor_base = invoice_tax.base_amount / invoice_tax.base res[invoice_tax.id]['factor_base'] = factor_base - + return res - + _columns = { 'invoice_id': fields.many2one('account.invoice', 'Invoice Line', ondelete='cascade', select=True), 'name': fields.char('Tax Description', size=64, required=True), diff --git a/addons/account/partner.py b/addons/account/partner.py index 469b8f47652..536976d1e39 100644 --- a/addons/account/partner.py +++ b/addons/account/partner.py @@ -25,9 +25,9 @@ import ir class account_fiscal_position(osv.osv): _name = 'account.fiscal.position' - _description = 'Fiscal Position' + _description = 'Fiscal Mapping' _columns = { - 'name': fields.char('Fiscal Position', size=64, translate=True, required=True), + 'name': fields.char('Fiscal Mapping', size=64, translate=True, required=True), 'company_id': fields.many2one('res.company', 'Company'), 'account_ids': fields.one2many('account.fiscal.position.account', 'position_id', 'Account Mapping'), 'tax_ids': fields.one2many('account.fiscal.position.tax', 'position_id', 'Tax Mapping'), @@ -64,10 +64,10 @@ account_fiscal_position() class account_fiscal_position_tax(osv.osv): _name = 'account.fiscal.position.tax' - _description = 'Fiscal Position Taxes Mapping' + _description = 'Taxes Fiscal Mapping' _rec_name = 'position_id' _columns = { - 'position_id': fields.many2one('account.fiscal.position', 'Fiscal Position', required=True, ondelete='cascade'), + 'position_id': fields.many2one('account.fiscal.position', 'Fiscal Mapping', required=True, ondelete='cascade'), 'tax_src_id': fields.many2one('account.tax', 'Tax Source', required=True), 'tax_dest_id': fields.many2one('account.tax', 'Replacement Tax') } @@ -76,10 +76,10 @@ account_fiscal_position_tax() class account_fiscal_position_account(osv.osv): _name = 'account.fiscal.position.account' - _description = 'Fiscal Position Accounts Mapping' + _description = 'Accounts Fiscal Mapping' _rec_name = 'position_id' _columns = { - 'position_id': fields.many2one('account.fiscal.position', 'Fiscal Position', required=True, ondelete='cascade'), + 'position_id': fields.many2one('account.fiscal.position', 'Fiscal Mapping', required=True, ondelete='cascade'), 'account_src_id': fields.many2one('account.account', 'Account Source', domain=[('type','<>','view')], required=True), 'account_dest_id': fields.many2one('account.account', 'Account Destination', domain=[('type','<>','view')], required=True) } @@ -172,10 +172,10 @@ class res_partner(osv.osv): 'account.fiscal.position', type='many2one', relation='account.fiscal.position', - string="Fiscal Position", + string="Fiscal Mapping", method=True, view_load=True, - help="The fiscal position will determine taxes and the accounts used for the partner.", + help="The fiscal Mapping will determine taxes and the accounts used for the partner.", ), 'property_payment_term': fields.property( 'account.payment.term', diff --git a/addons/account/partner_view.xml b/addons/account/partner_view.xml index 0e5a07d7491..d53fb9fe80a 100644 --- a/addons/account/partner_view.xml +++ b/addons/account/partner_view.xml @@ -7,7 +7,7 @@ account.fiscal.position form - + @@ -42,7 +42,7 @@ account.fiscal.position tree - + @@ -50,7 +50,7 @@ - Fiscal Positions + Fiscal Mappings account.fiscal.position form tree,form @@ -130,7 +130,7 @@ ','done')], readonly=True), - 'fiscal_position': fields.many2one('account.fiscal.position', 'Fiscal Position', readonly=True), + 'fiscal_position': fields.many2one('account.fiscal.position', 'Fiscal Mapping', readonly=True), 'currency_id': fields.many2one('res.currency', 'Currency', readonly=True), 'categ_id': fields.many2one('product.category','Category of Product', readonly=True), 'journal_id': fields.many2one('account.journal', 'Journal', readonly=True), diff --git a/addons/account/report/invoice.rml b/addons/account/report/invoice.rml index ea4eda3cb94..741e4544e7b 100644 --- a/addons/account/report/invoice.rml +++ b/addons/account/report/invoice.rml @@ -362,7 +362,7 @@ - Fiscal Position Remark : + Fiscal Mapping Remark : [[ (o.fiscal_position.note and format(o.fiscal_position and o.fiscal_position.note)) or removeParentNode('blockTable') ]] diff --git a/addons/account/security/account_security.xml b/addons/account/security/account_security.xml index 7344c40754e..adf3571f406 100644 --- a/addons/account/security/account_security.xml +++ b/addons/account/security/account_security.xml @@ -223,7 +223,7 @@ - Account fiscal position company rule + Account fiscal Mapping company rule [('company_id','=',user.company_id.id)]