vanilla 16.0

This commit is contained in:
Ernad Husremovic 2025-10-16 16:41:06 +02:00
parent 8c653da57a
commit f0ee375081
156 changed files with 10614 additions and 55980 deletions

View file

@ -16,36 +16,15 @@ pip install odoo-bringout-oca-ocb-base_iban
## Dependencies
This addon depends on:
- account
- web
## Manifest Information
- **Name**: IBAN Bank Accounts
- **Version**: N/A
- **Category**: Hidden/Tools
- **License**: LGPL-3
- **Installable**: False
## Source
Based on [OCA/OCB](https://github.com/OCA/OCB) branch 16.0, addon `base_iban`.
- Repository: https://github.com/OCA/OCB
- Branch: 16.0
- Path: addons/base_iban
## License
This package maintains the original LGPL-3 license from the upstream Odoo project.
## Documentation
- Overview: doc/OVERVIEW.md
- Architecture: doc/ARCHITECTURE.md
- Models: doc/MODELS.md
- Controllers: doc/CONTROLLERS.md
- Wizards: doc/WIZARDS.md
- Install: doc/INSTALL.md
- Usage: doc/USAGE.md
- Configuration: doc/CONFIGURATION.md
- Dependencies: doc/DEPENDENCIES.md
- Troubleshooting: doc/TROUBLESHOOTING.md
- FAQ: doc/FAQ.md
This package preserves the original LGPL-3 license.

View file

@ -1,56 +1,42 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_iban
#
# * base_iban
#
# Translators:
# Martin Trigaux, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Project-Id-Version: Odoo Server saas~11.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
"PO-Revision-Date: 2024-02-06 13:31+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"POT-Creation-Date: 2018-09-18 09:49+0000\n"
"PO-Revision-Date: 2018-09-18 09:49+0000\n"
"Last-Translator: Martin Trigaux, 2018\n"
"Language-Team: Bosnian (https://www.transifex.com/odoo/teams/41243/bs/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: base_iban
#. odoo-javascript
#: code:addons/base_iban/static/src/js/legacy_iban_widget.js:0
#, python-format
msgid "Account isn't IBAN compliant."
msgstr "Račun nije u IBAN standardu."
#. module: base_iban
#. odoo-javascript
#: code:addons/base_iban/static/src/components/iban_widget/iban_widget.xml:0
#, python-format
msgid "Account isn't a valid IBAN"
msgstr "Broj računa nije valjani IBAN"
"Language: bs\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: base_iban
#: model:ir.model,name:base_iban.model_res_partner_bank
msgid "Bank Accounts"
msgstr "Bankovni računi"
msgstr "Računi banke"
#. module: base_iban
#. odoo-python
#: code:addons/base_iban/models/res_partner_bank.py:0
#: code:addons/base_iban/models/res_partner_bank.py:67
#, python-format
msgid "Cannot compute the BBAN because the account number is not an IBAN."
msgstr "Nije moguće izračunati VBDI jer broj računa nije u IBAN formatu."
msgstr ""
#. module: base_iban
#. odoo-python
#: code:addons/base_iban/models/res_partner_bank.py:0
#: code:addons/base_iban/models/res_partner_bank.py:54
#, python-format
msgid "IBAN"
msgstr "IBAN"
msgstr ""
#. module: base_iban
#. odoo-python
#: code:addons/base_iban/models/res_partner_bank.py:0
#: code:addons/base_iban/models/res_partner_bank.py:39
#, python-format
msgid ""
"The IBAN does not seem to be correct. You should have entered something like this %s\n"
@ -58,22 +44,19 @@ msgid ""
msgstr ""
#. module: base_iban
#. odoo-python
#: code:addons/base_iban/models/res_partner_bank.py:0
#: code:addons/base_iban/models/res_partner_bank.py:35
#, python-format
msgid "The IBAN is invalid, it should begin with the country code"
msgstr "IBAN nije valida, trebao bi da počinje sa šifrom države"
#. module: base_iban
#. odoo-python
#: code:addons/base_iban/models/res_partner_bank.py:0
#: code:addons/base_iban/models/res_partner_bank.py:31
#, python-format
msgid "There is no IBAN code."
msgstr "Nema IBAN šifre."
msgstr ""
#. module: base_iban
#. odoo-python
#: code:addons/base_iban/models/res_partner_bank.py:0
#: code:addons/base_iban/models/res_partner_bank.py:45
#, python-format
msgid "This IBAN does not pass the validation check, please verify it."
msgstr "Ovaj IBAN ne prolazi validaciju, molim provjerite!"
msgstr ""

View file

@ -1,7 +1,9 @@
[project]
name = "odoo-bringout-oca-ocb-base_iban"
version = "16.0.0"
description = "IBAN Bank Accounts - Odoo addon"
description = "IBAN Bank Accounts -
Odoo addon
"
authors = [
{ name = "Ernad Husremovic", email = "hernad@bring.out.ba" }
]
@ -17,7 +19,7 @@ classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Office/Business",
]