Merge lp:~openerp-dev/openobject-addons/trunk-bug-740134-skh into lp:openobject-addons/6.0

Proposed by Moisés López - http://www.vauxoo.com
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-740134-skh
Merge into: lp:openobject-addons/6.0
Diff against target: 397821 lines (+320980/-10129) (has conflicts)
1907 files modified
account/__openerp__.py (+24/-15)
account/account.py (+124/-116)
account/account_analytic_line.py (+6/-2)
account/account_bank_statement.py (+2/-5)
account/account_installer.xml (+0/-15)
account/account_invoice_view.xml (+4/-4)
account/account_move_line.py (+11/-1)
account/account_view.xml (+25/-16)
account/configurable_account_chart.xml (+24/-0)
account/data/account_data2.xml (+13/-0)
account/demo/account_minimal.xml (+36/-3)
account/i18n/account.pot (+17/-10)
account/i18n/ar.po (+56/-2)
account/i18n/bg.po (+902/-8)
account/i18n/br.po (+17/-8)
account/i18n/bs.po (+17/-8)
account/i18n/ca.po (+1652/-8)
account/i18n/cs.po (+71/-2)
account/i18n/da.po (+162/-9)
account/i18n/de.po (+1994/-10)
account/i18n/el.po (+1609/-10)
account/i18n/en_US.po (+17/-8)
account/i18n/es.po (+2086/-10)
account/i18n/es_AR.po (+1496/-10)
account/i18n/es_EC.po (+2089/-10)
account/i18n/es_PY.po (+10274/-0)
account/i18n/et.po (+722/-2)
account/i18n/eu.po (+17/-8)
account/i18n/fa.po (+17/-8)
account/i18n/fa_AF.po (+9623/-0)
account/i18n/fi.po (+1406/-8)
account/i18n/fr.po (+1907/-10)
account/i18n/fr_BE.po (+17/-8)
account/i18n/gl.po (+335/-7)
account/i18n/gu.po (+17/-8)
account/i18n/he.po (+17/-8)
account/i18n/hi.po (+17/-8)
account/i18n/hr.po (+1167/-8)
account/i18n/hu.po (+506/-13)
account/i18n/id.po (+435/-3)
account/i18n/it.po (+1222/-16)
account/i18n/kab.po (+17/-8)
account/i18n/ko.po (+17/-8)
account/i18n/lo.po (+17/-8)
account/i18n/lt.po (+1131/-9)
account/i18n/lv.po (+20/-2)
account/i18n/mn.po (+1598/-10)
account/i18n/nb.po (+382/-2)
account/i18n/nl.po (+1701/-9)
account/i18n/nl_BE.po (+17/-8)
account/i18n/oc.po (+17/-8)
account/i18n/pl.po (+1784/-10)
account/i18n/pt.po (+1672/-10)
account/i18n/pt_BR.po (+1784/-9)
account/i18n/ro.po (+1630/-10)
account/i18n/ru.po (+1194/-8)
account/i18n/si.po (+17/-8)
account/i18n/sk.po (+17/-8)
account/i18n/sl.po (+1023/-9)
account/i18n/sq.po (+17/-8)
account/i18n/sr.po (+28/-9)
account/i18n/sr@latin.po (+17/-8)
account/i18n/sv.po (+1419/-11)
account/i18n/ta.po (+17/-8)
account/i18n/te.po (+17/-8)
account/i18n/th.po (+58/-9)
account/i18n/tlh.po (+17/-8)
account/i18n/tr.po (+11681/-10)
account/i18n/ug.po (+17/-8)
account/i18n/uk.po (+17/-8)
account/i18n/ur.po (+17/-8)
account/i18n/vi.po (+839/-10)
account/i18n/zh_CN.po (+1561/-8)
account/i18n/zh_HK.po (+17/-8)
account/i18n/zh_TW.po (+28/-9)
account/installer.py (+67/-572)
account/invoice.py (+45/-10)
account/partner_view.xml (+3/-3)
account/project/analytic_account_demo.xml (+40/-1)
account/project/project_view.xml (+6/-5)
account/report/account_balance.py (+4/-0)
account/report/account_balance_landscape.py (+0/-1)
account/report/account_balance_sheet.py (+6/-1)
account/report/account_invoice_report_view.xml (+2/-2)
account/report/account_partner_balance.py (+0/-1)
account/report/account_print_invoice.rml (+12/-12)
account/report/account_profit_loss.py (+6/-1)
account/security/account_security.xml (+31/-1)
account/security/ir.model.access.csv (+1/-0)
account/wizard/account_automatic_reconcile.py (+15/-15)
account/wizard/account_change_currency.py (+3/-3)
account/wizard/account_chart.py (+9/-6)
account/wizard/account_fiscalyear_close.py (+122/-7)
account/wizard/account_fiscalyear_close_state.py (+2/-2)
account/wizard/account_fiscalyear_close_view.xml (+1/-1)
account/wizard/account_invoice_refund.py (+11/-11)
account/wizard/account_move_journal.py (+1/-1)
account/wizard/account_open_closed_fiscalyear.py (+5/-6)
account/wizard/account_reconcile.py (+2/-2)
account/wizard/account_report_common.py (+4/-1)
account/wizard/account_state_open.py (+1/-1)
account/wizard/account_tax_chart.py (+9/-11)
account/wizard/account_use_model.py (+1/-1)
account/wizard/account_validate_account_move.py (+2/-2)
account/wizard/account_vat.py (+4/-1)
account_accountant/__openerp__.py (+10/-4)
account_accountant/i18n/bg.po (+38/-0)
account_accountant/i18n/ca.po (+33/-0)
account_accountant/i18n/cs.po (+37/-0)
account_accountant/i18n/es_PY.po (+38/-0)
account_accountant/i18n/gl.po (+37/-0)
account_accountant/i18n/hu.po (+9/-0)
account_accountant/i18n/id.po (+38/-0)
account_accountant/i18n/nb.po (+38/-0)
account_accountant/i18n/pt.po (+10/-0)
account_accountant/i18n/th.po (+36/-0)
account_analytic_analysis/__openerp__.py (+6/-5)
account_analytic_analysis/account_analytic_analysis.py (+1/-1)
account_analytic_analysis/i18n/bg.po (+57/-2)
account_analytic_analysis/i18n/es_PY.po (+315/-0)
account_analytic_analysis/i18n/gl.po (+20/-0)
account_analytic_analysis/i18n/hu.po (+9/-0)
account_analytic_analysis/i18n/ru.po (+95/-5)
account_analytic_analysis/i18n/tr.po (+18/-0)
account_analytic_default/__openerp__.py (+6/-3)
account_analytic_default/account_analytic_default_view.xml (+4/-4)
account_analytic_default/i18n/bg.po (+33/-1)
account_analytic_default/i18n/es_PY.po (+216/-0)
account_analytic_default/i18n/gl.po (+33/-1)
account_analytic_default/i18n/hu.po (+45/-1)
account_analytic_default/i18n/pt_BR.po (+10/-0)
account_analytic_default/i18n/ro.po (+33/-1)
account_analytic_plans/__openerp__.py (+9/-4)
account_analytic_plans/account_analytic_plans_view.xml (+2/-2)
account_analytic_plans/i18n/es_PY.po (+568/-0)
account_analytic_plans/i18n/gl.po (+131/-1)
account_analytic_plans/i18n/hu.po (+10/-0)
account_analytic_plans/i18n/nl.po (+11/-0)
account_analytic_plans/i18n/pt_BR.po (+125/-1)
account_analytic_plans/i18n/ru.po (+14/-0)
account_analytic_plans/i18n/sv.po (+10/-0)
account_analytic_plans/wizard/account_crossovered_analytic.py (+2/-1)
account_anglo_saxon/__openerp__.py (+13/-9)
account_anglo_saxon/i18n/ca.po (+107/-0)
account_anglo_saxon/i18n/es_PY.po (+109/-0)
account_anglo_saxon/i18n/gl.po (+124/-0)
account_anglo_saxon/i18n/hu.po (+9/-0)
account_anglo_saxon/i18n/pt_BR.po (+9/-0)
account_anglo_saxon/i18n/ro.po (+110/-0)
account_anglo_saxon/stock.py (+2/-2)
account_budget/__openerp__.py (+5/-2)
account_budget/account_budget_view.xml (+1/-1)
account_budget/i18n/bg.po (+174/-1)
account_budget/i18n/es_PY.po (+455/-0)
account_budget/i18n/gl.po (+72/-0)
account_budget/i18n/hu.po (+10/-0)
account_budget/i18n/it.po (+11/-0)
account_budget/i18n/lo.po (+447/-0)
account_budget/i18n/nb.po (+452/-0)
account_budget/i18n/zh_CN.po (+39/-0)
account_cancel/__openerp__.py (+7/-3)
account_cancel/i18n/ar.po (+9/-0)
account_cancel/i18n/bg.po (+38/-0)
account_cancel/i18n/ca.po (+32/-0)
account_cancel/i18n/es_PY.po (+32/-0)
account_cancel/i18n/gl.po (+37/-0)
account_cancel/i18n/hu.po (+9/-0)
account_cancel/i18n/id.po (+37/-0)
account_cancel/i18n/nb.po (+37/-0)
account_cancel/i18n/pt.po (+10/-0)
account_chart/__openerp__.py (+7/-2)
account_chart/i18n/es_CL.po (+20/-6)
account_chart/i18n/es_PY.po (+28/-0)
account_coda/__openerp__.py (+6/-3)
account_coda/i18n/bg.po (+259/-0)
account_coda/i18n/es_PY.po (+269/-0)
account_coda/i18n/gl.po (+269/-0)
account_coda/i18n/hu.po (+10/-1)
account_coda/i18n/nb.po (+259/-0)
account_coda/i18n/pt_BR.po (+10/-0)
account_coda/i18n/ro.po (+259/-0)
account_coda/i18n/sv.po (+10/-0)
account_coda/wizard/account_coda_import.py (+10/-10)
account_followup/__openerp__.py (+18/-17)
account_followup/i18n/account_followup.pot (+3/-3)
account_followup/i18n/ar.po (+8/-0)
account_followup/i18n/bg.po (+8/-0)
account_followup/i18n/bs.po (+8/-0)
account_followup/i18n/ca.po (+233/-9)
account_followup/i18n/cs.po (+8/-0)
account_followup/i18n/de.po (+245/-9)
account_followup/i18n/el.po (+206/-2)
account_followup/i18n/es.po (+243/-8)
account_followup/i18n/es_AR.po (+8/-0)
account_followup/i18n/es_EC.po (+14/-0)
account_followup/i18n/es_PY.po (+829/-0)
account_followup/i18n/et.po (+8/-0)
account_followup/i18n/fi.po (+8/-0)
account_followup/i18n/fr.po (+62/-8)
account_followup/i18n/gl.po (+800/-0)
account_followup/i18n/hr.po (+8/-0)
account_followup/i18n/hu.po (+69/-1)
account_followup/i18n/id.po (+8/-0)
account_followup/i18n/it.po (+67/-1)
account_followup/i18n/ko.po (+8/-0)
account_followup/i18n/lt.po (+8/-0)
account_followup/i18n/mn.po (+8/-0)
account_followup/i18n/nb.po (+776/-0)
account_followup/i18n/nl.po (+247/-9)
account_followup/i18n/nl_BE.po (+20/-2)
account_followup/i18n/oc.po (+8/-0)
account_followup/i18n/pl.po (+8/-0)
account_followup/i18n/pt.po (+8/-0)
account_followup/i18n/pt_BR.po (+68/-2)
account_followup/i18n/ro.po (+8/-0)
account_followup/i18n/ru.po (+8/-0)
account_followup/i18n/sl.po (+8/-0)
account_followup/i18n/sq.po (+8/-0)
account_followup/i18n/sr.po (+197/-8)
account_followup/i18n/sr@latin.po (+197/-8)
account_followup/i18n/sv.po (+62/-0)
account_followup/i18n/tlh.po (+8/-0)
account_followup/i18n/tr.po (+148/-0)
account_followup/i18n/uk.po (+8/-0)
account_followup/i18n/vi.po (+8/-0)
account_followup/i18n/zh_CN.po (+8/-0)
account_followup/i18n/zh_TW.po (+8/-0)
account_followup/wizard/account_followup_print.py (+39/-12)
account_invoice_layout/__openerp__.py (+13/-10)
account_invoice_layout/i18n/es_PY.po (+383/-0)
account_invoice_layout/i18n/gl.po (+379/-0)
account_invoice_layout/i18n/hu.po (+20/-1)
account_invoice_layout/i18n/pt_BR.po (+29/-1)
account_invoice_layout/i18n/ro.po (+10/-0)
account_invoice_layout/i18n/ru.po (+9/-0)
account_invoice_layout/i18n/sk.po (+366/-0)
account_invoice_layout/i18n/sv.po (+10/-0)
account_invoice_layout/i18n/tr.po (+10/-0)
account_invoice_layout/report/special_message_invoice.py (+2/-1)
account_payment/__openerp__.py (+8/-6)
account_payment/account_payment.py (+3/-1)
account_payment/account_payment_view.xml (+4/-1)
account_payment/i18n/bg.po (+11/-0)
account_payment/i18n/es_PY.po (+737/-0)
account_payment/i18n/gl.po (+737/-0)
account_payment/i18n/hu.po (+10/-0)
account_payment/i18n/id.po (+11/-0)
account_payment/i18n/pt_BR.po (+11/-0)
account_payment/i18n/ru.po (+70/-1)
account_payment/report/order.rml (+2/-2)
account_payment/security/account_payment_security.xml (+19/-1)
account_payment/wizard/account_payment_create_order_view.xml (+1/-0)
account_payment/wizard/account_payment_order.py (+4/-4)
account_payment/wizard/account_payment_populate_statement.py (+33/-0)
account_sequence/__openerp__.py (+13/-2)
account_sequence/i18n/bg.po (+221/-0)
account_sequence/i18n/de.po (+236/-0)
account_sequence/i18n/es.po (+235/-0)
account_sequence/i18n/es_PY.po (+235/-0)
account_sequence/i18n/fr.po (+219/-0)
account_sequence/i18n/gl.po (+234/-0)
account_sequence/i18n/hu.po (+231/-0)
account_sequence/i18n/id.po (+221/-0)
account_sequence/i18n/it.po (+237/-0)
account_sequence/i18n/nl.po (+231/-0)
account_sequence/i18n/pl.po (+229/-0)
account_sequence/i18n/pt_BR.po (+234/-0)
account_sequence/i18n/ro.po (+223/-0)
account_sequence/i18n/ru.po (+232/-0)
account_voucher/__openerp__.py (+7/-4)
account_voucher/account_voucher.py (+27/-9)
account_voucher/account_voucher_view.xml (+6/-5)
account_voucher/i18n/el.po (+10/-0)
account_voucher/i18n/es_PY.po (+1056/-0)
account_voucher/i18n/gl.po (+1051/-0)
account_voucher/i18n/hr.po (+11/-0)
account_voucher/i18n/hu.po (+10/-0)
account_voucher/i18n/it.po (+23/-0)
account_voucher/i18n/pt_BR.po (+115/-1)
account_voucher/i18n/ro.po (+239/-1)
account_voucher/voucher_payment_receipt_view.xml (+36/-12)
account_voucher/voucher_sales_purchase_view.xml (+2/-2)
account_voucher/wizard/account_statement_from_invoice.py (+1/-1)
analytic/__openerp__.py (+8/-2)
analytic/analytic.py (+47/-20)
analytic/i18n/bg.po (+255/-0)
analytic/i18n/es_PY.po (+272/-0)
analytic/i18n/gl.po (+271/-0)
analytic/i18n/hu.po (+10/-0)
analytic/i18n/lv.po (+268/-0)
analytic/i18n/pt_BR.po (+11/-0)
analytic/i18n/ru.po (+259/-0)
analytic_journal_billing_rate/__openerp__.py (+8/-5)
analytic_journal_billing_rate/i18n/bg.po (+10/-0)
analytic_journal_billing_rate/i18n/es_PY.po (+112/-0)
analytic_journal_billing_rate/i18n/gl.po (+27/-1)
analytic_journal_billing_rate/i18n/hu.po (+9/-0)
analytic_journal_billing_rate/i18n/pt_BR.po (+24/-1)
analytic_user_function/__openerp__.py (+8/-5)
analytic_user_function/i18n/es_PY.po (+119/-0)
analytic_user_function/i18n/gl.po (+24/-1)
analytic_user_function/i18n/hu.po (+9/-0)
anonymization/__openerp__.py (+13/-3)
anonymization/i18n/bg.po (+226/-0)
anonymization/i18n/de.po (+230/-0)
anonymization/i18n/es.po (+230/-0)
anonymization/i18n/es_EC.po (+230/-0)
anonymization/i18n/es_PY.po (+230/-0)
anonymization/i18n/fr.po (+36/-0)
anonymization/i18n/gl.po (+229/-0)
anonymization/i18n/it.po (+230/-0)
anonymization/i18n/nl.po (+229/-0)
anonymization/i18n/pt_BR.po (+226/-0)
anonymization/i18n/ru.po (+229/-0)
association/__openerp__.py (+8/-1)
association/i18n/bg.po (+24/-1)
association/i18n/es_PY.po (+147/-0)
association/i18n/gl.po (+146/-0)
association/i18n/hu.po (+9/-0)
association/i18n/ro.po (+10/-0)
association/i18n/sv.po (+10/-0)
auction/__openerp__.py (+16/-13)
auction/auction_view.xml (+3/-3)
auction/i18n/es.po (+10/-0)
auction/i18n/es_PY.po (+2300/-0)
auction/i18n/fi.po (+10/-0)
auction/i18n/hu.po (+9/-0)
auction/i18n/it.po (+10/-0)
auction/i18n/pt_BR.po (+272/-1)
auction/i18n/vi.po (+9/-0)
audittrail/__openerp__.py (+6/-6)
audittrail/audittrail.py (+8/-2)
audittrail/i18n/el.po (+10/-0)
audittrail/i18n/es_PY.po (+403/-0)
audittrail/i18n/gl.po (+399/-0)
audittrail/i18n/hu.po (+9/-0)
audittrail/i18n/it.po (+94/-2)
audittrail/i18n/pt_BR.po (+94/-2)
base_action_rule/__openerp__.py (+15/-4)
base_action_rule/base_action_rule_view.xml (+3/-3)
base_action_rule/i18n/bg.po (+503/-0)
base_action_rule/i18n/el.po (+9/-0)
base_action_rule/i18n/es_EC.po (+10/-0)
base_action_rule/i18n/es_PY.po (+538/-0)
base_action_rule/i18n/gl.po (+536/-0)
base_action_rule/i18n/hu.po (+9/-0)
base_action_rule/i18n/pl.po (+503/-0)
base_action_rule/i18n/pt_BR.po (+9/-0)
base_action_rule/i18n/ro.po (+505/-0)
base_calendar/__openerp__.py (+11/-5)
base_calendar/base_calendar.py (+6/-1)
base_calendar/base_calendar_view.xml (+2/-0)
base_calendar/i18n/bg.po (+1661/-0)
base_calendar/i18n/es_EC.po (+1669/-0)
base_calendar/i18n/es_PY.po (+1698/-0)
base_calendar/i18n/gl.po (+1666/-0)
base_calendar/i18n/hu.po (+10/-0)
base_calendar/i18n/pt.po (+11/-0)
base_calendar/i18n/pt_BR.po (+11/-0)
base_calendar/i18n/ro.po (+1661/-0)
base_calendar/i18n/ru.po (+1658/-0)
base_calendar/i18n/zh_CN.po (+1658/-0)
base_calendar/i18n/zh_TW.po (+1663/-0)
base_calendar/security/calendar_security.xml (+8/-0)
base_calendar/security/ir.model.access.csv (+1/-0)
base_contact/__openerp__.py (+17/-15)
base_contact/base_contact_view.xml (+1/-1)
base_contact/i18n/es_PY.po (+544/-0)
base_contact/i18n/gl.po (+535/-0)
base_contact/i18n/hu.po (+9/-0)
base_contact/i18n/ro.po (+10/-0)
base_contact/i18n/ru.po (+10/-0)
base_contact/i18n/zh_TW.po (+10/-0)
base_contact/security/ir.model.access.csv (+4/-3)
base_crypt/__openerp__.py (+8/-5)
base_crypt/i18n/bg.po (+85/-0)
base_crypt/i18n/ca.po (+87/-0)
base_crypt/i18n/de.po (+86/-0)
base_crypt/i18n/el.po (+66/-0)
base_crypt/i18n/es.po (+86/-0)
base_crypt/i18n/es_PY.po (+87/-0)
base_crypt/i18n/fr.po (+74/-0)
base_crypt/i18n/gl.po (+87/-0)
base_crypt/i18n/it.po (+89/-0)
base_crypt/i18n/nl.po (+88/-0)
base_crypt/i18n/pt_BR.po (+87/-0)
base_crypt/i18n/ru.po (+71/-0)
base_crypt/i18n/sk.po (+72/-0)
base_crypt/i18n/sv.po (+42/-0)
base_crypt/i18n/tr.po (+84/-0)
base_iban/__openerp__.py (+4/-1)
base_iban/i18n/es_PY.po (+100/-0)
base_iban/i18n/hu.po (+9/-0)
base_iban/i18n/ro.po (+10/-0)
base_iban/i18n/sl.po (+10/-0)
base_module_doc_rst/__openerp__.py (+5/-2)
base_module_quality/__openerp__.py (+4/-2)
base_module_quality/i18n/ab.po (+6/-2)
base_module_quality/i18n/ar.po (+6/-2)
base_module_quality/i18n/base_module_quality.pot (+1/-2)
base_module_quality/i18n/bg.po (+31/-1)
base_module_quality/i18n/bs.po (+6/-2)
base_module_quality/i18n/ca.po (+10/-1)
base_module_quality/i18n/cs.po (+6/-2)
base_module_quality/i18n/de.po (+128/-3)
base_module_quality/i18n/el.po (+6/-2)
base_module_quality/i18n/es.po (+41/-3)
base_module_quality/i18n/es_AR.po (+6/-2)
base_module_quality/i18n/es_EC.po (+6/-2)
base_module_quality/i18n/es_PY.po (+725/-0)
base_module_quality/i18n/et.po (+6/-2)
base_module_quality/i18n/fi.po (+10/-1)
base_module_quality/i18n/fr.po (+41/-3)
base_module_quality/i18n/gl.po (+6/-2)
base_module_quality/i18n/hr.po (+6/-2)
base_module_quality/i18n/hu.po (+10/-2)
base_module_quality/i18n/id.po (+6/-2)
base_module_quality/i18n/it.po (+32/-3)
base_module_quality/i18n/iu.po (+6/-2)
base_module_quality/i18n/ko.po (+6/-2)
base_module_quality/i18n/lt.po (+6/-2)
base_module_quality/i18n/mn.po (+6/-2)
base_module_quality/i18n/nl.po (+138/-3)
base_module_quality/i18n/pl.po (+6/-2)
base_module_quality/i18n/pt.po (+119/-3)
base_module_quality/i18n/pt_BR.po (+45/-3)
base_module_quality/i18n/ro.po (+11/-2)
base_module_quality/i18n/ru.po (+10/-1)
base_module_quality/i18n/sk.po (+6/-2)
base_module_quality/i18n/sl.po (+6/-2)
base_module_quality/i18n/sq.po (+6/-2)
base_module_quality/i18n/sr.po (+140/-3)
base_module_quality/i18n/sr@latin.po (+140/-3)
base_module_quality/i18n/sv.po (+25/-3)
base_module_quality/i18n/tr.po (+22/-2)
base_module_quality/i18n/uk.po (+6/-2)
base_module_quality/i18n/vi.po (+6/-2)
base_module_quality/i18n/zh_CN.po (+10/-1)
base_module_quality/i18n/zh_TW.po (+6/-2)
base_module_quality/speed_test/speed_test.py (+1/-1)
base_module_record/__openerp__.py (+6/-3)
base_module_record/i18n/es_PY.po (+321/-0)
base_module_record/i18n/hu.po (+9/-0)
base_module_record/i18n/ru.po (+10/-0)
base_report_creator/__openerp__.py (+13/-9)
base_report_creator/i18n/es_EC.po (+520/-0)
base_report_creator/i18n/es_PY.po (+522/-0)
base_report_creator/i18n/gl.po (+526/-0)
base_report_creator/i18n/hu.po (+10/-0)
base_report_creator/i18n/pt_BR.po (+11/-0)
base_report_creator/i18n/ru.po (+11/-0)
base_report_creator/i18n/zh_CN.po (+11/-0)
base_report_designer/__openerp__.py (+6/-6)
base_report_designer/i18n/es_PY.po (+220/-0)
base_report_designer/i18n/hu.po (+9/-0)
base_report_designer/i18n/zh_CN.po (+10/-0)
base_setup/__openerp__.py (+8/-12)
base_setup/i18n/es_CL.po (+115/-181)
base_setup/i18n/es_PY.po (+559/-0)
base_setup/i18n/hu.po (+30/-0)
base_setup/i18n/nb.po (+554/-0)
base_setup/i18n/ru.po (+22/-0)
base_setup/i18n/zh_TW.po (+108/-1)
base_synchro/__openerp__.py (+9/-3)
base_synchro/i18n/bg.po (+289/-0)
base_synchro/i18n/el.po (+9/-0)
base_synchro/i18n/es_PY.po (+289/-0)
base_synchro/i18n/gl.po (+289/-0)
base_synchro/i18n/ro.po (+292/-0)
base_synchro/i18n/tr.po (+289/-0)
base_synchro/wizard/base_synchro.py (+9/-9)
base_synchro/wizard/base_synchro_view.xml (+1/-0)
base_tools/__openerp__.py (+5/-1)
base_tools/i18n/bg.po (+32/-0)
base_tools/i18n/ca.po (+32/-0)
base_tools/i18n/de.po (+32/-0)
base_tools/i18n/es.po (+32/-0)
base_tools/i18n/es_PY.po (+32/-0)
base_tools/i18n/fi.po (+32/-0)
base_tools/i18n/fr.po (+32/-0)
base_tools/i18n/gl.po (+32/-0)
base_tools/i18n/hi.po (+32/-0)
base_tools/i18n/id.po (+32/-0)
base_tools/i18n/it.po (+32/-0)
base_tools/i18n/nb.po (+32/-0)
base_tools/i18n/nl.po (+32/-0)
base_tools/i18n/pt_BR.po (+32/-0)
base_tools/i18n/ru.po (+32/-0)
base_tools/i18n/sk.po (+32/-0)
base_tools/i18n/tr.po (+32/-0)
base_vat/__openerp__.py (+8/-5)
base_vat/base_vat.py (+14/-1)
base_vat/i18n/bg.po (+19/-0)
base_vat/i18n/es_PY.po (+86/-0)
base_vat/i18n/hu.po (+9/-0)
base_vat/i18n/lv.po (+80/-0)
base_vat/i18n/ro.po (+10/-0)
board/__openerp__.py (+11/-3)
board/i18n/el.po (+9/-0)
board/i18n/es_PY.po (+395/-0)
board/i18n/gl.po (+10/-0)
board/i18n/hu.po (+9/-0)
board/i18n/ro.po (+10/-0)
board/i18n/th.po (+396/-0)
board/i18n/zh_CN.po (+38/-0)
board/wizard/board_menu_create.py (+3/-3)
caldav/__openerp__.py (+25/-22)
caldav/caldav_node.py (+11/-0)
caldav/i18n/bg.po (+818/-0)
caldav/i18n/es_EC.po (+1009/-0)
caldav/i18n/es_PY.po (+1011/-0)
caldav/i18n/fr.po (+11/-0)
caldav/i18n/pt.po (+11/-0)
caldav/i18n/pt_BR.po (+48/-0)
caldav/i18n/ru.po (+821/-0)
claim_from_delivery/__openerp__.py (+8/-3)
claim_from_delivery/i18n/bg.po (+33/-0)
claim_from_delivery/i18n/ca.po (+33/-0)
claim_from_delivery/i18n/es_PY.po (+33/-0)
claim_from_delivery/i18n/gl.po (+33/-0)
claim_from_delivery/i18n/id.po (+33/-0)
claim_from_delivery/i18n/nb.po (+33/-0)
claim_from_delivery/i18n/pt_BR.po (+10/-0)
claim_from_delivery/i18n/sl.po (+32/-1)
crm/__openerp__.py (+12/-10)
crm/board_crm_statistical_view.xml (+2/-2)
crm/crm.py (+98/-82)
crm/crm_lead.py (+62/-53)
crm/crm_lead_view.xml (+27/-9)
crm/crm_meeting_view.xml (+1/-1)
crm/crm_opportunity_view.xml (+27/-23)
crm/crm_phonecall.py (+3/-3)
crm/crm_view.xml (+2/-1)
crm/i18n/ar.po (+17/-0)
crm/i18n/bg.po (+36/-1)
crm/i18n/bs.po (+11/-0)
crm/i18n/ca.po (+11/-0)
crm/i18n/crm.pot (+6/-0)
crm/i18n/cs.po (+11/-0)
crm/i18n/de.po (+11/-0)
crm/i18n/el.po (+29/-0)
crm/i18n/es.po (+15/-0)
crm/i18n/es_AR.po (+15/-0)
crm/i18n/es_EC.po (+11/-0)
crm/i18n/es_PY.po (+4041/-0)
crm/i18n/et.po (+11/-0)
crm/i18n/fi.po (+11/-0)
crm/i18n/fr.po (+11/-0)
crm/i18n/gl.po (+11/-0)
crm/i18n/hr.po (+32/-1)
crm/i18n/hu.po (+17/-0)
crm/i18n/id.po (+11/-0)
crm/i18n/it.po (+24/-0)
crm/i18n/ja.po (+11/-0)
crm/i18n/ko.po (+11/-0)
crm/i18n/lo.po (+11/-0)
crm/i18n/lt.po (+17/-0)
crm/i18n/lv.po (+11/-0)
crm/i18n/mn.po (+11/-0)
crm/i18n/nl.po (+11/-0)
crm/i18n/nl_BE.po (+11/-0)
crm/i18n/pl.po (+17/-0)
crm/i18n/pt.po (+11/-0)
crm/i18n/pt_BR.po (+1479/-0)
crm/i18n/ro.po (+91/-0)
crm/i18n/ru.po (+1430/-2)
crm/i18n/sk.po (+126/-3)
crm/i18n/sl.po (+11/-0)
crm/i18n/sq.po (+11/-0)
crm/i18n/sr.po (+11/-0)
crm/i18n/sr@latin.po (+11/-0)
crm/i18n/sv.po (+11/-0)
crm/i18n/th.po (+17/-0)
crm/i18n/tlh.po (+11/-0)
crm/i18n/tr.po (+227/-3)
crm/i18n/uk.po (+11/-0)
crm/i18n/vi.po (+17/-0)
crm/i18n/zh_CN.po (+11/-0)
crm/i18n/zh_TW.po (+67/-1)
crm/report/crm_lead_report.py (+4/-4)
crm/report/crm_lead_report_view.xml (+10/-1)
crm/test/test_crm_lead.yml (+3/-15)
crm/test/test_crm_meeting.yml (+4/-0)
crm/test/test_crm_opportunity.yml (+8/-0)
crm/test/test_crm_phonecall.yml (+9/-0)
crm/test/test_crm_stage_changes.yml (+5/-6)
crm/wizard/crm_add_note.py (+1/-1)
crm/wizard/crm_add_note_view.xml (+4/-19)
crm/wizard/crm_lead_to_opportunity.py (+116/-225)
crm/wizard/crm_lead_to_opportunity_view.xml (+27/-74)
crm/wizard/crm_lead_to_partner.py (+15/-48)
crm/wizard/crm_lead_to_partner_view.xml (+3/-5)
crm/wizard/crm_merge_opportunities.py (+167/-92)
crm/wizard/crm_merge_opportunities_view.xml (+8/-2)
crm/wizard/crm_send_email.py (+1/-1)
crm/wizard/crm_send_email_view.xml (+2/-2)
crm_caldav/__openerp__.py (+6/-2)
crm_caldav/i18n/bg.po (+49/-0)
crm_caldav/i18n/ca.po (+49/-0)
crm_caldav/i18n/es_PY.po (+49/-0)
crm_caldav/i18n/gl.po (+50/-0)
crm_caldav/i18n/hu.po (+9/-0)
crm_caldav/i18n/id.po (+49/-0)
crm_caldav/i18n/lo.po (+49/-0)
crm_caldav/i18n/pt_BR.po (+30/-1)
crm_caldav/i18n/sk.po (+46/-0)
crm_caldav/i18n/tr.po (+46/-0)
crm_claim/__openerp__.py (+8/-5)
crm_claim/crm_claim.py (+130/-8)
crm_claim/crm_claim_view.xml (+25/-9)
crm_claim/i18n/bg.po (+749/-0)
crm_claim/i18n/es_EC.po (+752/-0)
crm_claim/i18n/es_PY.po (+784/-0)
crm_claim/i18n/hu.po (+10/-0)
crm_claim/i18n/pt_BR.po (+49/-0)
crm_claim/i18n/ru.po (+749/-0)
crm_claim/i18n/tr.po (+749/-0)
crm_fundraising/__openerp__.py (+29/-19)
crm_fundraising/crm_fundraising_view.xml (+21/-3)
crm_fundraising/i18n/bg.po (+764/-0)
crm_fundraising/i18n/el.po (+764/-0)
crm_fundraising/i18n/es_EC.po (+787/-0)
crm_fundraising/i18n/es_PY.po (+770/-0)
crm_fundraising/i18n/hu.po (+11/-0)
crm_fundraising/i18n/pt_BR.po (+774/-0)
crm_fundraising/i18n/ru.po (+764/-0)
crm_fundraising/i18n/tr.po (+768/-0)
crm_helpdesk/__openerp__.py (+28/-19)
crm_helpdesk/crm_helpdesk.py (+107/-0)
crm_helpdesk/crm_helpdesk_view.xml (+1/-1)
crm_helpdesk/i18n/bg.po (+691/-0)
crm_helpdesk/i18n/es_PY.po (+718/-0)
crm_helpdesk/i18n/hu.po (+10/-0)
crm_helpdesk/i18n/pt_BR.po (+11/-0)
crm_helpdesk/i18n/ro.po (+691/-0)
crm_helpdesk/i18n/sl.po (+691/-0)
crm_helpdesk/i18n/sv.po (+10/-0)
crm_helpdesk/i18n/tr.po (+695/-0)
crm_partner_assign/__openerp__.py (+13/-4)
crm_partner_assign/crm_lead_view.xml (+19/-0)
crm_partner_assign/i18n/bg.po (+710/-0)
crm_partner_assign/i18n/es_PY.po (+722/-0)
crm_partner_assign/i18n/fr.po (+11/-0)
crm_partner_assign/i18n/hu.po (+9/-0)
crm_partner_assign/i18n/pt_BR.po (+720/-0)
crm_partner_assign/i18n/ro.po (+713/-0)
crm_partner_assign/i18n/ru.po (+10/-0)
crm_partner_assign/i18n/sv.po (+710/-0)
crm_partner_assign/i18n/tr.po (+715/-0)
crm_partner_assign/partner_geo_assign.py (+13/-6)
crm_partner_assign/test/test_crm_partner_assign.yml (+73/-0)
crm_partner_assign/wizard/crm_forward_to_partner.py (+7/-1)
crm_profiling/__openerp__.py (+9/-9)
crm_profiling/i18n/es_PY.po (+231/-0)
crm_profiling/i18n/gl.po (+225/-0)
crm_profiling/i18n/hu.po (+9/-0)
crm_profiling/i18n/pl.po (+10/-0)
crm_profiling/i18n/pt_BR.po (+10/-0)
crm_profiling/i18n/ro.po (+10/-0)
crm_profiling/i18n/ru.po (+10/-0)
crm_profiling/i18n/sv.po (+23/-1)
crm_profiling/i18n/zh_TW.po (+10/-0)
decimal_precision/__openerp__.py (+4/-3)
decimal_precision/i18n/bg.po (+70/-0)
decimal_precision/i18n/ca.po (+70/-0)
decimal_precision/i18n/es_PY.po (+70/-0)
decimal_precision/i18n/fi.po (+17/-0)
decimal_precision/i18n/gl.po (+70/-0)
decimal_precision/i18n/hu.po (+10/-0)
decimal_precision/i18n/id.po (+72/-0)
decimal_precision/i18n/ru.po (+11/-0)
delivery/__openerp__.py (+9/-5)
delivery/i18n/bg.po (+10/-0)
delivery/i18n/el.po (+10/-0)
delivery/i18n/es_PY.po (+541/-0)
delivery/i18n/gl.po (+536/-0)
delivery/i18n/hi.po (+516/-0)
delivery/i18n/hu.po (+9/-0)
delivery/i18n/id.po (+5/-0)
delivery/i18n/it.po (+10/-0)
delivery/i18n/pt_BR.po (+10/-0)
delivery/i18n/ro.po (+18/-1)
delivery/i18n/ru.po (+10/-0)
delivery/i18n/zh_CN.po (+16/-2)
delivery/i18n/zh_TW.po (+54/-1)
document/__openerp__.py (+10/-4)
document/directory_report.py (+4/-0)
document/i18n/el.po (+10/-0)
document/i18n/es_PY.po (+1038/-0)
document/i18n/hu.po (+14/-0)
document/i18n/sk.po (+1032/-0)
document/i18n/zh_TW.po (+19/-0)
document/nodes.py (+4/-3)
document/security/ir.model.access.csv (+3/-6)
document_ftp/__openerp__.py (+9/-5)
document_ftp/i18n/bg.po (+135/-0)
document_ftp/i18n/ca.po (+147/-0)
document_ftp/i18n/es_PY.po (+142/-0)
document_ftp/i18n/gl.po (+147/-0)
document_ftp/i18n/hu.po (+9/-0)
document_ftp/i18n/ru.po (+135/-0)
document_ics/__openerp__.py (+8/-2)
document_ics/document_view.xml (+1/-1)
document_ics/i18n/es_PY.po (+395/-0)
document_ics/i18n/gl.po (+394/-0)
document_ics/i18n/hu.po (+9/-0)
document_ics/i18n/pt_BR.po (+27/-1)
document_webdav/__openerp__.py (+26/-21)
document_webdav/dav_fs.py (+4/-0)
document_webdav/i18n/bg.po (+63/-1)
document_webdav/i18n/es_PY.po (+226/-0)
document_webdav/i18n/gl.po (+226/-0)
document_webdav/i18n/hu.po (+48/-1)
document_webdav/i18n/pt_BR.po (+63/-1)
document_webdav/i18n/ru.po (+206/-0)
document_webdav/webdav.py (+6/-0)
email_template/__openerp__.py (+11/-2)
email_template/email_template.py (+2/-2)
email_template/i18n/bg.po (+1278/-0)
email_template/i18n/de.po (+86/-2)
email_template/i18n/email_template.pot (+1/-1)
email_template/i18n/es.po (+65/-2)
email_template/i18n/es_EC.po (+1278/-0)
email_template/i18n/fr.po (+37/-2)
email_template/i18n/hu.po (+56/-2)
email_template/i18n/it.po (+59/-2)
email_template/i18n/mn.po (+62/-2)
email_template/i18n/nl.po (+142/-2)
email_template/i18n/pl.po (+6/-1)
email_template/i18n/pt.po (+11/-2)
email_template/i18n/pt_BR.po (+1309/-0)
email_template/i18n/ro.po (+1289/-0)
email_template/i18n/ru.po (+16/-0)
email_template/i18n/sr.po (+150/-2)
email_template/i18n/sr@latin.po (+150/-2)
email_template/i18n/sv.po (+6/-1)
email_template/i18n/tr.po (+14/-2)
email_template/i18n/zh_CN.po (+1278/-0)
event/__openerp__.py (+13/-13)
event/event.py (+1/-1)
event/event_view.xml (+2/-2)
event/i18n/el.po (+1229/-0)
event/i18n/hu.po (+9/-0)
event/i18n/pt_BR.po (+10/-0)
event/i18n/ro.po (+10/-0)
event/i18n/sv.po (+10/-0)
event/i18n/zh_TW.po (+14/-0)
event_project/__openerp__.py (+7/-4)
event_project/event_project_view.xml (+1/-1)
event_project/i18n/es_PY.po (+130/-0)
event_project/i18n/hu.po (+9/-0)
event_project/i18n/pt_BR.po (+36/-1)
event_project/i18n/ro.po (+10/-0)
fetchmail/__openerp__.py (+11/-7)
fetchmail/fetchmail_view.xml (+1/-2)
fetchmail/i18n/bg.po (+306/-0)
fetchmail/i18n/gl.po (+318/-0)
fetchmail/i18n/hu.po (+45/-2)
fetchmail/i18n/pt_BR.po (+304/-0)
fetchmail/i18n/ro.po (+304/-0)
fetchmail/i18n/tr.po (+318/-0)
google_map/__openerp__.py (+7/-3)
google_map/i18n/es_PY.po (+56/-0)
google_map/i18n/lv.po (+18/-1)
google_map/i18n/tr.po (+10/-0)
hr/__openerp__.py (+6/-2)
hr/hr.py (+53/-30)
hr/hr_view.xml (+15/-7)
hr/i18n/bg.po (+74/-1)
hr/i18n/el.po (+11/-0)
hr/i18n/es_CL.po (+549/-181)
hr/i18n/gl.po (+829/-0)
hr/i18n/hu.po (+34/-1)
hr/i18n/id.po (+31/-1)
hr/i18n/pt_BR.po (+11/-0)
hr/i18n/ru.po (+21/-0)
hr/i18n/sr@latin.po (+25/-1)
hr/security/hr_security.xml (+1/-1)
hr_attendance/__openerp__.py (+7/-4)
hr_attendance/i18n/el.po (+10/-0)
hr_attendance/i18n/es_PY.po (+602/-0)
hr_attendance/i18n/gl.po (+600/-0)
hr_attendance/i18n/hr.po (+10/-0)
hr_attendance/i18n/hu.po (+9/-0)
hr_attendance/i18n/id.po (+10/-0)
hr_attendance/i18n/pt_BR.po (+14/-0)
hr_attendance/i18n/ro.po (+10/-0)
hr_attendance/i18n/ru.po (+14/-0)
hr_attendance/report/attendance_by_month.py (+7/-7)
hr_attendance/report/timesheet.py (+5/-5)
hr_attendance/wizard/hr_attendance_byweek_view.xml (+34/-0)
hr_contract/__openerp__.py (+7/-3)
hr_contract/hr_contract_view.xml (+1/-1)
hr_contract/i18n/es_PY.po (+388/-0)
hr_contract/i18n/gl.po (+387/-0)
hr_contract/i18n/hu.po (+9/-0)
hr_contract/i18n/id.po (+10/-0)
hr_contract/i18n/lo.po (+377/-0)
hr_contract/i18n/pt_BR.po (+39/-1)
hr_contract/i18n/sr@latin.po (+10/-0)
hr_evaluation/__openerp__.py (+11/-8)
hr_evaluation/hr_evaluation.py (+4/-0)
hr_evaluation/hr_evaluation_view.xml (+20/-18)
hr_evaluation/i18n/bg.po (+897/-0)
hr_evaluation/i18n/hu.po (+9/-0)
hr_evaluation/i18n/id.po (+10/-0)
hr_evaluation/i18n/pt_BR.po (+898/-0)
hr_evaluation/security/ir.model.access.csv (+1/-1)
hr_evaluation/test/test_hr_evaluation.yml (+3/-14)
hr_expense/__openerp__.py (+8/-6)
hr_expense/hr_expense.py (+29/-2)
hr_expense/hr_expense_view.xml (+1/-1)
hr_expense/i18n/hu.po (+29/-1)
hr_expense/i18n/pt_BR.po (+56/-1)
hr_expense/i18n/sr@latin.po (+34/-1)
hr_holidays/__openerp__.py (+17/-18)
hr_holidays/hr_holidays.py (+6/-1)
hr_holidays/hr_holidays_data.xml (+12/-8)
hr_holidays/hr_holidays_demo.xml (+3/-0)
hr_holidays/hr_holidays_view.xml (+18/-13)
hr_holidays/i18n/bg.po (+31/-1)
hr_holidays/i18n/hu.po (+9/-0)
hr_holidays/i18n/id.po (+143/-1)
hr_holidays/i18n/pt_BR.po (+10/-0)
hr_holidays/i18n/ro.po (+10/-0)
hr_holidays/report/available_holidays_view.xml (+1/-0)
hr_holidays/security/ir_rule.xml (+4/-0)
hr_payroll/__openerp__.py (+6/-2)
hr_payroll/hr_payroll_view.xml (+1/-0)
hr_payroll/i18n/bg.po (+1539/-0)
hr_payroll/i18n/ca.po (+1549/-0)
hr_payroll/i18n/de.po (+11/-0)
hr_payroll/i18n/en_GB.po (+1617/-0)
hr_payroll/i18n/fi.po (+1538/-0)
hr_payroll/i18n/hu.po (+116/-4)
hr_payroll/i18n/id.po (+1627/-0)
hr_payroll/i18n/lo.po (+1620/-0)
hr_payroll/i18n/pt_BR.po (+1542/-0)
hr_payroll/i18n/sr@latin.po (+15/-0)
hr_payroll/i18n/sv.po (+19/-0)
hr_payroll/report/report_payroll_advice.rml (+2/-2)
hr_payroll/test/payroll_register.yml (+4/-0)
hr_payroll_account/__openerp__.py (+7/-3)
hr_payroll_account/hr_payroll_account.py (+40/-8)
hr_payroll_account/hr_payroll_account_view.xml (+36/-3)
hr_payroll_account/i18n/bg.po (+329/-0)
hr_payroll_account/i18n/es_EC.po (+328/-0)
hr_payroll_account/i18n/es_PY.po (+339/-0)
hr_payroll_account/i18n/gl.po (+337/-0)
hr_payroll_account/i18n/hu.po (+73/-2)
hr_payroll_account/i18n/id.po (+330/-0)
hr_payroll_account/i18n/it.po (+11/-0)
hr_payroll_account/i18n/nl.po (+329/-0)
hr_payroll_account/i18n/pt_BR.po (+335/-0)
hr_recruitment/__openerp__.py (+12/-4)
hr_recruitment/hr_recruitment.py (+32/-4)
hr_recruitment/hr_recruitment_data.xml (+0/-5)
hr_recruitment/hr_recruitment_view.xml (+6/-3)
hr_recruitment/i18n/bg.po (+957/-0)
hr_recruitment/i18n/ca.po (+964/-0)
hr_recruitment/i18n/hu.po (+24/-1)
hr_recruitment/i18n/id.po (+964/-0)
hr_recruitment/i18n/pt_BR.po (+967/-0)
hr_recruitment/test/test_hr_recruitment.yml (+6/-0)
hr_recruitment/wizard/__init__.py (+1/-0)
hr_recruitment/wizard/hr_recruitment_employee_hired.py (+56/-0)
hr_recruitment/wizard/hr_recruitment_employee_hired.xml (+30/-0)
hr_recruitment/wizard/hr_recruitment_phonecall.py (+16/-8)
hr_recruitment/wizard/hr_recruitment_phonecall_view.xml (+1/-1)
hr_timesheet/__openerp__.py (+7/-4)
hr_timesheet/hr_timesheet_view.xml (+5/-5)
hr_timesheet/i18n/bg.po (+78/-4)
hr_timesheet/i18n/hu.po (+143/-1)
hr_timesheet/i18n/id.po (+42/-2)
hr_timesheet/i18n/pt_BR.po (+47/-2)
hr_timesheet/i18n/ru.po (+120/-2)
hr_timesheet/wizard/hr_timesheet_print_employee.py (+2/-1)
hr_timesheet_invoice/__openerp__.py (+6/-3)
hr_timesheet_invoice/i18n/hu.po (+38/-0)
hr_timesheet_invoice/i18n/pt_BR.po (+61/-2)
hr_timesheet_invoice/report/report_analytic_view.xml (+1/-1)
hr_timesheet_invoice/wizard/hr_timesheet_final_invoice_create.py (+6/-4)
hr_timesheet_invoice/wizard/hr_timesheet_invoice_create.py (+1/-1)
hr_timesheet_sheet/__openerp__.py (+7/-4)
hr_timesheet_sheet/hr_timesheet_sheet.py (+9/-1)
hr_timesheet_sheet/hr_timesheet_sheet_view.xml (+7/-7)
hr_timesheet_sheet/i18n/hu.po (+10/-0)
hr_timesheet_sheet/i18n/pt_BR.po (+11/-0)
html_view/__openerp__.py (+5/-2)
html_view/i18n/bg.po (+67/-0)
html_view/i18n/ca.po (+63/-0)
html_view/i18n/cs.po (+67/-0)
html_view/i18n/el.po (+63/-0)
html_view/i18n/es_PY.po (+67/-0)
html_view/i18n/gl.po (+67/-0)
html_view/i18n/hu.po (+10/-0)
html_view/i18n/nb.po (+10/-0)
html_view/i18n/sk.po (+63/-0)
html_view/i18n/sl.po (+63/-0)
idea/__openerp__.py (+9/-6)
idea/i18n/bg.po (+51/-1)
idea/i18n/gl.po (+694/-0)
idea/i18n/hu.po (+9/-0)
idea/i18n/zh_TW.po (+30/-1)
knowledge/__openerp__.py (+8/-1)
knowledge/i18n/bg.po (+166/-0)
knowledge/i18n/ca.po (+154/-0)
knowledge/i18n/gl.po (+166/-0)
knowledge/i18n/hu.po (+22/-0)
knowledge/i18n/ro.po (+167/-0)
knowledge/i18n/ru.po (+48/-0)
knowledge/i18n/sk.po (+154/-0)
knowledge/i18n/tr.po (+164/-0)
l10n_be/__openerp__.py (+13/-11)
l10n_be/i18n/de.po (+10/-0)
l10n_be/i18n/gl.po (+528/-0)
l10n_be/i18n/pt_BR.po (+10/-0)
l10n_br/__openerp__.py (+8/-1)
l10n_br/i18n/bg.po (+36/-0)
l10n_br/i18n/ca.po (+36/-0)
l10n_br/i18n/es.po (+44/-0)
l10n_br/i18n/es_PY.po (+44/-0)
l10n_br/i18n/gl.po (+43/-0)
l10n_br/i18n/hi.po (+36/-0)
l10n_br/i18n/it.po (+43/-0)
l10n_br/i18n/nb.po (+36/-0)
l10n_br/i18n/pt_BR.po (+42/-0)
l10n_br/i18n/sq.po (+36/-0)
l10n_ca/__openerp__.py (+11/-5)
l10n_ca/i18n/ca.po (+121/-0)
l10n_ca/i18n/es_PY.po (+130/-0)
l10n_ca/i18n/gl.po (+129/-0)
l10n_ca/i18n/pt_BR.po (+129/-0)
l10n_ch/__openerp__.py (+8/-8)
l10n_ch/account_move_line.py (+0/-87)
l10n_ch/i18n/fr.po (+10/-0)
l10n_ch/i18n/pt_BR.po (+27/-1)
l10n_ch/test/l10n_ch_report.yml (+57/-2)
l10n_ch/wizard/bvr_import.py (+5/-0)
l10n_ch/wizard/create_dta.py (+0/-1)
l10n_cn/__openerp__.py (+3/-1)
l10n_cn/i18n/ca.po (+44/-0)
l10n_cn/i18n/es.po (+58/-0)
l10n_cn/i18n/es_PY.po (+58/-0)
l10n_cn/i18n/gl.po (+57/-0)
l10n_cn/i18n/it.po (+52/-0)
l10n_cn/i18n/pt_BR.po (+55/-0)
l10n_cr/__openerp__.py (+6/-2)
l10n_cr/data/account_chart_template.xml (+4/-4)
l10n_cr/i18n/ca.po (+162/-0)
l10n_cr/i18n/es.po (+164/-0)
l10n_cr/i18n/es_PY.po (+164/-0)
l10n_cr/i18n/gl.po (+174/-0)
l10n_cr/i18n/it.po (+174/-0)
l10n_cr/i18n/pt_BR.po (+174/-0)
l10n_de/__openerp__.py (+37/-31)
l10n_de/account_chart_template_skr04.xml (+2/-2)
l10n_de/i18n/es_PY.po (+66/-0)
l10n_de/i18n/gl.po (+66/-0)
l10n_de/i18n/pt_BR.po (+10/-0)
l10n_ec/__openerp__.py (+6/-2)
l10n_ec/account_chart.xml (+2/-2)
l10n_ec/i18n/ca.po (+44/-0)
l10n_ec/i18n/es.po (+56/-0)
l10n_ec/i18n/es_PY.po (+56/-0)
l10n_ec/i18n/gl.po (+55/-0)
l10n_ec/i18n/it.po (+56/-0)
l10n_ec/i18n/pt_BR.po (+55/-0)
l10n_es/__openerp__.py (+7/-4)
l10n_es/i18n/es_PY.po (+50/-0)
l10n_es/i18n/gl.po (+49/-0)
l10n_es/i18n/pt_BR.po (+50/-0)
l10n_fr/__openerp__.py (+6/-3)
l10n_fr/fr_pcg_taxes_demo.xml (+3/-3)
l10n_fr/i18n/es_PY.po (+129/-0)
l10n_fr/i18n/gl.po (+128/-0)
l10n_fr/i18n/pt_BR.po (+40/-3)
l10n_fr/plan_comptable_general_demo.xml (+1/-1)
l10n_gr/__openerp__.py (+9/-3)
l10n_gr/account_tax.xml (+1/-1)
l10n_gr/i18n/ca.po (+40/-0)
l10n_gr/i18n/es_PY.po (+48/-0)
l10n_gr/i18n/gl.po (+47/-0)
l10n_gr/i18n/pt_BR.po (+47/-0)
l10n_gt/__openerp__.py (+7/-2)
l10n_gt/i18n/ca.po (+39/-0)
l10n_gt/i18n/es_PY.po (+44/-0)
l10n_gt/i18n/gl.po (+44/-0)
l10n_gt/i18n/pt_BR.po (+45/-0)
l10n_in/__openerp__.py (+7/-3)
l10n_in/i18n/br.po (+11/-0)
l10n_in/i18n/ca.po (+43/-0)
l10n_in/i18n/es_PY.po (+54/-0)
l10n_in/i18n/et.po (+14/-0)
l10n_in/i18n/gl.po (+53/-0)
l10n_in/i18n/pt.po (+11/-0)
l10n_in/i18n/pt_BR.po (+53/-0)
l10n_in/i18n/ru.po (+11/-0)
l10n_in/i18n/sv.po (+21/-0)
l10n_in/l10n_in_chart.xml (+3/-3)
l10n_it/__openerp__.py (+9/-5)
l10n_it/i18n/ca.po (+163/-0)
l10n_it/i18n/es.po (+174/-0)
l10n_it/i18n/es_PY.po (+174/-0)
l10n_it/i18n/gl.po (+173/-0)
l10n_it/i18n/it.po (+174/-0)
l10n_it/i18n/pt_BR.po (+173/-0)
l10n_lu/__openerp__.py (+7/-5)
l10n_lu/i18n/es_PY.po (+88/-0)
l10n_lu/i18n/gl.po (+88/-0)
l10n_lu/i18n/pt_BR.po (+33/-1)
l10n_lu/wizard/print_vat.py (+6/-1)
l10n_ma/__openerp__.py (+11/-6)
l10n_ma/i18n/ar.po (+87/-0)
l10n_ma/i18n/ca.po (+84/-0)
l10n_ma/i18n/es_PY.po (+89/-0)
l10n_ma/i18n/gl.po (+89/-0)
l10n_ma/i18n/pt_BR.po (+89/-0)
l10n_mx/__openerp__.py (+9/-3)
l10n_mx/i18n/ca.po (+41/-0)
l10n_mx/i18n/es.po (+50/-0)
l10n_mx/i18n/es_PY.po (+50/-0)
l10n_mx/i18n/gl.po (+48/-0)
l10n_mx/i18n/it.po (+50/-0)
l10n_mx/i18n/pt_BR.po (+49/-0)
l10n_nl/__openerp__.py (+15/-10)
l10n_nl/account_chart_netherlands.xml (+18/-8)
l10n_nl/i18n/ca.po (+79/-0)
l10n_nl/i18n/es.po (+123/-0)
l10n_nl/i18n/es_PY.po (+123/-0)
l10n_nl/i18n/gl.po (+110/-0)
l10n_nl/i18n/it.po (+79/-0)
l10n_nl/i18n/nl.po (+126/-0)
l10n_nl/i18n/pt_BR.po (+125/-0)
l10n_pl/__openerp__.py (+10/-8)
l10n_pl/i18n/ca.po (+50/-0)
l10n_pl/i18n/es.po (+62/-0)
l10n_pl/i18n/es_PY.po (+58/-0)
l10n_pl/i18n/gl.po (+61/-0)
l10n_pl/i18n/it.po (+58/-0)
l10n_pl/i18n/pt_BR.po (+67/-0)
l10n_ro/__openerp__.py (+9/-3)
l10n_ro/i18n/ca.po (+57/-0)
l10n_ro/i18n/es.po (+67/-0)
l10n_ro/i18n/es_PY.po (+67/-0)
l10n_ro/i18n/gl.po (+66/-0)
l10n_ro/i18n/it.po (+67/-0)
l10n_ro/i18n/pt_BR.po (+66/-0)
l10n_ro/i18n/ro.po (+57/-0)
l10n_th/__openerp__.py (+6/-2)
l10n_th/i18n/ca.po (+43/-0)
l10n_th/i18n/es.po (+54/-0)
l10n_th/i18n/es_PY.po (+54/-0)
l10n_th/i18n/gl.po (+53/-0)
l10n_th/i18n/it.po (+52/-0)
l10n_th/i18n/pt_BR.po (+53/-0)
l10n_uk/__openerp__.py (+8/-2)
l10n_uk/i18n/ar.po (+20/-0)
l10n_uk/i18n/bg.po (+29/-0)
l10n_uk/i18n/bs.po (+20/-0)
l10n_uk/i18n/ca.po (+32/-0)
l10n_uk/i18n/cs.po (+20/-0)
l10n_uk/i18n/es_PY.po (+52/-0)
l10n_uk/i18n/et.po (+29/-0)
l10n_uk/i18n/gl.po (+51/-0)
l10n_uk/i18n/hr.po (+20/-0)
l10n_uk/i18n/id.po (+29/-0)
l10n_uk/i18n/lt.po (+29/-0)
l10n_uk/i18n/nl.po (+29/-0)
l10n_uk/i18n/oc.po (+26/-0)
l10n_uk/i18n/pl.po (+20/-0)
l10n_uk/i18n/pt_BR.po (+90/-29)
l10n_uk/i18n/ro.po (+20/-0)
l10n_uk/i18n/ru.po (+32/-0)
l10n_uk/i18n/sl.po (+29/-0)
l10n_uk/i18n/sq.po (+20/-0)
l10n_uk/i18n/sv.po (+29/-0)
l10n_uk/i18n/tlh.po (+20/-0)
l10n_uk/i18n/tr.po (+32/-0)
l10n_uk/i18n/uk.po (+29/-0)
l10n_uk/i18n/vi.po (+20/-0)
l10n_uk/i18n/zh_CN.po (+29/-0)
l10n_uk/i18n/zh_TW.po (+20/-0)
l10n_uk/l10n_uk_chart.xml (+2/-2)
l10n_ve/__openerp__.py (+9/-6)
l10n_ve/i18n/ca.po (+52/-0)
l10n_ve/i18n/es.po (+64/-0)
l10n_ve/i18n/es_PY.po (+64/-0)
l10n_ve/i18n/gl.po (+62/-0)
l10n_ve/i18n/it.po (+56/-0)
l10n_ve/i18n/pt_BR.po (+71/-0)
lunch/__openerp__.py (+5/-2)
lunch/i18n/bg.po (+540/-0)
lunch/i18n/ca.po (+540/-0)
lunch/i18n/es_PY.po (+547/-0)
lunch/i18n/fi.po (+9/-0)
lunch/i18n/gl.po (+545/-0)
lunch/i18n/hu.po (+9/-0)
lunch/i18n/pt_BR.po (+540/-0)
lunch/i18n/ru.po (+540/-0)
lunch/test/test_lunch.yml (+4/-0)
lunch/wizard/lunch_order_confirm.py (+2/-2)
mail_gateway/__openerp__.py (+8/-4)
mail_gateway/i18n/ca.po (+367/-0)
mail_gateway/i18n/de.po (+46/-6)
mail_gateway/i18n/es.po (+48/-5)
mail_gateway/i18n/es_PY.po (+356/-0)
mail_gateway/i18n/fr.po (+19/-6)
mail_gateway/i18n/gl.po (+366/-0)
mail_gateway/i18n/hu.po (+13/-4)
mail_gateway/i18n/it.po (+9/-4)
mail_gateway/i18n/lt.po (+24/-6)
mail_gateway/i18n/lv.po (+14/-5)
mail_gateway/i18n/mail_gateway.pot (+4/-4)
mail_gateway/i18n/nl.po (+46/-6)
mail_gateway/i18n/pl.po (+14/-5)
mail_gateway/i18n/pt.po (+19/-6)
mail_gateway/i18n/pt_BR.po (+43/-6)
mail_gateway/i18n/ro.po (+366/-0)
mail_gateway/i18n/ru.po (+356/-0)
mail_gateway/i18n/sl.po (+9/-4)
mail_gateway/i18n/sr@latin.po (+9/-4)
mail_gateway/i18n/sv.po (+30/-2)
mail_gateway/i18n/zh_CN.po (+17/-2)
mail_gateway/mail_gateway.py (+27/-3)
marketing/__openerp__.py (+8/-2)
marketing/i18n/bg.po (+117/-0)
marketing/i18n/gl.po (+119/-0)
marketing/i18n/hu.po (+34/-1)
marketing/i18n/ro.po (+111/-0)
marketing_campaign/__openerp__.py (+15/-11)
marketing_campaign/i18n/bg.po (+1055/-0)
marketing_campaign/i18n/ca.po (+1054/-0)
marketing_campaign/i18n/el.po (+9/-0)
marketing_campaign/i18n/hu.po (+9/-0)
marketing_campaign/i18n/pt_BR.po (+1054/-0)
marketing_campaign/i18n/sv.po (+10/-0)
marketing_campaign/marketing_campaign_view.xml (+3/-3)
marketing_campaign_crm_demo/__openerp__.py (+9/-3)
marketing_campaign_crm_demo/i18n/bg.po (+166/-0)
marketing_campaign_crm_demo/i18n/ca.po (+166/-0)
marketing_campaign_crm_demo/i18n/gl.po (+193/-0)
marketing_campaign_crm_demo/i18n/hu.po (+9/-0)
marketing_campaign_crm_demo/i18n/pt_BR.po (+168/-0)
membership/__openerp__.py (+5/-3)
membership/i18n/fr.po (+10/-0)
membership/i18n/hu.po (+9/-0)
membership/i18n/pt_BR.po (+14/-0)
membership/membership_view.xml (+20/-32)
membership/test/test_membership.yml (+8/-0)
mrp/__openerp__.py (+21/-15)
mrp/i18n/ar.po (+14/-9)
mrp/i18n/bg.po (+51/-8)
mrp/i18n/bs.po (+14/-9)
mrp/i18n/ca.po (+29/-7)
mrp/i18n/cs.po (+22/-7)
mrp/i18n/de.po (+1202/-63)
mrp/i18n/el.po (+14/-9)
mrp/i18n/es.po (+1208/-55)
mrp/i18n/es_AR.po (+84/-7)
mrp/i18n/es_CL.po (+1128/-19)
mrp/i18n/es_EC.po (+22/-7)
mrp/i18n/et.po (+14/-9)
mrp/i18n/fi.po (+32/-5)
mrp/i18n/fr.po (+997/-19)
mrp/i18n/hi.po (+14/-9)
mrp/i18n/hr.po (+63/-8)
mrp/i18n/hu.po (+115/-8)
mrp/i18n/id.po (+14/-9)
mrp/i18n/it.po (+879/-57)
mrp/i18n/ko.po (+14/-9)
mrp/i18n/lt.po (+14/-9)
mrp/i18n/mrp.pot (+6/-6)
mrp/i18n/nb.po (+2576/-0)
mrp/i18n/nl.po (+14/-9)
mrp/i18n/nl_BE.po (+14/-9)
mrp/i18n/pl.po (+841/-13)
mrp/i18n/pt.po (+14/-9)
mrp/i18n/pt_BR.po (+772/-7)
mrp/i18n/ro.po (+89/-8)
mrp/i18n/ru.po (+563/-9)
mrp/i18n/sk.po (+14/-9)
mrp/i18n/sl.po (+14/-9)
mrp/i18n/sq.po (+14/-9)
mrp/i18n/sr@latin.po (+14/-9)
mrp/i18n/sv.po (+20/-9)
mrp/i18n/tlh.po (+14/-9)
mrp/i18n/tr.po (+574/-8)
mrp/i18n/uk.po (+14/-9)
mrp/i18n/vi.po (+14/-9)
mrp/i18n/zh_CN.po (+48/-3)
mrp/i18n/zh_HK.po (+14/-9)
mrp/i18n/zh_TW.po (+14/-9)
mrp/mrp.py (+41/-18)
mrp/mrp_view.xml (+2/-1)
mrp/report/price.py (+4/-4)
mrp/stock.py (+2/-2)
mrp/test/mrp_phantom_bom.yml (+7/-2)
mrp/wizard/mrp_product_produce.py (+6/-1)
mrp/wizard/mrp_track_prod.py (+0/-129)
mrp/wizard/mrp_track_prod_view.xml (+0/-16)
mrp_jit/__openerp__.py (+16/-16)
mrp_jit/i18n/nb.po (+49/-0)
mrp_jit/i18n/ro.po (+10/-0)
mrp_operations/__openerp__.py (+19/-17)
mrp_operations/i18n/hu.po (+10/-0)
mrp_operations/i18n/mrp_operations.pot (+3/-3)
mrp_operations/i18n/pt_BR.po (+25/-1)
mrp_operations/i18n/ro.po (+11/-0)
mrp_operations/mrp_operations.py (+24/-14)
mrp_operations/mrp_operations_view.xml (+7/-7)
mrp_operations/report/mrp_workorder_analysis.py (+3/-3)
mrp_operations/report/mrp_workorder_analysis_view.xml (+1/-1)
mrp_repair/__openerp__.py (+11/-8)
mrp_repair/i18n/hu.po (+10/-0)
mrp_repair/i18n/pt_BR.po (+100/-1)
mrp_repair/mrp_repair_view.xml (+1/-0)
mrp_subproduct/__openerp__.py (+6/-1)
mrp_subproduct/i18n/de.po (+39/-1)
mrp_subproduct/i18n/gl.po (+129/-0)
mrp_subproduct/i18n/hu.po (+18/-0)
mrp_subproduct/i18n/pt_BR.po (+24/-1)
multi_company/__openerp__.py (+7/-4)
multi_company/i18n/bg.po (+10/-0)
multi_company/i18n/gl.po (+103/-0)
multi_company/i18n/hu.po (+10/-0)
multi_company/i18n/lv.po (+107/-0)
multi_company/multi_company_demo.xml (+0/-6)
outlook/README (+5/-3)
outlook/__openerp__.py (+8/-6)
outlook/i18n/bg.po (+143/-0)
outlook/i18n/ca.po (+143/-0)
outlook/i18n/el.po (+155/-0)
outlook/i18n/gl.po (+157/-0)
outlook/i18n/hu.po (+9/-0)
outlook/i18n/pt_BR.po (+146/-0)
outlook/i18n/ru.po (+149/-0)
outlook/i18n/tr.po (+18/-0)
outlook/installer.py (+1/-1)
pad/__openerp__.py (+11/-3)
pad/i18n/bg.po (+77/-0)
pad/i18n/ca.po (+77/-0)
pad/i18n/gl.po (+82/-0)
pad/i18n/hu.po (+9/-0)
pad/i18n/pt_BR.po (+80/-0)
pad/i18n/ru.po (+77/-0)
pad/web/controllers.py (+4/-3)
point_of_sale/__openerp__.py (+12/-8)
point_of_sale/i18n/de.po (+178/-224)
point_of_sale/i18n/es.po (+173/-223)
point_of_sale/i18n/hu.po (+14/-0)
point_of_sale/i18n/nl.po (+31/-0)
point_of_sale/i18n/pt_BR.po (+182/-223)
point_of_sale/i18n/zh_CN.po (+11/-0)
point_of_sale/point_of_sale.py (+5/-2)
point_of_sale/point_of_sale_view.xml (+2/-1)
point_of_sale/test/point_of_sale_report.yml (+4/-0)
point_of_sale/test/point_of_sale_test.yml (+7/-1)
point_of_sale/wizard/pos_payment.py (+9/-0)
point_of_sale/wizard/pos_return.py (+55/-131)
point_of_sale/wizard/pos_return_view.xml (+55/-10)
process/__openerp__.py (+6/-6)
process/i18n/bg.po (+10/-0)
process/i18n/es_CL.po (+71/-66)
process/i18n/hu.po (+10/-0)
process/i18n/ro.po (+10/-0)
procurement/__openerp__.py (+16/-2)
procurement/i18n/bg.po (+896/-0)
procurement/i18n/ca.po (+890/-0)
procurement/i18n/hu.po (+26/-0)
procurement/i18n/id.po (+923/-0)
procurement/i18n/nl.po (+54/-1)
procurement/i18n/ro.po (+943/-0)
procurement/i18n/ru.po (+10/-0)
procurement/i18n/zh_CN.po (+45/-1)
procurement/procurement_view.xml (+6/-7)
product/__openerp__.py (+14/-11)
product/i18n/bg.po (+52/-2)
product/i18n/el.po (+10/-0)
product/i18n/es_CL.po (+425/-667)
product/i18n/es_PY.po (+2360/-0)
product/i18n/hu.po (+385/-4)
product/i18n/id.po (+31/-0)
product/i18n/pl.po (+10/-0)
product/i18n/pt_BR.po (+11/-0)
product/i18n/ro.po (+225/-2)
product/i18n/sl.po (+11/-0)
product/i18n/zh_CN.po (+11/-0)
product/i18n/zh_TW.po (+49/-1)
product/pricelist.py (+27/-1)
product/pricelist_view.xml (+8/-4)
product/product.py (+6/-5)
product/product_view.xml (+1/-1)
product/security/product_security.xml (+25/-0)
product/wizard/product_price.py (+1/-0)
product_expiry/__openerp__.py (+15/-9)
product_expiry/i18n/gl.po (+188/-0)
product_expiry/i18n/hu.po (+9/-0)
product_expiry/i18n/tr.po (+176/-0)
product_manufacturer/__openerp__.py (+12/-2)
product_manufacturer/i18n/bg.po (+87/-0)
product_manufacturer/i18n/ca.po (+87/-0)
product_manufacturer/i18n/de.po (+33/-1)
product_manufacturer/i18n/gl.po (+88/-0)
product_manufacturer/i18n/hu.po (+9/-0)
product_manufacturer/i18n/ru.po (+10/-0)
product_manufacturer/i18n/zh_CN.po (+10/-0)
product_margin/__openerp__.py (+6/-4)
product_margin/i18n/hu.po (+9/-0)
product_margin/i18n/ru.po (+14/-0)
product_margin/product_margin.py (+9/-1)
product_visible_discount/__openerp__.py (+11/-7)
product_visible_discount/i18n/bg.po (+81/-0)
product_visible_discount/i18n/gl.po (+92/-0)
product_visible_discount/i18n/hu.po (+9/-0)
product_visible_discount/i18n/sr@latin.po (+26/-1)
product_visible_discount/i18n/vi.po (+81/-0)
product_visible_discount/product_visible_discount.py (+0/-3)
profile_tools/__openerp__.py (+7/-2)
profile_tools/i18n/ca.po (+144/-0)
profile_tools/i18n/hu.po (+9/-0)
profile_tools/i18n/nl.po (+157/-0)
profile_tools/i18n/pt_BR.po (+144/-0)
project/__openerp__.py (+13/-5)
project/i18n/ar.po (+11/-0)
project/i18n/bg.po (+22/-1)
project/i18n/bs.po (+11/-0)
project/i18n/ca.po (+11/-0)
project/i18n/cs.po (+11/-0)
project/i18n/de.po (+11/-0)
project/i18n/el.po (+16/-0)
project/i18n/es.po (+11/-0)
project/i18n/es_AR.po (+11/-0)
project/i18n/es_EC.po (+52/-13)
project/i18n/es_PY.po (+1877/-0)
project/i18n/et.po (+11/-0)
project/i18n/eu.po (+11/-0)
project/i18n/fi.po (+11/-0)
project/i18n/fr.po (+30/-0)
project/i18n/gl.po (+11/-0)
project/i18n/hr.po (+11/-0)
project/i18n/hu.po (+33/-2)
project/i18n/id.po (+11/-0)
project/i18n/it.po (+11/-0)
project/i18n/ko.po (+11/-0)
project/i18n/lt.po (+11/-0)
project/i18n/lv.po (+23/-0)
project/i18n/mn.po (+11/-0)
project/i18n/nl.po (+11/-0)
project/i18n/nl_BE.po (+11/-0)
project/i18n/pl.po (+27/-0)
project/i18n/project.pot (+6/-0)
project/i18n/pt.po (+11/-0)
project/i18n/pt_BR.po (+30/-0)
project/i18n/ro.po (+11/-0)
project/i18n/ru.po (+330/-0)
project/i18n/sk.po (+11/-0)
project/i18n/sl.po (+11/-0)
project/i18n/sq.po (+11/-0)
project/i18n/sv.po (+11/-0)
project/i18n/tlh.po (+11/-0)
project/i18n/tr.po (+11/-0)
project/i18n/uk.po (+11/-0)
project/i18n/vi.po (+11/-0)
project/i18n/zh_CN.po (+11/-0)
project/i18n/zh_TW.po (+53/-0)
project/project.py (+75/-38)
project/project_view.xml (+4/-4)
project/wizard/project_task_close.py (+10/-4)
project/wizard/project_task_delegate.py (+6/-5)
project_caldav/__openerp__.py (+10/-3)
project_caldav/i18n/ca.po (+576/-0)
project_caldav/i18n/el.po (+578/-0)
project_caldav/i18n/gl.po (+583/-0)
project_caldav/i18n/hu.po (+14/-0)
project_caldav/i18n/pt_BR.po (+583/-0)
project_caldav/i18n/ru.po (+576/-0)
project_gtd/__openerp__.py (+6/-3)
project_gtd/i18n/el.po (+157/-1)
project_gtd/i18n/hu.po (+16/-0)
project_gtd/wizard/project_gtd_fill.py (+1/-1)
project_issue/__openerp__.py (+9/-2)
project_issue/i18n/ca.po (+956/-0)
project_issue/i18n/hu.po (+31/-2)
project_issue/i18n/pt_BR.po (+963/-0)
project_issue/project_issue_menu.xml (+1/-1)
project_issue/project_issue_view.xml (+1/-1)
project_issue/report/project_issue_report.py (+0/-1)
project_issue_sheet/__openerp__.py (+6/-2)
project_issue_sheet/i18n/ca.po (+77/-0)
project_issue_sheet/i18n/gl.po (+83/-0)
project_issue_sheet/i18n/hu.po (+9/-0)
project_issue_sheet/i18n/nl.po (+9/-0)
project_issue_sheet/i18n/pt_BR.po (+83/-0)
project_long_term/__openerp__.py (+12/-9)
project_long_term/i18n/ca.po (+590/-0)
project_long_term/i18n/hu.po (+91/-1)
project_long_term/i18n/nl.po (+625/-0)
project_long_term/i18n/pt_BR.po (+604/-0)
project_long_term/wizard/project_compute_phases.py (+3/-2)
project_long_term/wizard/project_compute_tasks.py (+1/-1)
project_mailgate/__openerp__.py (+5/-2)
project_mailgate/i18n/ca.po (+100/-0)
project_mailgate/i18n/hu.po (+14/-0)
project_messages/__openerp__.py (+7/-3)
project_messages/i18n/bg.po (+133/-0)
project_messages/i18n/ca.po (+132/-0)
project_messages/i18n/gl.po (+142/-0)
project_messages/i18n/hu.po (+10/-0)
project_messages/i18n/nl.po (+145/-0)
project_messages/project_messages_view.xml (+1/-1)
project_mrp/__openerp__.py (+5/-3)
project_mrp/i18n/hu.po (+16/-0)
project_mrp/i18n/nl.po (+16/-0)
project_mrp/i18n/pt_BR.po (+22/-0)
project_mrp/project_procurement.py (+5/-0)
project_planning/__openerp__.py (+4/-2)
project_planning/i18n/ar.po (+131/-0)
project_planning/i18n/bg.po (+555/-0)
project_planning/i18n/bs.po (+131/-0)
project_planning/i18n/ca.po (+563/-3)
project_planning/i18n/cs.po (+131/-0)
project_planning/i18n/de.po (+11/-0)
project_planning/i18n/el.po (+560/-3)
project_planning/i18n/et.po (+563/-3)
project_planning/i18n/fr.po (+11/-0)
project_planning/i18n/hr.po (+523/-3)
project_planning/i18n/hu.po (+14/-0)
project_planning/i18n/id.po (+131/-0)
project_planning/i18n/ko.po (+128/-0)
project_planning/i18n/lt.po (+131/-0)
project_planning/i18n/nl.po (+302/-0)
project_planning/i18n/pt_BR.po (+149/-0)
project_planning/i18n/ro.po (+131/-0)
project_planning/i18n/ru.po (+496/-1)
project_planning/i18n/sl.po (+611/-85)
project_planning/i18n/sq.po (+127/-0)
project_planning/i18n/sv.po (+132/-0)
project_planning/i18n/tlh.po (+131/-0)
project_planning/i18n/tr.po (+563/-2)
project_planning/i18n/uk.po (+565/-1)
project_planning/i18n/vi.po (+127/-0)
project_planning/i18n/zh_CN.po (+560/-0)
project_planning/i18n/zh_TW.po (+131/-0)
project_planning/project_planning_demo.xml (+5/-0)
project_planning/test/planning_states.yml (+5/-1)
project_retro_planning/__openerp__.py (+6/-3)
project_retro_planning/i18n/hu.po (+9/-0)
project_retro_planning/i18n/nl.po (+10/-0)
project_retro_planning/i18n/pt_BR.po (+10/-0)
project_scrum/__openerp__.py (+11/-9)
project_scrum/i18n/ar.po (+35/-37)
project_scrum/i18n/bg.po (+35/-37)
project_scrum/i18n/bs.po (+35/-37)
project_scrum/i18n/ca.po (+57/-0)
project_scrum/i18n/cs.po (+35/-37)
project_scrum/i18n/de.po (+505/-38)
project_scrum/i18n/el.po (+35/-37)
project_scrum/i18n/es.po (+407/-38)
project_scrum/i18n/es_AR.po (+32/-39)
project_scrum/i18n/et.po (+35/-37)
project_scrum/i18n/fr.po (+361/-38)
project_scrum/i18n/gu.po (+35/-37)
project_scrum/i18n/hr.po (+35/-37)
project_scrum/i18n/hu.po (+161/-143)
project_scrum/i18n/id.po (+35/-37)
project_scrum/i18n/it.po (+219/-37)
project_scrum/i18n/ko.po (+35/-37)
project_scrum/i18n/lt.po (+35/-37)
project_scrum/i18n/nl.po (+557/-141)
project_scrum/i18n/nl_BE.po (+32/-39)
project_scrum/i18n/pl.po (+351/-8)
project_scrum/i18n/project_scrum.pot (+29/-37)
project_scrum/i18n/pt.po (+381/-37)
project_scrum/i18n/pt_BR.po (+42/-38)
project_scrum/i18n/ro.po (+35/-37)
project_scrum/i18n/ru.po (+44/-40)
project_scrum/i18n/sl.po (+35/-37)
project_scrum/i18n/sq.po (+35/-37)
project_scrum/i18n/sv.po (+77/-37)
project_scrum/i18n/tlh.po (+35/-37)
project_scrum/i18n/tr.po (+35/-37)
project_scrum/i18n/uk.po (+35/-37)
project_scrum/i18n/vi.po (+35/-37)
project_scrum/i18n/zh_CN.po (+57/-0)
project_scrum/i18n/zh_TW.po (+35/-37)
project_scrum/project_scrum.py (+3/-3)
project_scrum/project_scrum_report.xml (+1/-1)
project_scrum/project_scrum_view.xml (+5/-3)
project_scrum/report/sprint_burndown.py (+2/-2)
project_scrum/wizard/project_scrum_backlog_create_task.py (+2/-0)
project_scrum/wizard/project_scrum_backlog_merger.py (+3/-5)
project_scrum/wizard/project_scrum_backlog_sprint.py (+7/-7)
project_timesheet/__openerp__.py (+7/-3)
project_timesheet/i18n/hu.po (+29/-0)
project_timesheet/i18n/pt_BR.po (+64/-2)
project_timesheet/project_timesheet_view.xml (+1/-1)
purchase/__openerp__.py (+9/-5)
purchase/i18n/es_CL.po (+341/-496)
purchase/i18n/es_EC.po (+26/-3)
purchase/i18n/fr.po (+11/-0)
purchase/i18n/hu.po (+401/-3)
purchase/i18n/id.po (+47/-2)
purchase/i18n/pl.po (+10/-0)
purchase/i18n/pt_BR.po (+365/-0)
purchase/i18n/ro.po (+51/-3)
purchase/i18n/ru.po (+25/-3)
purchase/i18n/sk.po (+1794/-0)
purchase/i18n/th.po (+53/-0)
purchase/i18n/vi.po (+11/-0)
purchase/i18n/zh_CN.po (+11/-0)
purchase/purchase.py (+8/-5)
purchase/purchase_view.xml (+13/-9)
purchase/stock.py (+5/-1)
purchase_analytic_plans/__openerp__.py (+7/-2)
purchase_analytic_plans/i18n/hu.po (+31/-4)
purchase_double_validation/__openerp__.py (+8/-3)
purchase_double_validation/i18n/bg.po (+83/-0)
purchase_double_validation/i18n/ca.po (+83/-0)
purchase_double_validation/i18n/de.po (+87/-0)
purchase_double_validation/i18n/es.po (+90/-0)
purchase_double_validation/i18n/fr.po (+83/-0)
purchase_double_validation/i18n/hu.po (+89/-0)
purchase_double_validation/i18n/it.po (+89/-0)
purchase_double_validation/i18n/nl.po (+88/-0)
purchase_double_validation/i18n/pt_BR.po (+88/-0)
purchase_double_validation/i18n/ru.po (+88/-0)
purchase_requisition/__openerp__.py (+7/-4)
purchase_requisition/i18n/bg.po (+418/-0)
purchase_requisition/i18n/ca.po (+418/-0)
purchase_requisition/i18n/de.po (+53/-0)
purchase_requisition/i18n/es.po (+13/-0)
purchase_requisition/i18n/fr.po (+13/-0)
purchase_requisition/i18n/hu.po (+139/-1)
purchase_requisition/i18n/id.po (+430/-0)
purchase_requisition/i18n/it.po (+30/-0)
purchase_requisition/i18n/nl.po (+13/-0)
purchase_requisition/i18n/pl.po (+37/-0)
purchase_requisition/i18n/pt.po (+13/-0)
purchase_requisition/i18n/pt_BR.po (+17/-0)
purchase_requisition/i18n/purchase_requisition.pot (+6/-0)
purchase_requisition/i18n/ro.po (+13/-0)
purchase_requisition/i18n/ru.po (+52/-0)
purchase_requisition/i18n/zh_CN.po (+418/-0)
purchase_requisition/purchase_requisition.py (+4/-0)
purchase_requisition/wizard/purchase_requisition_partner.py (+6/-5)
report_designer/__openerp__.py (+8/-2)
report_designer/i18n/bg.po (+100/-0)
report_designer/i18n/ca.po (+98/-0)
report_designer/i18n/el.po (+10/-0)
report_designer/i18n/hu.po (+10/-0)
report_designer/i18n/nl.po (+107/-0)
report_designer/i18n/ro.po (+98/-0)
report_intrastat/__openerp__.py (+7/-4)
report_intrastat/i18n/hu.po (+9/-0)
report_intrastat/i18n/nl.po (+10/-0)
report_intrastat/i18n/pt_BR.po (+36/-1)
report_webkit/__openerp__.py (+15/-9)
report_webkit/i18n/bg.po (+560/-0)
report_webkit/i18n/ca.po (+560/-0)
report_webkit/i18n/hu.po (+63/-1)
report_webkit/i18n/nl.po (+623/-0)
report_webkit/i18n/pt_BR.po (+561/-0)
report_webkit/webkit_report.py (+24/-0)
report_webkit_sample/__openerp__.py (+13/-10)
report_webkit_sample/i18n/bg.po (+143/-0)
report_webkit_sample/i18n/ca.po (+143/-0)
report_webkit_sample/i18n/hu.po (+9/-0)
report_webkit_sample/i18n/nl.po (+154/-0)
report_webkit_sample/i18n/pt_BR.po (+143/-0)
resource/__openerp__.py (+9/-6)
resource/i18n/bg.po (+346/-0)
resource/i18n/ca.po (+346/-0)
resource/i18n/hu.po (+79/-1)
resource/i18n/nl.po (+11/-0)
resource/i18n/pt_BR.po (+349/-0)
resource/i18n/ro.po (+346/-0)
resource/i18n/zh_CN.po (+11/-0)
resource/resource.py (+11/-12)
sale/__openerp__.py (+38/-20)
sale/i18n/bg.po (+22/-0)
sale/i18n/el.po (+9/-0)
sale/i18n/es_CL.po (+372/-558)
sale/i18n/hu.po (+953/-19)
sale/i18n/id.po (+18/-0)
sale/i18n/it.po (+10/-0)
sale/i18n/pl.po (+9/-0)
sale/i18n/pt_BR.po (+10/-0)
sale/i18n/ro.po (+292/-0)
sale/i18n/ru.po (+19/-0)
sale/i18n/sv.po (+22/-0)
sale/i18n/vi.po (+20/-0)
sale/i18n/zh_CN.po (+14/-0)
sale/sale.py (+24/-4)
sale/sale_view.xml (+2/-2)
sale/security/sale_security.xml (+8/-2)
sale/stock.py (+2/-0)
sale_analytic_plans/__openerp__.py (+7/-3)
sale_analytic_plans/i18n/bg.po (+18/-1)
sale_analytic_plans/i18n/hu.po (+25/-1)
sale_analytic_plans/sale_analytic_plans_view.xml (+1/-1)
sale_crm/__openerp__.py (+4/-1)
sale_crm/i18n/ar.po (+6/-7)
sale_crm/i18n/bg.po (+125/-0)
sale_crm/i18n/bs.po (+6/-7)
sale_crm/i18n/ca.po (+13/-0)
sale_crm/i18n/cs.po (+13/-0)
sale_crm/i18n/da.po (+11/-8)
sale_crm/i18n/de.po (+140/-8)
sale_crm/i18n/el.po (+128/-9)
sale_crm/i18n/es.po (+140/-8)
sale_crm/i18n/es_AR.po (+6/-7)
sale_crm/i18n/et.po (+6/-7)
sale_crm/i18n/fi.po (+158/-0)
sale_crm/i18n/fr.po (+106/-8)
sale_crm/i18n/hr.po (+6/-7)
sale_crm/i18n/hu.po (+31/-1)
sale_crm/i18n/id.po (+13/-0)
sale_crm/i18n/it.po (+115/-8)
sale_crm/i18n/ko.po (+6/-7)
sale_crm/i18n/lt.po (+6/-7)
sale_crm/i18n/nl.po (+117/-8)
sale_crm/i18n/nl_BE.po (+6/-7)
sale_crm/i18n/pl.po (+114/-8)
sale_crm/i18n/pt.po (+131/-7)
sale_crm/i18n/pt_BR.po (+143/-8)
sale_crm/i18n/ro.po (+31/-1)
sale_crm/i18n/ru.po (+131/-8)
sale_crm/i18n/sale_crm.pot (+2/-7)
sale_crm/i18n/sk.po (+166/-0)
sale_crm/i18n/sl.po (+6/-7)
sale_crm/i18n/sq.po (+6/-7)
sale_crm/i18n/sv.po (+6/-7)
sale_crm/i18n/tlh.po (+6/-7)
sale_crm/i18n/tr.po (+147/-1)
sale_crm/i18n/uk.po (+6/-7)
sale_crm/i18n/vi.po (+21/-8)
sale_crm/i18n/zh_CN.po (+13/-0)
sale_crm/i18n/zh_TW.po (+6/-7)
sale_crm/wizard/crm_make_sale.py (+2/-2)
sale_journal/__openerp__.py (+14/-13)
sale_journal/i18n/hu.po (+9/-0)
sale_journal/i18n/ru.po (+9/-0)
sale_journal/i18n/sk.po (+156/-0)
sale_layout/__openerp__.py (+8/-6)
sale_layout/i18n/bg.po (+292/-0)
sale_layout/i18n/ca.po (+292/-0)
sale_layout/i18n/hu.po (+9/-0)
sale_layout/i18n/ro.po (+292/-0)
sale_layout/i18n/ru.po (+10/-0)
sale_layout/i18n/sk.po (+292/-0)
sale_layout/i18n/tr.po (+292/-0)
sale_layout/i18n/zh_CN.po (+11/-1)
sale_margin/__openerp__.py (+9/-6)
sale_margin/i18n/bg.po (+405/-0)
sale_margin/i18n/hu.po (+9/-0)
sale_margin/i18n/ru.po (+9/-0)
sale_margin/i18n/sk.po (+410/-0)
sale_margin/i18n/tr.po (+410/-0)
sale_mrp/__openerp__.py (+8/-5)
sale_mrp/i18n/bg.po (+66/-0)
sale_mrp/i18n/ca.po (+66/-0)
sale_mrp/i18n/gl.po (+72/-0)
sale_mrp/i18n/hu.po (+9/-0)
sale_mrp/i18n/ro.po (+66/-0)
sale_mrp/i18n/sr@latin.po (+66/-0)
sale_mrp/i18n/tr.po (+66/-0)
sale_order_dates/__openerp__.py (+9/-2)
sale_order_dates/i18n/bg.po (+72/-0)
sale_order_dates/i18n/ca.po (+70/-0)
sale_order_dates/i18n/gl.po (+72/-0)
sale_order_dates/i18n/hu.po (+9/-0)
sale_order_dates/i18n/ru.po (+9/-0)
sale_order_dates/i18n/sk.po (+70/-0)
sale_order_dates/i18n/sv.po (+70/-0)
sale_order_dates/i18n/tr.po (+72/-0)
share/__openerp__.py (+18/-12)
share/i18n/bg.po (+483/-0)
share/i18n/ca.po (+531/-0)
share/i18n/cs.po (+476/-0)
share/i18n/de.po (+134/-5)
share/i18n/es.po (+88/-4)
share/i18n/fr.po (+29/-5)
share/i18n/hr.po (+8/-1)
share/i18n/hu.po (+125/-2)
share/i18n/it.po (+49/-5)
share/i18n/mn.po (+8/-1)
share/i18n/nl.po (+524/-0)
share/i18n/pl.po (+8/-1)
share/i18n/pt.po (+34/-5)
share/i18n/pt_BR.po (+491/-0)
share/i18n/share.pot (+3/-1)
share/web/controllers.py (+14/-7)
share/web/editors.py (+6/-0)
share/wizard/share_wizard.py (+2/-2)
stock/__openerp__.py (+20/-15)
stock/i18n/ar.po (+33/-1)
stock/i18n/bg.po (+960/-3)
stock/i18n/bs.po (+33/-1)
stock/i18n/ca.po (+993/-4)
stock/i18n/cs.po (+54/-0)
stock/i18n/de.po (+1389/-2)
stock/i18n/el.po (+34/-1)
stock/i18n/es.po (+1402/-2)
stock/i18n/es_AR.po (+33/-1)
stock/i18n/es_CL.po (+1364/-2)
stock/i18n/es_EC.po (+1303/-1)
stock/i18n/et.po (+33/-1)
stock/i18n/fi.po (+40/-1)
stock/i18n/fr.po (+1020/-2)
stock/i18n/gl.po (+33/-1)
stock/i18n/hr.po (+33/-1)
stock/i18n/hu.po (+869/-2)
stock/i18n/id.po (+197/-7)
stock/i18n/it.po (+954/-2)
stock/i18n/ko.po (+33/-1)
stock/i18n/lt.po (+33/-1)
stock/i18n/lv.po (+47/-1)
stock/i18n/mn.po (+33/-1)
stock/i18n/nl.po (+33/-1)
stock/i18n/nl_BE.po (+33/-1)
stock/i18n/pl.po (+777/-2)
stock/i18n/pt.po (+885/-1)
stock/i18n/pt_BR.po (+494/-2)
stock/i18n/ro.po (+189/-3)
stock/i18n/ru.po (+916/-0)
stock/i18n/sl.po (+33/-1)
stock/i18n/sq.po (+33/-1)
stock/i18n/sr.po (+33/-1)
stock/i18n/sr@latin.po (+33/-1)
stock/i18n/stock.pot (+28/-1)
stock/i18n/sv.po (+33/-1)
stock/i18n/th.po (+39/-1)
stock/i18n/tlh.po (+33/-1)
stock/i18n/tr.po (+60/-0)
stock/i18n/uk.po (+33/-1)
stock/i18n/vi.po (+1023/-1)
stock/i18n/zh_CN.po (+1480/-2)
stock/i18n/zh_TW.po (+162/-3)
stock/stock.py (+75/-6)
stock/stock_view.xml (+12/-5)
stock/wizard/stock_change_product_qty.py (+4/-0)
stock/wizard/stock_fill_inventory.py (+59/-0)
stock/wizard/stock_inventory_line_split.py (+30/-27)
stock/wizard/stock_location_product.py (+1/-1)
stock/wizard/stock_move.py (+14/-4)
stock/wizard/stock_partial_picking.py (+10/-1)
stock/wizard/stock_return_picking.py (+79/-85)
stock/wizard/stock_return_picking_view.xml (+46/-1)
stock/wizard/stock_split_move.py (+0/-124)
stock/wizard/stock_split_move_view.xml (+0/-17)
stock_invoice_directly/__openerp__.py (+7/-3)
stock_invoice_directly/i18n/bg.po (+10/-0)
stock_invoice_directly/i18n/fi.po (+10/-0)
stock_invoice_directly/i18n/hu.po (+9/-0)
stock_invoice_directly/i18n/id.po (+10/-0)
stock_invoice_directly/i18n/nl.po (+10/-0)
stock_invoice_directly/i18n/ro.po (+10/-0)
stock_invoice_directly/i18n/ru.po (+9/-0)
stock_invoice_directly/i18n/sl.po (+10/-0)
stock_location/__openerp__.py (+17/-15)
stock_location/i18n/bg.po (+37/-1)
stock_location/i18n/gl.po (+552/-0)
stock_location/i18n/hu.po (+10/-0)
stock_location/i18n/id.po (+10/-0)
stock_location/i18n/pt_BR.po (+10/-0)
stock_location/i18n/zh_CN.po (+74/-1)
stock_no_autopicking/__openerp__.py (+8/-7)
stock_no_autopicking/i18n/bg.po (+18/-1)
stock_no_autopicking/i18n/hu.po (+9/-0)
stock_no_autopicking/i18n/id.po (+10/-0)
stock_no_autopicking/i18n/nl.po (+18/-1)
stock_no_autopicking/test/stock_no_autopicking.yml (+7/-2)
stock_planning/__openerp__.py (+32/-28)
stock_planning/i18n/bg.po (+1514/-0)
stock_planning/i18n/ca.po (+1513/-0)
stock_planning/i18n/de.po (+99/-10)
stock_planning/i18n/es.po (+72/-10)
stock_planning/i18n/fr.po (+72/-10)
stock_planning/i18n/hr.po (+89/-10)
stock_planning/i18n/hu.po (+62/-7)
stock_planning/i18n/it.po (+75/-8)
stock_planning/i18n/mn.po (+79/-11)
stock_planning/i18n/pl.po (+90/-10)
stock_planning/i18n/pt.po (+52/-6)
stock_planning/i18n/pt_BR.po (+77/-10)
stock_planning/i18n/ro.po (+1513/-0)
stock_planning/i18n/ru.po (+70/-6)
stock_planning/i18n/stock_planning.pot (+43/-6)
stock_planning/i18n/tr.po (+1513/-0)
stock_planning/stock_planning.py (+43/-39)
subscription/__openerp__.py (+11/-1)
subscription/i18n/bg.po (+10/-0)
subscription/i18n/hu.po (+9/-0)
subscription/i18n/nl.po (+44/-1)
subscription/i18n/pt_BR.po (+9/-0)
subscription/i18n/zh_TW.po (+10/-0)
survey/__openerp__.py (+8/-4)
survey/i18n/de.po (+11/-0)
survey/i18n/gl.po (+1716/-0)
survey/i18n/hu.po (+30/-1)
survey/i18n/it.po (+27/-1)
survey/i18n/nl.po (+60/-2)
survey/i18n/pt.po (+17/-0)
survey/i18n/pt_BR.po (+1719/-0)
survey/security/ir.model.access.csv (+9/-9)
survey/security/survey_security.xml (+11/-16)
survey/survey_demo.xml (+1/-1)
survey/survey_view.xml (+6/-6)
survey/wizard/survey_answer.py (+3/-2)
survey/wizard/survey_print.py (+2/-3)
survey/wizard/survey_print_answer.py (+1/-1)
survey/wizard/survey_print_statistics.py (+1/-1)
survey/wizard/survey_selection.py (+5/-5)
survey/wizard/survey_send_invitation.py (+2/-2)
thunderbird/__openerp__.py (+11/-9)
thunderbird/i18n/ca.po (+151/-0)
thunderbird/i18n/de.po (+105/-0)
thunderbird/i18n/en_US.po (+163/-0)
thunderbird/i18n/hu.po (+47/-0)
thunderbird/i18n/nl.po (+47/-0)
thunderbird/i18n/pt.po (+80/-0)
thunderbird/i18n/ru.po (+57/-1)
thunderbird/i18n/tr.po (+168/-0)
users_ldap/__openerp__.py (+8/-4)
users_ldap/i18n/ca.po (+128/-0)
users_ldap/i18n/gl.po (+129/-0)
users_ldap/i18n/hu.po (+25/-1)
users_ldap/i18n/nl.po (+29/-1)
warning/__openerp__.py (+9/-2)
warning/i18n/bg.po (+10/-0)
warning/i18n/el.po (+10/-0)
warning/i18n/gl.po (+238/-0)
warning/i18n/hu.po (+9/-0)
warning/i18n/nl.po (+18/-1)
warning/i18n/pt_BR.po (+9/-0)
warning/i18n/sl.po (+14/-0)
warning/warning.py (+12/-12)
web_livechat/__openerp__.py (+10/-4)
web_livechat/i18n/bg.po (+39/-0)
web_livechat/i18n/ca.po (+39/-0)
web_livechat/i18n/de.po (+39/-0)
web_livechat/i18n/es.po (+41/-0)
web_livechat/i18n/fr.po (+40/-0)
web_livechat/i18n/gl.po (+40/-0)
web_livechat/i18n/it.po (+41/-0)
web_livechat/i18n/nl.po (+40/-0)
web_livechat/i18n/pt_BR.po (+41/-0)
web_livechat/i18n/ru.po (+41/-0)
web_livechat/i18n/sk.po (+39/-0)
web_livechat/web/editors.py (+2/-2)
web_uservoice/__openerp__.py (+12/-6)
web_uservoice/i18n/bg.po (+29/-0)
web_uservoice/i18n/ca.po (+29/-0)
web_uservoice/i18n/de.po (+29/-0)
web_uservoice/i18n/es.po (+29/-0)
web_uservoice/i18n/fr.po (+29/-0)
web_uservoice/i18n/gl.po (+29/-0)
web_uservoice/i18n/it.po (+29/-0)
web_uservoice/i18n/nl.po (+29/-0)
web_uservoice/i18n/pt_BR.po (+29/-0)
web_uservoice/i18n/ru.po (+29/-0)
web_uservoice/i18n/sk.po (+29/-0)
web_uservoice/web/controllers.py (+1/-1)
wiki/__openerp__.py (+7/-5)
wiki/i18n/de.po (+9/-0)
wiki/i18n/hu.po (+9/-0)
wiki/i18n/nl.po (+72/-1)
wiki/i18n/pt_BR.po (+9/-0)
wiki/i18n/ro.po (+9/-0)
wiki/web/controllers/wiki.py (+2/-4)
wiki/web/locales/bg.po (+25/-0)
wiki/web/locales/ca.po (+25/-0)
wiki/web/locales/de.po (+25/-0)
wiki/web/locales/fr.po (+25/-0)
wiki/web/locales/sk.po (+25/-0)
wiki/web/locales/tr.po (+25/-0)
wiki/web/widgets/wiki.py (+2/-8)
wiki/wiki.py (+3/-2)
wiki/wiki_view.xml (+2/-2)
wiki/wizard/wiki_make_index.py (+8/-2)
wiki_faq/__openerp__.py (+8/-2)
wiki_faq/i18n/bg.po (+30/-0)
wiki_faq/i18n/ca.po (+30/-0)
wiki_faq/i18n/gl.po (+32/-0)
wiki_faq/i18n/hu.po (+9/-0)
wiki_faq/i18n/nl.po (+10/-0)
wiki_faq/i18n/ru.po (+9/-0)
wiki_faq/i18n/sk.po (+32/-0)
wiki_faq/i18n/sl.po (+21/-1)
wiki_quality_manual/__openerp__.py (+8/-2)
wiki_quality_manual/i18n/bg.po (+32/-0)
wiki_quality_manual/i18n/ca.po (+30/-0)
wiki_quality_manual/i18n/gl.po (+32/-0)
wiki_quality_manual/i18n/hu.po (+9/-0)
wiki_quality_manual/i18n/nl.po (+10/-0)
wiki_quality_manual/i18n/sk.po (+32/-0)
wiki_quality_manual/i18n/sl.po (+21/-1)
wiki_sale_faq/__openerp__.py (+10/-4)
wiki_sale_faq/i18n/bg.po (+74/-0)
wiki_sale_faq/i18n/ca.po (+68/-0)
wiki_sale_faq/i18n/gl.po (+81/-0)
wiki_sale_faq/i18n/hu.po (+9/-0)
wiki_sale_faq/i18n/nl.po (+10/-0)
wiki_sale_faq/i18n/pt_BR.po (+74/-6)
wiki_sale_faq/i18n/sk.po (+81/-0)
wiki_sale_faq/i18n/sl.po (+10/-0)
Text conflict in account/account.py
Text conflict in account/account_move_line.py
Text conflict in account/account_view.xml
Text conflict in account/i18n/account.pot
Text conflict in account/i18n/ar.po
Text conflict in account/i18n/bg.po
Text conflict in account/i18n/br.po
Text conflict in account/i18n/bs.po
Text conflict in account/i18n/ca.po
Text conflict in account/i18n/cs.po
Text conflict in account/i18n/da.po
Text conflict in account/i18n/de.po
Text conflict in account/i18n/el.po
Text conflict in account/i18n/en_US.po
Text conflict in account/i18n/es.po
Text conflict in account/i18n/es_AR.po
Text conflict in account/i18n/es_EC.po
Conflict adding file account/i18n/es_PY.po.  Moved existing file to account/i18n/es_PY.po.moved.
Text conflict in account/i18n/et.po
Text conflict in account/i18n/eu.po
Text conflict in account/i18n/fa.po
Conflict adding file account/i18n/fa_AF.po.  Moved existing file to account/i18n/fa_AF.po.moved.
Text conflict in account/i18n/fi.po
Text conflict in account/i18n/fr.po
Text conflict in account/i18n/fr_BE.po
Text conflict in account/i18n/gl.po
Text conflict in account/i18n/gu.po
Text conflict in account/i18n/he.po
Text conflict in account/i18n/hi.po
Text conflict in account/i18n/hr.po
Text conflict in account/i18n/hu.po
Text conflict in account/i18n/id.po
Text conflict in account/i18n/it.po
Text conflict in account/i18n/kab.po
Text conflict in account/i18n/ko.po
Text conflict in account/i18n/lo.po
Text conflict in account/i18n/lt.po
Text conflict in account/i18n/lv.po
Text conflict in account/i18n/mn.po
Text conflict in account/i18n/nb.po
Text conflict in account/i18n/nl.po
Text conflict in account/i18n/nl_BE.po
Text conflict in account/i18n/oc.po
Text conflict in account/i18n/pl.po
Text conflict in account/i18n/pt.po
Text conflict in account/i18n/pt_BR.po
Text conflict in account/i18n/ro.po
Text conflict in account/i18n/ru.po
Text conflict in account/i18n/si.po
Text conflict in account/i18n/sk.po
Text conflict in account/i18n/sl.po
Text conflict in account/i18n/sq.po
Text conflict in account/i18n/sr.po
Text conflict in account/i18n/sr@latin.po
Text conflict in account/i18n/sv.po
Text conflict in account/i18n/ta.po
Text conflict in account/i18n/te.po
Text conflict in account/i18n/th.po
Text conflict in account/i18n/tlh.po
Text conflict in account/i18n/tr.po
Text conflict in account/i18n/ug.po
Text conflict in account/i18n/uk.po
Text conflict in account/i18n/ur.po
Text conflict in account/i18n/vi.po
Text conflict in account/i18n/zh_CN.po
Text conflict in account/i18n/zh_HK.po
Text conflict in account/i18n/zh_TW.po
Text conflict in account/installer.py
Text conflict in account/invoice.py
Text conflict in account/report/account_balance.py
Text conflict in account/report/account_balance_sheet.py
Text conflict in account/report/account_profit_loss.py
Text conflict in account/security/account_security.xml
Text conflict in account/wizard/account_fiscalyear_close.py
Conflict adding file account_accountant/i18n/bg.po.  Moved existing file to account_accountant/i18n/bg.po.moved.
Conflict adding file account_accountant/i18n/ca.po.  Moved existing file to account_accountant/i18n/ca.po.moved.
Conflict adding file account_accountant/i18n/cs.po.  Moved existing file to account_accountant/i18n/cs.po.moved.
Conflict adding file account_accountant/i18n/es_PY.po.  Moved existing file to account_accountant/i18n/es_PY.po.moved.
Conflict adding file account_accountant/i18n/gl.po.  Moved existing file to account_accountant/i18n/gl.po.moved.
Text conflict in account_accountant/i18n/hu.po
Conflict adding file account_accountant/i18n/id.po.  Moved existing file to account_accountant/i18n/id.po.moved.
Conflict adding file account_accountant/i18n/nb.po.  Moved existing file to account_accountant/i18n/nb.po.moved.
Text conflict in account_accountant/i18n/pt.po
Text conflict in account_accountant/i18n/th.po
Text conflict in account_analytic_analysis/i18n/bg.po
Conflict adding file account_analytic_analysis/i18n/es_PY.po.  Moved existing file to account_analytic_analysis/i18n/es_PY.po.moved.
Text conflict in account_analytic_analysis/i18n/gl.po
Text conflict in account_analytic_analysis/i18n/hu.po
Text conflict in account_analytic_analysis/i18n/ru.po
Text conflict in account_analytic_analysis/i18n/tr.po
Text conflict in account_analytic_default/i18n/bg.po
Conflict adding file account_analytic_default/i18n/es_PY.po.  Moved existing file to account_analytic_default/i18n/es_PY.po.moved.
Text conflict in account_analytic_default/i18n/gl.po
Text conflict in account_analytic_default/i18n/hu.po
Text conflict in account_analytic_default/i18n/pt_BR.po
Text conflict in account_analytic_default/i18n/ro.po
Conflict adding file account_analytic_plans/i18n/es_PY.po.  Moved existing file to account_analytic_plans/i18n/es_PY.po.moved.
Text conflict in account_analytic_plans/i18n/gl.po
Text conflict in account_analytic_plans/i18n/hu.po
Text conflict in account_analytic_plans/i18n/nl.po
Text conflict in account_analytic_plans/i18n/pt_BR.po
Text conflict in account_analytic_plans/i18n/ru.po
Text conflict in account_analytic_plans/i18n/sv.po
Conflict adding file account_anglo_saxon/i18n/ca.po.  Moved existing file to account_anglo_saxon/i18n/ca.po.moved.
Conflict adding file account_anglo_saxon/i18n/es_PY.po.  Moved existing file to account_anglo_saxon/i18n/es_PY.po.moved.
Conflict adding file account_anglo_saxon/i18n/gl.po.  Moved existing file to account_anglo_saxon/i18n/gl.po.moved.
Text conflict in account_anglo_saxon/i18n/hu.po
Text conflict in account_anglo_saxon/i18n/pt_BR.po
Text conflict in account_anglo_saxon/i18n/ro.po
Text conflict in account_budget/i18n/bg.po
Conflict adding file account_budget/i18n/es_PY.po.  Moved existing file to account_budget/i18n/es_PY.po.moved.
Text conflict in account_budget/i18n/gl.po
Text conflict in account_budget/i18n/hu.po
Text conflict in account_budget/i18n/it.po
Text conflict in account_budget/i18n/lo.po
Conflict adding file account_budget/i18n/nb.po.  Moved existing file to account_budget/i18n/nb.po.moved.
Text conflict in account_budget/i18n/zh_CN.po
Text conflict in account_cancel/i18n/ar.po
Conflict adding file account_cancel/i18n/bg.po.  Moved existing file to account_cancel/i18n/bg.po.moved.
Conflict adding file account_cancel/i18n/ca.po.  Moved existing file to account_cancel/i18n/ca.po.moved.
Conflict adding file account_cancel/i18n/es_PY.po.  Moved existing file to account_cancel/i18n/es_PY.po.moved.
Conflict adding file account_cancel/i18n/gl.po.  Moved existing file to account_cancel/i18n/gl.po.moved.
Text conflict in account_cancel/i18n/hu.po
Conflict adding file account_cancel/i18n/id.po.  Moved existing file to account_cancel/i18n/id.po.moved.
Conflict adding file account_cancel/i18n/nb.po.  Moved existing file to account_cancel/i18n/nb.po.moved.
Text conflict in account_cancel/i18n/pt.po
Text conflict in account_chart/i18n/es_CL.po
Conflict adding file account_chart/i18n/es_PY.po.  Moved existing file to account_chart/i18n/es_PY.po.moved.
Conflict adding file account_coda/i18n/bg.po.  Moved existing file to account_coda/i18n/bg.po.moved.
Conflict adding file account_coda/i18n/es_PY.po.  Moved existing file to account_coda/i18n/es_PY.po.moved.
Conflict adding file account_coda/i18n/gl.po.  Moved existing file to account_coda/i18n/gl.po.moved.
Text conflict in account_coda/i18n/hu.po
Conflict adding file account_coda/i18n/nb.po.  Moved existing file to account_coda/i18n/nb.po.moved.
Text conflict in account_coda/i18n/pt_BR.po
Conflict adding file account_coda/i18n/ro.po.  Moved existing file to account_coda/i18n/ro.po.moved.
Text conflict in account_coda/i18n/sv.po
Text conflict in account_followup/i18n/ar.po
Text conflict in account_followup/i18n/bg.po
Text conflict in account_followup/i18n/bs.po
Text conflict in account_followup/i18n/ca.po
Text conflict in account_followup/i18n/cs.po
Text conflict in account_followup/i18n/de.po
Text conflict in account_followup/i18n/el.po
Text conflict in account_followup/i18n/es.po
Text conflict in account_followup/i18n/es_AR.po
Text conflict in account_followup/i18n/es_EC.po
Conflict adding file account_followup/i18n/es_PY.po.  Moved existing file to account_followup/i18n/es_PY.po.moved.
Text conflict in account_followup/i18n/et.po
Text conflict in account_followup/i18n/fi.po
Text conflict in account_followup/i18n/fr.po
Conflict adding file account_followup/i18n/gl.po.  Moved existing file to account_followup/i18n/gl.po.moved.
Text conflict in account_followup/i18n/hr.po
Text conflict in account_followup/i18n/hu.po
Text conflict in account_followup/i18n/id.po
Text conflict in account_followup/i18n/it.po
Text conflict in account_followup/i18n/ko.po
Text conflict in account_followup/i18n/lt.po
Text conflict in account_followup/i18n/mn.po
Conflict adding file account_followup/i18n/nb.po.  Moved existing file to account_followup/i18n/nb.po.moved.
Text conflict in account_followup/i18n/nl.po
Text conflict in account_followup/i18n/nl_BE.po
Text conflict in account_followup/i18n/oc.po
Text conflict in account_followup/i18n/pl.po
Text conflict in account_followup/i18n/pt.po
Text conflict in account_followup/i18n/pt_BR.po
Text conflict in account_followup/i18n/ro.po
Text conflict in account_followup/i18n/ru.po
Text conflict in account_followup/i18n/sl.po
Text conflict in account_followup/i18n/sq.po
Text conflict in account_followup/i18n/sr.po
Text conflict in account_followup/i18n/sr@latin.po
Text conflict in account_followup/i18n/sv.po
Text conflict in account_followup/i18n/tlh.po
Text conflict in account_followup/i18n/tr.po
Text conflict in account_followup/i18n/uk.po
Text conflict in account_followup/i18n/vi.po
Text conflict in account_followup/i18n/zh_CN.po
Text conflict in account_followup/i18n/zh_TW.po
Text conflict in account_followup/wizard/account_followup_print.py
Conflict adding file account_invoice_layout/i18n/es_PY.po.  Moved existing file to account_invoice_layout/i18n/es_PY.po.moved.
Conflict adding file account_invoice_layout/i18n/gl.po.  Moved existing file to account_invoice_layout/i18n/gl.po.moved.
Text conflict in account_invoice_layout/i18n/hu.po
Text conflict in account_invoice_layout/i18n/pt_BR.po
Text conflict in account_invoice_layout/i18n/ro.po
Text conflict in account_invoice_layout/i18n/ru.po
Conflict adding file account_invoice_layout/i18n/sk.po.  Moved existing file to account_invoice_layout/i18n/sk.po.moved.
Text conflict in account_invoice_layout/i18n/sv.po
Text conflict in account_invoice_layout/i18n/tr.po
Text conflict in account_payment/i18n/bg.po
Conflict adding file account_payment/i18n/es_PY.po.  Moved existing file to account_payment/i18n/es_PY.po.moved.
Conflict adding file account_payment/i18n/gl.po.  Moved existing file to account_payment/i18n/gl.po.moved.
Text conflict in account_payment/i18n/hu.po
Text conflict in account_payment/i18n/id.po
Text conflict in account_payment/i18n/pt_BR.po
Text conflict in account_payment/i18n/ru.po
Text conflict in account_payment/security/account_payment_security.xml
Text conflict in account_payment/wizard/account_payment_populate_statement.py
Conflict adding file account_sequence/i18n/bg.po.  Moved existing file to account_sequence/i18n/bg.po.moved.
Conflict adding file account_sequence/i18n/de.po.  Moved existing file to account_sequence/i18n/de.po.moved.
Conflict adding file account_sequence/i18n/es.po.  Moved existing file to account_sequence/i18n/es.po.moved.
Conflict adding file account_sequence/i18n/es_PY.po.  Moved existing file to account_sequence/i18n/es_PY.po.moved.
Text conflict in account_sequence/i18n/fr.po
Conflict adding file account_sequence/i18n/gl.po.  Moved existing file to account_sequence/i18n/gl.po.moved.
Conflict adding file account_sequence/i18n/hu.po.  Moved existing file to account_sequence/i18n/hu.po.moved.
Conflict adding file account_sequence/i18n/id.po.  Moved existing file to account_sequence/i18n/id.po.moved.
Conflict adding file account_sequence/i18n/it.po.  Moved existing file to account_sequence/i18n/it.po.moved.
Conflict adding file account_sequence/i18n/nl.po.  Moved existing file to account_sequence/i18n/nl.po.moved.
Conflict adding file account_sequence/i18n/pl.po.  Moved existing file to account_sequence/i18n/pl.po.moved.
Conflict adding file account_sequence/i18n/pt_BR.po.  Moved existing file to account_sequence/i18n/pt_BR.po.moved.
Conflict adding file account_sequence/i18n/ro.po.  Moved existing file to account_sequence/i18n/ro.po.moved.
Conflict adding file account_sequence/i18n/ru.po.  Moved existing file to account_sequence/i18n/ru.po.moved.
Text conflict in account_voucher/account_voucher.py
Text conflict in account_voucher/i18n/el.po
Conflict adding file account_voucher/i18n/es_PY.po.  Moved existing file to account_voucher/i18n/es_PY.po.moved.
Conflict adding file account_voucher/i18n/gl.po.  Moved existing file to account_voucher/i18n/gl.po.moved.
Text conflict in account_voucher/i18n/hr.po
Text conflict in account_voucher/i18n/hu.po
Text conflict in account_voucher/i18n/it.po
Text conflict in account_voucher/i18n/pt_BR.po
Text conflict in account_voucher/i18n/ro.po
Text conflict in account_voucher/voucher_payment_receipt_view.xml
Text conflict in analytic/analytic.py
Conflict adding file analytic/i18n/bg.po.  Moved existing file to analytic/i18n/bg.po.moved.
Conflict adding file analytic/i18n/es_PY.po.  Moved existing file to analytic/i18n/es_PY.po.moved.
Conflict adding file analytic/i18n/gl.po.  Moved existing file to analytic/i18n/gl.po.moved.
Text conflict in analytic/i18n/hu.po
Conflict adding file analytic/i18n/lv.po.  Moved existing file to analytic/i18n/lv.po.moved.
Text conflict in analytic/i18n/pt_BR.po
Conflict adding file analytic/i18n/ru.po.  Moved existing file to analytic/i18n/ru.po.moved.
Text conflict in analytic_journal_billing_rate/i18n/bg.po
Conflict adding file analytic_journal_billing_rate/i18n/es_PY.po.  Moved existing file to analytic_journal_billing_rate/i18n/es_PY.po.moved.
Text conflict in analytic_journal_billing_rate/i18n/gl.po
Text conflict in analytic_journal_billing_rate/i18n/hu.po
Text conflict in analytic_journal_billing_rate/i18n/pt_BR.po
Conflict adding file analytic_user_function/i18n/es_PY.po.  Moved existing file to analytic_user_function/i18n/es_PY.po.moved.
Text conflict in analytic_user_function/i18n/gl.po
Text conflict in analytic_user_function/i18n/hu.po
Conflict adding file anonymization/i18n/bg.po.  Moved existing file to anonymization/i18n/bg.po.moved.
Conflict adding file anonymization/i18n/de.po.  Moved existing file to anonymization/i18n/de.po.moved.
Conflict adding file anonymization/i18n/es.po.  Moved existing file to anonymization/i18n/es.po.moved.
Conflict adding file anonymization/i18n/es_EC.po.  Moved existing file to anonymization/i18n/es_EC.po.moved.
Conflict adding file anonymization/i18n/es_PY.po.  Moved existing file to anonymization/i18n/es_PY.po.moved.
Text conflict in anonymization/i18n/fr.po
Conflict adding file anonymization/i18n/gl.po.  Moved existing file to anonymization/i18n/gl.po.moved.
Conflict adding file anonymization/i18n/it.po.  Moved existing file to anonymization/i18n/it.po.moved.
Conflict adding file anonymization/i18n/nl.po.  Moved existing file to anonymization/i18n/nl.po.moved.
Conflict adding file anonymization/i18n/pt_BR.po.  Moved existing file to anonymization/i18n/pt_BR.po.moved.
Conflict adding file anonymization/i18n/ru.po.  Moved existing file to anonymization/i18n/ru.po.moved.
Text conflict in association/i18n/bg.po
Conflict adding file association/i18n/es_PY.po.  Moved existing file to association/i18n/es_PY.po.moved.
Conflict adding file association/i18n/gl.po.  Moved existing file to association/i18n/gl.po.moved.
Text conflict in association/i18n/hu.po
Text conflict in association/i18n/ro.po
Text conflict in association/i18n/sv.po
Text conflict in auction/i18n/es.po
Conflict adding file auction/i18n/es_PY.po.  Moved existing file to auction/i18n/es_PY.po.moved.
Text conflict in auction/i18n/fi.po
Text conflict in auction/i18n/hu.po
Text conflict in auction/i18n/it.po
Text conflict in auction/i18n/pt_BR.po
Text conflict in auction/i18n/vi.po
Text conflict in audittrail/audittrail.py
Text conflict in audittrail/i18n/el.po
Conflict adding file audittrail/i18n/es_PY.po.  Moved existing file to audittrail/i18n/es_PY.po.moved.
Conflict adding file audittrail/i18n/gl.po.  Moved existing file to audittrail/i18n/gl.po.moved.
Text conflict in audittrail/i18n/hu.po
Text conflict in audittrail/i18n/it.po
Text conflict in audittrail/i18n/pt_BR.po
Conflict adding file base_action_rule/i18n/bg.po.  Moved existing file to base_action_rule/i18n/bg.po.moved.
Text conflict in base_action_rule/i18n/el.po
Text conflict in base_action_rule/i18n/es_EC.po
Conflict adding file base_action_rule/i18n/es_PY.po.  Moved existing file to base_action_rule/i18n/es_PY.po.moved.
Conflict adding file base_action_rule/i18n/gl.po.  Moved existing file to base_action_rule/i18n/gl.po.moved.
Text conflict in base_action_rule/i18n/hu.po
Conflict adding file base_action_rule/i18n/pl.po.  Moved existing file to base_action_rule/i18n/pl.po.moved.
Text conflict in base_action_rule/i18n/pt_BR.po
Text conflict in base_action_rule/i18n/ro.po
Text conflict in base_calendar/base_calendar.py
Conflict adding file base_calendar/i18n/bg.po.  Moved existing file to base_calendar/i18n/bg.po.moved.
Conflict adding file base_calendar/i18n/es_EC.po.  Moved existing file to base_calendar/i18n/es_EC.po.moved.
Conflict adding file base_calendar/i18n/es_PY.po.  Moved existing file to base_calendar/i18n/es_PY.po.moved.
Conflict adding file base_calendar/i18n/gl.po.  Moved existing file to base_calendar/i18n/gl.po.moved.
Text conflict in base_calendar/i18n/hu.po
Text conflict in base_calendar/i18n/pt.po
Text conflict in base_calendar/i18n/pt_BR.po
Text conflict in base_calendar/i18n/ro.po
Conflict adding file base_calendar/i18n/ru.po.  Moved existing file to base_calendar/i18n/ru.po.moved.
Conflict adding file base_calendar/i18n/zh_CN.po.  Moved existing file to base_calendar/i18n/zh_CN.po.moved.
Conflict adding file base_calendar/i18n/zh_TW.po.  Moved existing file to base_calendar/i18n/zh_TW.po.moved.
Conflict adding file base_contact/i18n/es_PY.po.  Moved existing file to base_contact/i18n/es_PY.po.moved.
Conflict adding file base_contact/i18n/gl.po.  Moved existing file to base_contact/i18n/gl.po.moved.
Text conflict in base_contact/i18n/hu.po
Text conflict in base_contact/i18n/ro.po
Text conflict in base_contact/i18n/ru.po
Text conflict in base_contact/i18n/zh_TW.po
Conflict adding file base_crypt/i18n/bg.po.  Moved existing file to base_crypt/i18n/bg.po.moved.
Conflict adding file base_crypt/i18n/ca.po.  Moved existing file to base_crypt/i18n/ca.po.moved.
Conflict adding file base_crypt/i18n/de.po.  Moved existing file to base_crypt/i18n/de.po.moved.
Text conflict in base_crypt/i18n/el.po
Conflict adding file base_crypt/i18n/es.po.  Moved existing file to base_crypt/i18n/es.po.moved.
Conflict adding file base_crypt/i18n/es_PY.po.  Moved existing file to base_crypt/i18n/es_PY.po.moved.
Conflict adding file base_crypt/i18n/fr.po.  Moved existing file to base_crypt/i18n/fr.po.moved.
Conflict adding file base_crypt/i18n/gl.po.  Moved existing file to base_crypt/i18n/gl.po.moved.
Conflict adding file base_crypt/i18n/it.po.  Moved existing file to base_crypt/i18n/it.po.moved.
Conflict adding file base_crypt/i18n/nl.po.  Moved existing file to base_crypt/i18n/nl.po.moved.
Conflict adding file base_crypt/i18n/pt_BR.po.  Moved existing file to base_crypt/i18n/pt_BR.po.moved.
Conflict adding file base_crypt/i18n/ru.po.  Moved existing file to base_crypt/i18n/ru.po.moved.
Conflict adding file base_crypt/i18n/sk.po.  Moved existing file to base_crypt/i18n/sk.po.moved.
Text conflict in base_crypt/i18n/sv.po
Conflict adding file base_crypt/i18n/tr.po.  Moved existing file to base_crypt/i18n/tr.po.moved.
Conflict adding file base_iban/i18n/es_PY.po.  Moved existing file to base_iban/i18n/es_PY.po.moved.
Text conflict in base_iban/i18n/hu.po
Text conflict in base_iban/i18n/ro.po
Text conflict in base_iban/i18n/sl.po
Text conflict in base_module_quality/i18n/ab.po
Text conflict in base_module_quality/i18n/ar.po
Text conflict in base_module_quality/i18n/bg.po
Text conflict in base_module_quality/i18n/bs.po
Text conflict in base_module_quality/i18n/ca.po
Text conflict in base_module_quality/i18n/cs.po
Text conflict in base_module_quality/i18n/de.po
Text conflict in base_module_quality/i18n/el.po
Text conflict in base_module_quality/i18n/es.po
Text conflict in base_module_quality/i18n/es_AR.po
Text conflict in base_module_quality/i18n/es_EC.po
Conflict adding file base_module_quality/i18n/es_PY.po.  Moved existing file to base_module_quality/i18n/es_PY.po.moved.
Text conflict in base_module_quality/i18n/et.po
Text conflict in base_module_quality/i18n/fi.po
Text conflict in base_module_quality/i18n/fr.po
Text conflict in base_module_quality/i18n/gl.po
Text conflict in base_module_quality/i18n/hr.po
Text conflict in base_module_quality/i18n/hu.po
Text conflict in base_module_quality/i18n/id.po
Text conflict in base_module_quality/i18n/it.po
Text conflict in base_module_quality/i18n/iu.po
Text conflict in base_module_quality/i18n/ko.po
Text conflict in base_module_quality/i18n/lt.po
Text conflict in base_module_quality/i18n/mn.po
Text conflict in base_module_quality/i18n/nl.po
Text conflict in base_module_quality/i18n/pl.po
Text conflict in base_module_quality/i18n/pt.po
Text conflict in base_module_quality/i18n/pt_BR.po
Text conflict in base_module_quality/i18n/ro.po
Text conflict in base_module_quality/i18n/ru.po
Text conflict in base_module_quality/i18n/sk.po
Text conflict in base_module_quality/i18n/sl.po
Text conflict in base_module_quality/i18n/sq.po
Text conflict in base_module_quality/i18n/sr.po
Text conflict in base_module_quality/i18n/sr@latin.po
Text conflict in base_module_quality/i18n/sv.po
Text conflict in base_module_quality/i18n/tr.po
Text conflict in base_module_quality/i18n/uk.po
Text conflict in base_module_quality/i18n/vi.po
Text conflict in base_module_quality/i18n/zh_CN.po
Text conflict in base_module_quality/i18n/zh_TW.po
Conflict adding file base_module_record/i18n/es_PY.po.  Moved existing file to base_module_record/i18n/es_PY.po.moved.
Text conflict in base_module_record/i18n/hu.po
Text conflict in base_module_record/i18n/ru.po
Conflict adding file base_report_creator/i18n/es_EC.po.  Moved existing file to base_report_creator/i18n/es_EC.po.moved.
Conflict adding file base_report_creator/i18n/es_PY.po.  Moved existing file to base_report_creator/i18n/es_PY.po.moved.
Conflict adding file base_report_creator/i18n/gl.po.  Moved existing file to base_report_creator/i18n/gl.po.moved.
Text conflict in base_report_creator/i18n/hu.po
Text conflict in base_report_creator/i18n/pt_BR.po
Text conflict in base_report_creator/i18n/ru.po
Text conflict in base_report_creator/i18n/zh_CN.po
Conflict adding file base_report_designer/i18n/es_PY.po.  Moved existing file to base_report_designer/i18n/es_PY.po.moved.
Text conflict in base_report_designer/i18n/hu.po
Text conflict in base_report_designer/i18n/zh_CN.po
Text conflict in base_setup/i18n/es_CL.po
Conflict adding file base_setup/i18n/es_PY.po.  Moved existing file to base_setup/i18n/es_PY.po.moved.
Text conflict in base_setup/i18n/hu.po
Conflict adding file base_setup/i18n/nb.po.  Moved existing file to base_setup/i18n/nb.po.moved.
Text conflict in base_setup/i18n/ru.po
Text conflict in base_setup/i18n/zh_TW.po
Conflict adding file base_synchro/i18n/bg.po.  Moved existing file to base_synchro/i18n/bg.po.moved.
Text conflict in base_synchro/i18n/el.po
Conflict adding file base_synchro/i18n/es_PY.po.  Moved existing file to base_synchro/i18n/es_PY.po.moved.
Conflict adding file base_synchro/i18n/gl.po.  Moved existing file to base_synchro/i18n/gl.po.moved.
Text conflict in base_synchro/i18n/ro.po
Conflict adding file base_synchro/i18n/tr.po.  Moved existing file to base_synchro/i18n/tr.po.moved.
Conflict adding file base_tools/i18n/bg.po.  Moved existing file to base_tools/i18n/bg.po.moved.
Conflict adding file base_tools/i18n/ca.po.  Moved existing file to base_tools/i18n/ca.po.moved.
Conflict adding file base_tools/i18n/de.po.  Moved existing file to base_tools/i18n/de.po.moved.
Conflict adding file base_tools/i18n/es.po.  Moved existing file to base_tools/i18n/es.po.moved.
Conflict adding file base_tools/i18n/es_PY.po.  Moved existing file to base_tools/i18n/es_PY.po.moved.
Conflict adding file base_tools/i18n/fi.po.  Moved existing file to base_tools/i18n/fi.po.moved.
Conflict adding file base_tools/i18n/fr.po.  Moved existing file to base_tools/i18n/fr.po.moved.
Conflict adding file base_tools/i18n/gl.po.  Moved existing file to base_tools/i18n/gl.po.moved.
Conflict adding file base_tools/i18n/hi.po.  Moved existing file to base_tools/i18n/hi.po.moved.
Conflict adding file base_tools/i18n/id.po.  Moved existing file to base_tools/i18n/id.po.moved.
Conflict adding file base_tools/i18n/it.po.  Moved existing file to base_tools/i18n/it.po.moved.
Conflict adding file base_tools/i18n/nb.po.  Moved existing file to base_tools/i18n/nb.po.moved.
Conflict adding file base_tools/i18n/nl.po.  Moved existing file to base_tools/i18n/nl.po.moved.
Conflict adding file base_tools/i18n/pt_BR.po.  Moved existing file to base_tools/i18n/pt_BR.po.moved.
Conflict adding file base_tools/i18n/ru.po.  Moved existing file to base_tools/i18n/ru.po.moved.
Conflict adding file base_tools/i18n/sk.po.  Moved existing file to base_tools/i18n/sk.po.moved.
Conflict adding file base_tools/i18n/tr.po.  Moved existing file to base_tools/i18n/tr.po.moved.
Text conflict in base_vat/i18n/bg.po
Conflict adding file base_vat/i18n/es_PY.po.  Moved existing file to base_vat/i18n/es_PY.po.moved.
Text conflict in base_vat/i18n/hu.po
Conflict adding file base_vat/i18n/lv.po.  Moved existing file to base_vat/i18n/lv.po.moved.
Text conflict in base_vat/i18n/ro.po
Text conflict in board/i18n/el.po
Conflict adding file board/i18n/es_PY.po.  Moved existing file to board/i18n/es_PY.po.moved.
Text conflict in board/i18n/gl.po
Text conflict in board/i18n/hu.po
Text conflict in board/i18n/ro.po
Text conflict in board/i18n/th.po
Text conflict in board/i18n/zh_CN.po
Conflict adding file caldav/i18n/bg.po.  Moved existing file to caldav/i18n/bg.po.moved.
Conflict adding file caldav/i18n/es_EC.po.  Moved existing file to caldav/i18n/es_EC.po.moved.
Conflict adding file caldav/i18n/es_PY.po.  Moved existing file to caldav/i18n/es_PY.po.moved.
Text conflict in caldav/i18n/fr.po
Text conflict in caldav/i18n/pt.po
Text conflict in caldav/i18n/pt_BR.po
Text conflict in caldav/i18n/ru.po
Conflict adding file claim_from_delivery/i18n/bg.po.  Moved existing file to claim_from_delivery/i18n/bg.po.moved.
Conflict adding file claim_from_delivery/i18n/ca.po.  Moved existing file to claim_from_delivery/i18n/ca.po.moved.
Conflict adding file claim_from_delivery/i18n/es_PY.po.  Moved existing file to claim_from_delivery/i18n/es_PY.po.moved.
Conflict adding file claim_from_delivery/i18n/gl.po.  Moved existing file to claim_from_delivery/i18n/gl.po.moved.
Conflict adding file claim_from_delivery/i18n/id.po.  Moved existing file to claim_from_delivery/i18n/id.po.moved.
Conflict adding file claim_from_delivery/i18n/nb.po.  Moved existing file to claim_from_delivery/i18n/nb.po.moved.
Text conflict in claim_from_delivery/i18n/pt_BR.po
Text conflict in claim_from_delivery/i18n/sl.po
Text conflict in crm/crm_opportunity_view.xml
Text conflict in crm/i18n/ar.po
Text conflict in crm/i18n/bg.po
Text conflict in crm/i18n/bs.po
Text conflict in crm/i18n/ca.po
Text conflict in crm/i18n/cs.po
Text conflict in crm/i18n/de.po
Text conflict in crm/i18n/el.po
Text conflict in crm/i18n/es.po
Text conflict in crm/i18n/es_AR.po
Text conflict in crm/i18n/es_EC.po
Conflict adding file crm/i18n/es_PY.po.  Moved existing file to crm/i18n/es_PY.po.moved.
Text conflict in crm/i18n/et.po
Text conflict in crm/i18n/fi.po
Text conflict in crm/i18n/fr.po
Text conflict in crm/i18n/gl.po
Text conflict in crm/i18n/hr.po
Text conflict in crm/i18n/hu.po
Text conflict in crm/i18n/id.po
Text conflict in crm/i18n/it.po
Text conflict in crm/i18n/ja.po
Text conflict in crm/i18n/ko.po
Text conflict in crm/i18n/lo.po
Text conflict in crm/i18n/lt.po
Text conflict in crm/i18n/lv.po
Text conflict in crm/i18n/mn.po
Text conflict in crm/i18n/nl.po
Text conflict in crm/i18n/nl_BE.po
Text conflict in crm/i18n/pl.po
Text conflict in crm/i18n/pt.po
Text conflict in crm/i18n/pt_BR.po
Text conflict in crm/i18n/ro.po
Text conflict in crm/i18n/ru.po
Text conflict in crm/i18n/sk.po
Text conflict in crm/i18n/sl.po
Text conflict in crm/i18n/sq.po
Text conflict in crm/i18n/sr.po
Text conflict in crm/i18n/sr@latin.po
Text conflict in crm/i18n/sv.po
Text conflict in crm/i18n/th.po
Text conflict in crm/i18n/tlh.po
Text conflict in crm/i18n/tr.po
Text conflict in crm/i18n/uk.po
Text conflict in crm/i18n/vi.po
Text conflict in crm/i18n/zh_CN.po
Text conflict in crm/i18n/zh_TW.po
Text conflict in crm/test/test_crm_meeting.yml
Text conflict in crm/test/test_crm_opportunity.yml
Text conflict in crm/test/test_crm_phonecall.yml
Text conflict in crm/wizard/crm_lead_to_opportunity.py
Conflict adding file crm_caldav/i18n/bg.po.  Moved existing file to crm_caldav/i18n/bg.po.moved.
Conflict adding file crm_caldav/i18n/ca.po.  Moved existing file to crm_caldav/i18n/ca.po.moved.
Conflict adding file crm_caldav/i18n/es_PY.po.  Moved existing file to crm_caldav/i18n/es_PY.po.moved.
Conflict adding file crm_caldav/i18n/gl.po.  Moved existing file to crm_caldav/i18n/gl.po.moved.
Text conflict in crm_caldav/i18n/hu.po
Conflict adding file crm_caldav/i18n/id.po.  Moved existing file to crm_caldav/i18n/id.po.moved.
Text conflict in crm_caldav/i18n/lo.po
Text conflict in crm_caldav/i18n/pt_BR.po
Conflict adding file crm_caldav/i18n/sk.po.  Moved existing file to crm_caldav/i18n/sk.po.moved.
Conflict adding file crm_caldav/i18n/tr.po.  Moved existing file to crm_caldav/i18n/tr.po.moved.
Text conflict in crm_claim/crm_claim.py
Conflict adding file crm_claim/i18n/bg.po.  Moved existing file to crm_claim/i18n/bg.po.moved.
Conflict adding file crm_claim/i18n/es_EC.po.  Moved existing file to crm_claim/i18n/es_EC.po.moved.
Conflict adding file crm_claim/i18n/es_PY.po.  Moved existing file to crm_claim/i18n/es_PY.po.moved.
Text conflict in crm_claim/i18n/hu.po
Text conflict in crm_claim/i18n/pt_BR.po
Conflict adding file crm_claim/i18n/ru.po.  Moved existing file to crm_claim/i18n/ru.po.moved.
Conflict adding file crm_claim/i18n/tr.po.  Moved existing file to crm_claim/i18n/tr.po.moved.
Conflict adding file crm_fundraising/i18n/bg.po.  Moved existing file to crm_fundraising/i18n/bg.po.moved.
Conflict adding file crm_fundraising/i18n/el.po.  Moved existing file to crm_fundraising/i18n/el.po.moved.
Conflict adding file crm_fundraising/i18n/es_EC.po.  Moved existing file to crm_fundraising/i18n/es_EC.po.moved.
Conflict adding file crm_fundraising/i18n/es_PY.po.  Moved existing file to crm_fundraising/i18n/es_PY.po.moved.
Text conflict in crm_fundraising/i18n/hu.po
Conflict adding file crm_fundraising/i18n/pt_BR.po.  Moved existing file to crm_fundraising/i18n/pt_BR.po.moved.
Conflict adding file crm_fundraising/i18n/ru.po.  Moved existing file to crm_fundraising/i18n/ru.po.moved.
Conflict adding file crm_fundraising/i18n/tr.po.  Moved existing file to crm_fundraising/i18n/tr.po.moved.
Text conflict in crm_helpdesk/crm_helpdesk.py
Conflict adding file crm_helpdesk/i18n/bg.po.  Moved existing file to crm_helpdesk/i18n/bg.po.moved.
Conflict adding file crm_helpdesk/i18n/es_PY.po.  Moved existing file to crm_helpdesk/i18n/es_PY.po.moved.
Text conflict in crm_helpdesk/i18n/hu.po
Text conflict in crm_helpdesk/i18n/pt_BR.po
Conflict adding file crm_helpdesk/i18n/ro.po.  Moved existing file to crm_helpdesk/i18n/ro.po.moved.
Conflict adding file crm_helpdesk/i18n/sl.po.  Moved existing file to crm_helpdesk/i18n/sl.po.moved.
Text conflict in crm_helpdesk/i18n/sv.po
Conflict adding file crm_helpdesk/i18n/tr.po.  Moved existing file to crm_helpdesk/i18n/tr.po.moved.
Conflict adding file crm_partner_assign/i18n/bg.po.  Moved existing file to crm_partner_assign/i18n/bg.po.moved.
Conflict adding file crm_partner_assign/i18n/es_PY.po.  Moved existing file to crm_partner_assign/i18n/es_PY.po.moved.
Text conflict in crm_partner_assign/i18n/fr.po
Text conflict in crm_partner_assign/i18n/hu.po
Conflict adding file crm_partner_assign/i18n/pt_BR.po.  Moved existing file to crm_partner_assign/i18n/pt_BR.po.moved.
Text conflict in crm_partner_assign/i18n/ro.po
Text conflict in crm_partner_assign/i18n/ru.po
Conflict adding file crm_partner_assign/i18n/sv.po.  Moved existing file to crm_partner_assign/i18n/sv.po.moved.
Conflict adding file crm_partner_assign/i18n/tr.po.  Moved existing file to crm_partner_assign/i18n/tr.po.moved.
Conflict adding file crm_profiling/i18n/es_PY.po.  Moved existing file to crm_profiling/i18n/es_PY.po.moved.
Conflict adding file crm_profiling/i18n/gl.po.  Moved existing file to crm_profiling/i18n/gl.po.moved.
Text conflict in crm_profiling/i18n/hu.po
Text conflict in crm_profiling/i18n/pl.po
Text conflict in crm_profiling/i18n/pt_BR.po
Text conflict in crm_profiling/i18n/ro.po
Text conflict in crm_profiling/i18n/ru.po
Text conflict in crm_profiling/i18n/sv.po
Text conflict in crm_profiling/i18n/zh_TW.po
Conflict adding file decimal_precision/i18n/bg.po.  Moved existing file to decimal_precision/i18n/bg.po.moved.
Conflict adding file decimal_precision/i18n/ca.po.  Moved existing file to decimal_precision/i18n/ca.po.moved.
Conflict adding file decimal_precision/i18n/es_PY.po.  Moved existing file to decimal_precision/i18n/es_PY.po.moved.
Text conflict in decimal_precision/i18n/fi.po
Conflict adding file decimal_precision/i18n/gl.po.  Moved existing file to decimal_precision/i18n/gl.po.moved.
Text conflict in decimal_precision/i18n/hu.po
Conflict adding file decimal_precision/i18n/id.po.  Moved existing file to decimal_precision/i18n/id.po.moved.
Text conflict in decimal_precision/i18n/ru.po
Text conflict in delivery/i18n/bg.po
Text conflict in delivery/i18n/el.po
Conflict adding file delivery/i18n/es_PY.po.  Moved existing file to delivery/i18n/es_PY.po.moved.
Conflict adding file delivery/i18n/gl.po.  Moved existing file to delivery/i18n/gl.po.moved.
Conflict adding file delivery/i18n/hi.po.  Moved existing file to delivery/i18n/hi.po.moved.
Text conflict in delivery/i18n/hu.po
Text conflict in delivery/i18n/id.po
Text conflict in delivery/i18n/it.po
Text conflict in delivery/i18n/pt_BR.po
Text conflict in delivery/i18n/ro.po
Text conflict in delivery/i18n/ru.po
Text conflict in delivery/i18n/zh_CN.po
Text conflict in delivery/i18n/zh_TW.po
Text conflict in document/i18n/el.po
Conflict adding file document/i18n/es_PY.po.  Moved existing file to document/i18n/es_PY.po.moved.
Text conflict in document/i18n/hu.po
Conflict adding file document/i18n/sk.po.  Moved existing file to document/i18n/sk.po.moved.
Text conflict in document/i18n/zh_TW.po
Conflict adding file document_ftp/i18n/bg.po.  Moved existing file to document_ftp/i18n/bg.po.moved.
Conflict adding file document_ftp/i18n/ca.po.  Moved existing file to document_ftp/i18n/ca.po.moved.
Conflict adding file document_ftp/i18n/es_PY.po.  Moved existing file to document_ftp/i18n/es_PY.po.moved.
Conflict adding file document_ftp/i18n/gl.po.  Moved existing file to document_ftp/i18n/gl.po.moved.
Text conflict in document_ftp/i18n/hu.po
Conflict adding file document_ftp/i18n/ru.po.  Moved existing file to document_ftp/i18n/ru.po.moved.
Conflict adding file document_ics/i18n/es_PY.po.  Moved existing file to document_ics/i18n/es_PY.po.moved.
Conflict adding file document_ics/i18n/gl.po.  Moved existing file to document_ics/i18n/gl.po.moved.
Text conflict in document_ics/i18n/hu.po
Text conflict in document_ics/i18n/pt_BR.po
Text conflict in document_webdav/i18n/bg.po
Conflict adding file document_webdav/i18n/es_PY.po.  Moved existing file to document_webdav/i18n/es_PY.po.moved.
Conflict adding file document_webdav/i18n/gl.po.  Moved existing file to document_webdav/i18n/gl.po.moved.
Text conflict in document_webdav/i18n/hu.po
Text conflict in document_webdav/i18n/pt_BR.po
Conflict adding file document_webdav/i18n/ru.po.  Moved existing file to document_webdav/i18n/ru.po.moved.
Conflict adding file email_template/i18n/bg.po.  Moved existing file to email_template/i18n/bg.po.moved.
Text conflict in email_template/i18n/de.po
Text conflict in email_template/i18n/es.po
Conflict adding file email_template/i18n/es_EC.po.  Moved existing file to email_template/i18n/es_EC.po.moved.
Text conflict in email_template/i18n/fr.po
Text conflict in email_template/i18n/hu.po
Text conflict in email_template/i18n/it.po
Text conflict in email_template/i18n/mn.po
Text conflict in email_template/i18n/nl.po
Text conflict in email_template/i18n/pl.po
Text conflict in email_template/i18n/pt.po
Conflict adding file email_template/i18n/pt_BR.po.  Moved existing file to email_template/i18n/pt_BR.po.moved.
Conflict adding file email_template/i18n/ro.po.  Moved existing file to email_template/i18n/ro.po.moved.
Text conflict in email_template/i18n/ru.po
Text conflict in email_template/i18n/sr.po
Text conflict in email_template/i18n/sr@latin.po
Text conflict in email_template/i18n/sv.po
Text conflict in email_template/i18n/tr.po
Conflict adding file email_template/i18n/zh_CN.po.  Moved existing file to email_template/i18n/zh_CN.po.moved.
Conflict adding file event/i18n/el.po.  Moved existing file to event/i18n/el.po.moved.
Text conflict in event/i18n/hu.po
Text conflict in event/i18n/pt_BR.po
Text conflict in event/i18n/ro.po
Text conflict in event/i18n/sv.po
Text conflict in event/i18n/zh_TW.po
Conflict adding file event_project/i18n/es_PY.po.  Moved existing file to event_project/i18n/es_PY.po.moved.
Text conflict in event_project/i18n/hu.po
Text conflict in event_project/i18n/pt_BR.po
Text conflict in event_project/i18n/ro.po
Conflict adding file fetchmail/i18n/bg.po.  Moved existing file to fetchmail/i18n/bg.po.moved.
Conflict adding file fetchmail/i18n/gl.po.  Moved existing file to fetchmail/i18n/gl.po.moved.
Text conflict in fetchmail/i18n/hu.po
Conflict adding file fetchmail/i18n/pt_BR.po.  Moved existing file to fetchmail/i18n/pt_BR.po.moved.
Conflict adding file fetchmail/i18n/ro.po.  Moved existing file to fetchmail/i18n/ro.po.moved.
Conflict adding file fetchmail/i18n/tr.po.  Moved existing file to fetchmail/i18n/tr.po.moved.
Conflict adding file google_map/i18n/es_PY.po.  Moved existing file to google_map/i18n/es_PY.po.moved.
Text conflict in google_map/i18n/lv.po
Text conflict in google_map/i18n/tr.po
Text conflict in hr/hr.py
Text conflict in hr/i18n/bg.po
Text conflict in hr/i18n/el.po
Text conflict in hr/i18n/es_CL.po
Conflict adding file hr/i18n/gl.po.  Moved existing file to hr/i18n/gl.po.moved.
Text conflict in hr/i18n/hu.po
Text conflict in hr/i18n/id.po
Text conflict in hr/i18n/pt_BR.po
Text conflict in hr/i18n/ru.po
Text conflict in hr/i18n/sr@latin.po
Text conflict in hr_attendance/i18n/el.po
Conflict adding file hr_attendance/i18n/es_PY.po.  Moved existing file to hr_attendance/i18n/es_PY.po.moved.
Conflict adding file hr_attendance/i18n/gl.po.  Moved existing file to hr_attendance/i18n/gl.po.moved.
Text conflict in hr_attendance/i18n/hr.po
Text conflict in hr_attendance/i18n/hu.po
Text conflict in hr_attendance/i18n/id.po
Text conflict in hr_attendance/i18n/pt_BR.po
Text conflict in hr_attendance/i18n/ro.po
Text conflict in hr_attendance/i18n/ru.po
Conflict adding file hr_contract/i18n/es_PY.po.  Moved existing file to hr_contract/i18n/es_PY.po.moved.
Conflict adding file hr_contract/i18n/gl.po.  Moved existing file to hr_contract/i18n/gl.po.moved.
Text conflict in hr_contract/i18n/hu.po
Text conflict in hr_contract/i18n/id.po
Text conflict in hr_contract/i18n/lo.po
Text conflict in hr_contract/i18n/pt_BR.po
Text conflict in hr_contract/i18n/sr@latin.po
Conflict adding file hr_evaluation/i18n/bg.po.  Moved existing file to hr_evaluation/i18n/bg.po.moved.
Text conflict in hr_evaluation/i18n/hu.po
Text conflict in hr_evaluation/i18n/id.po
Conflict adding file hr_evaluation/i18n/pt_BR.po.  Moved existing file to hr_evaluation/i18n/pt_BR.po.moved.
Text conflict in hr_expense/hr_expense.py
Text conflict in hr_expense/i18n/hu.po
Text conflict in hr_expense/i18n/pt_BR.po
Text conflict in hr_expense/i18n/sr@latin.po
Text conflict in hr_holidays/hr_holidays.py
Text conflict in hr_holidays/hr_holidays_view.xml
Text conflict in hr_holidays/i18n/bg.po
Text conflict in hr_holidays/i18n/hu.po
Text conflict in hr_holidays/i18n/id.po
Text conflict in hr_holidays/i18n/pt_BR.po
Text conflict in hr_holidays/i18n/ro.po
Text conflict in hr_holidays/security/ir_rule.xml
Conflict adding file hr_payroll/i18n/bg.po.  Moved existing file to hr_payroll/i18n/bg.po.moved.
Conflict adding file hr_payroll/i18n/ca.po.  Moved existing file to hr_payroll/i18n/ca.po.moved.
Text conflict in hr_payroll/i18n/de.po
Conflict adding file hr_payroll/i18n/en_GB.po.  Moved existing file to hr_payroll/i18n/en_GB.po.moved.
Conflict adding file hr_payroll/i18n/fi.po.  Moved existing file to hr_payroll/i18n/fi.po.moved.
Text conflict in hr_payroll/i18n/hu.po
Conflict adding file hr_payroll/i18n/id.po.  Moved existing file to hr_payroll/i18n/id.po.moved.
Text conflict in hr_payroll/i18n/lo.po
Conflict adding file hr_payroll/i18n/pt_BR.po.  Moved existing file to hr_payroll/i18n/pt_BR.po.moved.
Text conflict in hr_payroll/i18n/sr@latin.po
Text conflict in hr_payroll/i18n/sv.po
Text conflict in hr_payroll/test/payroll_register.yml
Text conflict in hr_payroll_account/hr_payroll_account.py
Text conflict in hr_payroll_account/hr_payroll_account_view.xml
Conflict adding file hr_payroll_account/i18n/bg.po.  Moved existing file to hr_payroll_account/i18n/bg.po.moved.
Conflict adding file hr_payroll_account/i18n/es_EC.po.  Moved existing file to hr_payroll_account/i18n/es_EC.po.moved.
Conflict adding file hr_payroll_account/i18n/es_PY.po.  Moved existing file to hr_payroll_account/i18n/es_PY.po.moved.
Conflict adding file hr_payroll_account/i18n/gl.po.  Moved existing file to hr_payroll_account/i18n/gl.po.moved.
Text conflict in hr_payroll_account/i18n/hu.po
Conflict adding file hr_payroll_account/i18n/id.po.  Moved existing file to hr_payroll_account/i18n/id.po.moved.
Text conflict in hr_payroll_account/i18n/it.po
Conflict adding file hr_payroll_account/i18n/nl.po.  Moved existing file to hr_payroll_account/i18n/nl.po.moved.
Conflict adding file hr_payroll_account/i18n/pt_BR.po.  Moved existing file to hr_payroll_account/i18n/pt_BR.po.moved.
Text conflict in hr_recruitment/__openerp__.py
Text conflict in hr_recruitment/hr_recruitment_view.xml
Conflict adding file hr_recruitment/i18n/bg.po.  Moved existing file to hr_recruitment/i18n/bg.po.moved.
Conflict adding file hr_recruitment/i18n/ca.po.  Moved existing file to hr_recruitment/i18n/ca.po.moved.
Text conflict in hr_recruitment/i18n/hu.po
Conflict adding file hr_recruitment/i18n/id.po.  Moved existing file to hr_recruitment/i18n/id.po.moved.
Conflict adding file hr_recruitment/i18n/pt_BR.po.  Moved existing file to hr_recruitment/i18n/pt_BR.po.moved.
Text conflict in hr_recruitment/test/test_hr_recruitment.yml
Text conflict in hr_timesheet/i18n/bg.po
Text conflict in hr_timesheet/i18n/hu.po
Text conflict in hr_timesheet/i18n/id.po
Text conflict in hr_timesheet/i18n/pt_BR.po
Text conflict in hr_timesheet/i18n/ru.po
Text conflict in hr_timesheet_invoice/i18n/hu.po
Text conflict in hr_timesheet_invoice/i18n/pt_BR.po
Text conflict in hr_timesheet_sheet/i18n/hu.po
Text conflict in hr_timesheet_sheet/i18n/pt_BR.po
Conflict adding file html_view/i18n/bg.po.  Moved existing file to html_view/i18n/bg.po.moved.
Conflict adding file html_view/i18n/ca.po.  Moved existing file to html_view/i18n/ca.po.moved.
Conflict adding file html_view/i18n/cs.po.  Moved existing file to html_view/i18n/cs.po.moved.
Conflict adding file html_view/i18n/el.po.  Moved existing file to html_view/i18n/el.po.moved.
Conflict adding file html_view/i18n/es_PY.po.  Moved existing file to html_view/i18n/es_PY.po.moved.
Conflict adding file html_view/i18n/gl.po.  Moved existing file to html_view/i18n/gl.po.moved.
Text conflict in html_view/i18n/hu.po
Text conflict in html_view/i18n/nb.po
Conflict adding file html_view/i18n/sk.po.  Moved existing file to html_view/i18n/sk.po.moved.
Conflict adding file html_view/i18n/sl.po.  Moved existing file to html_view/i18n/sl.po.moved.
Text conflict in idea/i18n/bg.po
Conflict adding file idea/i18n/gl.po.  Moved existing file to idea/i18n/gl.po.moved.
Text conflict in idea/i18n/hu.po
Text conflict in idea/i18n/zh_TW.po
Conflict adding file knowledge/i18n/bg.po.  Moved existing file to knowledge/i18n/bg.po.moved.
Conflict adding file knowledge/i18n/ca.po.  Moved existing file to knowledge/i18n/ca.po.moved.
Conflict adding file knowledge/i18n/gl.po.  Moved existing file to knowledge/i18n/gl.po.moved.
Text conflict in knowledge/i18n/hu.po
Conflict adding file knowledge/i18n/ro.po.  Moved existing file to knowledge/i18n/ro.po.moved.
Text conflict in knowledge/i18n/ru.po
Conflict adding file knowledge/i18n/sk.po.  Moved existing file to knowledge/i18n/sk.po.moved.
Conflict adding file knowledge/i18n/tr.po.  Moved existing file to knowledge/i18n/tr.po.moved.
Text conflict in l10n_be/i18n/de.po
Conflict adding file l10n_be/i18n/gl.po.  Moved existing file to l10n_be/i18n/gl.po.moved.
Text conflict in l10n_be/i18n/pt_BR.po
Conflict adding file l10n_br/i18n/bg.po.  Moved existing file to l10n_br/i18n/bg.po.moved.
Conflict adding file l10n_br/i18n/ca.po.  Moved existing file to l10n_br/i18n/ca.po.moved.
Conflict adding file l10n_br/i18n/es.po.  Moved existing file to l10n_br/i18n/es.po.moved.
Conflict adding file l10n_br/i18n/es_PY.po.  Moved existing file to l10n_br/i18n/es_PY.po.moved.
Conflict adding file l10n_br/i18n/gl.po.  Moved existing file to l10n_br/i18n/gl.po.moved.
Conflict adding file l10n_br/i18n/hi.po.  Moved existing file to l10n_br/i18n/hi.po.moved.
Conflict adding file l10n_br/i18n/it.po.  Moved existing file to l10n_br/i18n/it.po.moved.
Conflict adding file l10n_br/i18n/nb.po.  Moved existing file to l10n_br/i18n/nb.po.moved.
Conflict adding file l10n_br/i18n/pt_BR.po.  Moved existing file to l10n_br/i18n/pt_BR.po.moved.
Conflict adding file l10n_br/i18n/sq.po.  Moved existing file to l10n_br/i18n/sq.po.moved.
Conflict adding file l10n_ca/i18n/ca.po.  Moved existing file to l10n_ca/i18n/ca.po.moved.
Conflict adding file l10n_ca/i18n/es_PY.po.  Moved existing file to l10n_ca/i18n/es_PY.po.moved.
Conflict adding file l10n_ca/i18n/gl.po.  Moved existing file to l10n_ca/i18n/gl.po.moved.
Conflict adding file l10n_ca/i18n/pt_BR.po.  Moved existing file to l10n_ca/i18n/pt_BR.po.moved.
Text conflict in l10n_ch/i18n/fr.po
Text conflict in l10n_ch/i18n/pt_BR.po
Text conflict in l10n_ch/test/l10n_ch_report.yml
Text conflict in l10n_ch/wizard/bvr_import.py
Conflict adding file l10n_cn/i18n/ca.po.  Moved existing file to l10n_cn/i18n/ca.po.moved.
Conflict adding file l10n_cn/i18n/es.po.  Moved existing file to l10n_cn/i18n/es.po.moved.
Conflict adding file l10n_cn/i18n/es_PY.po.  Moved existing file to l10n_cn/i18n/es_PY.po.moved.
Conflict adding file l10n_cn/i18n/gl.po.  Moved existing file to l10n_cn/i18n/gl.po.moved.
Conflict adding file l10n_cn/i18n/it.po.  Moved existing file to l10n_cn/i18n/it.po.moved.
Conflict adding file l10n_cn/i18n/pt_BR.po.  Moved existing file to l10n_cn/i18n/pt_BR.po.moved.
Conflict adding file l10n_cr/i18n/ca.po.  Moved existing file to l10n_cr/i18n/ca.po.moved.
Conflict adding file l10n_cr/i18n/es.po.  Moved existing file to l10n_cr/i18n/es.po.moved.
Conflict adding file l10n_cr/i18n/es_PY.po.  Moved existing file to l10n_cr/i18n/es_PY.po.moved.
Conflict adding file l10n_cr/i18n/gl.po.  Moved existing file to l10n_cr/i18n/gl.po.moved.
Conflict adding file l10n_cr/i18n/it.po.  Moved existing file to l10n_cr/i18n/it.po.moved.
Conflict adding file l10n_cr/i18n/pt_BR.po.  Moved existing file to l10n_cr/i18n/pt_BR.po.moved.
Conflict adding file l10n_de/i18n/es_PY.po.  Moved existing file to l10n_de/i18n/es_PY.po.moved.
Conflict adding file l10n_de/i18n/gl.po.  Moved existing file to l10n_de/i18n/gl.po.moved.
Text conflict in l10n_de/i18n/pt_BR.po
Conflict adding file l10n_ec/i18n/ca.po.  Moved existing file to l10n_ec/i18n/ca.po.moved.
Conflict adding file l10n_ec/i18n/es.po.  Moved existing file to l10n_ec/i18n/es.po.moved.
Conflict adding file l10n_ec/i18n/es_PY.po.  Moved existing file to l10n_ec/i18n/es_PY.po.moved.
Conflict adding file l10n_ec/i18n/gl.po.  Moved existing file to l10n_ec/i18n/gl.po.moved.
Conflict adding file l10n_ec/i18n/it.po.  Moved existing file to l10n_ec/i18n/it.po.moved.
Conflict adding file l10n_ec/i18n/pt_BR.po.  Moved existing file to l10n_ec/i18n/pt_BR.po.moved.
Conflict adding file l10n_es/i18n/es_PY.po.  Moved existing file to l10n_es/i18n/es_PY.po.moved.
Conflict adding file l10n_es/i18n/gl.po.  Moved existing file to l10n_es/i18n/gl.po.moved.
Conflict adding file l10n_es/i18n/pt_BR.po.  Moved existing file to l10n_es/i18n/pt_BR.po.moved.
Conflict adding file l10n_fr/i18n/es_PY.po.  Moved existing file to l10n_fr/i18n/es_PY.po.moved.
Conflict adding file l10n_fr/i18n/gl.po.  Moved existing file to l10n_fr/i18n/gl.po.moved.
Text conflict in l10n_fr/i18n/pt_BR.po
Conflict adding file l10n_gr/i18n/ca.po.  Moved existing file to l10n_gr/i18n/ca.po.moved.
Conflict adding file l10n_gr/i18n/es_PY.po.  Moved existing file to l10n_gr/i18n/es_PY.po.moved.
Conflict adding file l10n_gr/i18n/gl.po.  Moved existing file to l10n_gr/i18n/gl.po.moved.
Conflict adding file l10n_gr/i18n/pt_BR.po.  Moved existing file to l10n_gr/i18n/pt_BR.po.moved.
Conflict adding file l10n_gt/i18n/ca.po.  Moved existing file to l10n_gt/i18n/ca.po.moved.
Conflict adding file l10n_gt/i18n/es_PY.po.  Moved existing file to l10n_gt/i18n/es_PY.po.moved.
Conflict adding file l10n_gt/i18n/gl.po.  Moved existing file to l10n_gt/i18n/gl.po.moved.
Conflict adding file l10n_gt/i18n/pt_BR.po.  Moved existing file to l10n_gt/i18n/pt_BR.po.moved.
Text conflict in l10n_in/i18n/br.po
Conflict adding file l10n_in/i18n/ca.po.  Moved existing file to l10n_in/i18n/ca.po.moved.
Conflict adding file l10n_in/i18n/es_PY.po.  Moved existing file to l10n_in/i18n/es_PY.po.moved.
Text conflict in l10n_in/i18n/et.po
Conflict adding file l10n_in/i18n/gl.po.  Moved existing file to l10n_in/i18n/gl.po.moved.
Text conflict in l10n_in/i18n/pt.po
Conflict adding file l10n_in/i18n/pt_BR.po.  Moved existing file to l10n_in/i18n/pt_BR.po.moved.
Text conflict in l10n_in/i18n/ru.po
Text conflict in l10n_in/i18n/sv.po
Conflict adding file l10n_it/i18n/ca.po.  Moved existing file to l10n_it/i18n/ca.po.moved.
Conflict adding file l10n_it/i18n/es.po.  Moved existing file to l10n_it/i18n/es.po.moved.
Conflict adding file l10n_it/i18n/es_PY.po.  Moved existing file to l10n_it/i18n/es_PY.po.moved.
Conflict adding file l10n_it/i18n/gl.po.  Moved existing file to l10n_it/i18n/gl.po.moved.
Conflict adding file l10n_it/i18n/it.po.  Moved existing file to l10n_it/i18n/it.po.moved.
Conflict adding file l10n_it/i18n/pt_BR.po.  Moved existing file to l10n_it/i18n/pt_BR.po.moved.
Conflict adding file l10n_lu/i18n/es_PY.po.  Moved existing file to l10n_lu/i18n/es_PY.po.moved.
Conflict adding file l10n_lu/i18n/gl.po.  Moved existing file to l10n_lu/i18n/gl.po.moved.
Text conflict in l10n_lu/i18n/pt_BR.po
Text conflict in l10n_lu/wizard/print_vat.py
Text conflict in l10n_ma/i18n/ar.po
Conflict adding file l10n_ma/i18n/ca.po.  Moved existing file to l10n_ma/i18n/ca.po.moved.
Conflict adding file l10n_ma/i18n/es_PY.po.  Moved existing file to l10n_ma/i18n/es_PY.po.moved.
Conflict adding file l10n_ma/i18n/gl.po.  Moved existing file to l10n_ma/i18n/gl.po.moved.
Conflict adding file l10n_ma/i18n/pt_BR.po.  Moved existing file to l10n_ma/i18n/pt_BR.po.moved.
Conflict adding file l10n_mx/i18n/ca.po.  Moved existing file to l10n_mx/i18n/ca.po.moved.
Conflict adding file l10n_mx/i18n/es.po.  Moved existing file to l10n_mx/i18n/es.po.moved.
Conflict adding file l10n_mx/i18n/es_PY.po.  Moved existing file to l10n_mx/i18n/es_PY.po.moved.
Conflict adding file l10n_mx/i18n/gl.po.  Moved existing file to l10n_mx/i18n/gl.po.moved.
Conflict adding file l10n_mx/i18n/it.po.  Moved existing file to l10n_mx/i18n/it.po.moved.
Conflict adding file l10n_mx/i18n/pt_BR.po.  Moved existing file to l10n_mx/i18n/pt_BR.po.moved.
Conflict adding file l10n_nl/i18n/ca.po.  Moved existing file to l10n_nl/i18n/ca.po.moved.
Conflict adding file l10n_nl/i18n/es.po.  Moved existing file to l10n_nl/i18n/es.po.moved.
Conflict adding file l10n_nl/i18n/es_PY.po.  Moved existing file to l10n_nl/i18n/es_PY.po.moved.
Conflict adding file l10n_nl/i18n/gl.po.  Moved existing file to l10n_nl/i18n/gl.po.moved.
Conflict adding file l10n_nl/i18n/it.po.  Moved existing file to l10n_nl/i18n/it.po.moved.
Conflict adding file l10n_nl/i18n/nl.po.  Moved existing file to l10n_nl/i18n/nl.po.moved.
Conflict adding file l10n_nl/i18n/pt_BR.po.  Moved existing file to l10n_nl/i18n/pt_BR.po.moved.
Conflict adding file l10n_pl/i18n/ca.po.  Moved existing file to l10n_pl/i18n/ca.po.moved.
Conflict adding file l10n_pl/i18n/es.po.  Moved existing file to l10n_pl/i18n/es.po.moved.
Conflict adding file l10n_pl/i18n/es_PY.po.  Moved existing file to l10n_pl/i18n/es_PY.po.moved.
Conflict adding file l10n_pl/i18n/gl.po.  Moved existing file to l10n_pl/i18n/gl.po.moved.
Conflict adding file l10n_pl/i18n/it.po.  Moved existing file to l10n_pl/i18n/it.po.moved.
Conflict adding file l10n_pl/i18n/pt_BR.po.  Moved existing file to l10n_pl/i18n/pt_BR.po.moved.
Conflict adding file l10n_ro/i18n/ca.po.  Moved existing file to l10n_ro/i18n/ca.po.moved.
Conflict adding file l10n_ro/i18n/es.po.  Moved existing file to l10n_ro/i18n/es.po.moved.
Conflict adding file l10n_ro/i18n/es_PY.po.  Moved existing file to l10n_ro/i18n/es_PY.po.moved.
Conflict adding file l10n_ro/i18n/gl.po.  Moved existing file to l10n_ro/i18n/gl.po.moved.
Conflict adding file l10n_ro/i18n/it.po.  Moved existing file to l10n_ro/i18n/it.po.moved.
Conflict adding file l10n_ro/i18n/pt_BR.po.  Moved existing file to l10n_ro/i18n/pt_BR.po.moved.
Conflict adding file l10n_ro/i18n/ro.po.  Moved existing file to l10n_ro/i18n/ro.po.moved.
Conflict adding file l10n_th/i18n/ca.po.  Moved existing file to l10n_th/i18n/ca.po.moved.
Conflict adding file l10n_th/i18n/es.po.  Moved existing file to l10n_th/i18n/es.po.moved.
Conflict adding file l10n_th/i18n/es_PY.po.  Moved existing file to l10n_th/i18n/es_PY.po.moved.
Conflict adding file l10n_th/i18n/gl.po.  Moved existing file to l10n_th/i18n/gl.po.moved.
Conflict adding file l10n_th/i18n/it.po.  Moved existing file to l10n_th/i18n/it.po.moved.
Conflict adding file l10n_th/i18n/pt_BR.po.  Moved existing file to l10n_th/i18n/pt_BR.po.moved.
Text conflict in l10n_uk/i18n/ar.po
Text conflict in l10n_uk/i18n/bg.po
Text conflict in l10n_uk/i18n/bs.po
Text conflict in l10n_uk/i18n/ca.po
Text conflict in l10n_uk/i18n/cs.po
Conflict adding file l10n_uk/i18n/es_PY.po.  Moved existing file to l10n_uk/i18n/es_PY.po.moved.
Text conflict in l10n_uk/i18n/et.po
Conflict adding file l10n_uk/i18n/gl.po.  Moved existing file to l10n_uk/i18n/gl.po.moved.
Text conflict in l10n_uk/i18n/hr.po
Text conflict in l10n_uk/i18n/id.po
Text conflict in l10n_uk/i18n/lt.po
Text conflict in l10n_uk/i18n/nl.po
Text conflict in l10n_uk/i18n/oc.po
Text conflict in l10n_uk/i18n/pl.po
Text conflict in l10n_uk/i18n/pt_BR.po
Text conflict in l10n_uk/i18n/ro.po
Text conflict in l10n_uk/i18n/ru.po
Text conflict in l10n_uk/i18n/sl.po
Text conflict in l10n_uk/i18n/sq.po
Text conflict in l10n_uk/i18n/sv.po
Text conflict in l10n_uk/i18n/tlh.po
Text conflict in l10n_uk/i18n/tr.po
Text conflict in l10n_uk/i18n/uk.po
Text conflict in l10n_uk/i18n/vi.po
Text conflict in l10n_uk/i18n/zh_CN.po
Text conflict in l10n_uk/i18n/zh_TW.po
Conflict adding file l10n_ve/i18n/ca.po.  Moved existing file to l10n_ve/i18n/ca.po.moved.
Conflict adding file l10n_ve/i18n/es.po.  Moved existing file to l10n_ve/i18n/es.po.moved.
Conflict adding file l10n_ve/i18n/es_PY.po.  Moved existing file to l10n_ve/i18n/es_PY.po.moved.
Conflict adding file l10n_ve/i18n/gl.po.  Moved existing file to l10n_ve/i18n/gl.po.moved.
Conflict adding file l10n_ve/i18n/it.po.  Moved existing file to l10n_ve/i18n/it.po.moved.
Conflict adding file l10n_ve/i18n/pt_BR.po.  Moved existing file to l10n_ve/i18n/pt_BR.po.moved.
Conflict adding file lunch/i18n/bg.po.  Moved existing file to lunch/i18n/bg.po.moved.
Conflict adding file lunch/i18n/ca.po.  Moved existing file to lunch/i18n/ca.po.moved.
Conflict adding file lunch/i18n/es_PY.po.  Moved existing file to lunch/i18n/es_PY.po.moved.
Text conflict in lunch/i18n/fi.po
Conflict adding file lunch/i18n/gl.po.  Moved existing file to lunch/i18n/gl.po.moved.
Text conflict in lunch/i18n/hu.po
Conflict adding file lunch/i18n/pt_BR.po.  Moved existing file to lunch/i18n/pt_BR.po.moved.
Conflict adding file lunch/i18n/ru.po.  Moved existing file to lunch/i18n/ru.po.moved.
Text conflict in lunch/test/test_lunch.yml
Conflict adding file mail_gateway/i18n/ca.po.  Moved existing file to mail_gateway/i18n/ca.po.moved.
Text conflict in mail_gateway/i18n/de.po
Text conflict in mail_gateway/i18n/es.po
Conflict adding file mail_gateway/i18n/es_PY.po.  Moved existing file to mail_gateway/i18n/es_PY.po.moved.
Text conflict in mail_gateway/i18n/fr.po
Conflict adding file mail_gateway/i18n/gl.po.  Moved existing file to mail_gateway/i18n/gl.po.moved.
Text conflict in mail_gateway/i18n/hu.po
Text conflict in mail_gateway/i18n/it.po
Text conflict in mail_gateway/i18n/lt.po
Text conflict in mail_gateway/i18n/lv.po
Text conflict in mail_gateway/i18n/nl.po
Text conflict in mail_gateway/i18n/pl.po
Text conflict in mail_gateway/i18n/pt.po
Text conflict in mail_gateway/i18n/pt_BR.po
Conflict adding file mail_gateway/i18n/ro.po.  Moved existing file to mail_gateway/i18n/ro.po.moved.
Conflict adding file mail_gateway/i18n/ru.po.  Moved existing file to mail_gateway/i18n/ru.po.moved.
Text conflict in mail_gateway/i18n/sl.po
Text conflict in mail_gateway/i18n/sr@latin.po
Text conflict in mail_gateway/i18n/sv.po
Text conflict in mail_gateway/i18n/zh_CN.po
Text conflict in mail_gateway/mail_gateway.py
Conflict adding file marketing/i18n/bg.po.  Moved existing file to marketing/i18n/bg.po.moved.
Conflict adding file marketing/i18n/gl.po.  Moved existing file to marketing/i18n/gl.po.moved.
Text conflict in marketing/i18n/hu.po
Conflict adding file marketing/i18n/ro.po.  Moved existing file to marketing/i18n/ro.po.moved.
Conflict adding file marketing_campaign/i18n/bg.po.  Moved existing file to marketing_campaign/i18n/bg.po.moved.
Conflict adding file marketing_campaign/i18n/ca.po.  Moved existing file to marketing_campaign/i18n/ca.po.moved.
Text conflict in marketing_campaign/i18n/el.po
Text conflict in marketing_campaign/i18n/hu.po
Conflict adding file marketing_campaign/i18n/pt_BR.po.  Moved existing file to marketing_campaign/i18n/pt_BR.po.moved.
Text conflict in marketing_campaign/i18n/sv.po
Conflict adding file marketing_campaign_crm_demo/i18n/bg.po.  Moved existing file to marketing_campaign_crm_demo/i18n/bg.po.moved.
Conflict adding file marketing_campaign_crm_demo/i18n/ca.po.  Moved existing file to marketing_campaign_crm_demo/i18n/ca.po.moved.
Conflict adding file marketing_campaign_crm_demo/i18n/gl.po.  Moved existing file to marketing_campaign_crm_demo/i18n/gl.po.moved.
Text conflict in marketing_campaign_crm_demo/i18n/hu.po
Conflict adding file marketing_campaign_crm_demo/i18n/pt_BR.po.  Moved existing file to marketing_campaign_crm_demo/i18n/pt_BR.po.moved.
Text conflict in membership/i18n/fr.po
Text conflict in membership/i18n/hu.po
Text conflict in membership/i18n/pt_BR.po
Text conflict in membership/test/test_membership.yml
Text conflict in mrp/i18n/ar.po
Text conflict in mrp/i18n/bg.po
Text conflict in mrp/i18n/bs.po
Text conflict in mrp/i18n/ca.po
Text conflict in mrp/i18n/cs.po
Text conflict in mrp/i18n/de.po
Text conflict in mrp/i18n/el.po
Text conflict in mrp/i18n/es.po
Text conflict in mrp/i18n/es_AR.po
Text conflict in mrp/i18n/es_CL.po
Text conflict in mrp/i18n/es_EC.po
Text conflict in mrp/i18n/et.po
Text conflict in mrp/i18n/fi.po
Text conflict in mrp/i18n/fr.po
Text conflict in mrp/i18n/hi.po
Text conflict in mrp/i18n/hr.po
Text conflict in mrp/i18n/hu.po
Text conflict in mrp/i18n/id.po
Text conflict in mrp/i18n/it.po
Text conflict in mrp/i18n/ko.po
Text conflict in mrp/i18n/lt.po
Conflict adding file mrp/i18n/nb.po.  Moved existing file to mrp/i18n/nb.po.moved.
Text conflict in mrp/i18n/nl.po
Text conflict in mrp/i18n/nl_BE.po
Text conflict in mrp/i18n/pl.po
Text conflict in mrp/i18n/pt.po
Text conflict in mrp/i18n/pt_BR.po
Text conflict in mrp/i18n/ro.po
Text conflict in mrp/i18n/ru.po
Text conflict in mrp/i18n/sk.po
Text conflict in mrp/i18n/sl.po
Text conflict in mrp/i18n/sq.po
Text conflict in mrp/i18n/sr@latin.po
Text conflict in mrp/i18n/sv.po
Text conflict in mrp/i18n/tlh.po
Text conflict in mrp/i18n/tr.po
Text conflict in mrp/i18n/uk.po
Text conflict in mrp/i18n/vi.po
Text conflict in mrp/i18n/zh_CN.po
Text conflict in mrp/i18n/zh_HK.po
Text conflict in mrp/i18n/zh_TW.po
Text conflict in mrp/mrp.py
Text conflict in mrp/wizard/mrp_product_produce.py
Conflict adding file mrp_jit/i18n/nb.po.  Moved existing file to mrp_jit/i18n/nb.po.moved.
Text conflict in mrp_jit/i18n/ro.po
Text conflict in mrp_operations/i18n/hu.po
Text conflict in mrp_operations/i18n/pt_BR.po
Text conflict in mrp_operations/i18n/ro.po
Text conflict in mrp_operations/mrp_operations.py
Text conflict in mrp_repair/i18n/hu.po
Text conflict in mrp_repair/i18n/pt_BR.po
Text conflict in mrp_subproduct/i18n/de.po
Conflict adding file mrp_subproduct/i18n/gl.po.  Moved existing file to mrp_subproduct/i18n/gl.po.moved.
Text conflict in mrp_subproduct/i18n/hu.po
Text conflict in mrp_subproduct/i18n/pt_BR.po
Text conflict in multi_company/i18n/bg.po
Conflict adding file multi_company/i18n/gl.po.  Moved existing file to multi_company/i18n/gl.po.moved.
Text conflict in multi_company/i18n/hu.po
Conflict adding file multi_company/i18n/lv.po.  Moved existing file to multi_company/i18n/lv.po.moved.
Conflict adding file outlook/i18n/bg.po.  Moved existing file to outlook/i18n/bg.po.moved.
Conflict adding file outlook/i18n/ca.po.  Moved existing file to outlook/i18n/ca.po.moved.
Conflict adding file outlook/i18n/el.po.  Moved existing file to outlook/i18n/el.po.moved.
Conflict adding file outlook/i18n/gl.po.  Moved existing file to outlook/i18n/gl.po.moved.
Text conflict in outlook/i18n/hu.po
Conflict adding file outlook/i18n/pt_BR.po.  Moved existing file to outlook/i18n/pt_BR.po.moved.
Conflict adding file outlook/i18n/ru.po.  Moved existing file to outlook/i18n/ru.po.moved.
Text conflict in outlook/i18n/tr.po
Text conflict in pad/__openerp__.py
Conflict adding file pad/i18n/bg.po.  Moved existing file to pad/i18n/bg.po.moved.
Conflict adding file pad/i18n/ca.po.  Moved existing file to pad/i18n/ca.po.moved.
Conflict adding file pad/i18n/gl.po.  Moved existing file to pad/i18n/gl.po.moved.
Text conflict in pad/i18n/hu.po
Text conflict in pad/i18n/pt_BR.po
Conflict adding file pad/i18n/ru.po.  Moved existing file to pad/i18n/ru.po.moved.
Text conflict in point_of_sale/i18n/de.po
Text conflict in point_of_sale/i18n/es.po
Text conflict in point_of_sale/i18n/hu.po
Text conflict in point_of_sale/i18n/nl.po
Text conflict in point_of_sale/i18n/pt_BR.po
Text conflict in point_of_sale/i18n/zh_CN.po
Text conflict in point_of_sale/test/point_of_sale_report.yml
Text conflict in point_of_sale/test/point_of_sale_test.yml
Text conflict in point_of_sale/wizard/pos_payment.py
Text conflict in process/i18n/bg.po
Text conflict in process/i18n/es_CL.po
Text conflict in process/i18n/hu.po
Text conflict in process/i18n/ro.po
Conflict adding file procurement/i18n/bg.po.  Moved existing file to procurement/i18n/bg.po.moved.
Conflict adding file procurement/i18n/ca.po.  Moved existing file to procurement/i18n/ca.po.moved.
Text conflict in procurement/i18n/hu.po
Conflict adding file procurement/i18n/id.po.  Moved existing file to procurement/i18n/id.po.moved.
Text conflict in procurement/i18n/nl.po
Conflict adding file procurement/i18n/ro.po.  Moved existing file to procurement/i18n/ro.po.moved.
Text conflict in procurement/i18n/ru.po
Text conflict in procurement/i18n/zh_CN.po
Text conflict in product/i18n/bg.po
Text conflict in product/i18n/el.po
Text conflict in product/i18n/es_CL.po
Conflict adding file product/i18n/es_PY.po.  Moved existing file to product/i18n/es_PY.po.moved.
Text conflict in product/i18n/hu.po
Text conflict in product/i18n/id.po
Text conflict in product/i18n/pl.po
Text conflict in product/i18n/pt_BR.po
Text conflict in product/i18n/ro.po
Text conflict in product/i18n/sl.po
Text conflict in product/i18n/zh_CN.po
Text conflict in product/i18n/zh_TW.po
Text conflict in product/pricelist.py
Text conflict in product/pricelist_view.xml
Text conflict in product/security/product_security.xml
Conflict adding file product_expiry/i18n/gl.po.  Moved existing file to product_expiry/i18n/gl.po.moved.
Text conflict in product_expiry/i18n/hu.po
Conflict adding file product_expiry/i18n/tr.po.  Moved existing file to product_expiry/i18n/tr.po.moved.
Conflict adding file product_manufacturer/i18n/bg.po.  Moved existing file to product_manufacturer/i18n/bg.po.moved.
Conflict adding file product_manufacturer/i18n/ca.po.  Moved existing file to product_manufacturer/i18n/ca.po.moved.
Text conflict in product_manufacturer/i18n/de.po
Conflict adding file product_manufacturer/i18n/gl.po.  Moved existing file to product_manufacturer/i18n/gl.po.moved.
Text conflict in product_manufacturer/i18n/hu.po
Text conflict in product_manufacturer/i18n/ru.po
Text conflict in product_manufacturer/i18n/zh_CN.po
Text conflict in product_margin/i18n/hu.po
Text conflict in product_margin/i18n/ru.po
Text conflict in product_margin/product_margin.py
Conflict adding file product_visible_discount/i18n/bg.po.  Moved existing file to product_visible_discount/i18n/bg.po.moved.
Conflict adding file product_visible_discount/i18n/gl.po.  Moved existing file to product_visible_discount/i18n/gl.po.moved.
Text conflict in product_visible_discount/i18n/hu.po
Text conflict in product_visible_discount/i18n/sr@latin.po
Conflict adding file product_visible_discount/i18n/vi.po.  Moved existing file to product_visible_discount/i18n/vi.po.moved.
Conflict adding file profile_tools/i18n/ca.po.  Moved existing file to profile_tools/i18n/ca.po.moved.
Text conflict in profile_tools/i18n/hu.po
Conflict adding file profile_tools/i18n/nl.po.  Moved existing file to profile_tools/i18n/nl.po.moved.
Conflict adding file profile_tools/i18n/pt_BR.po.  Moved existing file to profile_tools/i18n/pt_BR.po.moved.
Text conflict in project/i18n/ar.po
Text conflict in project/i18n/bg.po
Text conflict in project/i18n/bs.po
Text conflict in project/i18n/ca.po
Text conflict in project/i18n/cs.po
Text conflict in project/i18n/de.po
Text conflict in project/i18n/el.po
Text conflict in project/i18n/es.po
Text conflict in project/i18n/es_AR.po
Conflict adding file project/i18n/es_PY.po.  Moved existing file to project/i18n/es_PY.po.moved.
Text conflict in project/i18n/et.po
Text conflict in project/i18n/eu.po
Text conflict in project/i18n/fi.po
Text conflict in project/i18n/fr.po
Text conflict in project/i18n/gl.po
Text conflict in project/i18n/hr.po
Text conflict in project/i18n/hu.po
Text conflict in project/i18n/id.po
Text conflict in project/i18n/it.po
Text conflict in project/i18n/ko.po
Text conflict in project/i18n/lt.po
Text conflict in project/i18n/lv.po
Text conflict in project/i18n/mn.po
Text conflict in project/i18n/nl.po
Text conflict in project/i18n/nl_BE.po
Text conflict in project/i18n/pl.po
Text conflict in project/i18n/pt.po
Text conflict in project/i18n/pt_BR.po
Text conflict in project/i18n/ro.po
Text conflict in project/i18n/ru.po
Text conflict in project/i18n/sk.po
Text conflict in project/i18n/sl.po
Text conflict in project/i18n/sq.po
Text conflict in project/i18n/sv.po
Text conflict in project/i18n/tlh.po
Text conflict in project/i18n/tr.po
Text conflict in project/i18n/uk.po
Text conflict in project/i18n/vi.po
Text conflict in project/i18n/zh_CN.po
Text conflict in project/i18n/zh_TW.po
Conflict adding file project_caldav/i18n/ca.po.  Moved existing file to project_caldav/i18n/ca.po.moved.
Conflict adding file project_caldav/i18n/el.po.  Moved existing file to project_caldav/i18n/el.po.moved.
Conflict adding file project_caldav/i18n/gl.po.  Moved existing file to project_caldav/i18n/gl.po.moved.
Text conflict in project_caldav/i18n/hu.po
Conflict adding file project_caldav/i18n/pt_BR.po.  Moved existing file to project_caldav/i18n/pt_BR.po.moved.
Conflict adding file project_caldav/i18n/ru.po.  Moved existing file to project_caldav/i18n/ru.po.moved.
Text conflict in project_gtd/i18n/el.po
Text conflict in project_gtd/i18n/hu.po
Conflict adding file project_issue/i18n/ca.po.  Moved existing file to project_issue/i18n/ca.po.moved.
Text conflict in project_issue/i18n/hu.po
Conflict adding file project_issue/i18n/pt_BR.po.  Moved existing file to project_issue/i18n/pt_BR.po.moved.
Conflict adding file project_issue_sheet/i18n/ca.po.  Moved existing file to project_issue_sheet/i18n/ca.po.moved.
Conflict adding file project_issue_sheet/i18n/gl.po.  Moved existing file to project_issue_sheet/i18n/gl.po.moved.
Text conflict in project_issue_sheet/i18n/hu.po
Text conflict in project_issue_sheet/i18n/nl.po
Conflict adding file project_issue_sheet/i18n/pt_BR.po.  Moved existing file to project_issue_sheet/i18n/pt_BR.po.moved.
Conflict adding file project_long_term/i18n/ca.po.  Moved existing file to project_long_term/i18n/ca.po.moved.
Text conflict in project_long_term/i18n/hu.po
Conflict adding file project_long_term/i18n/nl.po.  Moved existing file to project_long_term/i18n/nl.po.moved.
Conflict adding file project_long_term/i18n/pt_BR.po.  Moved existing file to project_long_term/i18n/pt_BR.po.moved.
Conflict adding file project_mailgate/i18n/ca.po.  Moved existing file to project_mailgate/i18n/ca.po.moved.
Text conflict in project_mailgate/i18n/hu.po
Conflict adding file project_messages/i18n/bg.po.  Moved existing file to project_messages/i18n/bg.po.moved.
Conflict adding file project_messages/i18n/ca.po.  Moved existing file to project_messages/i18n/ca.po.moved.
Conflict adding file project_messages/i18n/gl.po.  Moved existing file to project_messages/i18n/gl.po.moved.
Text conflict in project_messages/i18n/hu.po
Text conflict in project_messages/i18n/nl.po
Text conflict in project_mrp/i18n/hu.po
Text conflict in project_mrp/i18n/nl.po
Text conflict in project_mrp/i18n/pt_BR.po
Text conflict in project_mrp/project_procurement.py
Text conflict in project_planning/i18n/ar.po
Text conflict in project_planning/i18n/bg.po
Text conflict in project_planning/i18n/bs.po
Text conflict in project_planning/i18n/ca.po
Text conflict in project_planning/i18n/cs.po
Text conflict in project_planning/i18n/de.po
Text conflict in project_planning/i18n/el.po
Text conflict in project_planning/i18n/et.po
Text conflict in project_planning/i18n/fr.po
Text conflict in project_planning/i18n/hr.po
Text conflict in project_planning/i18n/hu.po
Text conflict in project_planning/i18n/id.po
Text conflict in project_planning/i18n/ko.po
Text conflict in project_planning/i18n/lt.po
Text conflict in project_planning/i18n/nl.po
Text conflict in project_planning/i18n/pt_BR.po
Text conflict in project_planning/i18n/ro.po
Text conflict in project_planning/i18n/ru.po
Text conflict in project_planning/i18n/sl.po
Text conflict in project_planning/i18n/sq.po
Text conflict in project_planning/i18n/sv.po
Text conflict in project_planning/i18n/tlh.po
Text conflict in project_planning/i18n/tr.po
Text conflict in project_planning/i18n/uk.po
Text conflict in project_planning/i18n/vi.po
Text conflict in project_planning/i18n/zh_CN.po
Text conflict in project_planning/i18n/zh_TW.po
Text conflict in project_planning/project_planning_demo.xml
Text conflict in project_planning/test/planning_states.yml
Text conflict in project_retro_planning/i18n/hu.po
Text conflict in project_retro_planning/i18n/nl.po
Text conflict in project_retro_planning/i18n/pt_BR.po
Text conflict in project_scrum/i18n/ar.po
Text conflict in project_scrum/i18n/bg.po
Text conflict in project_scrum/i18n/bs.po
Text conflict in project_scrum/i18n/ca.po
Text conflict in project_scrum/i18n/cs.po
Text conflict in project_scrum/i18n/de.po
Text conflict in project_scrum/i18n/el.po
Text conflict in project_scrum/i18n/es.po
Text conflict in project_scrum/i18n/et.po
Text conflict in project_scrum/i18n/fr.po
Text conflict in project_scrum/i18n/gu.po
Text conflict in project_scrum/i18n/hr.po
Text conflict in project_scrum/i18n/hu.po
Text conflict in project_scrum/i18n/id.po
Text conflict in project_scrum/i18n/it.po
Text conflict in project_scrum/i18n/ko.po
Text conflict in project_scrum/i18n/lt.po
Text conflict in project_scrum/i18n/nl.po
Text conflict in project_scrum/i18n/pl.po
Text conflict in project_scrum/i18n/pt.po
Text conflict in project_scrum/i18n/pt_BR.po
Text conflict in project_scrum/i18n/ro.po
Text conflict in project_scrum/i18n/ru.po
Text conflict in project_scrum/i18n/sl.po
Text conflict in project_scrum/i18n/sq.po
Text conflict in project_scrum/i18n/sv.po
Text conflict in project_scrum/i18n/tlh.po
Text conflict in project_scrum/i18n/tr.po
Text conflict in project_scrum/i18n/uk.po
Text conflict in project_scrum/i18n/vi.po
Text conflict in project_scrum/i18n/zh_CN.po
Text conflict in project_scrum/i18n/zh_TW.po
Text conflict in project_timesheet/i18n/hu.po
Text conflict in project_timesheet/i18n/pt_BR.po
Text conflict in purchase/i18n/es_CL.po
Text conflict in purchase/i18n/es_EC.po
Text conflict in purchase/i18n/fr.po
Text conflict in purchase/i18n/hu.po
Text conflict in purchase/i18n/id.po
Text conflict in purchase/i18n/pl.po
Text conflict in purchase/i18n/pt_BR.po
Text conflict in purchase/i18n/ro.po
Text conflict in purchase/i18n/ru.po
Conflict adding file purchase/i18n/sk.po.  Moved existing file to purchase/i18n/sk.po.moved.
Text conflict in purchase/i18n/th.po
Text conflict in purchase/i18n/vi.po
Text conflict in purchase/i18n/zh_CN.po
Text conflict in purchase/purchase_view.xml
Text conflict in purchase_analytic_plans/i18n/hu.po
Conflict adding file purchase_double_validation/i18n/bg.po.  Moved existing file to purchase_double_validation/i18n/bg.po.moved.
Conflict adding file purchase_double_validation/i18n/ca.po.  Moved existing file to purchase_double_validation/i18n/ca.po.moved.
Conflict adding file purchase_double_validation/i18n/de.po.  Moved existing file to purchase_double_validation/i18n/de.po.moved.
Conflict adding file purchase_double_validation/i18n/es.po.  Moved existing file to purchase_double_validation/i18n/es.po.moved.
Conflict adding file purchase_double_validation/i18n/fr.po.  Moved existing file to purchase_double_validation/i18n/fr.po.moved.
Conflict adding file purchase_double_validation/i18n/hu.po.  Moved existing file to purchase_double_validation/i18n/hu.po.moved.
Conflict adding file purchase_double_validation/i18n/it.po.  Moved existing file to purchase_double_validation/i18n/it.po.moved.
Conflict adding file purchase_double_validation/i18n/nl.po.  Moved existing file to purchase_double_validation/i18n/nl.po.moved.
Conflict adding file purchase_double_validation/i18n/pt_BR.po.  Moved existing file to purchase_double_validation/i18n/pt_BR.po.moved.
Conflict adding file purchase_double_validation/i18n/ru.po.  Moved existing file to purchase_double_validation/i18n/ru.po.moved.
Conflict adding file purchase_requisition/i18n/bg.po.  Moved existing file to purchase_requisition/i18n/bg.po.moved.
Conflict adding file purchase_requisition/i18n/ca.po.  Moved existing file to purchase_requisition/i18n/ca.po.moved.
Text conflict in purchase_requisition/i18n/de.po
Text conflict in purchase_requisition/i18n/es.po
Text conflict in purchase_requisition/i18n/fr.po
Text conflict in purchase_requisition/i18n/hu.po
Conflict adding file purchase_requisition/i18n/id.po.  Moved existing file to purchase_requisition/i18n/id.po.moved.
Text conflict in purchase_requisition/i18n/it.po
Text conflict in purchase_requisition/i18n/nl.po
Text conflict in purchase_requisition/i18n/pl.po
Text conflict in purchase_requisition/i18n/pt.po
Text conflict in purchase_requisition/i18n/pt_BR.po
Text conflict in purchase_requisition/i18n/ro.po
Text conflict in purchase_requisition/i18n/ru.po
Conflict adding file purchase_requisition/i18n/zh_CN.po.  Moved existing file to purchase_requisition/i18n/zh_CN.po.moved.
Text conflict in purchase_requisition/purchase_requisition.py
Conflict adding file report_designer/i18n/bg.po.  Moved existing file to report_designer/i18n/bg.po.moved.
Conflict adding file report_designer/i18n/ca.po.  Moved existing file to report_designer/i18n/ca.po.moved.
Text conflict in report_designer/i18n/el.po
Text conflict in report_designer/i18n/hu.po
Conflict adding file report_designer/i18n/nl.po.  Moved existing file to report_designer/i18n/nl.po.moved.
Conflict adding file report_designer/i18n/ro.po.  Moved existing file to report_designer/i18n/ro.po.moved.
Text conflict in report_intrastat/i18n/hu.po
Text conflict in report_intrastat/i18n/nl.po
Text conflict in report_intrastat/i18n/pt_BR.po
Conflict adding file report_webkit/i18n/bg.po.  Moved existing file to report_webkit/i18n/bg.po.moved.
Conflict adding file report_webkit/i18n/ca.po.  Moved existing file to report_webkit/i18n/ca.po.moved.
Text conflict in report_webkit/i18n/hu.po
Conflict adding file report_webkit/i18n/nl.po.  Moved existing file to report_webkit/i18n/nl.po.moved.
Conflict adding file report_webkit/i18n/pt_BR.po.  Moved existing file to report_webkit/i18n/pt_BR.po.moved.
Text conflict in report_webkit/webkit_report.py
Conflict adding file report_webkit_sample/i18n/bg.po.  Moved existing file to report_webkit_sample/i18n/bg.po.moved.
Conflict adding file report_webkit_sample/i18n/ca.po.  Moved existing file to report_webkit_sample/i18n/ca.po.moved.
Text conflict in report_webkit_sample/i18n/hu.po
Conflict adding file report_webkit_sample/i18n/nl.po.  Moved existing file to report_webkit_sample/i18n/nl.po.moved.
Conflict adding file report_webkit_sample/i18n/pt_BR.po.  Moved existing file to report_webkit_sample/i18n/pt_BR.po.moved.
Conflict adding file resource/i18n/bg.po.  Moved existing file to resource/i18n/bg.po.moved.
Conflict adding file resource/i18n/ca.po.  Moved existing file to resource/i18n/ca.po.moved.
Text conflict in resource/i18n/hu.po
Text conflict in resource/i18n/nl.po
Text conflict in resource/i18n/pt_BR.po
Conflict adding file resource/i18n/ro.po.  Moved existing file to resource/i18n/ro.po.moved.
Text conflict in resource/i18n/zh_CN.po
Text conflict in sale/i18n/bg.po
Text conflict in sale/i18n/el.po
Text conflict in sale/i18n/es_CL.po
Text conflict in sale/i18n/hu.po
Text conflict in sale/i18n/id.po
Text conflict in sale/i18n/it.po
Text conflict in sale/i18n/pl.po
Text conflict in sale/i18n/pt_BR.po
Text conflict in sale/i18n/ro.po
Text conflict in sale/i18n/ru.po
Text conflict in sale/i18n/sv.po
Text conflict in sale/i18n/vi.po
Text conflict in sale/i18n/zh_CN.po
Text conflict in sale/sale.py
Text conflict in sale/security/sale_security.xml
Text conflict in sale_analytic_plans/i18n/bg.po
Text conflict in sale_analytic_plans/i18n/hu.po
Text conflict in sale_crm/i18n/ar.po
Text conflict in sale_crm/i18n/bg.po
Text conflict in sale_crm/i18n/bs.po
Text conflict in sale_crm/i18n/ca.po
Text conflict in sale_crm/i18n/cs.po
Text conflict in sale_crm/i18n/da.po
Text conflict in sale_crm/i18n/de.po
Text conflict in sale_crm/i18n/el.po
Text conflict in sale_crm/i18n/es.po
Text conflict in sale_crm/i18n/es_AR.po
Text conflict in sale_crm/i18n/et.po
Conflict adding file sale_crm/i18n/fi.po.  Moved existing file to sale_crm/i18n/fi.po.moved.
Text conflict in sale_crm/i18n/fr.po
Text conflict in sale_crm/i18n/hr.po
Text conflict in sale_crm/i18n/hu.po
Text conflict in sale_crm/i18n/id.po
Text conflict in sale_crm/i18n/it.po
Text conflict in sale_crm/i18n/ko.po
Text conflict in sale_crm/i18n/lt.po
Text conflict in sale_crm/i18n/nl.po
Text conflict in sale_crm/i18n/nl_BE.po
Text conflict in sale_crm/i18n/pl.po
Text conflict in sale_crm/i18n/pt.po
Text conflict in sale_crm/i18n/pt_BR.po
Text conflict in sale_crm/i18n/ro.po
Text conflict in sale_crm/i18n/ru.po
Conflict adding file sale_crm/i18n/sk.po.  Moved existing file to sale_crm/i18n/sk.po.moved.
Text conflict in sale_crm/i18n/sl.po
Text conflict in sale_crm/i18n/sq.po
Text conflict in sale_crm/i18n/sv.po
Text conflict in sale_crm/i18n/tlh.po
Text conflict in sale_crm/i18n/tr.po
Text conflict in sale_crm/i18n/uk.po
Text conflict in sale_crm/i18n/vi.po
Text conflict in sale_crm/i18n/zh_CN.po
Text conflict in sale_crm/i18n/zh_TW.po
Text conflict in sale_journal/i18n/hu.po
Text conflict in sale_journal/i18n/ru.po
Conflict adding file sale_journal/i18n/sk.po.  Moved existing file to sale_journal/i18n/sk.po.moved.
Conflict adding file sale_layout/i18n/bg.po.  Moved existing file to sale_layout/i18n/bg.po.moved.
Conflict adding file sale_layout/i18n/ca.po.  Moved existing file to sale_layout/i18n/ca.po.moved.
Text conflict in sale_layout/i18n/hu.po
Conflict adding file sale_layout/i18n/ro.po.  Moved existing file to sale_layout/i18n/ro.po.moved.
Text conflict in sale_layout/i18n/ru.po
Conflict adding file sale_layout/i18n/sk.po.  Moved existing file to sale_layout/i18n/sk.po.moved.
Conflict adding file sale_layout/i18n/tr.po.  Moved existing file to sale_layout/i18n/tr.po.moved.
Text conflict in sale_layout/i18n/zh_CN.po
Conflict adding file sale_margin/i18n/bg.po.  Moved existing file to sale_margin/i18n/bg.po.moved.
Text conflict in sale_margin/i18n/hu.po
Text conflict in sale_margin/i18n/ru.po
Conflict adding file sale_margin/i18n/sk.po.  Moved existing file to sale_margin/i18n/sk.po.moved.
Conflict adding file sale_margin/i18n/tr.po.  Moved existing file to sale_margin/i18n/tr.po.moved.
Conflict adding file sale_mrp/i18n/bg.po.  Moved existing file to sale_mrp/i18n/bg.po.moved.
Conflict adding file sale_mrp/i18n/ca.po.  Moved existing file to sale_mrp/i18n/ca.po.moved.
Conflict adding file sale_mrp/i18n/gl.po.  Moved existing file to sale_mrp/i18n/gl.po.moved.
Text conflict in sale_mrp/i18n/hu.po
Conflict adding file sale_mrp/i18n/ro.po.  Moved existing file to sale_mrp/i18n/ro.po.moved.
Conflict adding file sale_mrp/i18n/sr@latin.po.  Moved existing file to sale_mrp/i18n/sr@latin.po.moved.
Conflict adding file sale_mrp/i18n/tr.po.  Moved existing file to sale_mrp/i18n/tr.po.moved.
Conflict adding file sale_order_dates/i18n/bg.po.  Moved existing file to sale_order_dates/i18n/bg.po.moved.
Conflict adding file sale_order_dates/i18n/ca.po.  Moved existing file to sale_order_dates/i18n/ca.po.moved.
Conflict adding file sale_order_dates/i18n/gl.po.  Moved existing file to sale_order_dates/i18n/gl.po.moved.
Text conflict in sale_order_dates/i18n/hu.po
Text conflict in sale_order_dates/i18n/ru.po
Conflict adding file sale_order_dates/i18n/sk.po.  Moved existing file to sale_order_dates/i18n/sk.po.moved.
Conflict adding file sale_order_dates/i18n/sv.po.  Moved existing file to sale_order_dates/i18n/sv.po.moved.
Conflict adding file sale_order_dates/i18n/tr.po.  Moved existing file to sale_order_dates/i18n/tr.po.moved.
Text conflict in share/__openerp__.py
Conflict adding file share/i18n/bg.po.  Moved existing file to share/i18n/bg.po.moved.
Conflict adding file share/i18n/ca.po.  Moved existing file to share/i18n/ca.po.moved.
Conflict adding file share/i18n/cs.po.  Moved existing file to share/i18n/cs.po.moved.
Text conflict in share/i18n/de.po
Text conflict in share/i18n/es.po
Text conflict in share/i18n/fr.po
Text conflict in share/i18n/hr.po
Text conflict in share/i18n/hu.po
Text conflict in share/i18n/it.po
Text conflict in share/i18n/mn.po
Conflict adding file share/i18n/nl.po.  Moved existing file to share/i18n/nl.po.moved.
Text conflict in share/i18n/pl.po
Text conflict in share/i18n/pt.po
Text conflict in share/i18n/pt_BR.po
Text conflict in share/web/controllers.py
Text conflict in share/web/editors.py
Text conflict in stock/i18n/ar.po
Text conflict in stock/i18n/bg.po
Text conflict in stock/i18n/bs.po
Text conflict in stock/i18n/ca.po
Text conflict in stock/i18n/cs.po
Text conflict in stock/i18n/de.po
Text conflict in stock/i18n/el.po
Text conflict in stock/i18n/es.po
Text conflict in stock/i18n/es_AR.po
Text conflict in stock/i18n/es_CL.po
Text conflict in stock/i18n/es_EC.po
Text conflict in stock/i18n/et.po
Text conflict in stock/i18n/fi.po
Text conflict in stock/i18n/fr.po
Text conflict in stock/i18n/gl.po
Text conflict in stock/i18n/hr.po
Text conflict in stock/i18n/hu.po
Text conflict in stock/i18n/id.po
Text conflict in stock/i18n/it.po
Text conflict in stock/i18n/ko.po
Text conflict in stock/i18n/lt.po
Text conflict in stock/i18n/lv.po
Text conflict in stock/i18n/mn.po
Text conflict in stock/i18n/nl.po
Text conflict in stock/i18n/nl_BE.po
Text conflict in stock/i18n/pl.po
Text conflict in stock/i18n/pt.po
Text conflict in stock/i18n/pt_BR.po
Text conflict in stock/i18n/ro.po
Text conflict in stock/i18n/ru.po
Text conflict in stock/i18n/sl.po
Text conflict in stock/i18n/sq.po
Text conflict in stock/i18n/sr.po
Text conflict in stock/i18n/sr@latin.po
Text conflict in stock/i18n/stock.pot
Text conflict in stock/i18n/sv.po
Text conflict in stock/i18n/th.po
Text conflict in stock/i18n/tlh.po
Text conflict in stock/i18n/tr.po
Text conflict in stock/i18n/uk.po
Text conflict in stock/i18n/vi.po
Text conflict in stock/i18n/zh_CN.po
Text conflict in stock/i18n/zh_TW.po
Text conflict in stock/stock.py
Text conflict in stock/stock_view.xml
Text conflict in stock/wizard/stock_change_product_qty.py
Text conflict in stock/wizard/stock_fill_inventory.py
Text conflict in stock/wizard/stock_move.py
Text conflict in stock/wizard/stock_partial_picking.py
Text conflict in stock_invoice_directly/i18n/bg.po
Text conflict in stock_invoice_directly/i18n/fi.po
Text conflict in stock_invoice_directly/i18n/hu.po
Text conflict in stock_invoice_directly/i18n/id.po
Text conflict in stock_invoice_directly/i18n/nl.po
Text conflict in stock_invoice_directly/i18n/ro.po
Text conflict in stock_invoice_directly/i18n/ru.po
Text conflict in stock_invoice_directly/i18n/sl.po
Text conflict in stock_location/i18n/bg.po
Conflict adding file stock_location/i18n/gl.po.  Moved existing file to stock_location/i18n/gl.po.moved.
Text conflict in stock_location/i18n/hu.po
Text conflict in stock_location/i18n/id.po
Text conflict in stock_location/i18n/pt_BR.po
Text conflict in stock_location/i18n/zh_CN.po
Text conflict in stock_no_autopicking/i18n/bg.po
Text conflict in stock_no_autopicking/i18n/hu.po
Text conflict in stock_no_autopicking/i18n/id.po
Text conflict in stock_no_autopicking/i18n/nl.po
Conflict adding file stock_planning/i18n/bg.po.  Moved existing file to stock_planning/i18n/bg.po.moved.
Conflict adding file stock_planning/i18n/ca.po.  Moved existing file to stock_planning/i18n/ca.po.moved.
Text conflict in stock_planning/i18n/de.po
Text conflict in stock_planning/i18n/es.po
Text conflict in stock_planning/i18n/fr.po
Text conflict in stock_planning/i18n/hr.po
Text conflict in stock_planning/i18n/hu.po
Text conflict in stock_planning/i18n/it.po
Text conflict in stock_planning/i18n/mn.po
Text conflict in stock_planning/i18n/pl.po
Text conflict in stock_planning/i18n/pt.po
Text conflict in stock_planning/i18n/pt_BR.po
Conflict adding file stock_planning/i18n/ro.po.  Moved existing file to stock_planning/i18n/ro.po.moved.
Text conflict in stock_planning/i18n/ru.po
Conflict adding file stock_planning/i18n/tr.po.  Moved existing file to stock_planning/i18n/tr.po.moved.
Text conflict in subscription/i18n/bg.po
Text conflict in subscription/i18n/hu.po
Text conflict in subscription/i18n/nl.po
Text conflict in subscription/i18n/pt_BR.po
Text conflict in subscription/i18n/zh_TW.po
Text conflict in survey/i18n/de.po
Conflict adding file survey/i18n/gl.po.  Moved existing file to survey/i18n/gl.po.moved.
Text conflict in survey/i18n/hu.po
Text conflict in survey/i18n/it.po
Text conflict in survey/i18n/nl.po
Text conflict in survey/i18n/pt.po
Conflict adding file survey/i18n/pt_BR.po.  Moved existing file to survey/i18n/pt_BR.po.moved.
Conflict adding file thunderbird/i18n/ca.po.  Moved existing file to thunderbird/i18n/ca.po.moved.
Text conflict in thunderbird/i18n/de.po
Conflict adding file thunderbird/i18n/en_US.po.  Moved existing file to thunderbird/i18n/en_US.po.moved.
Text conflict in thunderbird/i18n/hu.po
Text conflict in thunderbird/i18n/nl.po
Text conflict in thunderbird/i18n/pt.po
Text conflict in thunderbird/i18n/ru.po
Conflict adding file thunderbird/i18n/tr.po.  Moved existing file to thunderbird/i18n/tr.po.moved.
Contents conflict in thunderbird/plugin/openerp_plugin.xpi
Contents conflict in thunderbird/plugin/openerp_plugin/chrome/openerp_plugin.jar
Conflict adding file users_ldap/i18n/ca.po.  Moved existing file to users_ldap/i18n/ca.po.moved.
Conflict adding file users_ldap/i18n/gl.po.  Moved existing file to users_ldap/i18n/gl.po.moved.
Text conflict in users_ldap/i18n/hu.po
Text conflict in users_ldap/i18n/nl.po
Text conflict in warning/i18n/bg.po
Text conflict in warning/i18n/el.po
Conflict adding file warning/i18n/gl.po.  Moved existing file to warning/i18n/gl.po.moved.
Text conflict in warning/i18n/hu.po
Text conflict in warning/i18n/nl.po
Text conflict in warning/i18n/pt_BR.po
Text conflict in warning/i18n/sl.po
Conflict adding file web_livechat/i18n/bg.po.  Moved existing file to web_livechat/i18n/bg.po.moved.
Conflict adding file web_livechat/i18n/ca.po.  Moved existing file to web_livechat/i18n/ca.po.moved.
Conflict adding file web_livechat/i18n/de.po.  Moved existing file to web_livechat/i18n/de.po.moved.
Conflict adding file web_livechat/i18n/es.po.  Moved existing file to web_livechat/i18n/es.po.moved.
Conflict adding file web_livechat/i18n/fr.po.  Moved existing file to web_livechat/i18n/fr.po.moved.
Conflict adding file web_livechat/i18n/gl.po.  Moved existing file to web_livechat/i18n/gl.po.moved.
Conflict adding file web_livechat/i18n/it.po.  Moved existing file to web_livechat/i18n/it.po.moved.
Conflict adding file web_livechat/i18n/nl.po.  Moved existing file to web_livechat/i18n/nl.po.moved.
Conflict adding file web_livechat/i18n/pt_BR.po.  Moved existing file to web_livechat/i18n/pt_BR.po.moved.
Conflict adding file web_livechat/i18n/ru.po.  Moved existing file to web_livechat/i18n/ru.po.moved.
Conflict adding file web_livechat/i18n/sk.po.  Moved existing file to web_livechat/i18n/sk.po.moved.
Conflict adding file web_uservoice/i18n/bg.po.  Moved existing file to web_uservoice/i18n/bg.po.moved.
Conflict adding file web_uservoice/i18n/ca.po.  Moved existing file to web_uservoice/i18n/ca.po.moved.
Conflict adding file web_uservoice/i18n/de.po.  Moved existing file to web_uservoice/i18n/de.po.moved.
Conflict adding file web_uservoice/i18n/es.po.  Moved existing file to web_uservoice/i18n/es.po.moved.
Conflict adding file web_uservoice/i18n/fr.po.  Moved existing file to web_uservoice/i18n/fr.po.moved.
Conflict adding file web_uservoice/i18n/gl.po.  Moved existing file to web_uservoice/i18n/gl.po.moved.
Conflict adding file web_uservoice/i18n/it.po.  Moved existing file to web_uservoice/i18n/it.po.moved.
Conflict adding file web_uservoice/i18n/nl.po.  Moved existing file to web_uservoice/i18n/nl.po.moved.
Conflict adding file web_uservoice/i18n/pt_BR.po.  Moved existing file to web_uservoice/i18n/pt_BR.po.moved.
Conflict adding file web_uservoice/i18n/ru.po.  Moved existing file to web_uservoice/i18n/ru.po.moved.
Conflict adding file web_uservoice/i18n/sk.po.  Moved existing file to web_uservoice/i18n/sk.po.moved.
Text conflict in wiki/i18n/de.po
Text conflict in wiki/i18n/hu.po
Text conflict in wiki/i18n/nl.po
Text conflict in wiki/i18n/pt_BR.po
Text conflict in wiki/i18n/ro.po
Text conflict in wiki/web/locales/bg.po
Text conflict in wiki/web/locales/ca.po
Text conflict in wiki/web/locales/de.po
Text conflict in wiki/web/locales/fr.po
Text conflict in wiki/web/locales/sk.po
Text conflict in wiki/web/locales/tr.po
Conflict adding file wiki_faq/i18n/bg.po.  Moved existing file to wiki_faq/i18n/bg.po.moved.
Conflict adding file wiki_faq/i18n/ca.po.  Moved existing file to wiki_faq/i18n/ca.po.moved.
Conflict adding file wiki_faq/i18n/gl.po.  Moved existing file to wiki_faq/i18n/gl.po.moved.
Text conflict in wiki_faq/i18n/hu.po
Text conflict in wiki_faq/i18n/nl.po
Text conflict in wiki_faq/i18n/ru.po
Conflict adding file wiki_faq/i18n/sk.po.  Moved existing file to wiki_faq/i18n/sk.po.moved.
Text conflict in wiki_faq/i18n/sl.po
Conflict adding file wiki_quality_manual/i18n/bg.po.  Moved existing file to wiki_quality_manual/i18n/bg.po.moved.
Conflict adding file wiki_quality_manual/i18n/ca.po.  Moved existing file to wiki_quality_manual/i18n/ca.po.moved.
Conflict adding file wiki_quality_manual/i18n/gl.po.  Moved existing file to wiki_quality_manual/i18n/gl.po.moved.
Text conflict in wiki_quality_manual/i18n/hu.po
Text conflict in wiki_quality_manual/i18n/nl.po
Conflict adding file wiki_quality_manual/i18n/sk.po.  Moved existing file to wiki_quality_manual/i18n/sk.po.moved.
Text conflict in wiki_quality_manual/i18n/sl.po
Conflict adding file wiki_sale_faq/i18n/bg.po.  Moved existing file to wiki_sale_faq/i18n/bg.po.moved.
Conflict adding file wiki_sale_faq/i18n/ca.po.  Moved existing file to wiki_sale_faq/i18n/ca.po.moved.
Conflict adding file wiki_sale_faq/i18n/gl.po.  Moved existing file to wiki_sale_faq/i18n/gl.po.moved.
Text conflict in wiki_sale_faq/i18n/hu.po
Text conflict in wiki_sale_faq/i18n/nl.po
Text conflict in wiki_sale_faq/i18n/pt_BR.po
Conflict adding file wiki_sale_faq/i18n/sk.po.  Moved existing file to wiki_sale_faq/i18n/sk.po.moved.
Text conflict in wiki_sale_faq/i18n/sl.po
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-740134-skh
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+83065@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account/__openerp__.py'
2--- account/__openerp__.py 2011-01-14 00:11:01 +0000
3+++ account/__openerp__.py 2011-11-22 19:28:30 +0000
4@@ -22,26 +22,35 @@
5 "name" : "Accounting and Financial Management",
6 "version" : "1.1",
7 "author" : "OpenERP SA",
8- "category": 'Generic Modules/Accounting',
9- "description": """Financial and accounting module that covers:
10- General accountings
11- Cost / Analytic accounting
12- Third party accounting
13- Taxes management
14- Budgets
15- Customer and Supplier Invoices
16- Bank statements
17- Reconciliation process by partner
18- Creates a dashboard for accountants that includes:
19- * List of uninvoiced quotations
20- * Graph of aged receivables
21- * Graph of aged incomes
22+ "category": 'Finance',
23+ "description": """
24+Accounting and Financial Management.
25+====================================
26+
27+Financial and accounting module that covers:
28+--------------------------------------------
29+General accountings
30+Cost / Analytic accounting
31+Third party accounting
32+Taxes management
33+Budgets
34+Customer and Supplier Invoices
35+Bank statements
36+Reconciliation process by partner
37+
38+Creates a dashboard for accountants that includes:
39+--------------------------------------------------
40+* List of Customer Invoice to Approve
41+* Company Analysis
42+* Graph of Aged Receivables
43+* Graph of Treasury
44
45 The processes like maintaining of general ledger is done through the defined financial Journals (entry move line or
46 grouping is maintained through journal) for a particular financial year and for preparation of vouchers there is a
47 module named account_voucher.
48 """,
49 'website': 'http://www.openerp.com',
50+ 'images' : ['images/accounts.jpeg','images/bank_statement.jpeg','images/cash_register.jpeg','images/chart_of_accounts.jpeg','images/customer_invoice.jpeg','images/journal_entries.jpeg'],
51 'init_xml': [],
52 "depends" : ["product", "analytic", "process","board"],
53 'update_xml': [
54@@ -133,7 +142,7 @@
55 'test/account_bank_statement.yml',
56 'test/account_cash_statement.yml',
57 'test/account_report.yml',
58-
59+
60
61 ],
62 'installable': True,
63
64=== modified file 'account/account.py'
65--- account/account.py 2011-10-24 12:22:19 +0000
66+++ account/account.py 2011-11-22 19:28:30 +0000
67@@ -333,7 +333,7 @@
68 return result
69
70 def _get_level(self, cr, uid, ids, field_name, arg, context=None):
71- res={}
72+ res = {}
73 accounts = self.browse(cr, uid, ids, context=context)
74 for account in accounts:
75 level = 0
76@@ -395,7 +395,7 @@
77 'reconcile': False,
78 'active': True,
79 'currency_mode': 'current',
80- 'company_id': lambda s,cr,uid,c: s.pool.get('res.company')._company_default_get(cr, uid, 'account.account', context=c),
81+ 'company_id': lambda s, cr, uid, c: s.pool.get('res.company')._company_default_get(cr, uid, 'account.account', context=c),
82 }
83
84 def _check_recursion(self, cr, uid, ids, context=None):
85@@ -474,7 +474,7 @@
86 for record in reads:
87 name = record['name']
88 if record['code']:
89- name = record['code'] + ' '+name
90+ name = record['code'] + ' ' + name
91 res.append((record['id'], name))
92 return res
93
94@@ -606,7 +606,6 @@
95 " Select 'Cash' to be used at the time of making payment."\
96 " Select 'General' for miscellaneous operations."\
97 " Select 'Opening/Closing Situation' to be used at the time of new fiscal year creation or end of year entries generation."),
98- 'refund_journal': fields.boolean('Refund Journal', help='Fill this if the journal is to be used for refunds of invoices.'),
99 'type_control_ids': fields.many2many('account.account.type', 'account_journal_type_rel', 'journal_id','type_id', 'Type Controls', domain=[('code','<>','view'), ('code', '<>', 'closed')]),
100 'account_control_ids': fields.many2many('account.account', 'account_account_type_rel', 'journal_id','account_id', 'Account', domain=[('type','<>','view'), ('type', '<>', 'closed')]),
101 'view_id': fields.many2one('account.journal.view', 'Display Mode', required=True, help="Gives the view used when writing or browsing entries in this journal. The view tells OpenERP which fields should be visible, required or readonly and in which order. You can create your own view for a faster encoding in each journal."),
102@@ -642,6 +641,7 @@
103 default = default.copy()
104 default['code'] = (journal['code'] or '') + '(copy)'
105 default['name'] = (journal['name'] or '') + '(copy)'
106+ default['sequence_id'] = False
107 return super(account_journal, self).copy(cr, uid, id, default, context=context)
108
109 def write(self, cr, uid, ids, vals, context=None):
110@@ -739,9 +739,7 @@
111 }
112
113 res = {}
114-
115 view_id = type_map.get(type, 'account_journal_view')
116-
117 user = user_pool.browse(cr, uid, uid)
118 if type in ('cash', 'bank') and currency and user.company_id.currency_id.id != currency:
119 view_id = 'account_journal_bank_view_multi'
120@@ -752,7 +750,6 @@
121 'centralisation':type == 'situation',
122 'view_id':data.res_id,
123 })
124-
125 return {
126 'value':res
127 }
128@@ -802,19 +799,28 @@
129 (_check_fiscal_year, 'Error! You cannot define overlapping fiscal years',['date_start', 'date_stop'])
130 ]
131
132- def create_period3(self,cr, uid, ids, context=None):
133+ def create_period3(self, cr, uid, ids, context=None):
134 return self.create_period(cr, uid, ids, context, 3)
135
136- def create_period(self,cr, uid, ids, context=None, interval=1):
137+ def create_period(self, cr, uid, ids, context=None, interval=1):
138+ period_obj = self.pool.get('account.period')
139 for fy in self.browse(cr, uid, ids, context=context):
140 ds = datetime.strptime(fy.date_start, '%Y-%m-%d')
141- while ds.strftime('%Y-%m-%d')<fy.date_stop:
142+ period_obj.create(cr, uid, {
143+ 'name': _('Opening Period'),
144+ 'code': ds.strftime('00/%Y'),
145+ 'date_start': ds,
146+ 'date_stop': ds,
147+ 'special': True,
148+ 'fiscalyear_id': fy.id,
149+ })
150+ while ds.strftime('%Y-%m-%d') < fy.date_stop:
151 de = ds + relativedelta(months=interval, days=-1)
152
153- if de.strftime('%Y-%m-%d')>fy.date_stop:
154+ if de.strftime('%Y-%m-%d') > fy.date_stop:
155 de = datetime.strptime(fy.date_stop, '%Y-%m-%d')
156
157- self.pool.get('account.period').create(cr, uid, {
158+ period_obj.create(cr, uid, {
159 'name': ds.strftime('%m/%Y'),
160 'code': ds.strftime('%m/%Y'),
161 'date_start': ds.strftime('%Y-%m-%d'),
162@@ -999,7 +1005,7 @@
163 return super(account_journal_period, self).write(cr, uid, ids, vals, context=context)
164
165 def create(self, cr, uid, vals, context=None):
166- period_id=vals.get('period_id',False)
167+ period_id = vals.get('period_id',False)
168 if period_id:
169 period = self.pool.get('account.period').browse(cr, uid, period_id, context=context)
170 vals['state']=period.state
171@@ -1119,9 +1125,8 @@
172 res_ids = set(id[0] for id in cr.fetchall())
173 ids = ids and (ids & res_ids) or res_ids
174 if ids:
175- return [('id','in',tuple(ids))]
176- else:
177- return [('id', '=', '0')]
178+ return [('id', 'in', tuple(ids))]
179+ return [('id', '=', '0')]
180
181 _columns = {
182 'name': fields.char('Number', size=64, required=True),
183@@ -1205,7 +1210,6 @@
184 'SET state=%s '\
185 'WHERE id IN %s',
186 ('posted', tuple(valid_moves),))
187-
188 return True
189
190 def button_validate(self, cursor, user, ids, context=None):
191@@ -1555,7 +1559,6 @@
192 result.append((r.id,r.name))
193 return result
194
195-
196 account_move_reconcile()
197
198 #----------------------------------------------------------
199@@ -1868,7 +1871,6 @@
200 obj_partener_address = self.pool.get('res.partner.address')
201 for tax in taxes:
202 # we compute the amount for the current tax object and append it to the result
203-
204 data = {'id':tax.id,
205 'name':tax.description and tax.description + " - " + tax.name or tax.name,
206 'account_collected_id':tax.account_collected_id.id,
207@@ -1950,7 +1952,7 @@
208 totalex -= r.get('amount', 0.0)
209 totlex_qty = 0.0
210 try:
211- totlex_qty=totalex/quantity
212+ totlex_qty = totalex/quantity
213 except:
214 pass
215 tex = self._compute(cr, uid, tex, totlex_qty, quantity, address_id=address_id, product=product, partner=partner)
216@@ -2084,6 +2086,7 @@
217 r['amount'] = round(r['amount'] * quantity, prec)
218 total += r['amount']
219 return res
220+
221 account_tax()
222
223 # ---------------------------------------------------------
224@@ -2212,13 +2215,11 @@
225 'name': fields.char('Name', size=64, required=True),
226 'ref': fields.char('Reference', size=16),
227 'model_id': fields.many2one('account.model', 'Model', required=True),
228-
229 'date_start': fields.date('Start Date', required=True),
230 'period_total': fields.integer('Number of Periods', required=True),
231 'period_nbr': fields.integer('Period', required=True),
232 'period_type': fields.selection([('day','days'),('month','month'),('year','year')], 'Period Type', required=True),
233 'state': fields.selection([('draft','Draft'),('running','Running'),('done','Done')], 'State', required=True, readonly=True),
234-
235 'lines_id': fields.one2many('account.subscription.line', 'subscription_id', 'Subscription Lines')
236 }
237 _defaults = {
238@@ -2273,6 +2274,7 @@
239 ds = (datetime.strptime(ds, '%Y-%m-%d') + relativedelta(years=sub.period_nbr)).strftime('%Y-%m-%d')
240 self.write(cr, uid, ids, {'state':'running'})
241 return True
242+
243 account_subscription()
244
245 class account_subscription_line(osv.osv):
246@@ -2301,6 +2303,7 @@
247 return all_moves
248
249 _rec_name = 'date'
250+
251 account_subscription_line()
252
253 # ---------------------------------------------------------------
254@@ -2387,9 +2390,9 @@
255 _name = 'account.addtmpl.wizard'
256
257 def _get_def_cparent(self, cr, uid, context=None):
258- acc_obj=self.pool.get('account.account')
259- tmpl_obj=self.pool.get('account.account.template')
260- tids=tmpl_obj.read(cr, uid, [context['tmpl_ids']], ['parent_id'])
261+ acc_obj = self.pool.get('account.account')
262+ tmpl_obj = self.pool.get('account.account.template')
263+ tids = tmpl_obj.read(cr, uid, [context['tmpl_ids']], ['parent_id'])
264 if not tids or not tids[0]['parent_id']:
265 return False
266 ptids = tmpl_obj.read(cr, uid, [tids[0]['parent_id'][0]], ['code'])
267@@ -2397,7 +2400,6 @@
268 if not ptids or not ptids[0]['code']:
269 raise osv.except_osv(_('Error !'), _('Cannot locate parent code for template account!'))
270 res = acc_obj.search(cr, uid, [('code','=',ptids[0]['code'])])
271-
272 return res and res[0] or False
273
274 _columns = {
275@@ -2490,6 +2492,8 @@
276 'property_account_expense': fields.many2one('account.account.template','Expense Account on Product Template'),
277 'property_account_income': fields.many2one('account.account.template','Income Account on Product Template'),
278 'property_reserve_and_surplus_account': fields.many2one('account.account.template', 'Reserve and Profit/Loss Account', domain=[('type', '=', 'payable')], help='This Account is used for transferring Profit/Loss(If It is Profit: Amount will be added, Loss: Amount will be deducted.), Which is calculated from Profilt & Loss Report'),
279+ 'property_account_income_opening': fields.many2one('account.account.template','Opening Entries Income Account'),
280+ 'property_account_expense_opening': fields.many2one('account.account.template','Opening Entries Expense Account'),
281 }
282
283 account_chart_template()
284@@ -2567,7 +2571,6 @@
285 }
286 _order = 'sequence'
287
288-
289 account_tax_template()
290
291 # Fiscal Position Templates
292@@ -2643,10 +2646,12 @@
293 res['value']["sale_tax"] = False
294 res['value']["purchase_tax"] = False
295 if chart_template_id:
296+ # default tax is given by the lowesst sequence. For same sequence we will take the latest created as it will be the case for tax created while isntalling the generic chart of account
297 sale_tax_ids = self.pool.get('account.tax.template').search(cr, uid, [("chart_template_id"
298- , "=", chart_template_id), ('type_tax_use', 'in', ('sale','all'))], order="sequence")
299+ , "=", chart_template_id), ('type_tax_use', 'in', ('sale','all'))], order="sequence, id desc")
300 purchase_tax_ids = self.pool.get('account.tax.template').search(cr, uid, [("chart_template_id"
301- , "=", chart_template_id), ('type_tax_use', 'in', ('purchase','all'))], order="sequence")
302+ , "=", chart_template_id), ('type_tax_use', 'in', ('purchase','all'))], order="sequence, id desc")
303+
304 res['value']["sale_tax"] = sale_tax_ids and sale_tax_ids[0] or False
305 res['value']["purchase_tax"] = purchase_tax_ids and purchase_tax_ids[0] or False
306 return res
307@@ -2676,10 +2681,9 @@
308 return False
309
310 def _get_default_accounts(self, cr, uid, context=None):
311- accounts = [{'acc_name':'Current','account_type':'bank'},
312- {'acc_name':'Deposit','account_type':'bank'},
313- {'acc_name':'Cash','account_type':'cash'}]
314- return accounts
315+ return [{'acc_name': _('Current'),'account_type':'bank'},
316+ {'acc_name': _('Deposit'),'account_type':'bank'},
317+ {'acc_name': _('Cash'),'account_type':'cash'}]
318
319 _defaults = {
320 'company_id': lambda self, cr, uid, c: self.pool.get('res.users').browse(cr, uid, [uid], c)[0].company_id.id,
321@@ -2722,6 +2726,10 @@
322 obj_data = self.pool.get('ir.model.data')
323 analytic_journal_obj = self.pool.get('account.analytic.journal')
324 obj_tax_code = self.pool.get('account.tax.code')
325+ obj_tax_code_template = self.pool.get('account.tax.code.template')
326+ obj_acc_journal_view = self.pool.get('account.journal.view')
327+ ir_values = self.pool.get('ir.values')
328+ obj_product = self.pool.get('product.product')
329 # Creating Account
330 obj_acc_root = obj_multi.chart_template_id.account_root_id
331 tax_code_root_id = obj_multi.chart_template_id.tax_code_root_id.id
332@@ -2734,10 +2742,10 @@
333 todo_dict = {}
334
335 #create all the tax code
336- children_tax_code_template = self.pool.get('account.tax.code.template').search(cr, uid, [('parent_id','child_of',[tax_code_root_id])], order='id')
337+ children_tax_code_template = obj_tax_code_template.search(cr, uid, [('parent_id','child_of',[tax_code_root_id])], order='id')
338 children_tax_code_template.sort()
339- for tax_code_template in self.pool.get('account.tax.code.template').browse(cr, uid, children_tax_code_template, context=context):
340- vals={
341+ for tax_code_template in obj_tax_code_template.browse(cr, uid, children_tax_code_template, context=context):
342+ vals = {
343 'name': (tax_code_root_id == tax_code_template.id) and obj_multi.company_id.name or tax_code_template.name,
344 'code': tax_code_template.code,
345 'info': tax_code_template.info,
346@@ -2787,14 +2795,13 @@
347 'account_paid_id': tax.account_paid_id and tax.account_paid_id.id or False,
348 }
349 tax_template_ref[tax.id] = new_tax
350-
351 #deactivate the parent_store functionnality on account_account for rapidity purpose
352 ctx = context and context.copy() or {}
353 ctx['defer_parent_store_computation'] = True
354
355 children_acc_template = obj_acc_template.search(cr, uid, [('parent_id','child_of',[obj_acc_root.id]),('nocreate','!=',True)])
356 children_acc_template.sort()
357- for account_template in obj_acc_template.browse(cr, uid, children_acc_template,context=context):
358+ for account_template in obj_acc_template.browse(cr, uid, children_acc_template, context=context):
359 tax_ids = []
360 for tax in account_template.tax_ids:
361 tax_ids.append(tax_template_ref[tax.id])
362@@ -2820,8 +2827,10 @@
363 }
364 new_account = obj_acc.create(cr, uid, vals, context=ctx)
365 acc_template_ref[account_template.id] = new_account
366+
367+
368 #reactivate the parent_store functionnality on account_account
369- self.pool.get('account.account')._parent_store_compute(cr)
370+ obj_acc._parent_store_compute(cr)
371
372 for key,value in todo_dict.items():
373 if value['account_collected_id'] or value['account_paid_id']:
374@@ -2830,41 +2839,23 @@
375 'account_paid_id': acc_template_ref.get(value['account_paid_id'], False),
376 })
377
378- # Creating Journals Sales and Purchase
379- vals_journal={}
380+ # Creating Journals
381 data_id = obj_data.search(cr, uid, [('model','=','account.journal.view'), ('name','=','account_sp_journal_view')])
382 data = obj_data.browse(cr, uid, data_id[0], context=context)
383 view_id = data.res_id
384
385- seq_id = obj_sequence.search(cr, uid, [('name','=','Account Journal')])[0]
386-
387- if obj_multi.seq_journal:
388- seq_id_sale = obj_sequence.search(cr, uid, [('name','=','Sale Journal')])[0]
389- seq_id_purchase = obj_sequence.search(cr, uid, [('name','=','Purchase Journal')])[0]
390- seq_id_sale_refund = obj_sequence.search(cr, uid, [('name','=','Sales Refund Journal')])
391- if seq_id_sale_refund:
392- seq_id_sale_refund = seq_id_sale_refund[0]
393- seq_id_purchase_refund = obj_sequence.search(cr, uid, [('name','=','Purchase Refund Journal')])
394- if seq_id_purchase_refund:
395- seq_id_purchase_refund = seq_id_purchase_refund[0]
396- else:
397- seq_id_sale = seq_id
398- seq_id_purchase = seq_id
399- seq_id_sale_refund = seq_id
400- seq_id_purchase_refund = seq_id
401-
402- vals_journal['view_id'] = view_id
403-
404 #Sales Journal
405- analitical_sale_ids = analytic_journal_obj.search(cr,uid,[('type','=','sale')])
406- analitical_journal_sale = analitical_sale_ids and analitical_sale_ids[0] or False
407+ analytical_sale_ids = analytic_journal_obj.search(cr,uid,[('type','=','sale')])
408+ analytical_journal_sale = analytical_sale_ids and analytical_sale_ids[0] or False
409
410- vals_journal['name'] = _('Sales Journal')
411- vals_journal['type'] = 'sale'
412- vals_journal['code'] = _('SAJ')
413- vals_journal['sequence_id'] = seq_id_sale
414- vals_journal['company_id'] = company_id
415- vals_journal['analytic_journal_id'] = analitical_journal_sale
416+ vals_journal = {
417+ 'name': _('Sales Journal'),
418+ 'type': 'sale',
419+ 'code': _('SAJ'),
420+ 'view_id': view_id,
421+ 'company_id': company_id,
422+ 'analytic_journal_id': analytical_journal_sale,
423+ }
424
425 if obj_multi.chart_template_id.property_account_receivable:
426 vals_journal['default_credit_account_id'] = acc_template_ref[obj_multi.chart_template_id.property_account_income_categ.id]
427@@ -2873,38 +2864,35 @@
428 obj_journal.create(cr,uid,vals_journal)
429
430 # Purchase Journal
431- analitical_purchase_ids = analytic_journal_obj.search(cr,uid,[('type','=','purchase')])
432- analitical_journal_purchase = analitical_purchase_ids and analitical_purchase_ids[0] or False
433+ analytical_purchase_ids = analytic_journal_obj.search(cr,uid,[('type','=','purchase')])
434+ analytical_journal_purchase = analytical_purchase_ids and analytical_purchase_ids[0] or False
435
436- vals_journal['name'] = _('Purchase Journal')
437- vals_journal['type'] = 'purchase'
438- vals_journal['code'] = _('EXJ')
439- vals_journal['sequence_id'] = seq_id_purchase
440- vals_journal['view_id'] = view_id
441- vals_journal['company_id'] = company_id
442- vals_journal['analytic_journal_id'] = analitical_journal_purchase
443+ vals_journal = {
444+ 'name': _('Purchase Journal'),
445+ 'type': 'purchase',
446+ 'code': _('EXJ'),
447+ 'view_id': view_id,
448+ 'company_id': company_id,
449+ 'analytic_journal_id': analytical_journal_purchase,
450+ }
451
452 if obj_multi.chart_template_id.property_account_payable:
453 vals_journal['default_credit_account_id'] = acc_template_ref[obj_multi.chart_template_id.property_account_expense_categ.id]
454 vals_journal['default_debit_account_id'] = acc_template_ref[obj_multi.chart_template_id.property_account_expense_categ.id]
455-
456 obj_journal.create(cr,uid,vals_journal)
457
458 # Creating Journals Sales Refund and Purchase Refund
459- vals_journal = {}
460 data_id = obj_data.search(cr, uid, [('model', '=', 'account.journal.view'), ('name', '=', 'account_sp_refund_journal_view')], context=context)
461 data = obj_data.browse(cr, uid, data_id[0], context=context)
462 view_id = data.res_id
463
464 #Sales Refund Journal
465 vals_journal = {
466- 'view_id': view_id,
467 'name': _('Sales Refund Journal'),
468 'type': 'sale_refund',
469- 'refund_journal': True,
470 'code': _('SCNJ'),
471- 'sequence_id': seq_id_sale_refund,
472- 'analytic_journal_id': analitical_journal_sale,
473+ 'view_id': view_id,
474+ 'analytic_journal_id': analytical_journal_sale,
475 'company_id': company_id
476 }
477
478@@ -2912,23 +2900,15 @@
479 vals_journal['default_credit_account_id'] = acc_template_ref[obj_multi.chart_template_id.property_account_income_categ.id]
480 vals_journal['default_debit_account_id'] = acc_template_ref[obj_multi.chart_template_id.property_account_income_categ.id]
481
482-
483-# if obj_multi.property_account_receivable:
484-# vals_journal.update({
485-# 'default_credit_account_id': acc_template_ref[obj_multi.chart_template_id.property_account_income_categ.id],
486-# 'default_debit_account_id': acc_template_ref[obj_multi.chart_template_id.property_account_income_categ.id]
487-# })
488 obj_journal.create(cr, uid, vals_journal, context=context)
489
490 # Purchase Refund Journal
491 vals_journal = {
492- 'view_id': view_id,
493 'name': _('Purchase Refund Journal'),
494 'type': 'purchase_refund',
495- 'refund_journal': True,
496 'code': _('ECNJ'),
497- 'sequence_id': seq_id_purchase_refund,
498- 'analytic_journal_id': analitical_journal_purchase,
499+ 'view_id': view_id,
500+ 'analytic_journal_id': analytical_journal_purchase,
501 'company_id': company_id
502 }
503
504@@ -2936,13 +2916,40 @@
505 vals_journal['default_credit_account_id'] = acc_template_ref[obj_multi.chart_template_id.property_account_expense_categ.id]
506 vals_journal['default_debit_account_id'] = acc_template_ref[obj_multi.chart_template_id.property_account_expense_categ.id]
507
508-
509-# if obj_multi.property_account_payable:
510-# vals_journal.update({
511-# 'default_credit_account_id': acc_template_ref[obj_multi.property_account_expense_categ.id],
512-# 'default_debit_account_id': acc_template_ref[obj_multi.property_account_expense_categ.id]
513-# })
514- obj_journal.create(cr, uid, vals_journal, context=context)
515+ obj_journal.create(cr, uid, vals_journal, context=context)
516+
517+ # Miscellaneous Journal
518+ data_id = obj_data.search(cr, uid, [('model','=','account.journal.view'), ('name','=','account_journal_view')])
519+ data = obj_data.browse(cr, uid, data_id[0], context=context)
520+ view_id = data.res_id
521+
522+ analytical_miscellaneous_ids = analytic_journal_obj.search(cr, uid, [('type', '=', 'situation')], context=context)
523+ analytical_journal_miscellaneous = analytical_miscellaneous_ids and analytical_miscellaneous_ids[0] or False
524+
525+ vals_journal = {
526+ 'name': _('Miscellaneous Journal'),
527+ 'type': 'general',
528+ 'code': _('MISC'),
529+ 'view_id': view_id,
530+ 'analytic_journal_id': analytical_journal_miscellaneous,
531+ 'company_id': company_id
532+ }
533+
534+ obj_journal.create(cr, uid, vals_journal, context=context)
535+
536+ # Opening Entries Journal
537+ if obj_multi.chart_template_id.property_account_income_opening and obj_multi.chart_template_id.property_account_expense_opening:
538+ vals_journal = {
539+ 'name': _('Opening Entries Journal'),
540+ 'type': 'situation',
541+ 'code': _('OPEJ'),
542+ 'view_id': view_id,
543+ 'company_id': company_id,
544+ 'centralisation': True,
545+ 'default_credit_account_id': acc_template_ref[obj_multi.chart_template_id.property_account_income_opening.id],
546+ 'default_debit_account_id': acc_template_ref[obj_multi.chart_template_id.property_account_expense_opening.id]
547+ }
548+ obj_journal.create(cr, uid, vals_journal, context=context)
549
550 # Bank Journals
551 data_id = obj_data.search(cr, uid, [('model','=','account.journal.view'), ('name','=','account_journal_bank_view')])
552@@ -2976,14 +2983,8 @@
553 }
554 acc_cash_id = obj_acc.create(cr,uid,vals)
555
556- if obj_multi.seq_journal:
557- vals_seq={
558- 'name': _('Bank Journal ') + vals['name'],
559- 'code': 'account.journal',
560- }
561- seq_id = obj_sequence.create(cr,uid,vals_seq)
562-
563 #create the bank journal
564+<<<<<<< TREE
565 analitical_bank_ids = analytic_journal_obj.search(cr,uid,[('type','=','situation')])
566 analitical_journal_bank = analitical_bank_ids and analitical_bank_ids[0] or False
567
568@@ -2995,6 +2996,18 @@
569 vals_journal['company_id'] = company_id
570 vals_journal['analytic_journal_id'] = analitical_journal_bank
571
572+=======
573+ analytical_bank_ids = analytic_journal_obj.search(cr,uid,[('type','=','situation')])
574+ analytical_journal_bank = analytical_bank_ids and analytical_bank_ids[0] or False
575+ vals_journal = {
576+ 'name': vals['name'],
577+ 'code': _('BNK') + str(current_num),
578+ 'type': line.account_type == 'cash' and 'cash' or 'bank',
579+ 'company_id': company_id,
580+ 'analytic_journal_id': False,
581+ 'currency_id': False,
582+ }
583+>>>>>>> MERGE-SOURCE
584 if line.currency_id:
585 vals_journal['view_id'] = view_id_cur
586 vals_journal['currency'] = line.currency_id.id
587@@ -3027,7 +3040,7 @@
588 'name': record[0],
589 'company_id': company_id,
590 'fields_id': field[0],
591- 'value': account and 'account.account,'+str(acc_template_ref[account.id]) or False,
592+ 'value': account and 'account.account,' + str(acc_template_ref[account.id]) or False,
593 }
594
595 if r:
596@@ -3040,7 +3053,6 @@
597 fp_ids = obj_fiscal_position_template.search(cr, uid, [('chart_template_id', '=', obj_multi.chart_template_id.id)])
598
599 if fp_ids:
600-
601 obj_tax_fp = self.pool.get('account.fiscal.position.tax')
602 obj_ac_fp = self.pool.get('account.fiscal.position.account')
603
604@@ -3068,7 +3080,6 @@
605 }
606 obj_ac_fp.create(cr, uid, vals_acc)
607
608- ir_values = self.pool.get('ir.values')
609 if obj_multi.sale_tax:
610 ir_values.set(cr, uid, key='default', key2=False, name="taxes_id", company=obj_multi.company_id.id,
611 models =[('product.product',False)], value=[tax_template_to_tax[obj_multi.sale_tax.id]])
612@@ -3079,16 +3090,13 @@
613 wizard_multi_charts_accounts()
614
615 class account_bank_accounts_wizard(osv.osv_memory):
616- _name = 'account.bank.accounts.wizard'
617+ _name='account.bank.accounts.wizard'
618
619 _columns = {
620 'acc_name': fields.char('Account Name.', size=64, required=True),
621 'bank_account_id': fields.many2one('wizard.multi.charts.accounts', 'Bank Account', required=True),
622- 'currency_id': fields.many2one('res.currency', 'Currency'),
623- 'account_type': fields.selection([('cash','Cash'),('check','Check'),('bank','Bank')], 'Type', size=32),
624- }
625- _defaults = {
626- 'currency_id': lambda self,cr,uid,c: self.pool.get('res.users').browse(cr, uid, uid, c).company_id.currency_id.id,
627+ 'currency_id': fields.many2one('res.currency', 'Secondary Currency', help="Forces all moves for this account to have this secondary currency."),
628+ 'account_type': fields.selection([('cash','Cash'), ('check','Check'), ('bank','Bank')], 'Account Type', size=32),
629 }
630
631 account_bank_accounts_wizard()
632
633=== modified file 'account/account_analytic_line.py'
634--- account/account_analytic_line.py 2011-06-27 11:10:00 +0000
635+++ account/account_analytic_line.py 2011-11-22 19:28:30 +0000
636@@ -80,7 +80,10 @@
637 j_id = analytic_journal_obj.browse(cr, uid, journal_id, context=context)
638 prod = product_obj.browse(cr, uid, prod_id, context=context)
639 result = 0.0
640-
641+ if prod_id:
642+ unit = prod.uom_id.id
643+ if j_id.type == 'purchase':
644+ unit = prod.uom_po_id.id
645 if j_id.type <> 'sale':
646 a = prod.product_tmpl_id.property_account_expense.id
647 if not a:
648@@ -127,6 +130,7 @@
649 return {'value': {
650 'amount': result,
651 'general_account_id': a,
652+ 'product_uom_id': unit
653 }
654 }
655
656@@ -155,4 +159,4 @@
657
658 res_partner()
659
660-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
661\ No newline at end of file
662+# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
663
664=== modified file 'account/account_bank_statement.py'
665--- account/account_bank_statement.py 2011-09-27 12:34:47 +0000
666+++ account/account_bank_statement.py 2011-11-22 19:28:30 +0000
667@@ -303,8 +303,7 @@
668 st = self.browse(cr, uid, st_id, context=context)
669 if not (abs((st.balance_end or 0.0) - st.balance_end_real) < 0.0001):
670 raise osv.except_osv(_('Error !'),
671- _('The statement balance is incorrect !\n') +
672- _('The expected balance (%.2f) is different than the computed one. (%.2f)') % (st.balance_end_real, st.balance_end))
673+ _('The statement balance is incorrect !\nThe expected balance (%.2f) is different than the computed one. (%.2f)') % (st.balance_end_real, st.balance_end))
674 return True
675
676 def statement_close(self, cr, uid, ids, journal_type='bank', context=None):
677@@ -314,7 +313,6 @@
678 return state=='draft'
679
680 def button_confirm_bank(self, cr, uid, ids, context=None):
681- done = []
682 obj_seq = self.pool.get('ir.sequence')
683 if context is None:
684 context = {}
685@@ -355,7 +353,6 @@
686
687 self.write(cr, uid, [st.id], {'name': st_number}, context=context)
688 self.log(cr, uid, st.id, _('Statement %s is confirmed, journal items are created.') % (st_number,))
689- done.append(st.id)
690 return self.write(cr, uid, ids, {'state':'confirm'}, context=context)
691
692 def button_cancel(self, cr, uid, ids, context=None):
693@@ -463,7 +460,7 @@
694 select=True, required=True, ondelete='cascade'),
695 'analytic_account_id': fields.many2one('account.analytic.account', 'Analytic Account'),
696 'move_ids': fields.many2many('account.move',
697- 'account_bank_statement_line_move_rel', 'move_id','statement_id',
698+ 'account_bank_statement_line_move_rel', 'statement_id','move_id',
699 'Moves'),
700 'ref': fields.char('Reference', size=32),
701 'note': fields.text('Notes'),
702
703=== modified file 'account/account_installer.xml'
704--- account/account_installer.xml 2011-01-14 00:11:01 +0000
705+++ account/account_installer.xml 2011-11-22 19:28:30 +0000
706@@ -37,21 +37,6 @@
707 <field name="sale_tax" on_change="on_change_tax(sale_tax)" attrs="{'required':[('charts','=','configurable')]}"/>
708 <field name="purchase_tax" groups="base.group_extended"/>
709 </group>
710- <group colspan="4" attrs="{'invisible':[('charts','!=','configurable')]}">
711- <separator col="4" colspan="4" string="Bank and Cash Accounts"/>
712- <field colspan="4" mode="tree" height="200" name="bank_accounts_id" nolabel="1" widget="one2many_list">
713- <form string="">
714- <field name="acc_name"/>
715- <field name="account_type"/>
716- <field name="currency_id" widget="selection" groups="base.group_extended"/>
717- </form>
718- <tree editable="bottom" string="Your bank and cash accounts">
719- <field name="acc_name"/>
720- <field name="account_type"/>
721- <field name="currency_id" widget="selection" groups="base.group_extended"/>
722- </tree>
723- </field>
724- </group>
725 </group>
726 </group>
727 </data>
728
729=== modified file 'account/account_invoice_view.xml'
730--- account/account_invoice_view.xml 2011-01-20 14:02:14 +0000
731+++ account/account_invoice_view.xml 2011-11-22 19:28:30 +0000
732@@ -172,7 +172,7 @@
733 <field name="reference" nolabel="1"/>
734 <field name="date_due"/>
735 <field name="check_total" required="2"/>
736- <field colspan="4" default_get="{'check_total': check_total, 'invoice_line': invoice_line, 'address_invoice_id': address_invoice_id, 'partner_id': partner_id, 'price_type': 'price_type' in dir() and price_type or False}" name="invoice_line" nolabel="1">
737+ <field colspan="4" default_get="{'check_total': check_total, 'invoice_line': invoice_line, 'address_invoice_id': address_invoice_id, 'partner_id': partner_id, 'price_type': 'price_type' in dir() and price_type or False}" name="invoice_line" context="{'type': type}" nolabel="1">
738 <tree string="Invoice lines">
739 <field name="product_id" on_change="product_id_change(product_id, uos_id, quantity, name, parent.type, parent.partner_id, parent.fiscal_position, price_unit, parent.address_invoice_id, parent.currency_id, {'company_id': parent.company_id})"/>
740 <field domain="[('company_id', '=', parent.company_id), ('journal_id', '=', parent.journal_id), ('type', '&lt;&gt;', 'view')]" name="account_id" on_change="onchange_account_id(parent.fiscal_position,account_id)"/>
741@@ -280,7 +280,7 @@
742 <field domain="[('company_id', '=', company_id),('type','=', 'receivable')]" name="account_id" groups="account.group_account_user"/>
743 <field name="name"/>
744 <field name="payment_term" widget="selection"/>
745- <field colspan="4" name="invoice_line" nolabel="1" widget="one2many_list"/>
746+ <field colspan="4" name="invoice_line" nolabel="1" widget="one2many_list" context="{'type': type}"/>
747 <group col="1" colspan="2">
748 <field name="tax_line" nolabel="1">
749 <tree editable="bottom" string="Taxes">
750@@ -506,12 +506,12 @@
751 </record>
752 <menuitem action="action_invoice_tree4" id="menu_action_invoice_tree4" parent="menu_finance_payables"/>
753
754- <act_window context="{'search_default_partner_id':[active_id]}" id="act_res_partner_2_account_invoice_opened" name="Invoices" res_model="account.invoice" src_model="res.partner"/>
755+ <act_window context="{'search_default_partner_id':[active_id], 'default_partner_id': active_id}" id="act_res_partner_2_account_invoice_opened" name="Invoices" res_model="account.invoice" src_model="res.partner"/>
756
757 <act_window
758 id="act_account_journal_2_account_invoice_opened"
759 name="Unpaid Invoices"
760- context="{'search_default_journal_id':active_id, 'search_default_unpaid':1,}"
761+ context="{'search_default_journal_id': [active_id], 'search_default_unpaid':1, 'default_journal_id': active_id}"
762 res_model="account.invoice"
763 src_model="account.journal"/>
764
765
766=== modified file 'account/account_move_line.py'
767--- account/account_move_line.py 2011-10-24 07:25:44 +0000
768+++ account/account_move_line.py 2011-11-22 19:28:30 +0000
769@@ -1090,13 +1090,21 @@
770 move_obj = self.pool.get('account.move')
771 self._update_check(cr, uid, ids, context)
772 result = False
773+ move_ids = set()
774 for line in self.browse(cr, uid, ids, context=context):
775+ move_ids.add(line.move_id.id)
776 context['journal_id'] = line.journal_id.id
777 context['period_id'] = line.period_id.id
778 result = super(account_move_line, self).unlink(cr, uid, [line.id], context=context)
779+<<<<<<< TREE
780 if check:
781 context.update({'lines_cancel': 'cancel'})
782 move_obj.validate(cr, uid, [line.move_id.id], context=context)
783+=======
784+ move_ids = list(move_ids)
785+ if check and move_ids:
786+ move_obj.validate(cr, uid, move_ids, context=context)
787+>>>>>>> MERGE-SOURCE
788 return result
789
790 def _check_date(self, cr, uid, vals, context=None, check=True):
791@@ -1134,6 +1142,8 @@
792 move_obj = self.pool.get('account.move')
793 account_obj = self.pool.get('account.account')
794 journal_obj = self.pool.get('account.journal')
795+ if isinstance(ids, (int, long)):
796+ ids = [ids]
797 if vals.get('account_tax_id', False):
798 raise osv.except_osv(_('Unable to change tax !'), _('You can not change the tax, you should remove and recreate lines !'))
799 self._check_date(cr, uid, vals, context, check)
800@@ -1299,7 +1309,7 @@
801 if vals.get('account_tax_id', False):
802 tax_id = tax_obj.browse(cr, uid, vals['account_tax_id'])
803 total = vals['debit'] - vals['credit']
804- if journal.refund_journal:
805+ if journal.type in ('purchase_refund', 'sale_refund'):
806 base_code = 'ref_base_code_id'
807 tax_code = 'ref_tax_code_id'
808 account_id = 'account_paid_id'
809
810=== modified file 'account/account_view.xml'
811--- account/account_view.xml 2011-08-25 05:31:39 +0000
812+++ account/account_view.xml 2011-11-22 19:28:30 +0000
813@@ -47,6 +47,7 @@
814 <tree colors="blue:state in ('draft');gray:state in ('done') " string="Fiscalyear">
815 <field name="code"/>
816 <field name="name"/>
817+ <field name="company_id" groups="base.group_multi_company"/>
818 <field name="state"/>
819 </tree>
820 </field>
821@@ -116,6 +117,7 @@
822 <field name="date_start"/>
823 <field name="date_stop"/>
824 <field name="special"/>
825+ <field name="company_id" groups="base.group_multi_company"/>
826 <field name="state"/>
827 <button name="action_draft" states="done" string="Set to Draft" type="object" icon="terp-document-new" groups="account.group_account_manager"/>
828 <button name="%(action_account_period_close)d" states="draft" string="Close Period" type="action" icon="terp-camera_test"/>
829@@ -421,8 +423,13 @@
830 <group col="2" colspan="2">
831 <group colspan="2" col="2">
832 <separator string="Accounts" colspan="4"/>
833+<<<<<<< TREE
834 <field name="default_debit_account_id" attrs="{'required':[('type','in',('cash', 'bank'))]}" domain="[('type','&lt;&gt;','view'),('type','&lt;&gt;','consolidation')]"/>
835 <field name="default_credit_account_id" attrs="{'required':[('type','in',('cash', 'bank'))]}" domain="[('type','&lt;&gt;','view'),('type','&lt;&gt;','consolidation')]"/>
836+=======
837+ <field name="default_debit_account_id" attrs="{'required':[('type','in', ('cash', 'bank'))]}" domain="[('type','&lt;&gt;','view'),('type','&lt;&gt;','consolidation')]"/>
838+ <field name="default_credit_account_id" attrs="{'required':[('type','in',('cash', 'bank'))]}" domain="[('type','&lt;&gt;','view'),('type','&lt;&gt;','consolidation')]"/>
839+>>>>>>> MERGE-SOURCE
840 </group>
841 <group colspan="2" col="2">
842 <separator string="Journal View" colspan="4"/>
843@@ -570,7 +577,7 @@
844 <field name="ref"/>
845 <field name="partner_id" on_change="onchange_partner_id(partner_id)"/>
846 <field name="type" on_change="onchange_type(partner_id, type)"/>
847- <field domain="[('journal_id','=',parent.journal_id)]" name="account_id"/>
848+ <field domain="[('journal_id','=',parent.journal_id), ('company_id', '=', parent.company_id)]" name="account_id"/>
849 <field name="analytic_account_id" groups="analytic.group_analytic_accounting" domain="[('company_id', '=', parent.company_id), ('type', '&lt;&gt;', 'view')]"/>
850 <field name="amount"/>
851 </tree>
852@@ -580,7 +587,7 @@
853 <field name="ref"/>
854 <field name="partner_id" on_change="onchange_partner_id(partner_id)"/>
855 <field name="type" on_change="onchange_type(partner_id, type)"/>
856- <field domain="[('journal_id', '=', parent.journal_id), ('type', '&lt;&gt;', 'view')]" name="account_id"/>
857+ <field domain="[('journal_id', '=', parent.journal_id), ('type', '&lt;&gt;', 'view'), ('company_id', '=', parent.company_id)]" name="account_id"/>
858 <field name="analytic_account_id" groups="analytic.group_analytic_accounting" domain="[('company_id', '=', parent.company_id), ('type', '&lt;&gt;', 'view')]"/>
859 <field name="amount"/>
860 <field name="sequence" readonly="0"/>
861@@ -1027,7 +1034,7 @@
862 <field name="invoice"/>
863 <field name="name"/>
864 <field name="partner_id" on_change="onchange_partner_id(move_id, partner_id, account_id, debit, credit, date, journal_id)"/>
865- <field name="account_id" domain="[('journal_id','=',journal_id)]"/>
866+ <field name="account_id" domain="[('journal_id','=',journal_id), ('company_id', '=', company_id)]"/>
867 <field name="journal_id"/>
868 <field name="debit" sum="Total debit"/>
869 <field name="credit" sum="Total credit"/>
870@@ -1062,7 +1069,7 @@
871 <page string="Information">
872 <group col="2" colspan="2">
873 <separator colspan="2" string="Amount"/>
874- <field name="account_id" select="1" domain="[('type','&lt;&gt;','view'),('type','&lt;&gt;','consolidation')]"/>
875+ <field name="account_id" select="1" domain="[('company_id', '=', company_id), ('type','&lt;&gt;','view'), ('type','&lt;&gt;','consolidation')]"/>
876 <field name="debit"/>
877 <field name="credit"/>
878 <field name="quantity"/>
879@@ -1136,7 +1143,7 @@
880 <field name="date"/>
881 <field name="journal_id" readonly="False" select="1"/>
882 <field name="period_id" readonly="False"/>
883- <field name="account_id" select="1" domain="[('type','&lt;&gt;','view'),('type','&lt;&gt;','consolidation')]"/>
884+ <field name="account_id" select="1" domain="[('type','&lt;&gt;','view'),('type','&lt;&gt;','consolidation'),('company_id', '=', company_id)]"/>
885 <field name="partner_id" on_change="onchange_partner_id(False,partner_id,account_id,debit,credit,date)"/>
886 <newline/>
887 <field name="debit"/>
888@@ -1357,7 +1364,7 @@
889 <page string="Information">
890 <group col="2" colspan="2">
891 <separator colspan="2" string="Amount"/>
892- <field name="account_id" domain="[('type','&lt;&gt;','view'),('type','&lt;&gt;','consolidation')]"/>
893+ <field name="account_id" domain="[('company_id', '=', parent.company_id), ('type','&lt;&gt;','view'),('type','&lt;&gt;','consolidation')]"/>
894 <field name="debit"/>
895 <field name="credit"/>
896 <field name="quantity"/>
897@@ -1419,7 +1426,7 @@
898 <field name="invoice"/>
899 <field name="name"/>
900 <field name="partner_id" on_change="onchange_partner_id(False,partner_id,account_id,debit,credit,parent.date,parent.journal_id)"/>
901- <field name="account_id" domain="[('journal_id','=',parent.journal_id)]"/>
902+ <field name="account_id" domain="[('journal_id','=',parent.journal_id),('company_id', '=', parent.company_id)]"/>
903 <field name="date_maturity"/>
904 <field name="debit" sum="Total Debit"/>
905 <field name="credit" sum="Total Credit"/>
906@@ -1512,7 +1519,7 @@
907 <act_window
908 id="act_account_move_to_account_move_line_open"
909 name="Journal Items"
910- context="{'search_default_move_id':[active_id]}"
911+ context="{'search_default_move_id':[active_id], 'default_move_id': active_id}"
912 res_model="account.move.line"
913 src_model="account.move"/>
914
915@@ -1554,7 +1561,7 @@
916 <act_window
917 id="act_account_acount_move_line_open"
918 name="Entries"
919- context="{'search_default_account_id':[active_id], 'search_default_unreconciled':0}"
920+ context="{'search_default_account_id':[active_id], 'search_default_unreconciled':0, 'default_account_id': active_id}"
921 res_model="account.move.line"
922 src_model="account.account"/>
923
924@@ -1562,7 +1569,7 @@
925 id="act_account_acount_move_line_open_unreconciled"
926 name="Unreconciled Entries"
927 res_model="account.move.line"
928- context="{'search_default_account_id':[active_id], 'search_default_unreconciled':1,}"
929+ context="{'search_default_account_id':[active_id], 'search_default_unreconciled':1, 'default_account_id': active_id}"
930 src_model="account.account"/>
931
932 <act_window domain="[('reconcile_id', '=', active_id)]" id="act_account_acount_move_line_reconcile_open" name="Reconciled entries" res_model="account.move.line" src_model="account.move.reconcile"/>
933@@ -2007,20 +2014,20 @@
934 <act_window
935 id="act_account_journal_2_account_bank_statement"
936 name="Bank statements"
937- context="{'search_default_journal_id':active_id,}"
938+ context="{'search_default_journal_id': active_id, 'default_journal_id': active_id}"
939 res_model="account.bank.statement"
940 src_model="account.journal"/>
941
942 <act_window
943 id="act_account_journal_2_account_move_line"
944 name="Journal Items"
945- context="{'search_default_journal_id':active_id,}"
946+ context="{'search_default_journal_id':active_id, 'default_journal_id': active_id}"
947 res_model="account.move.line"
948 src_model="account.journal"/>
949
950- <act_window context="{'search_default_reconcile_id':False, 'search_default_partner_id':[active_id]}" domain="[('account_id.reconcile', '=', True),('account_id.type', 'in', ['receivable', 'payable'])]" id="act_account_partner_account_move_all" name="Receivables &amp; Payables" res_model="account.move.line" src_model="res.partner" groups="base.group_extended"/>
951+ <act_window context="{'search_default_reconcile_id':False, 'search_default_partner_id':[active_id], 'default_partner_id': active_id}" domain="[('account_id.reconcile', '=', True),('account_id.type', 'in', ['receivable', 'payable'])]" id="act_account_partner_account_move_all" name="Receivables &amp; Payables" res_model="account.move.line" src_model="res.partner" groups="base.group_extended"/>
952
953- <act_window context="{'search_default_partner_id':[active_id]}" id="act_account_partner_account_move" name="Journal Items" res_model="account.move.line" src_model="res.partner" groups="account.group_account_user"/>
954+ <act_window context="{'search_default_partner_id':[active_id], 'default_partner_id': active_id}" id="act_account_partner_account_move" name="Journal Items" res_model="account.move.line" src_model="res.partner" groups="account.group_account_user"/>
955
956 <record id="view_account_addtmpl_wizard_form" model="ir.ui.view">
957 <field name="name">Create Account</field>
958@@ -2166,6 +2173,8 @@
959 <field name="property_account_income_categ" domain="[('id', 'child_of', [account_root_id])]" />
960 <field name="property_account_expense" domain="[('id', 'child_of', [account_root_id])]"/>
961 <field name="property_account_income" domain="[('id', 'child_of', [account_root_id])]"/>
962+ <field name="property_account_income_opening" domain="[('id', 'child_of', [account_root_id])]"/>
963+ <field name="property_account_expense_opening" domain="[('id', 'child_of', [account_root_id])]"/>
964 <field name="property_reserve_and_surplus_account" />
965 </group>
966 </form>
967@@ -2588,7 +2597,7 @@
968 <field name="ref"/>
969 <field name="partner_id" on_change="onchange_partner_id(partner_id)"/>
970 <field name="type" on_change="onchange_type(partner_id, type)"/>
971- <field domain="[('journal_id','=',parent.journal_id)]" name="account_id"/>
972+ <field domain="[('journal_id','=',parent.journal_id), ('company_id', '=', parent.company_id)]" name="account_id"/>
973 <field name="analytic_account_id" domain="[('company_id', '=', parent.company_id), ('type', '&lt;&gt;', 'view')]" groups="analytic.group_analytic_accounting" />
974 <field name="amount"/>
975 </tree>
976@@ -2598,7 +2607,7 @@
977 <field name="ref"/>
978 <field name="partner_id" on_change="onchange_partner_id(partner_id)"/>
979 <field name="type" on_change="onchange_type(partner_id, type)"/>
980- <field domain="[('journal_id', '=', parent.journal_id), ('type', '&lt;&gt;', 'view')]" name="account_id"/>
981+ <field domain="[('journal_id', '=', parent.journal_id), ('type', '&lt;&gt;', 'view'), ('company_id', '=', parent.company_id)]" name="account_id"/>
982 <field name="analytic_account_id" domain="[('company_id', '=', parent.company_id), ('type', '&lt;&gt;', 'view')]" groups="analytic.group_analytic_accounting" />
983 <field name="amount"/>
984 <field name="sequence"/>
985
986=== modified file 'account/configurable_account_chart.xml'
987--- account/configurable_account_chart.xml 2011-09-28 10:27:28 +0000
988+++ account/configurable_account_chart.xml 2011-11-22 19:28:30 +0000
989@@ -191,6 +191,14 @@
990 <field name="user_type" ref="conf_account_type_asset"/>
991 </record>
992
993+ <record id="conf_o_income" model="account.account.template">
994+ <field name="code">1106</field>
995+ <field name="name">Opening Income Account</field>
996+ <field ref="conf_cas" name="parent_id"/>
997+ <field name="type">other</field>
998+ <field name="user_type" ref="conf_account_type_income"/>
999+ </record>
1000+
1001 <record id="conf_cli" model="account.account.template">
1002 <field name="code">111</field>
1003 <field name="name">Current Liabilities</field>
1004@@ -225,6 +233,13 @@
1005 <field name="user_type" ref="conf_account_type_liability"/>
1006 </record>
1007
1008+ <record id="conf_o_expense" model="account.account.template">
1009+ <field name="code">1114</field>
1010+ <field name="name">Opening Expense Account</field>
1011+ <field ref="conf_cli" name="parent_id"/>
1012+ <field name="type">other</field>
1013+ <field name="user_type" ref="conf_account_type_expense"/>
1014+ </record>
1015
1016 <!-- Profit and Loss -->
1017
1018@@ -431,6 +446,8 @@
1019 <field name="property_account_payable" ref="conf_a_pay"/>
1020 <field name="property_account_expense_categ" ref="conf_a_expense"/>
1021 <field name="property_account_income_categ" ref="conf_a_sale"/>
1022+ <field name="property_account_income_opening" ref="conf_o_income"/>
1023+ <field name="property_account_expense_opening" ref="conf_o_expense"/>
1024 <field name="property_reserve_and_surplus_account" ref="conf_a_reserve_and_surplus"/>
1025 </record>
1026
1027@@ -596,6 +613,13 @@
1028 <field name="tax_ids" eval="[(6,0,[ref('otaxs')])]"/>
1029 </record>
1030
1031+ <record id="action_wizard_multi_chart_todo" model="ir.actions.todo">
1032+ <field name="name">Generate Chart of Accounts from a Chart Template</field>
1033+ <field name="action_id" ref="account.action_wizard_multi_chart"/>
1034+ <field name="state">open</field>
1035+ <field name="restart">onskip</field>
1036+ </record>
1037+
1038
1039 </data>
1040 </openerp>
1041
1042=== modified file 'account/data/account_data2.xml'
1043--- account/data/account_data2.xml 2011-01-19 00:09:38 +0000
1044+++ account/data/account_data2.xml 2011-11-22 19:28:30 +0000
1045@@ -483,6 +483,19 @@
1046 <field eval="3" name="padding"/>
1047 <field name="prefix">CSH/%(year)s/</field>
1048 </record>
1049+ <record id="sequence_opening_journal" model="ir.sequence">
1050+ <field name="name">Opening Entries Journal</field>
1051+ <field name="code">account.journal</field>
1052+ <field eval="3" name="padding"/>
1053+ <field name="prefix">OPEJ/%(year)s/</field>
1054+ </record>
1055+ <record id="sequence_miscellaneous_journal" model="ir.sequence">
1056+ <field name="name">Miscellaneous Journal</field>
1057+ <field name="code">account.journal</field>
1058+ <field eval="3" name="padding"/>
1059+ <field name="prefix">MISJ/%(year)s/</field>
1060+ </record>
1061+
1062 <!--
1063 Account Statement Sequences
1064 -->
1065
1066=== modified file 'account/demo/account_minimal.xml'
1067--- account/demo/account_minimal.xml 2011-09-28 10:27:28 +0000
1068+++ account/demo/account_minimal.xml 2011-11-22 19:28:30 +0000
1069@@ -163,6 +163,14 @@
1070 <field name="user_type" ref="account_type_asset"/>
1071 </record>
1072
1073+ <record id="o_income" model="account.account">
1074+ <field name="code">X11006</field>
1075+ <field name="name">Opening Income - (test)</field>
1076+ <field ref="cas" name="parent_id"/>
1077+ <field name="type">other</field>
1078+ <field name="user_type" ref="account_type_income"/>
1079+ </record>
1080+
1081 <record model="account.account" id="liabilities_view">
1082 <field name="name">Liabilities - (test)</field>
1083 <field name="code">X11</field>
1084@@ -205,6 +213,14 @@
1085 <field name="user_type" ref="account_type_liability"/>
1086 </record>
1087
1088+ <record id="o_expense" model="account.account">
1089+ <field name="code">X1114</field>
1090+ <field name="name">Opening Expense - (test)</field>
1091+ <field ref="cli" name="parent_id"/>
1092+ <field name="type">other</field>
1093+ <field name="user_type" ref="account_type_expense"/>
1094+ </record>
1095+
1096 <!-- Profit and Loss -->
1097
1098 <record id="gpf" model="account.account">
1099@@ -355,7 +371,6 @@
1100 <field name="name">Sales Credit Note Journal - (test)</field>
1101 <field name="code">TSCNJ</field>
1102 <field name="type">sale_refund</field>
1103- <field eval="True" name="refund_journal"/>
1104 <field name="view_id" ref="account_sp_refund_journal_view"/>
1105 <field name="sequence_id" ref="sequence_refund_sales_journal"/>
1106 <field model="account.account" name="default_credit_account_id" ref="a_sale"/>
1107@@ -379,7 +394,6 @@
1108 <field name="name">Expenses Credit Notes Journal - (test)</field>
1109 <field name="code">TECNJ</field>
1110 <field name="type">purchase_refund</field>
1111- <field eval="True" name="refund_journal"/>
1112 <field name="view_id" ref="account_sp_refund_journal_view"/>
1113 <field name="sequence_id" ref="sequence_refund_purchase_journal"/>
1114 <field model="account.account" name="default_debit_account_id" ref="a_expense"/>
1115@@ -421,7 +435,26 @@
1116 <field name="analytic_journal_id" ref="sit"/>
1117 <field name="user_id" ref="base.user_root"/>
1118 </record>
1119-
1120+ <record id="miscellaneous_journal" model="account.journal">
1121+ <field name="name">Miscellaneous Journal - (test)</field>
1122+ <field name="code">TMIS</field>
1123+ <field name="type">general</field>
1124+ <field name="view_id" ref="account_journal_view"/>
1125+ <field name="sequence_id" ref="sequence_miscellaneous_journal"/>
1126+ <field name="analytic_journal_id" ref="sit"/>
1127+ <field name="user_id" ref="base.user_root"/>
1128+ </record>
1129+ <record id="opening_journal" model="account.journal">
1130+ <field name="name">Opening Entries Journal - (test)</field>
1131+ <field name="code">TOEJ</field>
1132+ <field name="type">situation</field>
1133+ <field name="view_id" ref="account_journal_view"/>
1134+ <field name="sequence_id" ref="sequence_opening_journal"/>
1135+ <field model="account.account" name="default_debit_account_id" ref="o_income"/>
1136+ <field model="account.account" name="default_credit_account_id" ref="o_expense"/>
1137+ <field eval="True" name="centralisation"/>
1138+ <field name="user_id" ref="base.user_root"/>
1139+ </record>
1140 <!--
1141 Product income and expense accounts, default parameters
1142 -->
1143
1144=== modified file 'account/i18n/account.pot'
1145--- account/i18n/account.pot 2011-07-22 06:35:48 +0000
1146+++ account/i18n/account.pot 2011-11-22 19:28:30 +0000
1147@@ -669,13 +669,6 @@
1148 msgstr ""
1149
1150 #. module: account
1151-#: code:addons/account/account_bank_statement.py:306
1152-#, python-format
1153-msgid "The statement balance is incorrect !\n"
1154-""
1155-msgstr ""
1156-
1157-#. module: account
1158 #: selection:account.payment.term.line,value:0
1159 #: selection:account.tax.template,type:0
1160 msgid "Percent"
1161@@ -2444,9 +2437,10 @@
1162 msgstr ""
1163
1164 #. module: account
1165-#: code:addons/account/account_bank_statement.py:307
1166+#: code:addons/account/account_bank_statement.py:306
1167 #, python-format
1168-msgid "The expected balance (%.2f) is different than the computed one. (%.2f)"
1169+msgid "The statement balance is incorrect !\n"
1170+"The expected balance (%.2f) is different than the computed one. (%.2f)"
1171 msgstr ""
1172
1173 #. module: account
1174@@ -2662,7 +2656,17 @@
1175 msgstr ""
1176
1177 #. module: account
1178+<<<<<<< TREE
1179 #: code:addons/account/account.py:2950
1180+=======
1181+#: code:addons/account/account.py:2951
1182+#, python-format
1183+msgid "BNK%s"
1184+msgstr ""
1185+
1186+#. module: account
1187+#: code:addons/account/account.py:2906
1188+>>>>>>> MERGE-SOURCE
1189 #: code:addons/account/installer.py:296
1190 #, python-format
1191 msgid "BNK"
1192@@ -3979,12 +3983,15 @@
1193 msgstr ""
1194
1195 #. module: account
1196+<<<<<<< TREE
1197 #: code:addons/account/invoice.py:997
1198 #, python-format
1199 msgid "Invoice "
1200 msgstr ""
1201
1202 #. module: account
1203+=======
1204+>>>>>>> MERGE-SOURCE
1205 #: field:account.automatic.reconcile,date1:0
1206 msgid "Starting Date"
1207 msgstr ""
1208@@ -5203,7 +5210,7 @@
1209 #. module: account
1210 #: code:addons/account/invoice.py:997
1211 #, python-format
1212-msgid "is validated."
1213+msgid "Invoice '%s' is validated."
1214 msgstr ""
1215
1216 #. module: account
1217
1218=== modified file 'account/i18n/ar.po'
1219--- account/i18n/ar.po 2011-11-22 05:21:48 +0000
1220+++ account/i18n/ar.po 2011-11-22 19:28:30 +0000
1221@@ -6,25 +6,50 @@
1222 msgstr ""
1223 "Project-Id-Version: OpenERP Server 6.0dev\n"
1224 "Report-Msgid-Bugs-To: support@openerp.com\n"
1225+<<<<<<< TREE
1226 "POT-Creation-Date: 2011-05-09 10:18+0000\n"
1227 "PO-Revision-Date: 2011-11-21 15:14+0000\n"
1228 "Last-Translator: kifcaliph <kifcaliph@hotmail.com>\n"
1229+=======
1230+"POT-Creation-Date: 2011-01-11 11:14+0000\n"
1231+"PO-Revision-Date: 2011-01-19 11:12+0000\n"
1232+"Last-Translator: bamuhrez <bamuhrez@gmail.com>\n"
1233+>>>>>>> MERGE-SOURCE
1234 "Language-Team: \n"
1235 "MIME-Version: 1.0\n"
1236 "Content-Type: text/plain; charset=UTF-8\n"
1237 "Content-Transfer-Encoding: 8bit\n"
1238+<<<<<<< TREE
1239 "X-Launchpad-Export-Date: 2011-11-22 05:21+0000\n"
1240 "X-Generator: Launchpad (build 14299)\n"
1241+=======
1242+"X-Launchpad-Export-Date: 2011-03-18 04:47+0000\n"
1243+"X-Generator: Launchpad (build 12559)\n"
1244+>>>>>>> MERGE-SOURCE
1245
1246 #. module: account
1247 #: model:process.transition,name:account.process_transition_supplierreconcilepaid0
1248 msgid "System payment"
1249+<<<<<<< TREE
1250 msgstr "نظام الدفع"
1251+=======
1252+msgstr "الدفع عن طريق النظام"
1253+>>>>>>> MERGE-SOURCE
1254
1255 #. module: account
1256 #: view:account.journal:0
1257 msgid "Other Configuration"
1258+<<<<<<< TREE
1259 msgstr "تعديلات أخرى"
1260+=======
1261+msgstr ""
1262+
1263+#. module: account
1264+#: code:addons/account/wizard/account_open_closed_fiscalyear.py:40
1265+#, python-format
1266+msgid "No End of year journal defined for the fiscal year"
1267+msgstr "لايوجد نهاية لسجل السنة للعام المحاسبي"
1268+>>>>>>> MERGE-SOURCE
1269
1270 #. module: account
1271 #: code:addons/account/account.py:506
1272@@ -319,7 +344,11 @@
1273 #. module: account
1274 #: field:account.journal.column,field:0
1275 msgid "Field Name"
1276+<<<<<<< TREE
1277 msgstr "اسم الحقل"
1278+=======
1279+msgstr "إسم الحقل"
1280+>>>>>>> MERGE-SOURCE
1281
1282 #. module: account
1283 #: help:account.installer,charts:0
1284@@ -362,7 +391,11 @@
1285 #: selection:report.account.sales,month:0
1286 #: selection:report.account_type.sales,month:0
1287 msgid "June"
1288+<<<<<<< TREE
1289 msgstr "يونيو/حزيران"
1290+=======
1291+msgstr "يونيو"
1292+>>>>>>> MERGE-SOURCE
1293
1294 #. module: account
1295 #: model:ir.actions.act_window,help:account.action_account_moves_bank
1296@@ -391,7 +424,11 @@
1297 #. module: account
1298 #: selection:account.journal,type:0
1299 msgid "Purchase Refund"
1300+<<<<<<< TREE
1301 msgstr "إعادة المشتريات"
1302+=======
1303+msgstr "رد المشتروات"
1304+>>>>>>> MERGE-SOURCE
1305
1306 #. module: account
1307 #: selection:account.journal,type:0
1308@@ -406,7 +443,11 @@
1309 #. module: account
1310 #: field:account.open.closed.fiscalyear,fyear_id:0
1311 msgid "Fiscal Year to Open"
1312+<<<<<<< TREE
1313 msgstr "فتح سنة مالية"
1314+=======
1315+msgstr "السنة المالية للفتح"
1316+>>>>>>> MERGE-SOURCE
1317
1318 #. module: account
1319 #: help:account.journal,sequence_id:0
1320@@ -712,12 +753,15 @@
1321 msgstr "شركاء تم تسويتهم اليوم"
1322
1323 #. module: account
1324+<<<<<<< TREE
1325 #: code:addons/account/account_bank_statement.py:306
1326 #, python-format
1327 msgid "The statement balance is incorrect !\n"
1328 msgstr "رصيد الكشف خاطئ !\n"
1329
1330 #. module: account
1331+=======
1332+>>>>>>> MERGE-SOURCE
1333 #: selection:account.payment.term.line,value:0
1334 #: selection:account.tax.template,type:0
1335 msgid "Percent"
1336@@ -2587,9 +2631,10 @@
1337 msgstr "أغسطس"
1338
1339 #. module: account
1340-#: code:addons/account/account_bank_statement.py:307
1341+#: code:addons/account/account_bank_statement.py:306
1342 #, python-format
1343 msgid ""
1344+"The statement balance is incorrect !\n"
1345 "The expected balance (%.2f) is different than the computed one. (%.2f)"
1346 msgstr ""
1347
1348@@ -2826,6 +2871,12 @@
1349 msgstr "عرض"
1350
1351 #. module: account
1352+#: code:addons/account/account.py:2951
1353+#, python-format
1354+msgid "BNK%s"
1355+msgstr ""
1356+
1357+#. module: account
1358 #: code:addons/account/account.py:2906
1359 #: code:addons/account/installer.py:296
1360 #, python-format
1361@@ -4220,12 +4271,15 @@
1362 msgstr ""
1363
1364 #. module: account
1365+<<<<<<< TREE
1366 #: code:addons/account/invoice.py:997
1367 #, python-format
1368 msgid "Invoice "
1369 msgstr "فاتورة "
1370
1371 #. module: account
1372+=======
1373+>>>>>>> MERGE-SOURCE
1374 #: field:account.automatic.reconcile,date1:0
1375 msgid "Starting Date"
1376 msgstr "تاريخ الإبتداء"
1377@@ -5515,7 +5569,7 @@
1378 #. module: account
1379 #: code:addons/account/invoice.py:997
1380 #, python-format
1381-msgid "is validated."
1382+msgid "Invoice '%s' is validated."
1383 msgstr ""
1384
1385 #. module: account
1386
1387=== modified file 'account/i18n/bg.po'
1388--- account/i18n/bg.po 2011-10-05 05:53:44 +0000
1389+++ account/i18n/bg.po 2011-11-22 19:28:30 +0000
1390@@ -7,15 +7,26 @@
1391 msgstr ""
1392 "Project-Id-Version: OpenERP Server 6.0dev\n"
1393 "Report-Msgid-Bugs-To: support@openerp.com\n"
1394+<<<<<<< TREE
1395 "POT-Creation-Date: 2011-05-09 10:18+0000\n"
1396 "PO-Revision-Date: 2011-04-01 09:39+0000\n"
1397 "Last-Translator: Dimitar Markov <dimitar.markov@gmail.com>\n"
1398+=======
1399+"POT-Creation-Date: 2011-01-11 11:14+0000\n"
1400+"PO-Revision-Date: 2011-03-02 06:18+0000\n"
1401+"Last-Translator: Dimitar Markov <dimitar.markov@gmail.com>\n"
1402+>>>>>>> MERGE-SOURCE
1403 "Language-Team: \n"
1404 "MIME-Version: 1.0\n"
1405 "Content-Type: text/plain; charset=UTF-8\n"
1406 "Content-Transfer-Encoding: 8bit\n"
1407+<<<<<<< TREE
1408 "X-Launchpad-Export-Date: 2011-10-05 04:55+0000\n"
1409 "X-Generator: Launchpad (build 14085)\n"
1410+=======
1411+"X-Launchpad-Export-Date: 2011-03-18 04:48+0000\n"
1412+"X-Generator: Launchpad (build 12559)\n"
1413+>>>>>>> MERGE-SOURCE
1414
1415 #. module: account
1416 #: model:process.transition,name:account.process_transition_supplierreconcilepaid0
1417@@ -25,7 +36,17 @@
1418 #. module: account
1419 #: view:account.journal:0
1420 msgid "Other Configuration"
1421-msgstr "Други настройки"
1422+<<<<<<< TREE
1423+msgstr "Други настройки"
1424+=======
1425+msgstr "Други настройки"
1426+
1427+#. module: account
1428+#: code:addons/account/wizard/account_open_closed_fiscalyear.py:40
1429+#, python-format
1430+msgid "No End of year journal defined for the fiscal year"
1431+msgstr "Не е дефиниран край на финансовата година в Журнала"
1432+>>>>>>> MERGE-SOURCE
1433
1434 #. module: account
1435 #: code:addons/account/account.py:506
1436@@ -723,6 +744,7 @@
1437 #. module: account
1438 #: field:account.partner.reconcile.process,today_reconciled:0
1439 msgid "Partners Reconciled Today"
1440+<<<<<<< TREE
1441 msgstr "Партньори равнени днес"
1442
1443 #. module: account
1444@@ -730,6 +752,9 @@
1445 #, python-format
1446 msgid "The statement balance is incorrect !\n"
1447 msgstr "Баланса на отчета не е правилен !\n"
1448+=======
1449+msgstr "Партньори равнени днес"
1450+>>>>>>> MERGE-SOURCE
1451
1452 #. module: account
1453 #: selection:account.payment.term.line,value:0
1454@@ -1635,6 +1660,14 @@
1455 msgstr "Годишна сума"
1456
1457 #. module: account
1458+<<<<<<< TREE
1459+=======
1460+#: model:ir.actions.report.xml,name:account.report_account_voucher_new
1461+msgid "Print Voucher"
1462+msgstr "Отпечатване на ваучер"
1463+
1464+#. module: account
1465+>>>>>>> MERGE-SOURCE
1466 #: view:account.change.currency:0
1467 msgid "This wizard will change the currency of the invoice"
1468 msgstr "Този помощник ще промени валутата на фактурата"
1469@@ -1702,7 +1735,16 @@
1470 #. module: account
1471 #: selection:account.partner.balance,display_partner:0
1472 msgid "All Partners"
1473-msgstr "Всички партньори"
1474+<<<<<<< TREE
1475+msgstr "Всички партньори"
1476+=======
1477+msgstr "Всички партньори"
1478+
1479+#. module: account
1480+#: report:account.move.voucher:0
1481+msgid "Ref. :"
1482+msgstr "Реф. :"
1483+>>>>>>> MERGE-SOURCE
1484
1485 #. module: account
1486 #: view:account.analytic.chart:0
1487@@ -1916,7 +1958,16 @@
1488 #: field:account.installer.modules,config_logo:0
1489 #: field:wizard.multi.charts.accounts,config_logo:0
1490 msgid "Image"
1491-msgstr "Изображение"
1492+<<<<<<< TREE
1493+msgstr "Изображение"
1494+=======
1495+msgstr "Изображение"
1496+
1497+#. module: account
1498+#: report:account.move.voucher:0
1499+msgid "Canceled"
1500+msgstr "Отменени"
1501+>>>>>>> MERGE-SOURCE
1502
1503 #. module: account
1504 #: view:account.invoice:0
1505@@ -2623,11 +2674,12 @@
1506 msgstr "Август"
1507
1508 #. module: account
1509-#: code:addons/account/account_bank_statement.py:307
1510+#: code:addons/account/account_bank_statement.py:306
1511 #, python-format
1512 msgid ""
1513+"The statement balance is incorrect !\n"
1514 "The expected balance (%.2f) is different than the computed one. (%.2f)"
1515-msgstr "Очаквания баланс (%.2f) е различен от изчисления. (%.2f)"
1516+msgstr ""
1517
1518 #. module: account
1519 #: model:process.transition,note:account.process_transition_paymentreconcile0
1520@@ -2635,6 +2687,14 @@
1521 msgstr ""
1522
1523 #. module: account
1524+<<<<<<< TREE
1525+=======
1526+#: report:account.move.voucher:0
1527+msgid "Number:"
1528+msgstr "Номер:"
1529+
1530+#. module: account
1531+>>>>>>> MERGE-SOURCE
1532 #: selection:account.print.journal,sort_selection:0
1533 msgid "Reference Number"
1534 msgstr "Референтен номер"
1535@@ -2872,6 +2932,12 @@
1536 msgstr "Изглед"
1537
1538 #. module: account
1539+#: code:addons/account/account.py:2951
1540+#, python-format
1541+msgid "BNK%s"
1542+msgstr ""
1543+
1544+#. module: account
1545 #: code:addons/account/account.py:2906
1546 #: code:addons/account/installer.py:296
1547 #, python-format
1548@@ -3087,6 +3153,14 @@
1549 msgstr ""
1550
1551 #. module: account
1552+<<<<<<< TREE
1553+=======
1554+#: report:account.move.voucher:0
1555+msgid "Journal:"
1556+msgstr "Дневник:"
1557+
1558+#. module: account
1559+>>>>>>> MERGE-SOURCE
1560 #: view:account.bank.statement:0
1561 #: selection:account.bank.statement,state:0
1562 #: view:account.invoice:0
1563@@ -4057,7 +4131,11 @@
1564 #. module: account
1565 #: view:account.tax.template:0
1566 msgid "Credit Notes"
1567+<<<<<<< TREE
1568 msgstr "кредитни известия"
1569+=======
1570+msgstr "Бележки по кредит"
1571+>>>>>>> MERGE-SOURCE
1572
1573 #. module: account
1574 #: code:addons/account/account.py:2067
1575@@ -4109,6 +4187,7 @@
1576 #: field:account.tax,price_include:0
1577 #: field:account.tax.template,price_include:0
1578 msgid "Tax Included in Price"
1579+<<<<<<< TREE
1580 msgstr "Данъци включени в цената"
1581
1582 #. module: account
1583@@ -4119,6 +4198,9 @@
1584 "You cannot define children to an account with internal type different of "
1585 "\"View\"! "
1586 msgstr ""
1587+=======
1588+msgstr "Данъци включени в цената"
1589+>>>>>>> MERGE-SOURCE
1590
1591 #. module: account
1592 #: model:ir.model,name:account.model_account_analytic_cost_ledger_journal_report
1593@@ -4272,6 +4354,7 @@
1594 #. module: account
1595 #: report:account.account.balance.landscape:0
1596 msgid "Account Balance -"
1597+<<<<<<< TREE
1598 msgstr "Баланс по сметка -"
1599
1600 #. module: account
1601@@ -4279,6 +4362,9 @@
1602 #, python-format
1603 msgid "Invoice "
1604 msgstr "Фактура "
1605+=======
1606+msgstr "Баланс по сметка -"
1607+>>>>>>> MERGE-SOURCE
1608
1609 #. module: account
1610 #: field:account.automatic.reconcile,date1:0
1611@@ -5582,8 +5668,13 @@
1612 #. module: account
1613 #: code:addons/account/invoice.py:997
1614 #, python-format
1615+<<<<<<< TREE
1616 msgid "is validated."
1617 msgstr "е валидирано."
1618+=======
1619+msgid "Invoice '%s' is validated."
1620+msgstr ""
1621+>>>>>>> MERGE-SOURCE
1622
1623 #. module: account
1624 #: view:account.chart.template:0
1625@@ -6918,9 +7009,17 @@
1626 msgstr ""
1627
1628 #. module: account
1629+<<<<<<< TREE
1630 #: view:account.payment.term.line:0
1631 msgid " value amount: n.a"
1632 msgstr ""
1633+=======
1634+#: selection:account.entries.report,move_line_state:0
1635+#: view:account.move.line:0
1636+#: selection:account.move.line,state:0
1637+msgid "Unbalanced"
1638+msgstr "Небалансиран"
1639+>>>>>>> MERGE-SOURCE
1640
1641 #. module: account
1642 #: selection:account.move.line,centralisation:0
1643@@ -7260,6 +7359,14 @@
1644 msgstr "Пресмятане на абонамент"
1645
1646 #. module: account
1647+<<<<<<< TREE
1648+=======
1649+#: report:account.move.voucher:0
1650+msgid "Amount (in words) :"
1651+msgstr "Сума (словом):"
1652+
1653+#. module: account
1654+>>>>>>> MERGE-SOURCE
1655 #: field:account.bank.statement.line,partner_id:0
1656 #: view:account.entries.report:0
1657 #: field:account.entries.report,partner_id:0
1658@@ -8390,7 +8497,16 @@
1659 #. module: account
1660 #: view:account.account.template:0
1661 msgid "Receivale Accounts"
1662-msgstr "Сметки вземания"
1663+<<<<<<< TREE
1664+msgstr "Сметки вземания"
1665+=======
1666+msgstr "Сметки вземания"
1667+
1668+#. module: account
1669+#: report:account.move.voucher:0
1670+msgid "Particulars"
1671+msgstr ""
1672+>>>>>>> MERGE-SOURCE
1673
1674 #. module: account
1675 #: selection:account.account.type,report_type:0
1676@@ -8899,6 +9015,14 @@
1677 msgstr ""
1678
1679 #. module: account
1680+<<<<<<< TREE
1681+=======
1682+#: report:account.move.voucher:0
1683+msgid "Through :"
1684+msgstr "Чрез :"
1685+
1686+#. module: account
1687+>>>>>>> MERGE-SOURCE
1688 #: view:account.general.journal:0
1689 #: model:ir.ui.menu,name:account.menu_account_general_journal
1690 msgid "General Journals"
1691@@ -9089,7 +9213,16 @@
1692 #: field:account.account.template,type:0
1693 #: field:account.entries.report,type:0
1694 msgid "Internal Type"
1695-msgstr "Вътрешен тип"
1696+<<<<<<< TREE
1697+msgstr "Вътрешен тип"
1698+=======
1699+msgstr "Вътрешен тип"
1700+
1701+#. module: account
1702+#: report:account.move.voucher:0
1703+msgid "State:"
1704+msgstr "Състояние:"
1705+>>>>>>> MERGE-SOURCE
1706
1707 #. module: account
1708 #: model:ir.actions.act_window,name:account.action_subscription_form_running
1709@@ -9426,7 +9559,19 @@
1710 #. module: account
1711 #: constraint:account.account.template:0
1712 msgid "Error ! You can not create recursive account templates."
1713-msgstr "Грешка! Не може да създавате рекурсивни шаблони за сметки."
1714+<<<<<<< TREE
1715+msgstr "Грешка! Не може да създавате рекурсивни шаблони за сметки."
1716+=======
1717+msgstr "Грешка! Не може да създавате рекурсивни шаблони за сметки."
1718+
1719+#. module: account
1720+#: constraint:account.account.template:0
1721+msgid ""
1722+"You cannot create an account template! \n"
1723+"Make sure if the account template has parent then it should be type "
1724+"\"View\"! "
1725+msgstr ""
1726+>>>>>>> MERGE-SOURCE
1727
1728 #. module: account
1729 #: view:account.subscription:0
1730@@ -9851,6 +9996,7 @@
1731 "in its currency (maybe different of the company currency)."
1732 msgstr ""
1733
1734+<<<<<<< TREE
1735 #. module: account
1736 #: report:account.balancesheet:0
1737 #: report:account.balancesheet.horizontal:0
1738@@ -9920,3 +10066,751 @@
1739
1740 #~ msgid "State:"
1741 #~ msgstr "Състояние:"
1742+=======
1743+#~ msgid "Keep empty to use the period of the validation date."
1744+#~ msgstr "Оставете празно за да бъде изпозван периода на проверка на дадата."
1745+
1746+#~ msgid "Error! You can not create recursive account."
1747+#~ msgstr "Грешка! Не може да създавате рекурсивна сметка."
1748+
1749+#, python-format
1750+#~ msgid "Account move line \"%s\" is not valid"
1751+#~ msgstr "Ред \"%s\" от движение по сметка не е валиден"
1752+
1753+#~ msgid "Entries Encoding"
1754+#~ msgstr "Кодиране на записи"
1755+
1756+#~ msgid "Select Message"
1757+#~ msgstr "Изберете съобщение"
1758+
1759+#~ msgid "Confirm draft invoices"
1760+#~ msgstr "Потвърди проектите на фактури"
1761+
1762+#~ msgid "Move line select"
1763+#~ msgstr "Премесетване на избрания ред"
1764+
1765+#~ msgid "Entry label"
1766+#~ msgstr "Етикет на запис"
1767+
1768+#~ msgid "Account Entry Line"
1769+#~ msgstr "Ред от запис на сметка"
1770+
1771+#~ msgid "Aged Trial Balance"
1772+#~ msgstr "Стар пробен баланс"
1773+
1774+#~ msgid "Total entries"
1775+#~ msgstr "Общо записи"
1776+
1777+#~ msgid "Disc. (%)"
1778+#~ msgstr "Отстъка (%)"
1779+
1780+#~ msgid ""
1781+#~ "Would your payment have been carried out after this mail was sent, please "
1782+#~ "consider the present one as void. Do not hesitate to contact our accounting "
1783+#~ "departement at +32 81 81 37 00."
1784+#~ msgstr ""
1785+#~ "Ако искате ли плащането да бъде извършено след като изпратите този email, "
1786+#~ "моля считайте този като нулев. Не се притеснявайте да се обадите на "
1787+#~ "търговския ни отдел на ..............."
1788+
1789+#~ msgid "Unpaid Supplier Refunds"
1790+#~ msgstr "Неплатени обезщетения на доставчици"
1791+
1792+#~ msgid "Supplier invoice"
1793+#~ msgstr "Фактура за доставчик"
1794+
1795+#~ msgid "Contact"
1796+#~ msgstr "Контакт"
1797+
1798+#~ msgid "Account Entry Reconcile"
1799+#~ msgstr "Обединяване на записи от сметка"
1800+
1801+#~ msgid "account.move.line"
1802+#~ msgstr "account.move.line"
1803+
1804+#~ msgid "Sign for parent"
1805+#~ msgstr "Знак за родител"
1806+
1807+#~ msgid "Partial Payment"
1808+#~ msgstr "Частично плащаме"
1809+
1810+#~ msgid "Move Lines Created."
1811+#~ msgstr "Създадени редове за преместване"
1812+
1813+#~ msgid "Status"
1814+#~ msgstr "Състояние"
1815+
1816+#~ msgid "Partner account"
1817+#~ msgstr "Сметка на партньор"
1818+
1819+#~ msgid "Generate entries before:"
1820+#~ msgstr "Създай записи преди:"
1821+
1822+#~ msgid "Account cost and revenue by journal"
1823+#~ msgstr "Приходи и разходи на сметка по дневник"
1824+
1825+#~ msgid "Bank Reconciliation"
1826+#~ msgstr "Обединяване на банка"
1827+
1828+#~ msgid "Print Journal"
1829+#~ msgstr "Печат на дневник"
1830+
1831+#~ msgid "End date"
1832+#~ msgstr "Крайна дата"
1833+
1834+#~ msgid "Entries by Statements"
1835+#~ msgstr "Записи според отчета"
1836+
1837+#~ msgid "Grand total"
1838+#~ msgstr "Обща сума"
1839+
1840+#~ msgid "New Supplier Invoice"
1841+#~ msgstr "Нова фактура за доставчик"
1842+
1843+#~ msgid "Amount paid"
1844+#~ msgstr "Платена сума"
1845+
1846+#~ msgid "Voucher Nb"
1847+#~ msgstr "Номер на ваучер"
1848+
1849+#~ msgid "Total write-off"
1850+#~ msgstr "Общо отписване"
1851+
1852+#~ msgid "New Analytic Account"
1853+#~ msgstr "Нова аналитична сметка"
1854+
1855+#~ msgid "Standard entry"
1856+#~ msgstr "Стандартен запис"
1857+
1858+#~ msgid "Tax Report"
1859+#~ msgstr "Справка относно данък"
1860+
1861+#~ msgid "Ending Balance"
1862+#~ msgstr "Краен баланс"
1863+
1864+#~ msgid "Value"
1865+#~ msgstr "Стойност"
1866+
1867+#~ msgid "Compute Entry Dates"
1868+#~ msgstr "Изчисляване на въведените дати"
1869+
1870+#~ msgid "Statement reconcile line"
1871+#~ msgstr "Ред от отчет за приравняване"
1872+
1873+#~ msgid "Income"
1874+#~ msgstr "Приход"
1875+
1876+#~ msgid "Print General Journal"
1877+#~ msgstr "Отпечатване на основен дневник"
1878+
1879+#~ msgid "Invoice Movement"
1880+#~ msgstr "Преместване на фактура"
1881+
1882+#~ msgid "Open for reconciliation"
1883+#~ msgstr "Отваряне за обединяване"
1884+
1885+#~ msgid "VAT"
1886+#~ msgstr "ДДС"
1887+
1888+#~ msgid "Account to reconcile"
1889+#~ msgstr "Сметка за приравняване"
1890+
1891+#~ msgid "Partner Ref."
1892+#~ msgstr "Препратки към партньора"
1893+
1894+#~ msgid "Total quantity"
1895+#~ msgstr "Общо количество"
1896+
1897+#~ msgid "Third party"
1898+#~ msgstr "Външен"
1899+
1900+#~ msgid "Costs & Revenues"
1901+#~ msgstr "Разходи & приходи"
1902+
1903+#~ msgid "Account Number"
1904+#~ msgstr "Номер на сметка"
1905+
1906+#~ msgid "Gives the sequence order when displaying a list of account types."
1907+#~ msgstr "Задава последователността при показване на списък с видове сметки"
1908+
1909+#~ msgid "Include in base amount"
1910+#~ msgstr "Включване в основната сума"
1911+
1912+#~ msgid "New Statement"
1913+#~ msgstr "Нов отчет"
1914+
1915+#~ msgid "Print Central Journal"
1916+#~ msgstr "Отпечатване централен дневник"
1917+
1918+#~ msgid "Account Manager"
1919+#~ msgstr "Отговорник за сметка"
1920+
1921+#~ msgid "Start date"
1922+#~ msgstr "Начална дата"
1923+
1924+#~ msgid "Untaxed amount"
1925+#~ msgstr "Сума без данъци"
1926+
1927+#~ msgid "Pay invoice"
1928+#~ msgstr "Плащане на фактура"
1929+
1930+#~ msgid "Draft Customer Invoices"
1931+#~ msgstr "Проект на фактура за клиент"
1932+
1933+#~ msgid "Invalid XML for View Architecture!"
1934+#~ msgstr "Невалиден XML за преглед на архитектурата"
1935+
1936+#~ msgid "Analytic Journal Report"
1937+#~ msgstr "Справка за аналитичен дневник"
1938+
1939+#~ msgid "Expense"
1940+#~ msgstr "Разход"
1941+
1942+#~ msgid "Options"
1943+#~ msgstr "Настройки"
1944+
1945+#~ msgid "Validate Account Moves"
1946+#~ msgstr "Проверка на движения на сметка"
1947+
1948+#~ msgid "Unpaid invoices"
1949+#~ msgstr "Неплатени фактури"
1950+
1951+#~ msgid "Statements reconciliation"
1952+#~ msgstr "Обединяване на бюлетини"
1953+
1954+#~ msgid "Draft Supplier Invoices"
1955+#~ msgstr "Проект фактура за доставчик"
1956+
1957+#~ msgid ""
1958+#~ "Exception made of a mistake of our side, it seems that the following bills "
1959+#~ "stay unpaid. Please, take appropriate measures in order to carry out this "
1960+#~ "payment in the next 8 days."
1961+#~ msgstr ""
1962+#~ "Грешка следствие на наша грешка, изглежда че следните сметки остават "
1963+#~ "неплатени. Моля направете необходимите мерки за да направите плащането в "
1964+#~ "следващите 8 дена."
1965+
1966+#~ msgid "Create subscription entries"
1967+#~ msgstr "Създаване на абонаментни записи"
1968+
1969+#~ msgid "Date Invoiced"
1970+#~ msgstr "Дата на фактуриране"
1971+
1972+#~ msgid "Automatic reconciliation"
1973+#~ msgstr "Автоматично обединяване"
1974+
1975+#~ msgid "Date End"
1976+#~ msgstr "Крайна дата"
1977+
1978+#~ msgid "Entries Encoding by Line"
1979+#~ msgstr "Записи кодирани по ред"
1980+
1981+#~ msgid "The amount in the currency of the journal"
1982+#~ msgstr "Сумата е във валутата на дневника"
1983+
1984+#~ msgid "Equity"
1985+#~ msgstr "Акции"
1986+
1987+#~ msgid "Analytic Chart of Accounts"
1988+#~ msgstr "Аналитична диаграма на сметки"
1989+
1990+#~ msgid "Select Period and Journal for Validation"
1991+#~ msgstr "Иберете период и дневник за проверка"
1992+
1993+#~ msgid "Partner ID"
1994+#~ msgstr "Идентификатор на партньор"
1995+
1996+#~ msgid "New Customer Invoice"
1997+#~ msgstr "Нова клиентска фактура"
1998+
1999+#~ msgid "Analytic account costs and revenues"
2000+#~ msgstr "Разходи и печалби на аналитична сметла"
2001+
2002+#~ msgid "Are you sure you want to refund this invoice ?"
2003+#~ msgstr "Сигурни ли сте че искате да обезщетите тази фактура?"
2004+
2005+#~ msgid "Open State"
2006+#~ msgstr "Отваряне на статус"
2007+
2008+#~ msgid "Draft Supplier Refunds"
2009+#~ msgstr "Проект на обезщетение на достачик"
2010+
2011+#~ msgid "Draft Customer Refunds"
2012+#~ msgstr "Проект на обещетения на клиент"
2013+
2014+#~ msgid ""
2015+#~ "The maturity date of the generated entries for this model. You can chosse "
2016+#~ "between the date of the creation action or the the date of the creation of "
2017+#~ "the entries plus the partner payment terms."
2018+#~ msgstr ""
2019+#~ "Дата на падеж на генерираните записи за този модел. Може да изберете между "
2020+#~ "датата на създаване на модела и датата на създаване на записите плюс "
2021+#~ "условията за плащане на партньора."
2022+
2023+#~ msgid "Document"
2024+#~ msgstr "Документ"
2025+
2026+#~ msgid "Move name"
2027+#~ msgstr "Име на движение"
2028+
2029+#~ msgid "Cancel selected invoices"
2030+#~ msgstr "Отказа на избраните фактури"
2031+
2032+#~ msgid "account.move.line.select"
2033+#~ msgstr "account.move.line.select"
2034+
2035+#~ msgid "Financial Management"
2036+#~ msgstr "Управление на финанси"
2037+
2038+#~ msgid "Additionnal Information"
2039+#~ msgstr "Допълнителна информация"
2040+
2041+#~ msgid "Partner Accounts"
2042+#~ msgstr "Сметка на партньор"
2043+
2044+#~ msgid ""
2045+#~ "If a default tax if given in the partner it only override taxes from account "
2046+#~ "(or product) of the same group."
2047+#~ msgstr ""
2048+#~ "Ако е зададен данък по подразбиране за партньора, той само застъпва данъци "
2049+#~ "от сметка (или продукт) от същата група."
2050+
2051+#~ msgid "Real Entries"
2052+#~ msgstr "Реални записи"
2053+
2054+#~ msgid "Invoice line"
2055+#~ msgstr "Ред от фактура"
2056+
2057+#~ msgid "Force all moves for this account to have this secondary currency."
2058+#~ msgstr "Задължи всички движения за тази сметка да имат втора валута."
2059+
2060+#~ msgid ""
2061+#~ "All draft account entries in this journal and period will be validated. It "
2062+#~ "means you won't be able to modify their accouting fields."
2063+#~ msgstr ""
2064+#~ "Всички записи на сметки в проект в този дневник и период ще бъдат проверени. "
2065+#~ "Това означава че няма да може да променяте полета на сметки им."
2066+
2067+#~ msgid "Pay and reconcile"
2068+#~ msgstr "Плащане и приравняване"
2069+
2070+#~ msgid "Balance brought forward"
2071+#~ msgstr "Баланс пренесен напред"
2072+
2073+#~ msgid "New Supplier Refund"
2074+#~ msgstr "Ново обещетение за доставчик"
2075+
2076+#~ msgid "Entry Model"
2077+#~ msgstr "Модел на запис"
2078+
2079+#~ msgid "Journal code"
2080+#~ msgstr "Код на дневник"
2081+
2082+#~ msgid "Entry Name"
2083+#~ msgstr "Име на запис"
2084+
2085+#~ msgid "Entry encoding"
2086+#~ msgstr "Кодиране на ред"
2087+
2088+#~ msgid "Write-Off Period"
2089+#~ msgstr "Период за отписване"
2090+
2091+#~ msgid "Other"
2092+#~ msgstr "Друго"
2093+
2094+#~ msgid "Financial Journals"
2095+#~ msgstr "Финансови дневници"
2096+
2097+#~ msgid "Select entries"
2098+#~ msgstr "Изберете записи"
2099+
2100+#~ msgid ""
2101+#~ "Indicate if the tax computation is based on the value computed for the "
2102+#~ "computation of child taxes or based on the total amount."
2103+#~ msgstr ""
2104+#~ "Посочва че данъка е базиран на стойност изчислена за бъдещи изчисления на "
2105+#~ "подчинени данъци или е базиран на общата сума."
2106+
2107+#~ msgid "Taxed Amount"
2108+#~ msgstr "Данъчна сума"
2109+
2110+#~ msgid "Subtotal w/o tax"
2111+#~ msgstr "Междинна сума без данък"
2112+
2113+#~ msgid "Invoice Ref"
2114+#~ msgstr "Отпратка към фактура"
2115+
2116+#~ msgid ""
2117+#~ "You can check this box to mark the entry line as a litigation with the "
2118+#~ "associated partner"
2119+#~ msgstr "Отметнете за да отбележете записа като според с асоциирания партньор"
2120+
2121+#~ msgid "The currency of the journal"
2122+#~ msgstr "Валута на дневника"
2123+
2124+#~ msgid "Search Entries"
2125+#~ msgstr "Записи за търсене"
2126+
2127+#~ msgid ""
2128+#~ "The Object name must start with x_ and not contain any special character !"
2129+#~ msgstr ""
2130+#~ "Името на обекта трябва да започва с \"x_\" и да не съдържа никакви специални "
2131+#~ "символи!"
2132+
2133+#~ msgid ""
2134+#~ "This field is used for payable and receivable entries. You can put the limit "
2135+#~ "date for the payment of this entry line."
2136+#~ msgstr ""
2137+#~ "Това поле се използва за записи за приходи и разходи. Може да поставите "
2138+#~ "крайна дата за плащането на този запис."
2139+
2140+#~ msgid "Third party (Country)"
2141+#~ msgstr "Външен (Държава)"
2142+
2143+#~ msgid "The sequence gives the display order for a list of journals"
2144+#~ msgstr "Последователността дава реда на показване при списък от дневници"
2145+
2146+#~ msgid "Payment date"
2147+#~ msgstr "Дата на плащане"
2148+
2149+#~ msgid "Unpaid Customer Invoices"
2150+#~ msgstr "Неплатени фактури на клиенти"
2151+
2152+#~ msgid "Canceled Invoice"
2153+#~ msgstr "Прекратена фактура"
2154+
2155+#~ msgid "End of Year Treatments"
2156+#~ msgstr "Обработка на края на годината"
2157+
2158+#~ msgid "Entry Model Line"
2159+#~ msgstr "Ред на запис на модел"
2160+
2161+#~ msgid "Quantities"
2162+#~ msgstr "Количества"
2163+
2164+#~ msgid "Date Start"
2165+#~ msgstr "Начална дата"
2166+
2167+#~ msgid "The date of the generated entries"
2168+#~ msgstr "Дата на генерираните записи"
2169+
2170+#~ msgid "Analytic Entries by Journal"
2171+#~ msgstr "Аналитични записи по дневник"
2172+
2173+#~ msgid ""
2174+#~ "Indicate if the amount of tax must be included in the base amount for the "
2175+#~ "computation of the next taxes"
2176+#~ msgstr ""
2177+#~ "Показва дали сумата на данъка трябва да бъде включен в основната сума при "
2178+#~ "изчисляване на следващите данъци."
2179+
2180+#~ msgid "Journal name"
2181+#~ msgstr "Име на дневник"
2182+
2183+#~ msgid "Reconcile entries"
2184+#~ msgstr "Приравняване на записи"
2185+
2186+#~ msgid "Journal - Period"
2187+#~ msgstr "Дневник - период"
2188+
2189+#~ msgid "Account cost and revenue by journal (This Month)"
2190+#~ msgstr "Сметка за приходи и разходи по дневник (текущ месец)"
2191+
2192+#~ msgid "Open for unreconciliation"
2193+#~ msgstr "Отваряне за връщане на приравняване"
2194+
2195+#~ msgid "OK"
2196+#~ msgstr "Добре"
2197+
2198+#~ msgid "Account Balance"
2199+#~ msgstr "Баланс на сметка"
2200+
2201+#~ msgid "Analytic Check"
2202+#~ msgstr "Аналитична проверка"
2203+
2204+#~ msgid "account.analytic.journal"
2205+#~ msgstr "account.analytic.journal"
2206+
2207+#~ msgid "Payment amount"
2208+#~ msgstr "Сума за плащане"
2209+
2210+#~ msgid "All Months"
2211+#~ msgstr "Всички месеци"
2212+
2213+#~ msgid "Total amount"
2214+#~ msgstr "Обща сума"
2215+
2216+#~ msgid "Tax Group"
2217+#~ msgstr "Група данъци"
2218+
2219+#~ msgid "New Customer Refund"
2220+#~ msgstr "Ново обезщетение на клиент"
2221+
2222+#~ msgid "Subscription Periods"
2223+#~ msgstr "Периоди на абонамент"
2224+
2225+#~ msgid "Write-Off journal"
2226+#~ msgstr "Дневник за отписвания"
2227+
2228+#~ msgid "Full Payment"
2229+#~ msgstr "Пълно плащане"
2230+
2231+#~ msgid "All account entries"
2232+#~ msgstr "Всични записи на сметката"
2233+
2234+#~ msgid "Unpaid Customer Refunds"
2235+#~ msgstr "Неплатени обезщетения на клиент"
2236+
2237+#~ msgid "Amount reconciled"
2238+#~ msgstr "Сумата приравнена"
2239+
2240+#~ msgid "Subscription Entries"
2241+#~ msgstr "Записи на абонамент"
2242+
2243+#~ msgid "PRO-FORMA Customer Invoices"
2244+#~ msgstr "Клиентска ПРОФОРМА фактура"
2245+
2246+#~ msgid "Analytic Journal Definition"
2247+#~ msgstr "Определение на аналитичен дневник"
2248+
2249+#~ msgid "Skip 'Draft' State for Created Entries"
2250+#~ msgstr "Пропускане на състоянието 'проект' за създадените записи"
2251+
2252+#~ msgid "List of Accounts"
2253+#~ msgstr "Списък със сметки"
2254+
2255+#~ msgid "Validate Account Entries"
2256+#~ msgstr "Проверка на записите на сметка"
2257+
2258+#~ msgid "Current Date"
2259+#~ msgstr "Текуща дата"
2260+
2261+#~ msgid "Financial Accounts"
2262+#~ msgstr "Финансови сметки"
2263+
2264+#~ msgid "Models Definition"
2265+#~ msgstr "Определения на модели"
2266+
2267+#~ msgid "Statement reconcile"
2268+#~ msgstr "Приравняване на отчет"
2269+
2270+#~ msgid "Charts of Account"
2271+#~ msgstr "Графики на сметка"
2272+
2273+#~ msgid "Printing Date"
2274+#~ msgstr "Дата на отпечатване"
2275+
2276+#, python-format
2277+#~ msgid "No Data Available"
2278+#~ msgstr "Няма налични данни"
2279+
2280+#~ msgid ""
2281+#~ "This account will be used to value incoming stock for the current product "
2282+#~ "category"
2283+#~ msgstr ""
2284+#~ "Тази сметка ще се използва за оценка на постъпващата стока за текущата "
2285+#~ "продуктова категория"
2286+
2287+#, python-format
2288+#~ msgid "No journal for ending writing has been defined for the fiscal year"
2289+#~ msgstr "Не е зададен дневник за краен запис за финансовата година"
2290+
2291+#, python-format
2292+#~ msgid "No analytic journal !"
2293+#~ msgstr "Не е аналитичен дневник !"
2294+
2295+#~ msgid "Account Num."
2296+#~ msgstr "Номер на сметка"
2297+
2298+#~ msgid "Journal Voucher"
2299+#~ msgstr "Разписка за дневник"
2300+
2301+#, python-format
2302+#~ msgid "You can not validate a non-balanced entry !"
2303+#~ msgstr "Не може да проверявате небалансиран запис !"
2304+
2305+#, python-format
2306+#~ msgid ""
2307+#~ "The expected balance (%.2f) is different than the computed one. (%.2f)"
2308+#~ msgstr "Очаквания баланс (%.2f) е различен от изчисления. (%.2f)"
2309+
2310+#~ msgid "Crédit"
2311+#~ msgstr "Кредит"
2312+
2313+#~ msgid "Débit"
2314+#~ msgstr "Дебит"
2315+
2316+#, python-format
2317+#~ msgid "The statement balance is incorrect !\n"
2318+#~ msgstr "Баланса на отчета не е правилен !\n"
2319+
2320+#, python-format
2321+#~ msgid "Configration Error !"
2322+#~ msgstr "Грешка при конфигурация !"
2323+
2324+#, python-format
2325+#~ msgid "Your journal must have a default credit and debit account."
2326+#~ msgstr ""
2327+#~ "Вашия дневник трябва да има по подразбиране сметки за дебит и кредит."
2328+
2329+#, python-format
2330+#~ msgid "No sequence defined in the journal !"
2331+#~ msgstr "Не са зададени последоватености за този дневник !"
2332+
2333+#, python-format
2334+#~ msgid "The opening journal must not have any entry in the new fiscal year !"
2335+#~ msgstr ""
2336+#~ "Отваряния дневник не трябва да има запис за новата финансова година !"
2337+
2338+#, python-format
2339+#~ msgid ""
2340+#~ "No period defined for this date !\n"
2341+#~ "Please create a fiscal year."
2342+#~ msgstr ""
2343+#~ "Няма период за тази дата !\n"
2344+#~ "Моля създайте финансова година."
2345+
2346+#, python-format
2347+#~ msgid "Already Reconciled"
2348+#~ msgstr "Вече приравнен"
2349+
2350+#, python-format
2351+#~ msgid "Unable to reconcile entry \"%s\": %.2f"
2352+#~ msgstr "Не може да приравни запис %s\": %.2f"
2353+
2354+#, python-format
2355+#~ msgid "Please set an analytic journal on this financial journal !"
2356+#~ msgstr "Моля изберете аналитичен дневник за този финансов дневник !"
2357+
2358+#, python-format
2359+#~ msgid "Date to must be set between %s and %s"
2360+#~ msgstr "Датата трябва да бъде между %s и %s"
2361+
2362+#, python-format
2363+#~ msgid "No records found for your selection!"
2364+#~ msgstr "Няма намерен данък за вашия избор"
2365+
2366+#, python-format
2367+#~ msgid "The account is not defined to be reconcile !"
2368+#~ msgstr "Тази сметка не е предвидена за приравняване !"
2369+
2370+#, python-format
2371+#~ msgid "The journal must have centralised counterpart"
2372+#~ msgstr "Дневника трябва да има централно копие"
2373+
2374+#, python-format
2375+#~ msgid "The old fiscal year does not have any entry to reconcile!"
2376+#~ msgstr "Старата финансова година няма записи за приравняване!"
2377+
2378+#~ msgid "Partner name"
2379+#~ msgstr "Име на партньор"
2380+
2381+#, python-format
2382+#~ msgid "Can not pay draft/proforma/cancel invoice."
2383+#~ msgstr "Не може да бъде платена проект/проформа/отказана фактура."
2384+
2385+#, python-format
2386+#~ msgid "You can not deactivate an account that contains account moves."
2387+#~ msgstr "Не може да деактивирате сметка която съдържа движения по сметка."
2388+
2389+#, python-format
2390+#~ msgid "Date not in a defined fiscal year"
2391+#~ msgstr "Датата не е в зададената финансова година"
2392+
2393+#, python-format
2394+#~ msgid ""
2395+#~ "Selected Move lines does not have any account move enties in draft state"
2396+#~ msgstr ""
2397+#~ "Избраните редове от движения нямат движения по сметка в състояние проект"
2398+
2399+#, python-format
2400+#~ msgid "Closing of fiscal year cancelled, please check the box !"
2401+#~ msgstr "Затварянето на финансовата година прекратено, моля отменете полето !"
2402+
2403+#~ msgid "Journal Sale"
2404+#~ msgstr "Дневник на продажбите"
2405+
2406+#~ msgid "The sequence used for invoice numbers in this journal."
2407+#~ msgstr "Последователността използвана за номера на фактури в този дневник."
2408+
2409+#~ msgid "Accounting and financial management"
2410+#~ msgstr "Счетоводство и финансови операции"
2411+
2412+#~ msgid "Reconcile Entries."
2413+#~ msgstr "Съгласувай записи"
2414+
2415+#~ msgid "Proposed invoice to be checked, validated and printed"
2416+#~ msgstr "Предложената фактура да бъде проверена, валидирана и отпечатана"
2417+
2418+#~ msgid "Print Aged Trial Balance"
2419+#~ msgstr "Отпечатай стара оборотна ведомост"
2420+
2421+#~ msgid ""
2422+#~ "Gives the type of the analytic journal. When a document (eg: an invoice) "
2423+#~ "needs to create analytic entries, Open ERP will look for a matching journal "
2424+#~ "of the same type."
2425+#~ msgstr ""
2426+#~ "Дава типа на аналитичния дневник. Когато документ (напр. фактура) трябва да "
2427+#~ "направи аналитичен запис, Open ERP ще търси съвпадащ дневник от същия тип."
2428+
2429+#~ msgid "Error ! The duration of the Fiscal Year is invalid. "
2430+#~ msgstr "Грешка ! Продължителността на фискалната година е невалидна. "
2431+
2432+#~ msgid ""
2433+#~ "If you use payment terms, the due date will be computed automatically at the "
2434+#~ "generation of accounting entries. If you keep the payment term and the due "
2435+#~ "date empty, it means direct payment."
2436+#~ msgstr ""
2437+#~ "Ако използвате \"усовия за плащане\", датата на падежа ще бъде изчислена "
2438+#~ "автоматично при създаването на счетоводни записи. Ако оставите условията за "
2439+#~ "плащане и падежната дата празни, това означава директно плащане."
2440+
2441+#~ msgid "Asset"
2442+#~ msgstr "Актив"
2443+
2444+#~ msgid "Unpaid Supplier Invoices"
2445+#~ msgstr "Неплатени фактури на доставчици"
2446+
2447+#~ msgid "Print Taxes Report"
2448+#~ msgstr "Отпечатване на справка за данъци"
2449+
2450+#~ msgid "Unreconcile entries"
2451+#~ msgstr "Несъгласувани записи"
2452+
2453+#~ msgid "Confirm statement from draft"
2454+#~ msgstr "Потвърждаване на отчет от проект(чернова)"
2455+
2456+#~ msgid ""
2457+#~ "Gives the view used when writing or browsing entries in this journal. The "
2458+#~ "view tell Open ERP which fields should be visible, required or readonly and "
2459+#~ "in which order. You can create your own view for a faster encoding in each "
2460+#~ "journal."
2461+#~ msgstr ""
2462+#~ "Дава изглед използван за запис или разглеждане на записи от този дневник. "
2463+#~ "Изгледа задава на Open ERP кои полета ще бъдат видими, задължителни или само "
2464+#~ "за четене и в какъв ред. Може да създадете собствен изглед за по-бързо "
2465+#~ "набиране във всеки дневник."
2466+
2467+#~ msgid "Recurrent Entries"
2468+#~ msgstr "Повтарящи се записи"
2469+
2470+#~ msgid "Error! You can not create recursive analytic accounts."
2471+#~ msgstr "Грешка! Не можете да създадете рекурсивни аналитични сметки."
2472+
2473+#~ msgid "Invalid model name in the action definition."
2474+#~ msgstr "Невалидно име на модел при задаването на действие."
2475+
2476+#~ msgid "Specify The Message for the Overdue Payment Report."
2477+#~ msgstr "Определи съобщението за доклада с просрочени плащания."
2478+
2479+#~ msgid "Unreconciled entries"
2480+#~ msgstr "Неизравнени стойности"
2481+
2482+#, python-format
2483+#~ msgid "Invoice "
2484+#~ msgstr "Фактура "
2485+
2486+#, python-format
2487+#~ msgid "is validated."
2488+#~ msgstr "е валидирано."
2489+>>>>>>> MERGE-SOURCE
2490
2491=== modified file 'account/i18n/br.po'
2492--- account/i18n/br.po 2011-10-05 05:53:44 +0000
2493+++ account/i18n/br.po 2011-11-22 19:28:30 +0000
2494@@ -14,8 +14,13 @@
2495 "MIME-Version: 1.0\n"
2496 "Content-Type: text/plain; charset=UTF-8\n"
2497 "Content-Transfer-Encoding: 8bit\n"
2498+<<<<<<< TREE
2499 "X-Launchpad-Export-Date: 2011-10-05 04:55+0000\n"
2500 "X-Generator: Launchpad (build 14085)\n"
2501+=======
2502+"X-Launchpad-Export-Date: 2011-03-18 04:47+0000\n"
2503+"X-Generator: Launchpad (build 12559)\n"
2504+>>>>>>> MERGE-SOURCE
2505
2506 #. module: account
2507 #: model:process.transition,name:account.process_transition_supplierreconcilepaid0
2508@@ -702,12 +707,6 @@
2509 msgstr ""
2510
2511 #. module: account
2512-#: code:addons/account/account_bank_statement.py:306
2513-#, python-format
2514-msgid "The statement balance is incorrect !\n"
2515-msgstr ""
2516-
2517-#. module: account
2518 #: selection:account.payment.term.line,value:0
2519 #: selection:account.tax.template,type:0
2520 msgid "Percent"
2521@@ -2566,9 +2565,10 @@
2522 msgstr ""
2523
2524 #. module: account
2525-#: code:addons/account/account_bank_statement.py:307
2526+#: code:addons/account/account_bank_statement.py:306
2527 #, python-format
2528 msgid ""
2529+"The statement balance is incorrect !\n"
2530 "The expected balance (%.2f) is different than the computed one. (%.2f)"
2531 msgstr ""
2532
2533@@ -2803,6 +2803,12 @@
2534 msgstr ""
2535
2536 #. module: account
2537+#: code:addons/account/account.py:2951
2538+#, python-format
2539+msgid "BNK%s"
2540+msgstr ""
2541+
2542+#. module: account
2543 #: code:addons/account/account.py:2906
2544 #: code:addons/account/installer.py:296
2545 #, python-format
2546@@ -4193,12 +4199,15 @@
2547 msgstr ""
2548
2549 #. module: account
2550+<<<<<<< TREE
2551 #: code:addons/account/invoice.py:997
2552 #, python-format
2553 msgid "Invoice "
2554 msgstr ""
2555
2556 #. module: account
2557+=======
2558+>>>>>>> MERGE-SOURCE
2559 #: field:account.automatic.reconcile,date1:0
2560 msgid "Starting Date"
2561 msgstr ""
2562@@ -5488,7 +5497,7 @@
2563 #. module: account
2564 #: code:addons/account/invoice.py:997
2565 #, python-format
2566-msgid "is validated."
2567+msgid "Invoice '%s' is validated."
2568 msgstr ""
2569
2570 #. module: account
2571
2572=== modified file 'account/i18n/bs.po'
2573--- account/i18n/bs.po 2011-10-05 05:53:44 +0000
2574+++ account/i18n/bs.po 2011-11-22 19:28:30 +0000
2575@@ -13,8 +13,13 @@
2576 "MIME-Version: 1.0\n"
2577 "Content-Type: text/plain; charset=UTF-8\n"
2578 "Content-Transfer-Encoding: 8bit\n"
2579+<<<<<<< TREE
2580 "X-Launchpad-Export-Date: 2011-10-05 04:55+0000\n"
2581 "X-Generator: Launchpad (build 14085)\n"
2582+=======
2583+"X-Launchpad-Export-Date: 2011-03-18 04:47+0000\n"
2584+"X-Generator: Launchpad (build 12559)\n"
2585+>>>>>>> MERGE-SOURCE
2586
2587 #. module: account
2588 #: model:process.transition,name:account.process_transition_supplierreconcilepaid0
2589@@ -707,12 +712,6 @@
2590 msgstr ""
2591
2592 #. module: account
2593-#: code:addons/account/account_bank_statement.py:306
2594-#, python-format
2595-msgid "The statement balance is incorrect !\n"
2596-msgstr ""
2597-
2598-#. module: account
2599 #: selection:account.payment.term.line,value:0
2600 #: selection:account.tax.template,type:0
2601 msgid "Percent"
2602@@ -2580,9 +2579,10 @@
2603 msgstr ""
2604
2605 #. module: account
2606-#: code:addons/account/account_bank_statement.py:307
2607+#: code:addons/account/account_bank_statement.py:306
2608 #, python-format
2609 msgid ""
2610+"The statement balance is incorrect !\n"
2611 "The expected balance (%.2f) is different than the computed one. (%.2f)"
2612 msgstr ""
2613
2614@@ -2824,6 +2824,12 @@
2615 msgstr "Prikaz"
2616
2617 #. module: account
2618+#: code:addons/account/account.py:2951
2619+#, python-format
2620+msgid "BNK%s"
2621+msgstr ""
2622+
2623+#. module: account
2624 #: code:addons/account/account.py:2906
2625 #: code:addons/account/installer.py:296
2626 #, python-format
2627@@ -4220,12 +4226,15 @@
2628 msgstr "Saldo računa -"
2629
2630 #. module: account
2631+<<<<<<< TREE
2632 #: code:addons/account/invoice.py:997
2633 #, python-format
2634 msgid "Invoice "
2635 msgstr ""
2636
2637 #. module: account
2638+=======
2639+>>>>>>> MERGE-SOURCE
2640 #: field:account.automatic.reconcile,date1:0
2641 msgid "Starting Date"
2642 msgstr ""
2643@@ -5519,7 +5528,7 @@
2644 #. module: account
2645 #: code:addons/account/invoice.py:997
2646 #, python-format
2647-msgid "is validated."
2648+msgid "Invoice '%s' is validated."
2649 msgstr ""
2650
2651 #. module: account
2652
2653=== modified file 'account/i18n/ca.po'
2654--- account/i18n/ca.po 2011-10-05 05:53:44 +0000
2655+++ account/i18n/ca.po 2011-11-22 19:28:30 +0000
2656@@ -6,15 +6,27 @@
2657 msgstr ""
2658 "Project-Id-Version: OpenERP Server 6.0dev\n"
2659 "Report-Msgid-Bugs-To: support@openerp.com\n"
2660+<<<<<<< TREE
2661 "POT-Creation-Date: 2011-05-09 10:18+0000\n"
2662 "PO-Revision-Date: 2011-08-17 00:34+0000\n"
2663 "Last-Translator: mgaja (GrupoIsep.com) <Unknown>\n"
2664+=======
2665+"POT-Creation-Date: 2011-01-11 11:14+0000\n"
2666+"PO-Revision-Date: 2011-03-26 18:10+0000\n"
2667+"Last-Translator: Jordi Esteve (www.zikzakmedia.com) "
2668+"<jesteve@zikzakmedia.com>\n"
2669+>>>>>>> MERGE-SOURCE
2670 "Language-Team: \n"
2671 "MIME-Version: 1.0\n"
2672 "Content-Type: text/plain; charset=UTF-8\n"
2673 "Content-Transfer-Encoding: 8bit\n"
2674+<<<<<<< TREE
2675 "X-Launchpad-Export-Date: 2011-10-05 04:55+0000\n"
2676 "X-Generator: Launchpad (build 14085)\n"
2677+=======
2678+"X-Launchpad-Export-Date: 2011-03-27 04:53+0000\n"
2679+"X-Generator: Launchpad (build 12559)\n"
2680+>>>>>>> MERGE-SOURCE
2681
2682 #. module: account
2683 #: model:process.transition,name:account.process_transition_supplierreconcilepaid0
2684@@ -742,12 +754,6 @@
2685 msgstr "Empreses conciliades avui"
2686
2687 #. module: account
2688-#: code:addons/account/account_bank_statement.py:306
2689-#, python-format
2690-msgid "The statement balance is incorrect !\n"
2691-msgstr "El balanç de l'extracte bancari és incorrecte!\n"
2692-
2693-#. module: account
2694 #: selection:account.payment.term.line,value:0
2695 #: selection:account.tax.template,type:0
2696 msgid "Percent"
2697@@ -2703,11 +2709,12 @@
2698 msgstr "Agost"
2699
2700 #. module: account
2701-#: code:addons/account/account_bank_statement.py:307
2702+#: code:addons/account/account_bank_statement.py:306
2703 #, python-format
2704 msgid ""
2705+"The statement balance is incorrect !\n"
2706 "The expected balance (%.2f) is different than the computed one. (%.2f)"
2707-msgstr "El balanç previst (%.2f) és diferent del calculat. (%.2f)"
2708+msgstr ""
2709
2710 #. module: account
2711 #: model:process.transition,note:account.process_transition_paymentreconcile0
2712@@ -2960,6 +2967,12 @@
2713 msgstr "Vista"
2714
2715 #. module: account
2716+#: code:addons/account/account.py:2951
2717+#, python-format
2718+msgid "BNK%s"
2719+msgstr ""
2720+
2721+#. module: account
2722 #: code:addons/account/account.py:2906
2723 #: code:addons/account/installer.py:296
2724 #, python-format
2725@@ -4423,12 +4436,15 @@
2726 msgstr "Balanç compte -"
2727
2728 #. module: account
2729+<<<<<<< TREE
2730 #: code:addons/account/invoice.py:997
2731 #, python-format
2732 msgid "Invoice "
2733 msgstr "Factura "
2734
2735 #. module: account
2736+=======
2737+>>>>>>> MERGE-SOURCE
2738 #: field:account.automatic.reconcile,date1:0
2739 msgid "Starting Date"
2740 msgstr "Data d'inici"
2741@@ -5785,8 +5801,13 @@
2742 #. module: account
2743 #: code:addons/account/invoice.py:997
2744 #, python-format
2745+<<<<<<< TREE
2746 msgid "is validated."
2747 msgstr "està validada."
2748+=======
2749+msgid "Invoice '%s' is validated."
2750+msgstr ""
2751+>>>>>>> MERGE-SOURCE
2752
2753 #. module: account
2754 #: view:account.chart.template:0
2755@@ -10316,6 +10337,7 @@
2756 "The residual amount on a receivable or payable of a journal entry expressed "
2757 "in its currency (maybe different of the company currency)."
2758 msgstr ""
2759+<<<<<<< TREE
2760 "L'import residual d'una anotació a cobrar o a pagar expressat en la seva "
2761 "moneda (pot ser diferent de la moneda de la companyia)."
2762
2763@@ -10418,7 +10440,1629 @@
2764 #~ "You can not create move line on receivable/payable account without partner"
2765 #~ msgstr ""
2766 #~ "No podeu crear una línia de moviment en un compte a cobrar/a pagar sense una "
2767+=======
2768+
2769+#~ msgid "Keep empty to use the period of the validation date."
2770+#~ msgstr "Deixar-ho buit per utilitzar el període de la data de validació."
2771+
2772+#~ msgid "Error! You can not create recursive account."
2773+#~ msgstr "Error! No es pot crear un compte recursiu."
2774+
2775+#~ msgid ""
2776+#~ "If you use payment terms, the due date will be computed automatically at the "
2777+#~ "generation of accounting entries. If you keep the payment term and the due "
2778+#~ "date empty, it means direct payment."
2779+#~ msgstr ""
2780+#~ "Si utilitza terminis de pagament, la data de venciment es calcularà "
2781+#~ "automàticament en la generació d'assentaments comptables. Si deixeu buits el "
2782+#~ "termini de pagament i la data de venciment, significa pagament directe."
2783+
2784+#~ msgid "Unpaid Supplier Invoices"
2785+#~ msgstr "Factures de proveïdor sense pagar"
2786+
2787+#~ msgid "Entries Encoding"
2788+#~ msgstr "Codificació assentaments"
2789+
2790+#~ msgid "Confirm statement from draft"
2791+#~ msgstr "Confirma extracte des de esborrany"
2792+
2793+#~ msgid "Asset"
2794+#~ msgstr "Actiu"
2795+
2796+#~ msgid "Unreconciled entries"
2797+#~ msgstr "Assentaments no conciliats"
2798+
2799+#~ msgid "Print Taxes Report"
2800+#~ msgstr "Imprimeix informe d'impostos"
2801+
2802+#, python-format
2803+#~ msgid "Account move line \"%s\" is not valid"
2804+#~ msgstr "Línia d'assentament comptable \"%s\" no és vàlid"
2805+
2806+#~ msgid "Unreconcile entries"
2807+#~ msgstr "Trenca conciliació dels assentaments"
2808+
2809+#~ msgid "Confirm draft invoices"
2810+#~ msgstr "Confirma factures esborrany"
2811+
2812+#~ msgid "Charts of Account"
2813+#~ msgstr "Plans comptables"
2814+
2815+#~ msgid "Entry label"
2816+#~ msgstr "Ref. assentament"
2817+
2818+#~ msgid "Aged Trial Balance"
2819+#~ msgstr "Balanç de comprovació anterior"
2820+
2821+#~ msgid "Recurrent Entries"
2822+#~ msgstr "Assentaments recurrents"
2823+
2824+#~ msgid ""
2825+#~ "Gives the view used when writing or browsing entries in this journal. The "
2826+#~ "view tell Open ERP which fields should be visible, required or readonly and "
2827+#~ "in which order. You can create your own view for a faster encoding in each "
2828+#~ "journal."
2829+#~ msgstr ""
2830+#~ "Indica la vista utilitzada per introduir o mostrar assentaments en aquest "
2831+#~ "diari. La vista indica a OpenERP els camps que han de ser visibles, "
2832+#~ "requerits o només lectura i en quin ordre. Podeu crear la vostra pròpia "
2833+#~ "vista per codificar més ràpid en cada diari."
2834+
2835+#~ msgid "Account Num."
2836+#~ msgstr "Núm. compte"
2837+
2838+#~ msgid "Delta Debit"
2839+#~ msgstr "Diferència deure"
2840+
2841+#, python-format
2842+#~ msgid "No analytic journal !"
2843+#~ msgstr "No diari analític!"
2844+
2845+#~ msgid "Debit Trans."
2846+#~ msgstr "Trans. deure"
2847+
2848+#~ msgid "Total entries"
2849+#~ msgstr "Entrades totals"
2850+
2851+#~ msgid "Payment Reconcilation"
2852+#~ msgstr "Conciliació del pagament"
2853+
2854+#~ msgid "Disc. (%)"
2855+#~ msgstr "Desc. %"
2856+
2857+#~ msgid ""
2858+#~ "Would your payment have been carried out after this mail was sent, please "
2859+#~ "consider the present one as void. Do not hesitate to contact our accounting "
2860+#~ "departement at +32 81 81 37 00."
2861+#~ msgstr ""
2862+#~ "Si el pagament s'hagués realitzat després d'enviar aquest correu, no el "
2863+#~ "tingueu en compte. No dubteu en contactar amb el nostre departament de "
2864+#~ "comptabilitat."
2865+
2866+#~ msgid "Contra"
2867+#~ msgstr "Contra"
2868+
2869+#~ msgid "Confirm statement with/without reconciliation from draft statement"
2870+#~ msgstr ""
2871+#~ "Confirma extracte bancari amb/sense conciliació a partir de l'extracte "
2872+#~ "esborrany"
2873+
2874+#~ msgid "Supplier invoice"
2875+#~ msgstr "Factura de proveïdor"
2876+
2877+#~ msgid "Reconcile Paid"
2878+#~ msgstr "Pagament conciliat"
2879+
2880+#~ msgid "Printing Date"
2881+#~ msgstr "Data d'impressió"
2882+
2883+#~ msgid "Mvt"
2884+#~ msgstr "Mov."
2885+
2886+#~ msgid "Fiscal Position Accounts Mapping"
2887+#~ msgstr "Mapa de relacions comptes posició fiscal"
2888+
2889+#~ msgid "Contact"
2890+#~ msgstr "Contacte"
2891+
2892+#~ msgid "Account Entry Reconcile"
2893+#~ msgstr "Conciliació assentament comptable"
2894+
2895+#~ msgid "Keep empty if the fiscal year belongs to several companies."
2896+#~ msgstr "Deixeu-lo buit si l'exercici fiscal pertany a varie companyies"
2897+
2898+#~ msgid "Journal Voucher"
2899+#~ msgstr "Diari de bons"
2900+
2901+#~ msgid "account.move.line"
2902+#~ msgstr "account.move.line"
2903+
2904+#~ msgid "Analytic Invoice"
2905+#~ msgstr "Factura analítica"
2906+
2907+#~ msgid "Sign for parent"
2908+#~ msgstr "Signe pel pare"
2909+
2910+#~ msgid "Can be draft or validated"
2911+#~ msgstr "Pot ser esborrany o vàlid"
2912+
2913+#~ msgid "Partial Payment"
2914+#~ msgstr "Pagament parcial"
2915+
2916+#~ msgid "Move Lines Created."
2917+#~ msgstr "Moviments creats."
2918+
2919+#~ msgid "Status"
2920+#~ msgstr "Estat"
2921+
2922+#~ msgid "Partner account"
2923+#~ msgstr "Compte de l'empresa"
2924+
2925+#~ msgid "Generate entries before:"
2926+#~ msgstr "Genera assentaments abans:"
2927+
2928+#~ msgid "(Keep empty for all open fiscal years)"
2929+#~ msgstr "(deixar-lo buit per a tots els exercicis fiscals oberts)"
2930+
2931+#~ msgid "Move Lines"
2932+#~ msgstr "Línies moviment"
2933+
2934+#, python-format
2935+#~ msgid "The opening journal must not have any entry in the new fiscal year !"
2936+#~ msgstr ""
2937+#~ "El diari d'obertura no ha de tenir cap assentament en el nou exercici fiscal!"
2938+
2939+#~ msgid "account.config.wizard"
2940+#~ msgstr "account.config.assistent"
2941+
2942+#~ msgid "Account cost and revenue by journal"
2943+#~ msgstr "Cost i retorn del compte per diari"
2944+
2945+#~ msgid "Bank Reconciliation"
2946+#~ msgstr "Conciliació bancària"
2947+
2948+#~ msgid "Print Journal"
2949+#~ msgstr "Imprimeix diari"
2950+
2951+#~ msgid "Cancel Invoice"
2952+#~ msgstr "Cancel·la factura"
2953+
2954+#~ msgid "Printing Date :"
2955+#~ msgstr "Data d'impressió :"
2956+
2957+#~ msgid "End date"
2958+#~ msgstr "Data final"
2959+
2960+#~ msgid "Entries by Statements"
2961+#~ msgstr "Assentaments per extracte bancari"
2962+
2963+#~ msgid "analytic Invoice"
2964+#~ msgstr "Factura analítica"
2965+
2966+#~ msgid "Grand total"
2967+#~ msgstr "Suma total"
2968+
2969+#~ msgid "Fiscal Position Taxes Mapping"
2970+#~ msgstr "Mapa de relacions d'impostos posició fiscal"
2971+
2972+#~ msgid "New Supplier Invoice"
2973+#~ msgstr "Nova factura de proveïdor"
2974+
2975+#~ msgid "Amount paid"
2976+#~ msgstr "Import pagat"
2977+
2978+#~ msgid "Voucher Nb"
2979+#~ msgstr "Núm. de justificat"
2980+
2981+#~ msgid "Total write-off"
2982+#~ msgstr "Desajust total"
2983+
2984+#~ msgid "New Analytic Account"
2985+#~ msgstr "Nou compte analític"
2986+
2987+#~ msgid "Standard entry"
2988+#~ msgstr "Assentament estàndar"
2989+
2990+#~ msgid "Tax Report"
2991+#~ msgstr "Informe impostos"
2992+
2993+#~ msgid "Are you sure you want to close the fiscal year ?"
2994+#~ msgstr "Esteu segurs que voleu tancar l'exercici fiscal?"
2995+
2996+#~ msgid "Bank Receipt"
2997+#~ msgstr "Rebut bancari"
2998+
2999+#~ msgid "Invoice import"
3000+#~ msgstr "Import factura"
3001+
3002+#, python-format
3003+#~ msgid ""
3004+#~ "The expected balance (%.2f) is different than the computed one. (%.2f)"
3005+#~ msgstr "El balanç previst (%.2f) és diferent del calculat. (%.2f)"
3006+
3007+#~ msgid "Ending Balance"
3008+#~ msgstr "Saldo final"
3009+
3010+#~ msgid "Analytic Credit"
3011+#~ msgstr "Haver analític"
3012+
3013+#~ msgid "Continue"
3014+#~ msgstr "Continua"
3015+
3016+#~ msgid "Value"
3017+#~ msgstr "Valor"
3018+
3019+#~ msgid "Compute Entry Dates"
3020+#~ msgstr "Calcula les dates de l'assentament"
3021+
3022+#~ msgid "Display History"
3023+#~ msgstr "Mostra historial"
3024+
3025+#~ msgid " Start date"
3026+#~ msgstr " Data inicial"
3027+
3028+#~ msgid "Display accounts "
3029+#~ msgstr "Mostra comptes "
3030+
3031+#~ msgid "Statement reconcile line"
3032+#~ msgstr "Línia de conciliació extracte"
3033+
3034+#~ msgid "Close states"
3035+#~ msgstr "Tanca estats"
3036+
3037+#~ msgid "Crédit"
3038+#~ msgstr "Haver"
3039+
3040+#~ msgid "Income"
3041+#~ msgstr "Ingrés"
3042+
3043+#~ msgid "Print General Journal"
3044+#~ msgstr "Imprimeix diari general"
3045+
3046+#~ msgid "Invoice Movement"
3047+#~ msgstr "Assent. factura"
3048+
3049+#~ msgid "Legal Statements"
3050+#~ msgstr "Declaracions oficials"
3051+
3052+#~ msgid "Open for reconciliation"
3053+#~ msgstr "Obre per la conciliació"
3054+
3055+#~ msgid "VAT"
3056+#~ msgstr "IVA"
3057+
3058+#~ msgid "Account to reconcile"
3059+#~ msgstr "Compte per conciliar"
3060+
3061+#~ msgid "Partner Ref."
3062+#~ msgstr "Ref. empresa"
3063+
3064+#~ msgid "Total quantity"
3065+#~ msgstr "Quantitat total"
3066+
3067+#~ msgid "Third party"
3068+#~ msgstr "Tercers"
3069+
3070+#~ msgid "Costs & Revenues"
3071+#~ msgstr "Costos i ingressos"
3072+
3073+#~ msgid "Account Number"
3074+#~ msgstr "Número de compte"
3075+
3076+#~ msgid "Skip"
3077+#~ msgstr "Omet"
3078+
3079+#~ msgid "Gives the sequence order when displaying a list of account types."
3080+#~ msgstr ""
3081+#~ "Indica l'ordre de seqüència al mostrar una llista de tipus de compte."
3082+
3083+#~ msgid "Include in base amount"
3084+#~ msgstr "Incloure en import base"
3085+
3086+#~ msgid "Delta Credit"
3087+#~ msgstr "Diferència haver"
3088+
3089+#~ msgid "Pre-generated invoice from control"
3090+#~ msgstr "Factura pre-generada de control"
3091+
3092+#~ msgid "Valid Entries"
3093+#~ msgstr "Assentaments vàlids"
3094+
3095+#~ msgid "Cost Legder for period"
3096+#~ msgstr "Cost comptable per període"
3097+
3098+#~ msgid "New Statement"
3099+#~ msgstr "Nou extracte bancari"
3100+
3101+#~ msgid "Reconciliation of entries from invoice(s) and payment(s)"
3102+#~ msgstr "Conciliació d'assentaments de factura(es) i pagament(s)"
3103+
3104+#~ msgid "Print Central Journal"
3105+#~ msgstr "Imprimeix diari central"
3106+
3107+#~ msgid "Next"
3108+#~ msgstr "Següent"
3109+
3110+#~ msgid ""
3111+#~ "The fiscal position will determine taxes and the accounts used for the the "
3112+#~ "partner."
3113+#~ msgstr ""
3114+#~ "La posició fiscal determinarà els impostos i els comptes utilitzats per la "
3115+>>>>>>> MERGE-SOURCE
3116 #~ "empresa."
3117
3118+<<<<<<< TREE
3119 #~ msgid "Receiver's Signature"
3120 #~ msgstr "Signatura del receptor"
3121+=======
3122+#~ msgid "Account Manager"
3123+#~ msgstr "Compte director"
3124+
3125+#~ msgid "Start date"
3126+#~ msgstr "Data inicial"
3127+
3128+#~ msgid "Untaxed amount"
3129+#~ msgstr "Base imposable"
3130+
3131+#~ msgid "Pay invoice"
3132+#~ msgstr "Paga factura"
3133+
3134+#~ msgid "Draft Customer Invoices"
3135+#~ msgstr "Factures de client esborrany"
3136+
3137+#~ msgid "Sort by:"
3138+#~ msgstr "Ordena per:"
3139+
3140+#~ msgid "To Be Verified"
3141+#~ msgstr "Per a ser verificat"
3142+
3143+#~ msgid "Invalid XML for View Architecture!"
3144+#~ msgstr "XML invàlid per a la definició de la vista!"
3145+
3146+#~ msgid " Start date"
3147+#~ msgstr " Data inicial"
3148+
3149+#~ msgid "Analytic Journal Report"
3150+#~ msgstr "Informe analític de diari"
3151+
3152+#, python-format
3153+#~ msgid "No sequence defined in the journal !"
3154+#~ msgstr "No s'ha definit una seqüència en el diari!"
3155+
3156+#~ msgid "Expense"
3157+#~ msgstr "Despesa"
3158+
3159+#~ msgid "Options"
3160+#~ msgstr "Opcions"
3161+
3162+#~ msgid "Customer Invoice Process"
3163+#~ msgstr "Procés de factura de client"
3164+
3165+#~ msgid "Validate Account Moves"
3166+#~ msgstr "Valida moviments comptables"
3167+
3168+#~ msgid "Unpaid invoices"
3169+#~ msgstr "Factures sense pagar"
3170+
3171+#~ msgid "Payment Reconcile"
3172+#~ msgstr "Conciliació pagament"
3173+
3174+#~ msgid "Statements reconciliation"
3175+#~ msgstr "Conciliació d'extractes bancaris"
3176+
3177+#~ msgid "Validated accounting entries."
3178+#~ msgstr "Assentaments comptables validats."
3179+
3180+#~ msgid "Draft Supplier Invoices"
3181+#~ msgstr "Factures de proveïdor esborrany"
3182+
3183+#, python-format
3184+#~ msgid "Configration Error !"
3185+#~ msgstr "Error de configuració!"
3186+
3187+#~ msgid ""
3188+#~ "Exception made of a mistake of our side, it seems that the following bills "
3189+#~ "stay unpaid. Please, take appropriate measures in order to carry out this "
3190+#~ "payment in the next 8 days."
3191+#~ msgstr ""
3192+#~ "Tret que hi hagués un error, les següents factures ens consten com "
3193+#~ "impagades. Si us plau, preneu les mesures necessàries per realitzar el "
3194+#~ "pagament en els propers 8 dies."
3195+
3196+#~ msgid "Débit"
3197+#~ msgstr "Deure"
3198+
3199+#~ msgid "x Checks Journal"
3200+#~ msgstr "x Diari de xecs"
3201+
3202+#, python-format
3203+#~ msgid "Your journal must have a default credit and debit account."
3204+#~ msgstr "El diari ha de tenir un compte haver i deure per defecte."
3205+
3206+#~ msgid "Create subscription entries"
3207+#~ msgstr "Crea assentaments periòdics"
3208+
3209+#~ msgid "Date Invoiced"
3210+#~ msgstr "Data factura"
3211+
3212+#~ msgid "All periods if empty"
3213+#~ msgstr "Tots els períodes si està buit"
3214+
3215+#~ msgid "Liability"
3216+#~ msgstr "Passiu"
3217+
3218+#~ msgid "Statement Entries"
3219+#~ msgstr "Assentaments d'extractes"
3220+
3221+#~ msgid "Automatic reconciliation"
3222+#~ msgstr "Conciliació automàtica"
3223+
3224+#~ msgid "Import Invoice"
3225+#~ msgstr "Importa factura"
3226+
3227+#~ msgid "Account No."
3228+#~ msgstr "Núm. compte"
3229+
3230+#~ msgid "Date End"
3231+#~ msgstr "Data final"
3232+
3233+#~ msgid "Entries Encoding by Line"
3234+#~ msgstr "Codificació d'assentaments per línia"
3235+
3236+#~ msgid "Entries Reconcile"
3237+#~ msgstr "Assentaments conciliats"
3238+
3239+#~ msgid "From analytic accounts, Create invoice."
3240+#~ msgstr "Des de comptes analítics, crea factura."
3241+
3242+#~ msgid "Taxes Reports"
3243+#~ msgstr "Informes d'impostos"
3244+
3245+#, python-format
3246+#~ msgid "Already Reconciled"
3247+#~ msgstr "Ja conciliat"
3248+
3249+#~ msgid "Equity"
3250+#~ msgstr "Patrimoni"
3251+
3252+#~ msgid "Generic Reports"
3253+#~ msgstr "Informes genèrics"
3254+
3255+#~ msgid "Account Analytic Lines Analysis"
3256+#~ msgstr "Anàlisi línies analítiques comptables"
3257+
3258+#~ msgid "Analytic Chart of Accounts"
3259+#~ msgstr "Pla de comptes analítics"
3260+
3261+#~ msgid "Select Period and Journal for Validation"
3262+#~ msgstr "Selecioneu període i diari per a la validació"
3263+
3264+#~ msgid "O_k"
3265+#~ msgstr "_Accepta"
3266+
3267+#~ msgid "_Go"
3268+#~ msgstr "_Vés"
3269+
3270+#~ msgid "Partner ID"
3271+#~ msgstr "ID empresa"
3272+
3273+#~ msgid "New Customer Invoice"
3274+#~ msgstr "Nova factura de client"
3275+
3276+#~ msgid "Analytic account costs and revenues"
3277+#~ msgstr "Compte analític costos i retorns"
3278+
3279+#~ msgid "Are you sure you want to refund this invoice ?"
3280+#~ msgstr "Esteu segur que voleu retornar aquesta factura?"
3281+
3282+#~ msgid "Open State"
3283+#~ msgstr "Estat abert"
3284+
3285+#~ msgid "From statement, create entries"
3286+#~ msgstr "A partir de extractes, crea assentaments"
3287+
3288+#~ msgid "1cm 27.7cm 20cm 27.7cm"
3289+#~ msgstr "1cm 27.7cm 20cm 27.7cm"
3290+
3291+#~ msgid "Accounting Statement"
3292+#~ msgstr "Extracte comptable"
3293+
3294+#, python-format
3295+#~ msgid "Unable to reconcile entry \"%s\": %.2f"
3296+#~ msgstr "No és possible conciliar l'assentament \"%s\": %.2f"
3297+
3298+#, python-format
3299+#~ msgid "Please set an analytic journal on this financial journal !"
3300+#~ msgstr "Indiqueu un diari analític en aquest diari financer!"
3301+
3302+#~ msgid "Reconcilation of entries from payment order."
3303+#~ msgstr "Conciliació d'assentaments d'ordres de pagament."
3304+
3305+#~ msgid "Analytic Journal -"
3306+#~ msgstr "Diari analític -"
3307+
3308+#~ msgid "Analytic Debit"
3309+#~ msgstr "Deure analític"
3310+
3311+#~ msgid ""
3312+#~ "The maturity date of the generated entries for this model. You can chosse "
3313+#~ "between the date of the creation action or the the date of the creation of "
3314+#~ "the entries plus the partner payment terms."
3315+#~ msgstr ""
3316+#~ "La data de venciment dels assentaments generats per aquest model. Podeu "
3317+#~ "escollir entre la data de l'acció de creació o la data de la creació dels "
3318+#~ "assentaments més els terminis de pagament de l'empresa."
3319+
3320+#~ msgid "Document"
3321+#~ msgstr "Document"
3322+
3323+#~ msgid "Move name"
3324+#~ msgstr "Nom moviment"
3325+
3326+#~ msgid "Cancel selected invoices"
3327+#~ msgstr "Cancel·la factures seleccionades"
3328+
3329+#~ msgid "Reconcilate the entries from payment"
3330+#~ msgstr "Concilia els assentaments des de pagament"
3331+
3332+#~ msgid "Proposed invoice to be checked, validated and printed"
3333+#~ msgstr "Factura proposada per ser comprovada, validada e impresa"
3334+
3335+#~ msgid "account.move.line.select"
3336+#~ msgstr "account.move.line.select"
3337+
3338+#~ msgid "By Date and Period"
3339+#~ msgstr "Per data i període"
3340+
3341+#~ msgid ""
3342+#~ "The account moves of the invoice have been reconciled with account moves of "
3343+#~ "the payment(s)."
3344+#~ msgstr ""
3345+#~ "Els assentaments de la factura han sigut conciliats amb els assentaments del "
3346+#~ "pagament(s)."
3347+
3348+#~ msgid "Close Fiscal Year with new entries"
3349+#~ msgstr "Tanca exercici fiscal amb nous assentaments"
3350+
3351+#~ msgid "Statement encoding produces payment entries"
3352+#~ msgstr "Codificació d'extractes crea assentaments de pagament"
3353+
3354+#, python-format
3355+#~ msgid "The account is not defined to be reconcile !"
3356+#~ msgstr "El compte no està definit per ser conciliat!"
3357+
3358+#~ msgid "Additionnal Information"
3359+#~ msgstr "Informació addicional"
3360+
3361+#~ msgid " Close states of Fiscal year and periods"
3362+#~ msgstr " Tanca estats d'exercici fiscal i períodes"
3363+
3364+#~ msgid "Third Party Ledger"
3365+#~ msgstr "Llibre major de tercers"
3366+
3367+#~ msgid "Partner Accounts"
3368+#~ msgstr "Comptes d'empresa"
3369+
3370+#~ msgid ""
3371+#~ "If a default tax if given in the partner it only override taxes from account "
3372+#~ "(or product) of the same group."
3373+#~ msgstr ""
3374+#~ "Si a la empresa se li ha assignat un impost per defecte, aquest només "
3375+#~ "anul·larà impostos del compte (o producte) del mateix grup."
3376+
3377+#~ msgid "Real Entries"
3378+#~ msgstr "Assentaments reals"
3379+
3380+#~ msgid "Import invoice"
3381+#~ msgstr "Importa factura"
3382+
3383+#~ msgid "Invoice line"
3384+#~ msgstr "Línia de factura"
3385+
3386+#~ msgid ""
3387+#~ "All draft account entries in this journal and period will be validated. It "
3388+#~ "means you won't be able to modify their accouting fields."
3389+#~ msgstr ""
3390+#~ "Tots els assentaments comptables esborrany d'aquest diari i període seran "
3391+#~ "validats. Això significa que no podreu modificar els camps comptables."
3392+
3393+#~ msgid "Filter on Periods"
3394+#~ msgstr "Filtra per períodes"
3395+
3396+#~ msgid "Pay and reconcile"
3397+#~ msgstr "Paga i concilia"
3398+
3399+#~ msgid "Balance brought forward"
3400+#~ msgstr "Saldo a compte nou"
3401+
3402+#~ msgid "Entry Model"
3403+#~ msgstr "Model d'assentament"
3404+
3405+#~ msgid "Journal code"
3406+#~ msgstr "Codi de diari"
3407+
3408+#~ msgid "Entry Name"
3409+#~ msgstr "Núm. assentament"
3410+
3411+#~ msgid "Entry encoding"
3412+#~ msgstr "Codificació extracte"
3413+
3414+#~ msgid "Write-Off Period"
3415+#~ msgstr "Període de desajust"
3416+
3417+#~ msgid ""
3418+#~ "Check this box if you want to print all entries when printing the General "
3419+#~ "Ledger, otherwise it will only print its balance."
3420+#~ msgstr ""
3421+#~ "Marqueu aquesta opció si voleu imprimir tots els assentaments al imprimir el "
3422+#~ "llibre major general, altrament imprimirà només el seu balanç."
3423+
3424+#~ msgid "By date"
3425+#~ msgstr "Per data"
3426+
3427+#~ msgid "Account Configure Wizard "
3428+#~ msgstr "Assistent de configuració comptabilitat "
3429+
3430+#, python-format
3431+#~ msgid "The journal must have centralised counterpart"
3432+#~ msgstr "El diari ha de tenir un homòleg centralitzat"
3433+
3434+#~ msgid "Payment Entries"
3435+#~ msgstr "Assentaments de pagament"
3436+
3437+#~ msgid ""
3438+#~ "If no account is specified, the reconciliation will be made using every "
3439+#~ "accounts that can be reconcilied"
3440+#~ msgstr ""
3441+#~ "Si no s'especifica cap compte, la conciliació es farà utilitzant cada compte "
3442+#~ "que pugui ser conciliat"
3443+
3444+#~ msgid "Other"
3445+#~ msgstr "Altre"
3446+
3447+#~ msgid "Movement"
3448+#~ msgstr "Moviment"
3449+
3450+#~ msgid "Encode manually the statement"
3451+#~ msgstr "Codifica manualment l'extracte"
3452+
3453+#~ msgid "Financial Journals"
3454+#~ msgstr "Diaris financers"
3455+
3456+#~ msgid "By Period"
3457+#~ msgstr "Per període"
3458+
3459+#~ msgid ""
3460+#~ "Gives the type of the analytic journal. When a document (eg: an invoice) "
3461+#~ "needs to create analytic entries, Open ERP will look for a matching journal "
3462+#~ "of the same type."
3463+#~ msgstr ""
3464+#~ "Indica el tipus del diari analític. Quan un document (per ex.: una factura) "
3465+#~ "necessita crear assentaments analítics, OpenERP buscarà un diari que "
3466+#~ "correspongui del mateix tipus."
3467+
3468+#~ msgid "Import from your bank statements"
3469+#~ msgstr "Importa des dels extractes bancaris"
3470+
3471+#~ msgid "Base on"
3472+#~ msgstr "Basat en"
3473+
3474+#~ msgid "Cash Payment"
3475+#~ msgstr "Pagament de caixa"
3476+
3477+#~ msgid ""
3478+#~ "Indicate if the tax computation is based on the value computed for the "
3479+#~ "computation of child taxes or based on the total amount."
3480+#~ msgstr ""
3481+#~ "Indica si el càlcul de l'impost està basat en el valor calculat per el "
3482+#~ "còmput d'impostos fills o basat en l'import total."
3483+
3484+#~ msgid "Account Move"
3485+#~ msgstr "Assentament"
3486+
3487+#~ msgid "Taxed Amount"
3488+#~ msgstr "Import impostos"
3489+
3490+#~ msgid "Subtotal w/o tax"
3491+#~ msgstr "Subtotal sense imp."
3492+
3493+#~ msgid "Invoice Ref"
3494+#~ msgstr "Ref. factura"
3495+
3496+#~ msgid " Include Reconciled Entries"
3497+#~ msgstr " Incloure assentaments conciliats"
3498+
3499+#~ msgid "Date/Period Filter"
3500+#~ msgstr "Filtra data/període"
3501+
3502+#~ msgid "Credit Trans."
3503+#~ msgstr "Trans. haver"
3504+
3505+#~ msgid "Search Entries"
3506+#~ msgstr "Cerca assentaments"
3507+
3508+#~ msgid "Analytic costs to reinvoice purchases, timesheets, ..."
3509+#~ msgstr "Costos analítics per a refacturar compres, fulls de serveis, ..."
3510+
3511+#~ msgid ""
3512+#~ "The Object name must start with x_ and not contain any special character !"
3513+#~ msgstr ""
3514+#~ "El nom de l'objecte ha de començar amb x_ i no contenir cap caràcter "
3515+#~ "especial!"
3516+
3517+#~ msgid "Name of the fiscal year as displayed in reports."
3518+#~ msgstr "Nom de l'exercici fiscal que es mostra en informes."
3519+
3520+#~ msgid ""
3521+#~ "This field is used for payable and receivable entries. You can put the limit "
3522+#~ "date for the payment of this entry line."
3523+#~ msgstr ""
3524+#~ "Aquest camp s'utilitza en assentaments a pagar i a cobrar. Podeu definir la "
3525+#~ "data límit de pagament per aquesta línia de assentament."
3526+
3527+#~ msgid "Third party (Country)"
3528+#~ msgstr "Tercers (país)"
3529+
3530+#~ msgid "The sequence gives the display order for a list of journals"
3531+#~ msgstr "La seqüència indica l'ordre a mostrar en una llista de diari"
3532+
3533+#~ msgid "Payment date"
3534+#~ msgstr "Data de pagament"
3535+
3536+#~ msgid "Unpaid Customer Invoices"
3537+#~ msgstr "Factures de client sense pagar"
3538+
3539+#~ msgid "Partner name"
3540+#~ msgstr "Nom empresa"
3541+
3542+#~ msgid "Journal/Payment Mode"
3543+#~ msgstr "Diari/Mode de pagament"
3544+
3545+#~ msgid "Canceled Invoice"
3546+#~ msgstr "Factura cancel·lada"
3547+
3548+#~ msgid "Import file from your bank statement"
3549+#~ msgstr "Importa fitxer des de extracte bancari"
3550+
3551+#~ msgid "Bank Payment"
3552+#~ msgstr "Pagament bancari"
3553+
3554+#~ msgid "Manually statement"
3555+#~ msgstr "Extracte manual"
3556+
3557+#~ msgid "End of Year Treatments"
3558+#~ msgstr "Tractaments de fi d'any"
3559+
3560+#~ msgid "File statement"
3561+#~ msgstr "Fitxer d'extractes"
3562+
3563+#~ msgid "Entry Model Line"
3564+#~ msgstr "Línia del model d'assentament"
3565+
3566+#~ msgid "Set starting and ending balance for control"
3567+#~ msgstr "Indica balanç inicial i final per a control"
3568+
3569+#~ msgid "General Ledger -"
3570+#~ msgstr "Llibro major -"
3571+
3572+#~ msgid "Quantities"
3573+#~ msgstr "Quantitats"
3574+
3575+#~ msgid "Date Start"
3576+#~ msgstr "Data inicial"
3577+
3578+#~ msgid "Number of entries are generated"
3579+#~ msgstr "Número de assentaments que s'han generat"
3580+
3581+#~ msgid "By Date"
3582+#~ msgstr "Per data"
3583+
3584+#~ msgid "The date of the generated entries"
3585+#~ msgstr "La data de la generació dels assentaments"
3586+
3587+#~ msgid "Modify Invoice"
3588+#~ msgstr "Modifica factura"
3589+
3590+#~ msgid "Entries Encoding by Move"
3591+#~ msgstr "Assentaments codificats per apunt"
3592+
3593+#, python-format
3594+#~ msgid "You can not deactivate an account that contains account moves."
3595+#~ msgstr "No podeu desactivar un compte que conté assentaments comptables."
3596+
3597+#~ msgid "Filter on Partners"
3598+#~ msgstr "Filtra per empreses"
3599+
3600+#~ msgid "Analytic Entries by Journal"
3601+#~ msgstr "Assentaments analítics per diari"
3602+
3603+#~ msgid "Valid entries from invoice"
3604+#~ msgstr "Assentaments vàlids des de factura"
3605+
3606+#~ msgid "Crebit"
3607+#~ msgstr "Haver"
3608+
3609+#~ msgid ""
3610+#~ "Indicate if the amount of tax must be included in the base amount for the "
3611+#~ "computation of the next taxes"
3612+#~ msgstr ""
3613+#~ "Indiqueu si l'import de l'impost ha de ser inclòs en l'import base pel "
3614+#~ "càlcul d'altres impostos"
3615+
3616+#~ msgid "Journal name"
3617+#~ msgstr "Nom de diari"
3618+
3619+#~ msgid "Import invoice from statement"
3620+#~ msgstr "Importa fitxer des de extracte"
3621+
3622+#~ msgid "Import from invoices or payments"
3623+#~ msgstr "Importa des de factures o pagaments"
3624+
3625+#~ msgid "Reconcile entries"
3626+#~ msgstr "Concilia els assentaments"
3627+
3628+#~ msgid "Journal - Period"
3629+#~ msgstr "Diari - Període"
3630+
3631+#~ msgid "Print Aged Trial Balance"
3632+#~ msgstr "Imprimeix balanç de comprovació anterior"
3633+
3634+#~ msgid "General Credit"
3635+#~ msgstr "Haver general"
3636+
3637+#~ msgid "Date payment"
3638+#~ msgstr "Data de pagament"
3639+
3640+#~ msgid "A/c No."
3641+#~ msgstr "Nº compte"
3642+
3643+#~ msgid "Account cost and revenue by journal (This Month)"
3644+#~ msgstr "Cost i retorn del compte per diari (aquest mes)"
3645+
3646+#~ msgid "Open for unreconciliation"
3647+#~ msgstr "Obre per trencar conciliació"
3648+
3649+#~ msgid "OK"
3650+#~ msgstr "D'acord"
3651+
3652+#~ msgid "Control Invoice"
3653+#~ msgstr "Controla factura"
3654+
3655+#~ msgid "Account Balance"
3656+#~ msgstr "Saldo del compte"
3657+
3658+#~ msgid "Analytic Check"
3659+#~ msgstr "Comprovació analítica"
3660+
3661+#~ msgid "account.analytic.journal"
3662+#~ msgstr "comptabilitat.analític.diari"
3663+
3664+#~ msgid "Payment amount"
3665+#~ msgstr "Import a pagar"
3666+
3667+#~ msgid "All Months"
3668+#~ msgstr "Tots els mesos"
3669+
3670+#~ msgid "Link to the automatically generated account moves."
3671+#~ msgstr "Enllaç a l'assentament comptable generat automàticament."
3672+
3673+#~ msgid "Have a number and entries are generated"
3674+#~ msgstr "Obté un número i els assentaments són generats"
3675+
3676+#~ msgid "Analytic Check -"
3677+#~ msgstr "Comprovació analítica -"
3678+
3679+#~ msgid "Group invoice lines"
3680+#~ msgstr "Agrupa línies de factura"
3681+
3682+#~ msgid "Total amount"
3683+#~ msgstr "Import total"
3684+
3685+#~ msgid "_Cancel"
3686+#~ msgstr "_Cancel·la"
3687+
3688+#~ msgid "Tax Group"
3689+#~ msgstr "Grup de l'impost"
3690+
3691+#~ msgid "Import invoices"
3692+#~ msgstr "Importa factures"
3693+
3694+#~ msgid "Maintains Invoice sequences with Fiscal Year"
3695+#~ msgstr "Manté seqüències de factura amb exercici fiscal"
3696+
3697+#~ msgid "Subscription Periods"
3698+#~ msgstr "Repetició dels assentaments periòdics"
3699+
3700+#~ msgid "Write-Off journal"
3701+#~ msgstr "Diari de desajust"
3702+
3703+#~ msgid "Full Payment"
3704+#~ msgstr "Pagament complet"
3705+
3706+#~ msgid "Journal Purchase"
3707+#~ msgstr "Diari de compres"
3708+
3709+#~ msgid "Cash Receipt"
3710+#~ msgstr "Rebut de caixa"
3711+
3712+#~ msgid "Encode manually statement comes into the draft statement"
3713+#~ msgstr "Codifica l'extracte manualment el converteix en extracte esborrany"
3714+
3715+#~ msgid "Accounting entries at statement's confirmation"
3716+#~ msgstr "Assentaments comptables en la confirmació de l'extracte"
3717+
3718+#, python-format
3719+#~ msgid ""
3720+#~ "Selected Move lines does not have any account move enties in draft state"
3721+#~ msgstr ""
3722+#~ "Heu seleccionat apunts que no tenen cap assentament comptable en estat "
3723+#~ "esborrany"
3724+
3725+#~ msgid "All account entries"
3726+#~ msgstr "Tots els assentaments del compte"
3727+
3728+#~ msgid "Date Filter"
3729+#~ msgstr "Filtrat per data"
3730+
3731+#~ msgid "Supplier Invoice Process"
3732+#~ msgstr "Procés factura de proveïdor"
3733+
3734+#~ msgid "Page"
3735+#~ msgstr "Pàgina"
3736+
3737+#~ msgid "Receivable and Payable"
3738+#~ msgstr "A cobrar i pagar"
3739+
3740+#~ msgid "Amount reconciled"
3741+#~ msgstr "Quantitat conciliada"
3742+
3743+#~ msgid "Subscription Entries"
3744+#~ msgstr "Assentaments periòdics"
3745+
3746+#, python-format
3747+#~ msgid "Closing of fiscal year cancelled, please check the box !"
3748+#~ msgstr ""
3749+#~ "Tancament de l'exercici fiscal cancel·lat, si us plau heu de marcar la "
3750+#~ "casella!"
3751+
3752+#~ msgid "PRO-FORMA Customer Invoices"
3753+#~ msgstr "Factures de client PRO-FORMA"
3754+
3755+#~ msgid "Analytic Journal Definition"
3756+#~ msgstr "Definició de diari analític"
3757+
3758+#~ msgid "Skip 'Draft' State for Created Entries"
3759+#~ msgstr "Saltar-se l'estat 'Esborrany ' en els assentaments"
3760+
3761+#~ msgid ""
3762+#~ "This field allow you to choose the accounting journals you want for "
3763+#~ "filtering the invoices. If you left this field empty, it will search on all "
3764+#~ "sale, purchase and cash journals."
3765+#~ msgstr ""
3766+#~ "Aquest camp us permet seleccionar els diaris comptables que voleu per "
3767+#~ "filtrar les factures. Si deixeu aquest camp buit, cercarà en tots els diaris "
3768+#~ "de venda, compra i de caixa."
3769+
3770+#~ msgid "List of Accounts"
3771+#~ msgstr "Llistat de comptes"
3772+
3773+#, python-format
3774+#~ msgid "Closing of states cancelled, please check the box !"
3775+#~ msgstr "Tancament d'estats cancel·lat, si us plau heu de marcar la casella!"
3776+
3777+#~ msgid "Validate Account Entries"
3778+#~ msgstr "Valida assentaments comptables"
3779+
3780+#~ msgid "Entries of Open Analytic Journals"
3781+#~ msgstr "Assentaments de diaris analítics oberts"
3782+
3783+#~ msgid "Current Date"
3784+#~ msgstr "Data canvi"
3785+
3786+#~ msgid "Journal Sale"
3787+#~ msgstr "Diari de vendes"
3788+
3789+#~ msgid "Print VAT Decl."
3790+#~ msgstr "Imprimeix declaració IVA"
3791+
3792+#~ msgid "Financial Accounts"
3793+#~ msgstr "Comptes generals"
3794+
3795+#~ msgid "Account Configure"
3796+#~ msgstr "Configura compte"
3797+
3798+#~ msgid "Print Journal -"
3799+#~ msgstr "Impressió diari -"
3800+
3801+#~ msgid "Models Definition"
3802+#~ msgstr "Definició de models d'assentaments"
3803+
3804+#~ msgid "Reconcile Entries."
3805+#~ msgstr "Assentaments conciliats."
3806+
3807+#~ msgid "Paid invoice when reconciled."
3808+#~ msgstr "Paga factura quan es conciliï."
3809+
3810+#~ msgid "General Debit"
3811+#~ msgstr "Deure general"
3812+
3813+#~ msgid "Name of the fiscal year as displayed on screens."
3814+#~ msgstr "Nom de l'exercici fiscal que es mostra en pantalla."
3815+
3816+#~ msgid "Statement Process"
3817+#~ msgstr "Procés d'extracte"
3818+
3819+#~ msgid "Statement reconcile"
3820+#~ msgstr "Conciliació extracte"
3821+
3822+#~ msgid ""
3823+#~ "The optional quantity expressed by this line, eg: number of product sold. "
3824+#~ "The quantity is not a legal requirement but is very usefull for some reports."
3825+#~ msgstr ""
3826+#~ "La quantitat opcional expressada per aquesta línia, per ex.: quantitat de "
3827+#~ "producte venut. La quantitat no és un requisit legal però es molt útil per "
3828+#~ "alguns informes."
3829+
3830+#~ msgid ""
3831+#~ "This account will be used to value incoming stock for the current product "
3832+#~ "category"
3833+#~ msgstr ""
3834+#~ "Aquest compte s'utilitzarà per valorar l'estoc entrant per l'actual "
3835+#~ "categoria de producte"
3836+
3837+#, python-format
3838+#~ msgid "No journal for ending writing has been defined for the fiscal year"
3839+#~ msgstr ""
3840+#~ "No s'ha definit un diari per l'assentament de tancament per l'exercici fiscal"
3841+
3842+#~ msgid "Journal de frais"
3843+#~ msgstr "Diari de despeses"
3844+
3845+#~ msgid ""
3846+#~ "If a default tax is given in the partner it only overrides taxes from "
3847+#~ "accounts (or products) in the same group."
3848+#~ msgstr ""
3849+#~ "Si s'indica a l'empresa un impost per defecte només anul·la els impostos "
3850+#~ "dels comptes (o productes) en el mateix grup."
3851+
3852+#, python-format
3853+#~ msgid "No Data Available"
3854+#~ msgstr "No hi ha dades disponibles"
3855+
3856+#~ msgid "J.C. or Move name"
3857+#~ msgstr "Cod. diari o assentament"
3858+
3859+#~ msgid "Parent Analytic Account"
3860+#~ msgstr "Compte analítica pare"
3861+
3862+#~ msgid "Invoice Sequence"
3863+#~ msgstr "Seqüència de factura"
3864+
3865+#~ msgid "Date or Code"
3866+#~ msgstr "Data o codi"
3867+
3868+#~ msgid "Journal de vente"
3869+#~ msgstr "Diari de vendes"
3870+
3871+#, python-format
3872+#~ msgid "You can not validate a non-balanced entry !"
3873+#~ msgstr "No es pot validar un assentament no quadrat!"
3874+
3875+#~ msgid "Fiscal Position Template Account Mapping"
3876+#~ msgstr "Mapa comptes plantilla posició fiscal"
3877+
3878+#~ msgid "Error: Invalid Bvr Number (wrong checksum)."
3879+#~ msgstr "Error: Número BVR no vàlid (checksum erroni)."
3880+
3881+#~ msgid ""
3882+#~ "The partner bank account to pay\n"
3883+#~ "Keep empty to use the default"
3884+#~ msgstr ""
3885+#~ "El compte bancari de l'empresa per pagar\n"
3886+#~ "Deixa buit per utilitzar el valor per defecte"
3887+
3888+#~ msgid "Journal d'extourne"
3889+#~ msgstr "Diari d'inversió"
3890+
3891+#~ msgid "Import Invoices in Statement"
3892+#~ msgstr "Importa factures en extracte"
3893+
3894+#~ msgid "Full Account Name"
3895+#~ msgstr "Nom del compte complet"
3896+
3897+#, python-format
3898+#~ msgid "Date to must be set between %s and %s"
3899+#~ msgstr "La data ha d'estar entre%s i %s"
3900+
3901+#~ msgid "Journal de Banque CHF"
3902+#~ msgstr "Diari de banc"
3903+
3904+#, python-format
3905+#~ msgid "No records found for your selection!"
3906+#~ msgstr "No s'han trobat registres en la seva selecció!"
3907+
3908+#~ msgid ""
3909+#~ "This account will be used instead of the default one to value outgoing stock "
3910+#~ "for the current product"
3911+#~ msgstr ""
3912+#~ "Aquest compte s'utilitzarà en comptes del compte per defecte per valorar "
3913+#~ "l'estoc sortint pel producte actual."
3914+
3915+#, python-format
3916+#~ msgid "The old fiscal year does not have any entry to reconcile!"
3917+#~ msgstr ""
3918+#~ "L'exercici fiscal anterior no ha de tenir cap assentament a conciliar!"
3919+
3920+#~ msgid "Maximum Quantity"
3921+#~ msgstr "Quantitat màxima"
3922+
3923+#, python-format
3924+#~ msgid "Date not in a defined fiscal year"
3925+#~ msgstr "La data no està en un exercici fiscal definit"
3926+
3927+#, python-format
3928+#~ msgid "Can not pay draft/proforma/cancel invoice."
3929+#~ msgstr "No es pot pagar una factura esborrany/proforma/cancel.lada."
3930+
3931+#~ msgid ""
3932+#~ "This account will be used instead of the default one to value incoming stock "
3933+#~ "for the current product"
3934+#~ msgstr ""
3935+#~ "Aquest compte s'utilitzarà en comptes del compte per defecte per valorar "
3936+#~ "l'estoc entrant pel producte actual."
3937+
3938+#~ msgid "The sequence used for invoice numbers in this journal."
3939+#~ msgstr "La seqüència utilitzada pels números de factura en aquest diari."
3940+
3941+#~ msgid "Error ! The duration of the Fiscal Year is invalid. "
3942+#~ msgstr "Error! La durada de l'exercici fiscal no és correcta. "
3943+
3944+#~ msgid ""
3945+#~ "This account will be used to value outgoing stock for the current product "
3946+#~ "category"
3947+#~ msgstr ""
3948+#~ "Aquest compte s'utilitzarà per valorar l'estoc sortint per a la categoria de "
3949+#~ "producte actual."
3950+
3951+#~ msgid "Accounting and financial management"
3952+#~ msgstr "Gestió comptable i financera"
3953+
3954+#~ msgid "Account Code"
3955+#~ msgstr "Codi compte"
3956+
3957+#~ msgid ""
3958+#~ "Financial and accounting module that covers:\n"
3959+#~ " General accounting\n"
3960+#~ " Cost / Analytic accounting\n"
3961+#~ " Third party accounting\n"
3962+#~ " Taxes management\n"
3963+#~ " Budgets\n"
3964+#~ " Customer and Supplier Invoices\n"
3965+#~ " Bank statements\n"
3966+#~ " "
3967+#~ msgstr ""
3968+#~ "Mòdul de comptabilitat financera i analítica que cobreix:\n"
3969+#~ " Comptabilitat general\n"
3970+#~ " Costos / comptabilitat analítica\n"
3971+#~ " Comptabilitat de tercers\n"
3972+#~ " Gestió d'impostos\n"
3973+#~ " Pressupostos\n"
3974+#~ " Factures de clients i proveïdors\n"
3975+#~ " Extractes de comptes bancaris\n"
3976+#~ " "
3977+
3978+#~ msgid "Fiscal Position Template Tax Mapping"
3979+#~ msgstr "Mapa impostos plantilla posició fiscal"
3980+
3981+#, python-format
3982+#~ msgid "The statement balance is incorrect !\n"
3983+#~ msgstr "El balanç de l'extracte bancari és incorrecte!\n"
3984+
3985+#, python-format
3986+#~ msgid ""
3987+#~ "No period defined for this date !\n"
3988+#~ "Please create a fiscal year."
3989+#~ msgstr ""
3990+#~ "No s'ha definit un període per a aquesta data!\n"
3991+#~ "Creeu un exercici fiscal."
3992+
3993+#~ msgid ""
3994+#~ "You can check this box to mark the entry line as a litigation with the "
3995+#~ "associated partner"
3996+#~ msgstr ""
3997+#~ "Marqueu aquesta casella per senyalar la línia de l'assentament com un "
3998+#~ "desacord amb l'empresa associada"
3999+
4000+#, python-format
4001+#~ msgid ""
4002+#~ "You can specify year, month and date in the name of the model using the "
4003+#~ "following labels:\n"
4004+#~ "\n"
4005+#~ "%(year)s : To Specify Year \n"
4006+#~ "%(month)s : To Specify Month \n"
4007+#~ "%(date)s : Current Date\n"
4008+#~ "\n"
4009+#~ "e.g. My model on %(date)s"
4010+#~ msgstr ""
4011+#~ "Podeu indicar any, mes i data en el nom del model utilitzant les etiquetes "
4012+#~ "següents:\n"
4013+#~ "\n"
4014+#~ "%(year)s: Indica any\n"
4015+#~ "%(month)s: Indica mes\n"
4016+#~ "%(date)s: Data actual\n"
4017+#~ "\n"
4018+#~ "per ex. El meu model de %(date)s"
4019+
4020+#~ msgid "Force all moves for this account to have this secondary currency."
4021+#~ msgstr ""
4022+#~ "Força a tots els moviments d'aquest compte que tinguin aquesta divisa "
4023+#~ "secundària."
4024+
4025+#~ msgid "The amount in the currency of the journal"
4026+#~ msgstr "La quantitat en la divisa del diari"
4027+
4028+#~ msgid "The currency of the journal"
4029+#~ msgstr "La divisa del diari"
4030+
4031+#~ msgid ""
4032+#~ "Check this box if you don't want new account moves to pass through the "
4033+#~ "'draft' state and instead goes directly to the 'posted state' without any "
4034+#~ "manual validation."
4035+#~ msgstr ""
4036+#~ "Marqueu aquesta casella si no voleu que els nous assentaments passin per "
4037+#~ "l'estat 'Esborrany' i vagin directament a l'estat 'Fixat' sense validar-los "
4038+#~ "manualment."
4039+
4040+#~ msgid "Invalid model name in the action definition."
4041+#~ msgstr "Nom de model no vàlid en la definició de l'acció."
4042+
4043+#~ msgid "Error! You can not create recursive analytic accounts."
4044+#~ msgstr "Error! No es pot crear comptes analítics recursius."
4045+
4046+#~ msgid ""
4047+#~ "If the Tax account is tax code account, this field will contain the taxed "
4048+#~ "amount.If the tax account is base tax code, this field "
4049+#~ "will contain the basic amount(without tax)."
4050+#~ msgstr ""
4051+#~ "Si el compte d'impostos és un compte codi d'impostos, aquest camp contindrà "
4052+#~ "l'import amb impostos. Si el compte d'impostos és el codi d'impostos base, "
4053+#~ "aquest camp contindrà l'import base (sense impostos)."
4054+
4055+#~ msgid "The Account can either be a base tax code or tax code account."
4056+#~ msgstr ""
4057+#~ "El compte pot ser un codi d'impostos base o un compte codi d'impostos."
4058+
4059+#~ msgid ""
4060+#~ "This type is used to differenciate types with special effects in Open ERP: "
4061+#~ "view can not have entries, consolidation are accounts that can have children "
4062+#~ "accounts for multi-company consolidations, payable/receivable are for "
4063+#~ "partners accounts (for debit/credit computations), closed for deprecated "
4064+#~ "accounts."
4065+#~ msgstr ""
4066+#~ "Aquest tipus serveix per diferenciar els tipus de compte amb "
4067+#~ "característiques especials en OpenERP: Vista no pot tenir assentaments, "
4068+#~ "consolidació són comptes que poden tenir comptes filles per consolidacions "
4069+#~ "multi-companyia, a cobrar / a pagar són comptes per a les empreses (per a "
4070+#~ "càlculs de dèbit / crèdit), tancat per comptes obsoletes."
4071+
4072+#~ msgid ""
4073+#~ "These types are defined according to your country. The type contain more "
4074+#~ "information about the account and it's specificities."
4075+#~ msgstr ""
4076+#~ "Aquests tipus es defineixen d'acord al seu país. El tipus conté més "
4077+#~ "informació sobre el compte i les seves especificitats."
4078+
4079+#~ msgid "Draft Supplier Refunds"
4080+#~ msgstr "Factures rectificatives (abonament) de proveïdor esborrany"
4081+
4082+#~ msgid "Unpaid Supplier Refunds"
4083+#~ msgstr "Factures rectificatives (abonament) de proveïdor sense pagar"
4084+
4085+#~ msgid "Credit Note"
4086+#~ msgstr "Factura rectificativa (abonament)"
4087+
4088+#~ msgid "Draft Customer Refunds"
4089+#~ msgstr "Factures rectificatives (abonament) de client esborrany"
4090+
4091+#~ msgid "New Supplier Refund"
4092+#~ msgstr "Nova factura rectificativa (abonament) de proveïdor"
4093+
4094+#~ msgid "x Expenses Credit Notes Journal"
4095+#~ msgstr "x Diari factures rectificatives (abonament) de despeses"
4096+
4097+#~ msgid "Unpaid Customer Refunds"
4098+#~ msgstr "Factures rectificatives (abonament) de client sense pagar"
4099+
4100+#~ msgid "New Customer Refund"
4101+#~ msgstr "Nova factura rectificativa (abonament) de client"
4102+
4103+#~ msgid "Journal d'ouverture"
4104+#~ msgstr "Diari d'obertura"
4105+
4106+#~ msgid "Error: BVR reference is required."
4107+#~ msgstr "Error: La referència BVR és necessària."
4108+
4109+#~ msgid "Financial Management"
4110+#~ msgstr "Comptabilitat i finances"
4111+
4112+#~ msgid "to :"
4113+#~ msgstr "a:"
4114+
4115+#~ msgid "wizard.company.setup"
4116+#~ msgstr "wizard.company.setup"
4117+
4118+#~ msgid "Period from :"
4119+#~ msgstr "Període des de:"
4120+
4121+#~ msgid "Specify The Message for the Overdue Payment Report."
4122+#~ msgstr "Especifiquel el missage per als pagaments fora de termini."
4123+
4124+#~ msgid "Overdue Payment Report Message"
4125+#~ msgstr "Missatge de l'informe dels pagaments fora de termini"
4126+
4127+#~ msgid "asgfas"
4128+#~ msgstr "asgfas"
4129+
4130+#~ msgid "Overdue Payment Message"
4131+#~ msgstr "Missage dels pagaments fora de termini"
4132+
4133+#~ msgid "Message"
4134+#~ msgstr "Missatge"
4135+
4136+#~ msgid "Define Fiscal Years and Select Charts of Account"
4137+#~ msgstr "Definiu els exercicis fiscals i seleccioneu el pla comptable"
4138+
4139+#~ msgid "Create a Fiscal Year"
4140+#~ msgstr "Creeu un exercici fiscal"
4141+
4142+#~ msgid "Select Chart of Accounts"
4143+#~ msgstr "Seleccioneu un pla comptable"
4144+
4145+#~ msgid "Select invoices you want to pay and manages advances"
4146+#~ msgstr "Seleccioneu les factures que voleu pagar i gestionar avançaments"
4147+
4148+#~ msgid "Select Message"
4149+#~ msgstr "Seleccioneu missatge"
4150+
4151+#~ msgid "Move line select"
4152+#~ msgstr "Seleccioneu línia moviment"
4153+
4154+#~ msgid "Select Chart"
4155+#~ msgstr "Seleccioneu un pla comptable"
4156+
4157+#~ msgid "Choose Journal and Payment Date"
4158+#~ msgstr "Seleccioneu diari i data de pagament"
4159+
4160+#~ msgid "Select parent account"
4161+#~ msgstr "Seleccioneu el compte pare"
4162+
4163+#~ msgid "Select Date-Period"
4164+#~ msgstr "Seleccioneu data-període"
4165+
4166+#~ msgid "Select entries"
4167+#~ msgstr "Seleccioneu les entrades"
4168+
4169+#~ msgid "3 Months"
4170+#~ msgstr "Trimestral"
4171+
4172+#~ msgid "Account Entry Line"
4173+#~ msgstr "Apunt comptable"
4174+
4175+#~ msgid "<drawRightString x=\"19.8cm\" y=\"28cm\">"
4176+#~ msgstr "<drawRightString x=\"19.8cm\" y=\"28cm\">"
4177+
4178+#~ msgid "Header"
4179+#~ msgstr "Capçalera"
4180+
4181+#~ msgid "COL 2"
4182+#~ msgstr "COL 2"
4183+
4184+#~ msgid "</drawRightString>"
4185+#~ msgstr "</drawRightString>"
4186+
4187+#~ msgid "TITLE COMPANY"
4188+#~ msgstr "TÍTOL COMPANYIA"
4189+
4190+#~ msgid "logo"
4191+#~ msgstr "logo"
4192+
4193+#~ msgid "COL 1"
4194+#~ msgstr "COL 1"
4195+
4196+#~ msgid "<stroke color=\"darkblue\"/>"
4197+#~ msgstr "<stroke color=\"darkblue\"/>"
4198+
4199+#~ msgid "<drawString x=\"4.6cm\" y=\"28.7cm\">"
4200+#~ msgstr "<drawString x=\"4.6cm\" y=\"28.7cm\">"
4201+
4202+#, python-format
4203+#~ msgid "UnknownError"
4204+#~ msgstr "Error desconegut"
4205+
4206+#~ msgid "</drawString>"
4207+#~ msgstr "</drawString>"
4208+
4209+#~ msgid "<fill color=\"darkblue\"/>"
4210+#~ msgstr "<fill color=\"darkblue\"/>"
4211+
4212+#~ msgid ""
4213+#~ "Example: 14 days 2%, 30 days net\n"
4214+#~ "1. Line 1: percent 0.02 14 days\n"
4215+#~ "2. Line 2: balance 30 days"
4216+#~ msgstr ""
4217+#~ "Exemple: 14 dies 2%, 30 dies la resta\n"
4218+#~ "1. Línia 1: Percentatge 0.02 14 dies\n"
4219+#~ "2. Línia 2: Saldo 30 dies"
4220+
4221+#~ msgid "Balance Brought Forward"
4222+#~ msgstr "Saldo inicial"
4223+
4224+#~ msgid "Partner Other Ledger"
4225+#~ msgstr "Llibre major empresa"
4226+
4227+#~ msgid "Account Entry Lines"
4228+#~ msgstr "Línies assentament comptable"
4229+
4230+#~ msgid "Analytic accounts to close"
4231+#~ msgstr "Comptes analítics a tancar"
4232+
4233+#~ msgid "Draft invoices"
4234+#~ msgstr "Factures esborrany"
4235+
4236+#~ msgid "Accounts to invoice"
4237+#~ msgstr "Comptes a facturar"
4238+
4239+#~ msgid "Costs to invoice"
4240+#~ msgstr "Costos a facturar"
4241+
4242+#~ msgid "Aged receivables"
4243+#~ msgstr "A cobrar anteriors"
4244+
4245+#~ msgid "Board for accountant"
4246+#~ msgstr "Taulell per comptables"
4247+
4248+#~ msgid "My indicators"
4249+#~ msgstr "Els meus indicadors"
4250+
4251+#~ msgid "Aged income"
4252+#~ msgstr "Ingressos anteriors"
4253+
4254+#~ msgid "Show Debit/Credit Information"
4255+#~ msgstr "Mostra informació dèbit/crèdit"
4256+
4257+#~ msgid "All accounts"
4258+#~ msgstr "Tots els comptes"
4259+
4260+#~ msgid "Entries Selection Based on"
4261+#~ msgstr "Selecció d'entrades basada en"
4262+
4263+#~ msgid "Notification"
4264+#~ msgstr "Notificació"
4265+
4266+#~ msgid "Financial Period"
4267+#~ msgstr "Període financer"
4268+
4269+#~ msgid "Select Period(s)"
4270+#~ msgstr "Selecciona període(s)"
4271+
4272+#~ msgid "Compare Selected Years In Terms Of"
4273+#~ msgstr "Compara exercicis seleccionats en termes de"
4274+
4275+#~ msgid "Select Fiscal Year(s)(Maximum Three Years)"
4276+#~ msgstr "Selecciona exercici(s) fiscal(s) (màxim 3 anys)"
4277+
4278+#~ msgid "Select Reference Account(for % comparision)"
4279+#~ msgstr "Selecciona compte de referència (per comparació %)"
4280+
4281+#~ msgid "Account balance-Compare Years"
4282+#~ msgstr "Saldo comptable-Compara exercicis"
4283+
4284+#~ msgid ""
4285+#~ "Account Balance Module is an added functionality to the Financial Management "
4286+#~ "module.\n"
4287+#~ "\n"
4288+#~ " This module gives you the various options for printing balance sheet.\n"
4289+#~ "\n"
4290+#~ " 1. You can compare the balance sheet for different years.\n"
4291+#~ "\n"
4292+#~ " 2. You can set the cash or percentage comparison between two years.\n"
4293+#~ "\n"
4294+#~ " 3. You can set the referential account for the percentage comparison for "
4295+#~ "particular years.\n"
4296+#~ "\n"
4297+#~ " 4. You can select periods as an actual date or periods as creation "
4298+#~ "date.\n"
4299+#~ "\n"
4300+#~ " 5. You have an option to print the desired report in Landscape format.\n"
4301+#~ " "
4302+#~ msgstr ""
4303+#~ "El mòdul de balanç de comptes és una funcionalitat afegida al mòdul de "
4304+#~ "gestió financera.\n"
4305+#~ "\n"
4306+#~ " Aquest mòdul ofereix diverses opcions d'impressió de balanços.\n"
4307+#~ "\n"
4308+#~ " 1. Es pot comparar el balanç de diferents anys.\n"
4309+#~ "\n"
4310+#~ " 2. Podeu establir la comparació en import o percentual entre dos anys.\n"
4311+#~ "\n"
4312+#~ " 3. Podeu configurar el compte de referència per a la comparació "
4313+#~ "percentual per a anys en particular.\n"
4314+#~ "\n"
4315+#~ " 4. Podeu seleccionar períodes com una data real o períodes com a data de "
4316+#~ "creació.\n"
4317+#~ "\n"
4318+#~ " 5. Podeu imprimir l'informe escollit en format apaïsat.\n"
4319+#~ " "
4320+
4321+#~ msgid "You have to select 'Landscape' option. Please Check it."
4322+#~ msgstr "Heu de seleccionar l'opció 'Horitzontal'. Marqueu-la."
4323+
4324+#~ msgid "Show Report in Landscape Form"
4325+#~ msgstr "Mostra informe en format horitzontal"
4326+
4327+#~ msgid "Show Comparision in %"
4328+#~ msgstr "Mostra comparació en %"
4329+
4330+#~ msgid "Don't Compare"
4331+#~ msgstr "No compara"
4332+
4333+#~ msgid "Show Accounts"
4334+#~ msgstr "Mostra comptes"
4335+
4336+#~ msgid "1. You have selected more than 3 years in any case."
4337+#~ msgstr "1. Ha de seleccionar més de 3 exercicis en qualsevol cas."
4338+
4339+#~ msgid "Accounting and financial management-Compare Accounts"
4340+#~ msgstr "Gestió comptable financera - Comparació de comptes"
4341+
4342+#~ msgid "You can select maximum 3 years. Please check again."
4343+#~ msgstr ""
4344+#~ "Pot seleccionar un màxim de 3 exercicis. Seleccioneu un altre vegada."
4345+
4346+#~ msgid ""
4347+#~ "3. You have selected 'Percentage' option with more than 2 years, but you "
4348+#~ "have not selected landscape format."
4349+#~ msgstr ""
4350+#~ "3. Heu seleccionat la opció 'Percentatge' amb més de 2 exercicis, però no "
4351+#~ "ha seleccionat format horitzontal."
4352+
4353+#~ msgid ""
4354+#~ "You might have done following mistakes. Please correct them and try again."
4355+#~ msgstr ""
4356+#~ "Podríeu haver comès els següents errors. Corregiu-los e intenteu de nou."
4357+
4358+#~ msgid "Keep empty for comparision to its parent"
4359+#~ msgstr "Deixeu-lo buit per a comparar amb els seus pares"
4360+
4361+#~ msgid "Creation Date"
4362+#~ msgstr "Data creació"
4363+
4364+#~ msgid ""
4365+#~ "2. You have not selected 'Percentage' option, but you have selected more "
4366+#~ "than 2 years."
4367+#~ msgstr ""
4368+#~ "2. No heu seleccionat l'opció 'Percentatge', però heu seleccionat més de 2 "
4369+#~ "exercicis."
4370+
4371+#~ msgid ""
4372+#~ "You may have selected the compare options with more than 1 year with "
4373+#~ "credit/debit columns and % option.This can lead contents to be printed out "
4374+#~ "of the paper.Please try again."
4375+#~ msgstr ""
4376+#~ "Pot haver seleccionat les opcions comparar amb més de 1 exercici amb "
4377+#~ "columnes crèdit/dèbit i opció %. Això pot ocasionar que hi hagin continguts "
4378+#~ "que s'imprimeixin fora del paper. Intenteu de nou."
4379+
4380+#~ msgid "You have to select at least 1 Fiscal Year. Try again."
4381+#~ msgstr "Heu de seleccionar al menys un exercici fiscal. Intenteu de nou."
4382+
4383+#~ msgid "Customize Report"
4384+#~ msgstr "Informe personalitzat"
4385+
4386+#~ msgid "A module that adds new reports based on the account module."
4387+#~ msgstr ""
4388+#~ "Mòdul que afegeix nous informes basat en el mòdul comptable-financer."
4389+
4390+#~ msgid "Account Reporting - Reporting"
4391+#~ msgstr "Informe comptable - Informe"
4392+>>>>>>> MERGE-SOURCE
4393
4394=== modified file 'account/i18n/cs.po'
4395--- account/i18n/cs.po 2011-10-05 05:53:44 +0000
4396+++ account/i18n/cs.po 2011-11-22 19:28:30 +0000
4397@@ -6,16 +6,27 @@
4398 msgstr ""
4399 "Project-Id-Version: OpenERP Server 6.0dev\n"
4400 "Report-Msgid-Bugs-To: support@openerp.com\n"
4401+<<<<<<< TREE
4402 "POT-Creation-Date: 2011-05-09 10:18+0000\n"
4403 "PO-Revision-Date: 2011-08-13 17:22+0000\n"
4404 "Last-Translator: Jan B. Krejčí <Unknown>\n"
4405+=======
4406+"POT-Creation-Date: 2011-01-11 11:14+0000\n"
4407+"PO-Revision-Date: 2011-01-26 09:56+0000\n"
4408+"Last-Translator: Pavel Stejskal <Unknown>\n"
4409+>>>>>>> MERGE-SOURCE
4410 "Language-Team: \n"
4411 "MIME-Version: 1.0\n"
4412 "Content-Type: text/plain; charset=UTF-8\n"
4413 "Content-Transfer-Encoding: 8bit\n"
4414+<<<<<<< TREE
4415 "X-Launchpad-Export-Date: 2011-10-05 04:56+0000\n"
4416 "X-Generator: Launchpad (build 14085)\n"
4417 "X-Poedit-Language: Czech\n"
4418+=======
4419+"X-Launchpad-Export-Date: 2011-03-18 04:48+0000\n"
4420+"X-Generator: Launchpad (build 12559)\n"
4421+>>>>>>> MERGE-SOURCE
4422
4423 #. module: account
4424 #: model:process.transition,name:account.process_transition_supplierreconcilepaid0
4425@@ -25,7 +36,17 @@
4426 #. module: account
4427 #: view:account.journal:0
4428 msgid "Other Configuration"
4429-msgstr "Ostatní nastavení"
4430+<<<<<<< TREE
4431+msgstr "Ostatní nastavení"
4432+=======
4433+msgstr "Ostatní nastavení"
4434+
4435+#. module: account
4436+#: code:addons/account/wizard/account_open_closed_fiscalyear.py:40
4437+#, python-format
4438+msgid "No End of year journal defined for the fiscal year"
4439+msgstr ""
4440+>>>>>>> MERGE-SOURCE
4441
4442 #. module: account
4443 #: code:addons/account/account.py:506
4444@@ -34,7 +55,12 @@
4445 "You cannot remove/deactivate an account which is set as a property to any "
4446 "Partner."
4447 msgstr ""
4448+<<<<<<< TREE
4449 "Nemůžete odstranit/deaktivovat účet, který je přiřazen některému partnerovi"
4450+=======
4451+"Nemůžete odstranit/deaktivovat účet, který je nastaven jako vlastnost "
4452+"některého partnera"
4453+>>>>>>> MERGE-SOURCE
4454
4455 #. module: account
4456 #: view:account.move.reconcile:0
4457@@ -64,17 +90,29 @@
4458 #: code:addons/account/invoice.py:785
4459 #, python-format
4460 msgid "Please define sequence on invoice journal"
4461+<<<<<<< TREE
4462 msgstr "Prosím nadefinujte číselnou řadu knihy faktur"
4463+=======
4464+msgstr "Prosím nadefinujte sekvenci knihy faktur"
4465+>>>>>>> MERGE-SOURCE
4466
4467 #. module: account
4468 #: constraint:account.period:0
4469 msgid "Error ! The duration of the Period(s) is/are invalid. "
4470+<<<<<<< TREE
4471 msgstr "Chyba! Neplatná délka období. "
4472+=======
4473+msgstr "Chyba! Délku období (s) je / jsou neplatné. "
4474+>>>>>>> MERGE-SOURCE
4475
4476 #. module: account
4477 #: field:account.analytic.line,currency_id:0
4478 msgid "Account currency"
4479+<<<<<<< TREE
4480 msgstr "Měna účtu"
4481+=======
4482+msgstr "Účetní měna"
4483+>>>>>>> MERGE-SOURCE
4484
4485 #. module: account
4486 #: view:account.tax:0
4487@@ -84,7 +122,11 @@
4488 #. module: account
4489 #: model:ir.model,name:account.model_report_aged_receivable
4490 msgid "Aged Receivable Till Today"
4491+<<<<<<< TREE
4492 msgstr "Pohledávky splatné ke dnešku"
4493+=======
4494+msgstr "splatné pohledávky do dnešního dne"
4495+>>>>>>> MERGE-SOURCE
4496
4497 #. module: account
4498 #: field:account.partner.ledger,reconcil:0
4499@@ -97,13 +139,22 @@
4500 "The Profit and Loss report gives you an overview of your company profit and "
4501 "loss in a single document"
4502 msgstr ""
4503+<<<<<<< TREE
4504 "Výkaz zisku a ztráty Vám dá přehled o zisku či ztrátě společnosti v jediném "
4505 "dokumentu"
4506+=======
4507+"Výkaz zisku a ztrát Vám dá přehled o zisku/ztrátě společnosti v jediném "
4508+"dokumentu"
4509+>>>>>>> MERGE-SOURCE
4510
4511 #. module: account
4512 #: model:process.transition,name:account.process_transition_invoiceimport0
4513 msgid "Import from invoice or payment"
4514+<<<<<<< TREE
4515 msgstr "Importovat z faktury nebo platby"
4516+=======
4517+msgstr "Importovat z faktur nebo plateb"
4518+>>>>>>> MERGE-SOURCE
4519
4520 #. module: account
4521 #: model:ir.model,name:account.model_wizard_multi_charts_accounts
4522@@ -737,12 +788,15 @@
4523 msgstr "Dnes likvidovaní partneři"
4524
4525 #. module: account
4526+<<<<<<< TREE
4527 #: code:addons/account/account_bank_statement.py:306
4528 #, python-format
4529 msgid "The statement balance is incorrect !\n"
4530 msgstr "Nesprávný zůstatek výpisu!\n"
4531
4532 #. module: account
4533+=======
4534+>>>>>>> MERGE-SOURCE
4535 #: selection:account.payment.term.line,value:0
4536 #: selection:account.tax.template,type:0
4537 msgid "Percent"
4538@@ -2636,9 +2690,10 @@
4539 msgstr "Srpen"
4540
4541 #. module: account
4542-#: code:addons/account/account_bank_statement.py:307
4543+#: code:addons/account/account_bank_statement.py:306
4544 #, python-format
4545 msgid ""
4546+"The statement balance is incorrect !\n"
4547 "The expected balance (%.2f) is different than the computed one. (%.2f)"
4548 msgstr ""
4549
4550@@ -2875,6 +2930,12 @@
4551 msgstr "Pohled"
4552
4553 #. module: account
4554+#: code:addons/account/account.py:2951
4555+#, python-format
4556+msgid "BNK%s"
4557+msgstr ""
4558+
4559+#. module: account
4560 #: code:addons/account/account.py:2906
4561 #: code:addons/account/installer.py:296
4562 #, python-format
4563@@ -4284,12 +4345,15 @@
4564 msgstr "Zůstatek účtu -"
4565
4566 #. module: account
4567+<<<<<<< TREE
4568 #: code:addons/account/invoice.py:997
4569 #, python-format
4570 msgid "Invoice "
4571 msgstr "Faktura "
4572
4573 #. module: account
4574+=======
4575+>>>>>>> MERGE-SOURCE
4576 #: field:account.automatic.reconcile,date1:0
4577 msgid "Starting Date"
4578 msgstr "Počáteční den"
4579@@ -5595,8 +5659,13 @@
4580 #. module: account
4581 #: code:addons/account/invoice.py:997
4582 #, python-format
4583+<<<<<<< TREE
4584 msgid "is validated."
4585 msgstr "není platné."
4586+=======
4587+msgid "Invoice '%s' is validated."
4588+msgstr ""
4589+>>>>>>> MERGE-SOURCE
4590
4591 #. module: account
4592 #: view:account.chart.template:0
4593
4594=== modified file 'account/i18n/da.po'
4595--- account/i18n/da.po 2011-10-12 04:55:57 +0000
4596+++ account/i18n/da.po 2011-11-22 19:28:30 +0000
4597@@ -14,8 +14,13 @@
4598 "MIME-Version: 1.0\n"
4599 "Content-Type: text/plain; charset=UTF-8\n"
4600 "Content-Transfer-Encoding: 8bit\n"
4601+<<<<<<< TREE
4602 "X-Launchpad-Export-Date: 2011-10-12 04:55+0000\n"
4603 "X-Generator: Launchpad (build 14124)\n"
4604+=======
4605+"X-Launchpad-Export-Date: 2011-03-18 04:48+0000\n"
4606+"X-Generator: Launchpad (build 12559)\n"
4607+>>>>>>> MERGE-SOURCE
4608
4609 #. module: account
4610 #: model:process.transition,name:account.process_transition_supplierreconcilepaid0
4611@@ -705,12 +710,6 @@
4612 msgstr ""
4613
4614 #. module: account
4615-#: code:addons/account/account_bank_statement.py:306
4616-#, python-format
4617-msgid "The statement balance is incorrect !\n"
4618-msgstr ""
4619-
4620-#. module: account
4621 #: selection:account.payment.term.line,value:0
4622 #: selection:account.tax.template,type:0
4623 msgid "Percent"
4624@@ -2576,12 +2575,12 @@
4625 msgstr ""
4626
4627 #. module: account
4628-#: code:addons/account/account_bank_statement.py:307
4629+#: code:addons/account/account_bank_statement.py:306
4630 #, python-format
4631 msgid ""
4632+"The statement balance is incorrect !\n"
4633 "The expected balance (%.2f) is different than the computed one. (%.2f)"
4634 msgstr ""
4635-"Den forventede balance (%.2f) er forskellig fra den beregnede. (%.2f)"
4636
4637 #. module: account
4638 #: model:process.transition,note:account.process_transition_paymentreconcile0
4639@@ -2820,6 +2819,12 @@
4640 msgstr "Vis"
4641
4642 #. module: account
4643+#: code:addons/account/account.py:2951
4644+#, python-format
4645+msgid "BNK%s"
4646+msgstr ""
4647+
4648+#. module: account
4649 #: code:addons/account/account.py:2906
4650 #: code:addons/account/installer.py:296
4651 #, python-format
4652@@ -4210,12 +4215,15 @@
4653 msgstr ""
4654
4655 #. module: account
4656+<<<<<<< TREE
4657 #: code:addons/account/invoice.py:997
4658 #, python-format
4659 msgid "Invoice "
4660 msgstr ""
4661
4662 #. module: account
4663+=======
4664+>>>>>>> MERGE-SOURCE
4665 #: field:account.automatic.reconcile,date1:0
4666 msgid "Starting Date"
4667 msgstr ""
4668@@ -5507,7 +5515,7 @@
4669 #. module: account
4670 #: code:addons/account/invoice.py:997
4671 #, python-format
4672-msgid "is validated."
4673+msgid "Invoice '%s' is validated."
4674 msgstr ""
4675
4676 #. module: account
4677@@ -9717,6 +9725,7 @@
4678 "in its currency (maybe different of the company currency)."
4679 msgstr ""
4680
4681+<<<<<<< TREE
4682 #. module: account
4683 #: report:account.balancesheet:0
4684 #: report:account.balancesheet.horizontal:0
4685@@ -9762,3 +9771,147 @@
4686 #: report:account.aged_trial_balance:0
4687 msgid "Not due"
4688 msgstr ""
4689+=======
4690+#~ msgid "Unpaid Supplier Invoices"
4691+#~ msgstr "Ubetalte leverandør fakturaer."
4692+
4693+#~ msgid "Print Taxes Report"
4694+#~ msgstr "Udskriv skatte rapporter"
4695+
4696+#~ msgid "Confirm draft invoices"
4697+#~ msgstr "Bekræft udkast til fakturaer"
4698+
4699+#~ msgid "Account Num."
4700+#~ msgstr "Konto nummer."
4701+
4702+#~ msgid "Total entries"
4703+#~ msgstr "Totale posteringe"
4704+
4705+#~ msgid "Supplier invoice"
4706+#~ msgstr "Leverandør faktura"
4707+
4708+#~ msgid "Printing Date"
4709+#~ msgstr "Udskrivnings dato"
4710+
4711+#~ msgid "J.C. or Move name"
4712+#~ msgstr "J.C eller flyt navn"
4713+
4714+#~ msgid "Error! You can not create recursive account."
4715+#~ msgstr "Fejl! Du kan ikke oprette rekursive konto."
4716+
4717+#~ msgid "Contact"
4718+#~ msgstr "Kontaktperson"
4719+
4720+#~ msgid "Can be draft or validated"
4721+#~ msgstr "Kan være udkast eller valideret"
4722+
4723+#~ msgid "Partner account"
4724+#~ msgstr "Partner konto"
4725+
4726+#~ msgid "Status"
4727+#~ msgstr "Status"
4728+
4729+#~ msgid "Partial Payment"
4730+#~ msgstr "Delbetaling"
4731+
4732+#~ msgid "Bank Reconciliation"
4733+#~ msgstr "Bank afstemning"
4734+
4735+#~ msgid "Cancel Invoice"
4736+#~ msgstr "Annuller Faktura"
4737+
4738+#, python-format
4739+#~ msgid "No Data Available"
4740+#~ msgstr "Ingen data tilgængelig"
4741+
4742+#~ msgid "End date"
4743+#~ msgstr "Slut dato"
4744+
4745+#~ msgid "Printing Date :"
4746+#~ msgstr "Udskrifts dato:"
4747+
4748+#~ msgid "analytic Invoice"
4749+#~ msgstr "analyse Faktura"
4750+
4751+#~ msgid "Grand total"
4752+#~ msgstr "Grand total"
4753+
4754+#~ msgid "New Supplier Invoice"
4755+#~ msgstr "Ny leverandør faktura"
4756+
4757+#~ msgid "Voucher Nb"
4758+#~ msgstr "Kupon No"
4759+
4760+#~ msgid "Amount paid"
4761+#~ msgstr "Beløb betalt"
4762+
4763+#~ msgid "Are you sure you want to close the fiscal year ?"
4764+#~ msgstr "Er du sikker på du vil afslutte regnskabsåret ?"
4765+
4766+#~ msgid "Bank Receipt"
4767+#~ msgstr "Bank kvittering"
4768+
4769+#~ msgid "Invoice import"
4770+#~ msgstr "Faktura import"
4771+
4772+#, python-format
4773+#~ msgid ""
4774+#~ "The expected balance (%.2f) is different than the computed one. (%.2f)"
4775+#~ msgstr ""
4776+#~ "Den forventede balance (%.2f) er forskellig fra den beregnede. (%.2f)"
4777+
4778+#~ msgid "Continue"
4779+#~ msgstr "Fortsæt"
4780+
4781+#~ msgid "Value"
4782+#~ msgstr "Værdi"
4783+
4784+#~ msgid "Select invoices you want to pay and manages advances"
4785+#~ msgstr "Vælg fakturaer, du ønsker at betale og administrere"
4786+
4787+#~ msgid "Display History"
4788+#~ msgstr "Vis historik"
4789+
4790+#~ msgid " Start date"
4791+#~ msgstr " Start dato"
4792+
4793+#~ msgid "Display accounts "
4794+#~ msgstr "Vis kontoer "
4795+
4796+#~ msgid "Crédit"
4797+#~ msgstr "Kredit"
4798+
4799+#~ msgid ""
4800+#~ "The partner bank account to pay\n"
4801+#~ "Keep empty to use the default"
4802+#~ msgstr ""
4803+#~ "Partners bank konto for betaling\n"
4804+#~ "Holdes tom for default værdier"
4805+
4806+#~ msgid "Invoice Movement"
4807+#~ msgstr "Faktura bevægelser"
4808+
4809+#~ msgid "Income"
4810+#~ msgstr "Indtægt"
4811+
4812+#~ msgid "Partner Ref."
4813+#~ msgstr "Partner Ref."
4814+
4815+#~ msgid "VAT"
4816+#~ msgstr "Moms"
4817+
4818+#~ msgid "Total quantity"
4819+#~ msgstr "Total antal"
4820+
4821+#~ msgid "Third party"
4822+#~ msgstr "Tredie part"
4823+
4824+#~ msgid "Select Message"
4825+#~ msgstr "Vælg besked"
4826+
4827+#~ msgid "Charts of Account"
4828+#~ msgstr "Diagrammer af kontoen"
4829+
4830+#~ msgid "supplier"
4831+#~ msgstr "leverandør"
4832+>>>>>>> MERGE-SOURCE
4833
4834=== modified file 'account/i18n/de.po'
4835--- account/i18n/de.po 2011-10-05 05:53:44 +0000
4836+++ account/i18n/de.po 2011-11-22 19:28:30 +0000
4837@@ -6,15 +6,26 @@
4838 msgstr ""
4839 "Project-Id-Version: OpenERP Server 6.0dev\n"
4840 "Report-Msgid-Bugs-To: support@openerp.com\n"
4841+<<<<<<< TREE
4842 "POT-Creation-Date: 2011-05-09 10:18+0000\n"
4843 "PO-Revision-Date: 2011-09-21 10:54+0000\n"
4844 "Last-Translator: Ferdinand @ Camptocamp <Unknown>\n"
4845+=======
4846+"POT-Creation-Date: 2011-01-11 11:14+0000\n"
4847+"PO-Revision-Date: 2011-02-13 22:46+0000\n"
4848+"Last-Translator: Ferdinand @ Camptocamp <Unknown>\n"
4849+>>>>>>> MERGE-SOURCE
4850 "Language-Team: \n"
4851 "MIME-Version: 1.0\n"
4852 "Content-Type: text/plain; charset=UTF-8\n"
4853 "Content-Transfer-Encoding: 8bit\n"
4854+<<<<<<< TREE
4855 "X-Launchpad-Export-Date: 2011-10-05 04:56+0000\n"
4856 "X-Generator: Launchpad (build 14085)\n"
4857+=======
4858+"X-Launchpad-Export-Date: 2011-03-18 04:49+0000\n"
4859+"X-Generator: Launchpad (build 12559)\n"
4860+>>>>>>> MERGE-SOURCE
4861
4862 #. module: account
4863 #: model:process.transition,name:account.process_transition_supplierreconcilepaid0
4864@@ -749,12 +760,6 @@
4865 msgstr "Heute ausgeglichene Partner"
4866
4867 #. module: account
4868-#: code:addons/account/account_bank_statement.py:306
4869-#, python-format
4870-msgid "The statement balance is incorrect !\n"
4871-msgstr "Der Saldo für diesen gebuchten Auszug stimmt nicht überein !\n"
4872-
4873-#. module: account
4874 #: selection:account.payment.term.line,value:0
4875 #: selection:account.tax.template,type:0
4876 msgid "Percent"
4877@@ -2720,11 +2725,12 @@
4878 msgstr "August"
4879
4880 #. module: account
4881-#: code:addons/account/account_bank_statement.py:307
4882+#: code:addons/account/account_bank_statement.py:306
4883 #, python-format
4884 msgid ""
4885+"The statement balance is incorrect !\n"
4886 "The expected balance (%.2f) is different than the computed one. (%.2f)"
4887-msgstr "Der erwartete Wert (%.2f) weicht ab von dem berechneten Wert (%.2f)"
4888+msgstr ""
4889
4890 #. module: account
4891 #: model:process.transition,note:account.process_transition_paymentreconcile0
4892@@ -2978,6 +2984,12 @@
4893 msgstr "Ansicht"
4894
4895 #. module: account
4896+#: code:addons/account/account.py:2951
4897+#, python-format
4898+msgid "BNK%s"
4899+msgstr ""
4900+
4901+#. module: account
4902 #: code:addons/account/account.py:2906
4903 #: code:addons/account/installer.py:296
4904 #, python-format
4905@@ -4449,12 +4461,15 @@
4906 msgstr "Saldo"
4907
4908 #. module: account
4909+<<<<<<< TREE
4910 #: code:addons/account/invoice.py:997
4911 #, python-format
4912 msgid "Invoice "
4913 msgstr "Rechnung "
4914
4915 #. module: account
4916+=======
4917+>>>>>>> MERGE-SOURCE
4918 #: field:account.automatic.reconcile,date1:0
4919 msgid "Starting Date"
4920 msgstr "Start Datum"
4921@@ -5826,8 +5841,8 @@
4922 #. module: account
4923 #: code:addons/account/invoice.py:997
4924 #, python-format
4925-msgid "is validated."
4926-msgstr "wurde geprüft und gebucht."
4927+msgid "Invoice '%s' is validated."
4928+msgstr ""
4929
4930 #. module: account
4931 #: view:account.chart.template:0
4932@@ -10388,6 +10403,7 @@
4933 "Der verbleibende Saldo auf einem Debitor oder Kreditor nach vorgenommenen "
4934 "Buchung in der Landeswährung."
4935
4936+<<<<<<< TREE
4937 #. module: account
4938 #: report:account.balancesheet:0
4939 #: report:account.balancesheet.horizontal:0
4940@@ -10492,3 +10508,1971 @@
4941 #~ "Sie können keinen Kontenplan erzeugen!\n"
4942 #~ "Stellen Sie sicher, dass die Finanzkontovorlage eines übergeordneten Kontos "
4943 #~ "den Typ \"Ansicht\" haben sollte. "
4944+=======
4945+#~ msgid "Keep empty to use the period of the validation date."
4946+#~ msgstr "Frei lassen für Periode des Validierungsdatums."
4947+
4948+#~ msgid "Error! You can not create recursive account."
4949+#~ msgstr "Fehler! Sie können keine rekursiven Konten definieren."
4950+
4951+#~ msgid ""
4952+#~ "If you use payment terms, the due date will be computed automatically at the "
4953+#~ "generation of accounting entries. If you keep the payment term and the due "
4954+#~ "date empty, it means direct payment."
4955+#~ msgstr ""
4956+#~ "Falls Sie Zahlungsbedingungen einsetzen wird das Fälligkeitsdatum für die "
4957+#~ "Rechnungen automatisch berechnet."
4958+
4959+#~ msgid "Unpaid Supplier Invoices"
4960+#~ msgstr "Offene Eingangsrechnungen"
4961+
4962+#~ msgid "Entries Encoding"
4963+#~ msgstr "Erfasse Buchungen"
4964+
4965+#~ msgid "Confirm statement from draft"
4966+#~ msgstr "Bestätige Buchung Bankkontoauszug"
4967+
4968+#~ msgid "Asset"
4969+#~ msgstr "Aktiva"
4970+
4971+#~ msgid "Select Message"
4972+#~ msgstr "Wähle Nachricht"
4973+
4974+#~ msgid "Unreconciled entries"
4975+#~ msgstr "Offene Posten"
4976+
4977+#~ msgid "Print Taxes Report"
4978+#~ msgstr "Druck Report Steuer"
4979+
4980+#, python-format
4981+#~ msgid "Account move line \"%s\" is not valid"
4982+#~ msgstr "Buchungsposition \"%s\" ist ungültig"
4983+
4984+#~ msgid "Unreconcile entries"
4985+#~ msgstr "Storno Ausgleich"
4986+
4987+#~ msgid "Confirm draft invoices"
4988+#~ msgstr "Bestätige Entwurf Rechnung"
4989+
4990+#~ msgid "Charts of Account"
4991+#~ msgstr "Kontenplan Finanzkonten"
4992+
4993+#~ msgid "Move line select"
4994+#~ msgstr "Auswahl Buchungszeile"
4995+
4996+#~ msgid "Entry label"
4997+#~ msgstr "Buchungstext"
4998+
4999+#~ msgid "Account Entry Line"
5000+#~ msgstr "Buchungszeile"
The diff has been truncated for viewing.