2
0

Merge PR #1480 into 16.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot 2022-11-16 08:14:22 +00:00
commit 68e8e87dd5
70 changed files with 4871 additions and 0 deletions

View File

@ -0,0 +1,103 @@
=================================
Account Fiscal Position VAT Check
=================================
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--financial--tools-lightgray.png?logo=github
:target: https://github.com/OCA/account-financial-tools/tree/15.0/account_fiscal_position_vat_check
:alt: OCA/account-financial-tools
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/account-financial-tools-15-0/account-financial-tools-15-0-account_fiscal_position_vat_check
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/92/15.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
With this module, when a user tries to validate a customer invoice or refund
with a fiscal position that requires VAT, Odoo blocks the validation of the invoice
if the customer doesn't have a VAT number in Odoo.
.. figure:: https://raw.githubusercontent.com/OCA/account-financial-tools/15.0/account_fiscal_position_vat_check/static/description/vat_check_invoice_validation.png
:alt: Error upon customer invoice validation
In the European Union (EU), when an EU company sends an invoice to
another EU company in another country, it can invoice without VAT
(most of the time) but the VAT number of the customer must be displayed
on the invoice.
**Table of contents**
.. contents::
:local:
Configuration
=============
To configure this module, go to the menu *Invoicing > Configuration > Accounting
> Fiscal Positions* and enable the option **VAT Required** on the relevant
fiscal positions.
.. figure:: https://raw.githubusercontent.com/OCA/account-financial-tools/15.0/account_fiscal_position_vat_check/static/description/fiscal_position_form.png
:alt: Fiscal Position form view
Usage
=====
On the partner form view, Odoo will display a yellow warning banner
when the partner has a fiscal position that has the option **VAT Required**
but its VAT number is not set.
.. figure:: https://raw.githubusercontent.com/OCA/account-financial-tools/15.0/account_fiscal_position_vat_check/static/description/warning_banner_vat_required.png
:alt: Warning Banner on partner form view
Bug Tracker
===========
Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-financial-tools/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/account-financial-tools/issues/new?body=module:%20account_fiscal_position_vat_check%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Do not contact contributors directly about support or help with technical issues.
Credits
=======
Authors
~~~~~~~
* Akretion
Contributors
~~~~~~~~~~~~
* Alexis de Lattre <alexis.delattre@akretion.com>
Maintainers
~~~~~~~~~~~
This module is maintained by the OCA.
.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
This module is part of the `OCA/account-financial-tools <https://github.com/OCA/account-financial-tools/tree/15.0/account_fiscal_position_vat_check>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

View File

@ -0,0 +1 @@
from . import models

View File

@ -0,0 +1,19 @@
# Copyright 2013-2020 Akretion France (https://akretion.com/)
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Account Fiscal Position VAT Check",
"version": "16.0.1.0.0",
"category": "Invoices & Payments",
"license": "AGPL-3",
"summary": "Check VAT on invoice validation",
"author": "Akretion,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-financial-tools",
"depends": ["account", "base_vat"],
"data": [
"views/account_fiscal_position.xml",
"views/res_partner.xml",
],
"installable": True,
}

View File

@ -0,0 +1,50 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%(fp)s' that require the customer to have a VAT number. But the "
"Customer '%(rp)s' doesn't have a VAT number in Odoo. Please add the VAT "
"number of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""

View File

@ -0,0 +1,80 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n"
"Language-Team: Arabic (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/ar/)\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "فاتورة"
#~ msgid "Partner"
#~ msgstr "الشريك"

View File

@ -0,0 +1,76 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-12-22 03:41+0000\n"
"PO-Revision-Date: 2017-12-22 03:41+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Фактура"

View File

@ -0,0 +1,80 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n"
"Language-Team: Bosnian (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/bs/)\n"
"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Faktura"
#~ msgid "Partner"
#~ msgstr "Partner"

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n"
"Language-Team: Catalan (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/ca/)\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Factura"
#~ msgid "Partner"
#~ msgstr "Empresa"

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n"
"Language-Team: Czech (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/cs/)\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Faktura"
#~ msgid "Partner"
#~ msgstr "Společník"

View File

@ -0,0 +1,98 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
# Niki Waibel <niki.waibel@gmail.com>, 2016
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-01 18:55+0000\n"
"PO-Revision-Date: 2020-05-06 13:19+0000\n"
"Last-Translator: Maria Sparenberg <maria.sparenberg@gmx.net>\n"
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.10\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr "Kontakt"
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer "
"invoice/refund with the fiscal position '%(fp)s' "
"that require the customer to have a VAT number. "
"But the Customer '%(rp)s' "
"doesn't have a VAT number in Odoo. "
"Please add the VAT number of this Customer in Odoo "
"and try to validate again."
msgstr ""
"Sie versuchen, eine Ausgangsrechnung/-gutschrift mit der Steuerzuordnung "
"'%(fp)s' zu genehmigen, für die der Kunde eine Umsatzsteuernummer benötigt. Der "
"Kunde '%(rp)s' hat aber keine USt-ID in Odoo. Bitte geben Sie die USt-ID des "
"Kunden in Odoo an und starten Sie die Prüfung erneut."
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Rechnung"
#~ msgid "Missing VAT number:"
#~ msgstr "Fehlende USt-Nummer:"
#~ msgid ""
#~ "You have set the fiscal position '%s' that require the customer to have a "
#~ "VAT number, but the VAT number is missing."
#~ msgstr ""
#~ "Sie haben die Steuerzuordnung '%s' so festgelegt, dass der Kunde eine "
#~ "Umsatzsteuernummer haben muss. Diese fehlt jedoch."
#~ msgid "Partner"
#~ msgstr "Partner"

View File

@ -0,0 +1,77 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-12-22 03:41+0000\n"
"PO-Revision-Date: 2017-12-22 03:41+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/"
"el_GR/)\n"
"Language: el_GR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Τιμολόγιο"

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/oca/OCA-"
"account-financial-tools-8-0/language/en_GB/)\n"
"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Invoice"
#~ msgid "Partner"
#~ msgstr "Partner"

View File

@ -0,0 +1,98 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# José Antonio Cuello <jcuello@artextrading.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-01 18:55+0000\n"
"PO-Revision-Date: 2019-07-22 20:43+0000\n"
"Last-Translator: Josep M <jmyepes@mac.com>\n"
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.7.1\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr "Contacto"
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer "
"invoice/refund with the fiscal position '%(fp)s' "
"that require the customer to have a VAT number. "
"But the Customer '%(rp)s' "
"doesn't have a VAT number in Odoo. "
"Please add the VAT number of this Customer in Odoo "
"and try to validate again."
msgstr ""
"Está tratando de validar una factura/factura rectificativa con la posición "
"fiscal '%(fp)s' que requiere que el cliente tenga un NIF. Pero el cliente '%(rp)s' "
"no tiene un NIF en sus datos. Añada por favor el NIF de este cliente e "
"intente validarla otra vez."
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Factura"
#~ msgid "Missing VAT number:"
#~ msgstr "Falta el NIF:"
#~ msgid ""
#~ "You have set the fiscal position '%s' that require the customer to have a "
#~ "VAT number, but the VAT number is missing."
#~ msgstr ""
#~ "Ha establecido la posición fiscal '%s' que requiere que el cliente tenga "
#~ "un NIF, pero el NIF no está establecido."
#~ msgid "Partner"
#~ msgstr "Empresa"

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-"
"account-financial-tools-8-0/language/es_CR/)\n"
"Language: es_CR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Factura"
#~ msgid "Partner"
#~ msgstr "Empresa"

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Ecuador) (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/es_EC/)\n"
"Language: es_EC\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Factura"
#~ msgid "Partner"
#~ msgstr "Empresa"

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/es_MX/)\n"
"Language: es_MX\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Factura"
#~ msgid "Partner"
#~ msgstr "Empresa"

View File

@ -0,0 +1,76 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Venezuela) (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/es_VE/)\n"
"Language: es_VE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Empresa"

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n"
"Language-Team: Estonian (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/et/)\n"
"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Arve"
#~ msgid "Partner"
#~ msgstr "Partner"

View File

@ -0,0 +1,76 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-12-22 03:41+0000\n"
"PO-Revision-Date: 2017-12-22 03:41+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Lasku"

View File

@ -0,0 +1,98 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-01 18:55+0000\n"
"PO-Revision-Date: 2022-10-18 08:35+0000\n"
"Last-Translator: Vincent Hatakeyama <vincent+github@hatakeyama.fr>\n"
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.14.1\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr "<b>Numéro de TVA manquant</b>: ce partenaire a une position fiscale"
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr "Contact"
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr "Nom affiché"
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr "Id."
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr "Pièce comptable"
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr "Dernière modification le"
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr "Afficher lavertissement de TVA requise"
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer "
"invoice/refund with the fiscal position '%(fp)s' "
"that require the customer to have a VAT number. "
"But the Customer '%(rp)s' "
"doesn't have a VAT number in Odoo. "
"Please add the VAT number of this Customer in Odoo "
"and try to validate again."
msgstr ""
"Vous essayez de valider une facture ou un remboursement client avec la "
"position fiscale « %(fp)s» qui exige que le client ait un numéro de TVA. "
"Mais le client « %(rp)s» na pas de numéro de TVA dans Odoo. Veuillez "
"ajouter le numéro de TVA de ce client dans Odoo et essayer de valider à "
"nouveau."
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr "qui requiert de connaître le numéro de TVA du partenaire."
#~ msgid "Invoice"
#~ msgstr "Facture"
#~ msgid "Missing VAT number:"
#~ msgstr "Numéro de TVA manquant :"
#~ msgid ""
#~ "You have set the fiscal position '%s' that require the customer to have a "
#~ "VAT number, but the VAT number is missing."
#~ msgstr ""
#~ "Vous avez défini la position fiscale \"%s\" qui exige que le client ait "
#~ "un numéro de TVA, mais le numéro de TVA est absent."
#~ msgid "Partner"
#~ msgstr "Partenaire"

View File

@ -0,0 +1,77 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-12-22 03:41+0000\n"
"PO-Revision-Date: 2017-12-22 03:41+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/"
"fr_CA/)\n"
"Language: fr_CA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Facture"

View File

@ -0,0 +1,77 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-12-22 03:41+0000\n"
"PO-Revision-Date: 2017-12-22 03:41+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: French (Switzerland) (https://www.transifex.com/oca/"
"teams/23907/fr_CH/)\n"
"Language: fr_CH\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Facture"

View File

@ -0,0 +1,90 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2021-04-10 15:46+0000\n"
"Last-Translator: Yves Le Doeuff <yld@alliasys.fr>\n"
"Language-Team: none\n"
"Language: fr_FR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.3.2\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr "Contact"
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr "Ecriture"
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr "Dernière modification"
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer "
"invoice/refund with the fiscal position '%(fp)s' "
"that require the customer to have a VAT number. "
"But the Customer '%(rp)s' "
"doesn't have a VAT number in Odoo. "
"Please add the VAT number of this Customer in Odoo "
"and try to validate again."
msgstr ""
"Vous essayez de valider une facture/remboursement client avec la position "
"fiscale '%(fp)s' qui exige que le client ait un numéro de TVA. Mais le client "
"'%(rp)s' n'a pas de numéro de TVA dans Odoo. Veuillez ajouter le numéro de TVA "
"de ce client dans Odoo et essayer de valider à nouveau."
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Missing VAT number:"
#~ msgstr "Numéro de TVA manquant :"
#~ msgid ""
#~ "You have set the fiscal position '%s' that require customers to have a "
#~ "VAT number. If you plan to use this partner as a customer, you should add "
#~ "its VAT number."
#~ msgstr ""
#~ "Vous avez défini la position fiscale '%s' qui exige que les clients aient "
#~ "un numéro de TVA. Si vous prévoyez d'utiliser ce partenaire comme client, "
#~ "vous devez ajouter son numéro de TVA."

View File

@ -0,0 +1,76 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-12-22 03:41+0000\n"
"PO-Revision-Date: 2017-12-22 03:41+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n"
"Language: gl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Factura"

View File

@ -0,0 +1,99 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
# Bole <bole@dajmi5.com>, 2017
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-02-23 01:41+0000\n"
"PO-Revision-Date: 2019-11-12 15:34+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>\n"
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 3.8\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr "Kontakt"
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer "
"invoice/refund with the fiscal position '%(fp)s' "
"that require the customer to have a VAT number. "
"But the Customer '%(rp)s' "
"doesn't have a VAT number in Odoo. "
"Please add the VAT number of this Customer in Odoo "
"and try to validate again."
msgstr ""
"Pokušavate potvrditi račun ili odobrenje sa fiskalnom pozicijom '%(fp)s' koja "
"zahtijeva da partner ima unešen porezni broj, ali partner '%(rp)s' nema porezni "
"broj upisan u odoo. Molimo dodajte porezni broj ovog partnera i pokušajte "
"ponoviti potvrđivanje."
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Račun"
#~ msgid "Missing VAT number:"
#~ msgstr "Nedostaje porezni broj:"
#~ msgid ""
#~ "You have set the fiscal position '%s' that require the customer to have a "
#~ "VAT number, but the VAT number is missing."
#~ msgstr ""
#~ "Postavili ste fiskalnu poziciju '%s' koja zahtijeva da partner ima "
#~ "porezni broj, ali porezni broj nedostaje."
#~ msgid "Partner"
#~ msgstr "Partner"

View File

@ -0,0 +1,97 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
# Bole <bole@dajmi5.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-24 23:57+0000\n"
"PO-Revision-Date: 2016-11-24 23:57+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>, 2016\n"
"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/"
"hr_HR/)\n"
"Language: hr_HR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer "
"invoice/refund with the fiscal position '%(fp)s' "
"that require the customer to have a VAT number. "
"But the Customer '%(rp)s' "
"doesn't have a VAT number in Odoo. "
"Please add the VAT number of this Customer in Odoo "
"and try to validate again."
msgstr ""
"Pokušavate potvrditi račun ili povrat kupca sa fiskalnom pozivijom '%(fp)s' koja "
"zahtijva da partner ima unešen porezni broj. Kupac '%(rp)s' nema unešen porezni "
"broj u sustavu, molimo uinestie ga i pokušajte potvrditi račun ponovo."
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Račun"
#~ msgid "Missing VAT number:"
#~ msgstr "Nedostaje porezni broj:"
#~ msgid ""
#~ "You have set the fiscal position '%s' that require the customer to have a "
#~ "VAT number, but the VAT number is missing."
#~ msgstr ""
#~ "Postavili ste fiskalnu poziciju '%s' koja zahtijeva porezni broj, međutim "
#~ "on nedostaje.javascript:;"
#~ msgid "Partner"
#~ msgstr "Partner"

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n"
"Language-Team: Hungarian (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/hu/)\n"
"Language: hu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Számla"
#~ msgid "Partner"
#~ msgstr "Partner"

View File

@ -0,0 +1,76 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n"
"Language-Team: Indonesian (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/id/)\n"
"Language: id\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Faktur"

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n"
"Language-Team: Italian (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/it/)\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Fattura"
#~ msgid "Partner"
#~ msgstr "Partner"

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n"
"Language-Team: Japanese (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/ja/)\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "請求書"
#~ msgid "Partner"
#~ msgstr "パートナ"

View File

@ -0,0 +1,80 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n"
"Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/lt/)\n"
"Language: lt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
"%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Sąskaita-faktūra"
#~ msgid "Partner"
#~ msgstr "Partneris"

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n"
"Language-Team: Macedonian (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/mk/)\n"
"Language: mk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Фактура"
#~ msgid "Partner"
#~ msgstr "Партнер"

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n"
"Language-Team: Mongolian (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/mn/)\n"
"Language: mn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Нэхэмжлэл"
#~ msgid "Partner"
#~ msgstr "Харилцагч"

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n"
"Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/nb/)\n"
"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Faktura"
#~ msgid "Partner"
#~ msgstr "Partner"

View File

@ -0,0 +1,77 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-12-22 03:41+0000\n"
"PO-Revision-Date: 2017-12-22 03:41+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/"
"teams/23907/nb_NO/)\n"
"Language: nb_NO\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Innmelding"

View File

@ -0,0 +1,97 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2021-04-18 10:46+0000\n"
"Last-Translator: Bosd <c5e2fd43-d292-4c90-9d1f-74ff3436329a@anonaddy.me>\n"
"Language-Team: Dutch (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/nl/)\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.3.2\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr "Relatie"
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer "
"invoice/refund with the fiscal position '%(fp)s' "
"that require the customer to have a VAT number. "
"But the Customer '%(rp)s' "
"doesn't have a VAT number in Odoo. "
"Please add the VAT number of this Customer in Odoo "
"and try to validate again."
msgstr ""
"U probeert een verkoop factuur/credit factuur te valideren met de volgende "
"fiscale positie '%(fp)s' waarvoor het is verplicht dat er een BTW nummer is "
"ingevuld. Maar voor de klant '%(rp)s' is geen BTW nummer bekend. Voeg het BTW "
"nummer van deze klant toe en valideer opnieuw."
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Factuur"
#~ msgid "Missing VAT number:"
#~ msgstr "Ontbrekend BTW nummer:"
#~ msgid ""
#~ "You have set the fiscal position '%s' that require the customer to have a "
#~ "VAT number, but the VAT number is missing."
#~ msgstr ""
#~ "U heeft de volgende fiscale positie ingesteld '%s' waarvoor het vereist "
#~ "is dat er een BTW nummer is ingevuld, maar het BTW nummer ontbreekt."
#~ msgid "Partner"
#~ msgstr "Relatie"

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n"
"Language-Team: Dutch (Belgium) (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/nl_BE/)\n"
"Language: nl_BE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Factuur"
#~ msgid "Partner"
#~ msgstr "Relatie"

View File

@ -0,0 +1,80 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
# Frank Schellenberg <opensource@schellenberg.nl>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-25 11:46+0000\n"
"PO-Revision-Date: 2018-01-25 11:46+0000\n"
"Last-Translator: Frank Schellenberg <opensource@schellenberg.nl>, 2018\n"
"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/"
"teams/23907/nl_NL/)\n"
"Language: nl_NL\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Factuur"
#~ msgid "Partner"
#~ msgstr "Relatie"

View File

@ -0,0 +1,80 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n"
"Language-Team: Polish (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/pl/)\n"
"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2);\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Faktura"
#~ msgid "Partner"
#~ msgstr "Partner"

View File

@ -0,0 +1,96 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2019-08-14 18:44+0000\n"
"Last-Translator: Pedro Castro Silva <pedrocs@exo.pt>\n"
"Language-Team: Portuguese (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/pt/)\n"
"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Weblate 3.7.1\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr "Contacto"
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer "
"invoice/refund with the fiscal position '%(fp)s' "
"that require the customer to have a VAT number. "
"But the Customer '%(rp)s' "
"doesn't have a VAT number in Odoo. "
"Please add the VAT number of this Customer in Odoo "
"and try to validate again."
msgstr ""
"Está a tentar validar uma fatura ou reembolso com a posição fiscal '%(fp)s', que "
"obriga a que o cliente tenha um NIFo que não acontece no caso do cliente "
"'%(rp)s'. Por favor, adicione um e tente validar novamente."
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Fatura"
#~ msgid "Missing VAT number:"
#~ msgstr "Falta o NIF:"
#~ msgid ""
#~ "You have set the fiscal position '%s' that require the customer to have a "
#~ "VAT number, but the VAT number is missing."
#~ msgstr ""
#~ "Atribuiu a posição fiscal '%s', que obriga a que o cliente tenha um NIF "
#~ "definido, mas este está em falta."
#~ msgid "Partner"
#~ msgstr "Parceiro"

View File

@ -0,0 +1,99 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
# Alessandro Martini <alessandrofmartini@gmail.com>, 2017
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-28 23:23+0000\n"
"PO-Revision-Date: 2019-08-26 15:01+0000\n"
"Last-Translator: Rodrigo Macedo <rmsolucoeseminformatic4@gmail.com>\n"
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/"
"teams/23907/pt_BR/)\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.8\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr "Contato"
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer "
"invoice/refund with the fiscal position '%(fp)s' "
"that require the customer to have a VAT number. "
"But the Customer '%(rp)s' "
"doesn't have a VAT number in Odoo. "
"Please add the VAT number of this Customer in Odoo "
"and try to validate again."
msgstr ""
"Você está tentando validar uma fatura/reembolso de cliente com a posição "
"fiscal '%(fp)s' que requer que o cliente possua um número de Valor de Imposto "
"Atribuido. Mas o Cliente '%(rp)s' não possui este número no Odoo. Por favor "
"adicione o número de VIA deste Cliente no Odoo e tente validar novamente."
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Fatura"
#~ msgid "Missing VAT number:"
#~ msgstr "Número do Valor de Imposto Atribuído faltando:"
#~ msgid ""
#~ "You have set the fiscal position '%s' that require the customer to have a "
#~ "VAT number, but the VAT number is missing."
#~ msgstr ""
#~ "Você selecionou a posição fiscal '%s' que requer que o cliente possua um "
#~ "número de Valor de Imposto Atribuído, mas o número de VIA está faltando."
#~ msgid "Partner"
#~ msgstr "Parceiro"

View File

@ -0,0 +1,77 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-12-22 03:41+0000\n"
"PO-Revision-Date: 2017-12-22 03:41+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/"
"teams/23907/pt_PT/)\n"
"Language: pt_PT\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Fatura"

View File

@ -0,0 +1,80 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n"
"Language-Team: Romanian (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/ro/)\n"
"Language: ro\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
"2:1));\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Factura"
#~ msgid "Partner"
#~ msgstr "Partener"

View File

@ -0,0 +1,81 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n"
"Language-Team: Russian (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/ru/)\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
"%100>=11 && n%100<=14)? 2 : 3);\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Счет"
#~ msgid "Partner"
#~ msgstr "Контрагент"

View File

@ -0,0 +1,77 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-12-22 03:41+0000\n"
"PO-Revision-Date: 2017-12-22 03:41+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Slovak (Slovakia) (https://www.transifex.com/oca/teams/23907/"
"sk_SK/)\n"
"Language: sk_SK\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Faktúra"

View File

@ -0,0 +1,90 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-01 18:55+0000\n"
"PO-Revision-Date: 2016-11-01 18:55+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n"
"Language: sl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
"%100==4 ? 2 : 3);\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Račun"
#~ msgid "Missing VAT number:"
#~ msgstr "Manjkajoči ID za DDV:"
#~ msgid ""
#~ "You have set the fiscal position '%s' that require the customer to have a "
#~ "VAT number, but the VAT number is missing."
#~ msgstr ""
#~ "Nastavili ste fiskalni položaj '%s', ki zahteva, da kupec ima ID za DDV, "
#~ "a ta manjka."
#~ msgid "Partner"
#~ msgstr "Partner"

View File

@ -0,0 +1,77 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n"
"Language-Team: Serbian (Latin) (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/sr@latin/)\n"
"Language: sr@latin\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Partner"

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n"
"Language-Team: Swedish (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/sv/)\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Faktura"
#~ msgid "Partner"
#~ msgstr "Företag"

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n"
"Language-Team: Thai (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/th/)\n"
"Language: th\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "ใบแจ้งหนี้"
#~ msgid "Partner"
#~ msgstr "พาร์ทเนอร์"

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n"
"Language-Team: Turkish (http://www.transifex.com/oca/OCA-account-financial-"
"tools-8-0/language/tr/)\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Fatura"
#~ msgid "Partner"
#~ msgstr "Cari"

View File

@ -0,0 +1,77 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-12-22 03:41+0000\n"
"PO-Revision-Date: 2017-12-22 03:41+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/"
"tr_TR/)\n"
"Language: tr_TR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "Fatura"

View File

@ -0,0 +1,76 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n"
"Language-Team: Vietnamese (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/vi/)\n"
"Language: vi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Partner"
#~ msgstr "Đối tác"

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/zh_CN/)\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "发票"
#~ msgid "Partner"
#~ msgstr "业务伙伴"

View File

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_fiscal_position_vat_check
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
"Last-Translator: <>\n"
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/zh_TW/)\n"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "<b>Missing VAT number</b>: this partner has the fiscal position"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_res_partner
msgid "Contact"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__display_name
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move__id
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__id
msgid "ID"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model,name:account_fiscal_position_vat_check.model_account_move
msgid "Journal Entry"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_account_move____last_update
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_fiscal_position_vat_check
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_partner__show_warning_vat_required
#: model:ir.model.fields,field_description:account_fiscal_position_vat_check.field_res_users__show_warning_vat_required
msgid "Show Warning Vat Required"
msgstr ""
#. module: account_fiscal_position_vat_check
#: code:addons/account_fiscal_position_vat_check/models/account_move.py:0
#, python-format
msgid ""
"You are trying to validate a customer invoice/refund with the fiscal "
"position '%s' that require the customer to have a VAT number. But the "
"Customer '%s' doesn't have a VAT number in Odoo. Please add the VAT number "
"of this Customer in Odoo and try to validate again."
msgstr ""
#. module: account_fiscal_position_vat_check
#: model_terms:ir.ui.view,arch_db:account_fiscal_position_vat_check.view_partner_property_form
msgid "that require to know the VAT number of the partner."
msgstr ""
#~ msgid "Invoice"
#~ msgstr "發票"
#~ msgid "Partner"
#~ msgstr "夥伴"

View File

@ -0,0 +1,2 @@
from . import account_move
from . import partner

View File

@ -0,0 +1,36 @@
# Copyright 2013-2020 Akretion France (https://akretion.com/)
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import _, models
from odoo.exceptions import UserError
class AccountMove(models.Model):
_inherit = "account.move"
def _post(self, soft=True):
"""Check that the customer has VAT set if required by the
fiscal position"""
for move in self:
if (
move.move_type in ("out_invoice", "out_refund")
and move.fiscal_position_id.vat_required
and not move.commercial_partner_id.vat
):
raise UserError(
_(
"You are trying to validate a customer "
"invoice/refund with the fiscal position '%(fp)s' "
"that require the customer to have a VAT number. "
"But the Customer '%(rp)s' "
"doesn't have a VAT number in Odoo. "
"Please add the VAT number of this Customer in Odoo "
"and try to validate again."
)
% {
"fp": move.fiscal_position_id.display_name,
"rp": move.commercial_partner_id.display_name,
}
)
return super()._post(soft=soft)

View File

@ -0,0 +1,23 @@
# Copyright 2013-2022 Akretion France (https://akretion.com/)
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import api, fields, models
class ResPartner(models.Model):
_inherit = "res.partner"
show_warning_vat_required = fields.Boolean(
compute="_compute_show_warning_vat_required"
)
@api.depends("property_account_position_id", "vat")
@api.depends_context("company")
def _compute_show_warning_vat_required(self):
for partner in self:
show = False
fp = partner.property_account_position_id
if fp and fp.vat_required and not partner.vat:
show = True
partner.show_warning_vat_required = show

View File

@ -0,0 +1,6 @@
To configure this module, go to the menu *Invoicing > Configuration > Accounting
> Fiscal Positions* and enable the option **VAT Required** on the relevant
fiscal positions.
.. figure:: static/description/fiscal_position_form.png
:alt: Fiscal Position form view

View File

@ -0,0 +1 @@
* Alexis de Lattre <alexis.delattre@akretion.com>

View File

@ -0,0 +1,11 @@
With this module, when a user tries to validate a customer invoice or refund
with a fiscal position that requires VAT, Odoo blocks the validation of the invoice
if the customer doesn't have a VAT number in Odoo.
.. figure:: static/description/vat_check_invoice_validation.png
:alt: Error upon customer invoice validation
In the European Union (EU), when an EU company sends an invoice to
another EU company in another country, it can invoice without VAT
(most of the time) but the VAT number of the customer must be displayed
on the invoice.

View File

@ -0,0 +1,6 @@
On the partner form view, Odoo will display a yellow warning banner
when the partner has a fiscal position that has the option **VAT Required**
but its VAT number is not set.
.. figure:: static/description/warning_banner_vat_required.png
:alt: Warning Banner on partner form view

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@ -0,0 +1,448 @@
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
<title>Account Fiscal Position VAT Check</title>
<style type="text/css">
/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
customize this style sheet.
*/
/* used to remove borders from tables and images */
.borderless, table.borderless td, table.borderless th {
border: 0 }
table.borderless td, table.borderless th {
/* Override padding for "table.docutils td" with "! important".
The right padding separates the table cells. */
padding: 0 0.5em 0 0 ! important }
.first {
/* Override more specific margin styles with "! important". */
margin-top: 0 ! important }
.last, .with-subtitle {
margin-bottom: 0 ! important }
.hidden {
display: none }
.subscript {
vertical-align: sub;
font-size: smaller }
.superscript {
vertical-align: super;
font-size: smaller }
a.toc-backref {
text-decoration: none ;
color: black }
blockquote.epigraph {
margin: 2em 5em ; }
dl.docutils dd {
margin-bottom: 0.5em }
object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
overflow: hidden;
}
/* Uncomment (and remove this text!) to get bold-faced definition list terms
dl.docutils dt {
font-weight: bold }
*/
div.abstract {
margin: 2em 5em }
div.abstract p.topic-title {
font-weight: bold ;
text-align: center }
div.admonition, div.attention, div.caution, div.danger, div.error,
div.hint, div.important, div.note, div.tip, div.warning {
margin: 2em ;
border: medium outset ;
padding: 1em }
div.admonition p.admonition-title, div.hint p.admonition-title,
div.important p.admonition-title, div.note p.admonition-title,
div.tip p.admonition-title {
font-weight: bold ;
font-family: sans-serif }
div.attention p.admonition-title, div.caution p.admonition-title,
div.danger p.admonition-title, div.error p.admonition-title,
div.warning p.admonition-title, .code .error {
color: red ;
font-weight: bold ;
font-family: sans-serif }
/* Uncomment (and remove this text!) to get reduced vertical space in
compound paragraphs.
div.compound .compound-first, div.compound .compound-middle {
margin-bottom: 0.5em }
div.compound .compound-last, div.compound .compound-middle {
margin-top: 0.5em }
*/
div.dedication {
margin: 2em 5em ;
text-align: center ;
font-style: italic }
div.dedication p.topic-title {
font-weight: bold ;
font-style: normal }
div.figure {
margin-left: 2em ;
margin-right: 2em }
div.footer, div.header {
clear: both;
font-size: smaller }
div.line-block {
display: block ;
margin-top: 1em ;
margin-bottom: 1em }
div.line-block div.line-block {
margin-top: 0 ;
margin-bottom: 0 ;
margin-left: 1.5em }
div.sidebar {
margin: 0 0 0.5em 1em ;
border: medium outset ;
padding: 1em ;
background-color: #ffffee ;
width: 40% ;
float: right ;
clear: right }
div.sidebar p.rubric {
font-family: sans-serif ;
font-size: medium }
div.system-messages {
margin: 5em }
div.system-messages h1 {
color: red }
div.system-message {
border: medium outset ;
padding: 1em }
div.system-message p.system-message-title {
color: red ;
font-weight: bold }
div.topic {
margin: 2em }
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
margin-top: 0.4em }
h1.title {
text-align: center }
h2.subtitle {
text-align: center }
hr.docutils {
width: 75% }
img.align-left, .figure.align-left, object.align-left, table.align-left {
clear: left ;
float: left ;
margin-right: 1em }
img.align-right, .figure.align-right, object.align-right, table.align-right {
clear: right ;
float: right ;
margin-left: 1em }
img.align-center, .figure.align-center, object.align-center {
display: block;
margin-left: auto;
margin-right: auto;
}
table.align-center {
margin-left: auto;
margin-right: auto;
}
.align-left {
text-align: left }
.align-center {
clear: both ;
text-align: center }
.align-right {
text-align: right }
/* reset inner alignment in figures */
div.align-right {
text-align: inherit }
/* div.align-center * { */
/* text-align: left } */
.align-top {
vertical-align: top }
.align-middle {
vertical-align: middle }
.align-bottom {
vertical-align: bottom }
ol.simple, ul.simple {
margin-bottom: 1em }
ol.arabic {
list-style: decimal }
ol.loweralpha {
list-style: lower-alpha }
ol.upperalpha {
list-style: upper-alpha }
ol.lowerroman {
list-style: lower-roman }
ol.upperroman {
list-style: upper-roman }
p.attribution {
text-align: right ;
margin-left: 50% }
p.caption {
font-style: italic }
p.credits {
font-style: italic ;
font-size: smaller }
p.label {
white-space: nowrap }
p.rubric {
font-weight: bold ;
font-size: larger ;
color: maroon ;
text-align: center }
p.sidebar-title {
font-family: sans-serif ;
font-weight: bold ;
font-size: larger }
p.sidebar-subtitle {
font-family: sans-serif ;
font-weight: bold }
p.topic-title {
font-weight: bold }
pre.address {
margin-bottom: 0 ;
margin-top: 0 ;
font: inherit }
pre.literal-block, pre.doctest-block, pre.math, pre.code {
margin-left: 2em ;
margin-right: 2em }
pre.code .ln { color: grey; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
pre.code .literal.string, code .literal.string { color: #0C5404 }
pre.code .name.builtin, code .name.builtin { color: #352B84 }
pre.code .deleted, code .deleted { background-color: #DEB0A1}
pre.code .inserted, code .inserted { background-color: #A3D289}
span.classifier {
font-family: sans-serif ;
font-style: oblique }
span.classifier-delimiter {
font-family: sans-serif ;
font-weight: bold }
span.interpreted {
font-family: sans-serif }
span.option {
white-space: nowrap }
span.pre {
white-space: pre }
span.problematic {
color: red }
span.section-subtitle {
/* font-size relative to parent (h1..h6 element) */
font-size: 80% }
table.citation {
border-left: solid 1px gray;
margin-left: 1px }
table.docinfo {
margin: 2em 4em }
table.docutils {
margin-top: 0.5em ;
margin-bottom: 0.5em }
table.footnote {
border-left: solid 1px black;
margin-left: 1px }
table.docutils td, table.docutils th,
table.docinfo td, table.docinfo th {
padding-left: 0.5em ;
padding-right: 0.5em ;
vertical-align: top }
table.docutils th.field-name, table.docinfo th.docinfo-name {
font-weight: bold ;
text-align: left ;
white-space: nowrap ;
padding-left: 0 }
/* "booktabs" style (no vertical lines) */
table.docutils.booktabs {
border: 0px;
border-top: 2px solid;
border-bottom: 2px solid;
border-collapse: collapse;
}
table.docutils.booktabs * {
border: 0px;
}
table.docutils.booktabs th {
border-bottom: thin solid;
text-align: left;
}
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
font-size: 100% }
ul.auto-toc {
list-style-type: none }
</style>
</head>
<body>
<div class="document" id="account-fiscal-position-vat-check">
<h1 class="title">Account Fiscal Position VAT Check</h1>
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/account-financial-tools/tree/15.0/account_fiscal_position_vat_check"><img alt="OCA/account-financial-tools" src="https://img.shields.io/badge/github-OCA%2Faccount--financial--tools-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/account-financial-tools-15-0/account-financial-tools-15-0-account_fiscal_position_vat_check"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/92/15.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
<p>With this module, when a user tries to validate a customer invoice or refund
with a fiscal position that requires VAT, Odoo blocks the validation of the invoice
if the customer doesnt have a VAT number in Odoo.</p>
<div class="figure">
<img alt="Error upon customer invoice validation" src="https://raw.githubusercontent.com/OCA/account-financial-tools/15.0/account_fiscal_position_vat_check/static/description/vat_check_invoice_validation.png" />
</div>
<p>In the European Union (EU), when an EU company sends an invoice to
another EU company in another country, it can invoice without VAT
(most of the time) but the VAT number of the customer must be displayed
on the invoice.</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
<li><a class="reference internal" href="#configuration" id="id1">Configuration</a></li>
<li><a class="reference internal" href="#usage" id="id2">Usage</a></li>
<li><a class="reference internal" href="#bug-tracker" id="id3">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="id4">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="id5">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="id6">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="id7">Maintainers</a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="configuration">
<h1><a class="toc-backref" href="#id1">Configuration</a></h1>
<p>To configure this module, go to the menu <em>Invoicing &gt; Configuration &gt; Accounting
&gt; Fiscal Positions</em> and enable the option <strong>VAT Required</strong> on the relevant
fiscal positions.</p>
<div class="figure">
<img alt="Fiscal Position form view" src="https://raw.githubusercontent.com/OCA/account-financial-tools/15.0/account_fiscal_position_vat_check/static/description/fiscal_position_form.png" />
</div>
</div>
<div class="section" id="usage">
<h1><a class="toc-backref" href="#id2">Usage</a></h1>
<p>On the partner form view, Odoo will display a yellow warning banner
when the partner has a fiscal position that has the option <strong>VAT Required</strong>
but its VAT number is not set.</p>
<div class="figure">
<img alt="Warning Banner on partner form view" src="https://raw.githubusercontent.com/OCA/account-financial-tools/15.0/account_fiscal_position_vat_check/static/description/warning_banner_vat_required.png" />
</div>
</div>
<div class="section" id="bug-tracker">
<h1><a class="toc-backref" href="#id3">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/account-financial-tools/issues">GitHub Issues</a>.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
<a class="reference external" href="https://github.com/OCA/account-financial-tools/issues/new?body=module:%20account_fiscal_position_vat_check%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
<h1><a class="toc-backref" href="#id4">Credits</a></h1>
<div class="section" id="authors">
<h2><a class="toc-backref" href="#id5">Authors</a></h2>
<ul class="simple">
<li>Akretion</li>
</ul>
</div>
<div class="section" id="contributors">
<h2><a class="toc-backref" href="#id6">Contributors</a></h2>
<ul class="simple">
<li>Alexis de Lattre &lt;<a class="reference external" href="mailto:alexis.delattre&#64;akretion.com">alexis.delattre&#64;akretion.com</a>&gt;</li>
</ul>
</div>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#id7">Maintainers</a></h2>
<p>This module is maintained by the OCA.</p>
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/account-financial-tools/tree/15.0/account_fiscal_position_vat_check">OCA/account-financial-tools</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
</div>
</div>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

View File

@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8" ?>
<!--
Copyright 2013-2020 Akretion France (https://akretion.com/)
@author: Alexis de Lattre <alexis.delattre@akretion.com>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
-->
<odoo>
<record id="view_account_position_form" model="ir.ui.view">
<field name="name">customer.must.have.vat.fiscal_position_form</field>
<field name="model">account.fiscal.position</field>
<field name="inherit_id" ref="account.view_account_position_form" />
<field name="arch" type="xml">
<field name="vat_required" position="attributes">
<!-- always display that field -->
<attribute name="attrs">{}</attribute>
</field>
</field>
</record>
<record id="view_account_position_tree" model="ir.ui.view">
<field name="name">customer.must.have.vat.fiscal_position_tree</field>
<field name="model">account.fiscal.position</field>
<field name="inherit_id" ref="account.view_account_position_tree" />
<field name="arch" type="xml">
<field name="name" position="after">
<field name="vat_required" />
</field>
</field>
</record>
</odoo>

View File

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="utf-8" ?>
<!--
Copyright 2022 Akretion France (http://www.akretion.com/)
@author: Alexis de Lattre <alexis.delattre@akretion.com>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
-->
<odoo>
<record id="view_partner_property_form" model="ir.ui.view">
<field name="model">res.partner</field>
<field name="inherit_id" ref="account.view_partner_property_form" />
<field name="arch" type="xml">
<div role="alert" position="after">
<div
class="alert alert-warning"
role="alert"
groups="account.group_account_invoice,account.group_account_readonly"
attrs="{'invisible': [('show_warning_vat_required', '=', False)]}"
>
<b>Missing VAT number</b>: this partner has the fiscal position <em
><field
name="property_account_position_id"
readonly="1"
/></em> that require to know the VAT number of the partner.
</div>
</div>
<group name="fiscal_information" position="inside">
<field name="show_warning_vat_required" invisible="1" />
</group>
</field>
</record>
</odoo>

View File

@ -0,0 +1 @@
../../../../account_fiscal_position_vat_check

View File

@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)