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

@ -10,36 +10,15 @@ pip install odoo-bringout-oca-ocb-bus
## Dependencies
This addon depends on:
- base
- web
## Manifest Information
- **Name**: IM Bus
- **Version**: 1.0
- **Category**: Hidden
- **License**: LGPL-3
- **Installable**: True
## Source
Based on [OCA/OCB](https://github.com/OCA/OCB) branch 16.0, addon `bus`.
- Repository: https://github.com/OCA/OCB
- Branch: 16.0
- Path: addons/bus
## 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,24 +1,34 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * bus
#
# * bus
#
# Translators:
# Martin Trigaux, 2018
# Boško Stojaković <bluesoft83@gmail.com>, 2018
# Bole <bole@dajmi5.com>, 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-21 13:17+0000\n"
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>, 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"
"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: bus
#: model:ir.model.fields.selection,name:bus.selection__bus_presence__status__away
#: sql_constraint:bus.presence:0
msgid "A user can only have one IM status."
msgstr ""
#. module: bus
#: selection:bus.presence,status:0
msgid "Away"
msgstr "Odsutan"
msgstr ""
#. module: bus
#: model:ir.model.fields,field_description:bus.field_bus_bus__channel
@ -28,7 +38,7 @@ msgstr "Kanal"
#. module: bus
#: model:ir.model,name:bus.model_bus_bus
msgid "Communication Bus"
msgstr "Korisnik može imati samo jedan IM status."
msgstr ""
#. module: bus
#: model:ir.model,name:bus.model_res_partner
@ -62,7 +72,7 @@ msgstr "ID"
#: model:ir.model.fields,field_description:bus.field_res_partner__im_status
#: model:ir.model.fields,field_description:bus.field_res_users__im_status
msgid "IM Status"
msgstr "IM Status"
msgstr ""
#. module: bus
#: model:ir.model.fields,field_description:bus.field_bus_bus____last_update
@ -73,12 +83,12 @@ msgstr "Zadnje mijenjano"
#. module: bus
#: model:ir.model.fields,field_description:bus.field_bus_presence__last_poll
msgid "Last Poll"
msgstr "Zadnji pokušaj"
msgstr ""
#. module: bus
#: model:ir.model.fields,field_description:bus.field_bus_presence__last_presence
msgid "Last Presence"
msgstr "Zadnja prijava"
msgstr ""
#. module: bus
#: model:ir.model.fields,field_description:bus.field_bus_bus__write_uid
@ -96,51 +106,28 @@ msgid "Message"
msgstr "Poruka"
#. module: bus
#: model:ir.model,name:bus.model_ir_model
msgid "Models"
msgstr "Modeli"
#. module: bus
#: model:ir.model.fields.selection,name:bus.selection__bus_presence__status__offline
#: selection:bus.presence,status:0
msgid "Offline"
msgstr "Van mreže"
#. module: bus
#: model:ir.model.fields.selection,name:bus.selection__bus_presence__status__online
#: selection:bus.presence,status:0
msgid "Online"
msgstr "Na mreži"
#. module: bus
#. odoo-javascript
#: code:addons/bus/static/src/services/assets_watchdog_service.js:0
#: code:addons/bus/static/src/services/assets_watchdog_service.js:0
#, python-format
msgid "Refresh"
msgstr "Osvježi"
#. module: bus
#. odoo-javascript
#: code:addons/bus/static/src/services/assets_watchdog_service.js:0
#, python-format
msgid "The page appears to be out of date."
msgstr "Stranica se čini zastarjela."
#: model:ir.model,name:bus.model_bus_presence
msgid "User Presence"
msgstr ""
#. module: bus
#: model:ir.model,name:bus.model_res_users
msgid "User"
msgstr "Korisnik"
#. module: bus
#: model:ir.model,name:bus.model_bus_presence
msgid "User Presence"
msgstr "Prisutnost korisnika"
#. module: bus
#: model:ir.model.fields,field_description:bus.field_bus_presence__user_id
msgid "Users"
msgstr "Korisnici"
#. module: bus
#: model:ir.model,name:bus.model_ir_websocket
msgid "websocket message handling"
msgstr "bus.Bus not Dostupan in test mode"
#: code:addons/bus/controllers/main.py:41
#, python-format
msgid "bus.Bus not available in test mode"
msgstr ""

View file

@ -1,7 +1,9 @@
[project]
name = "odoo-bringout-oca-ocb-bus"
version = "16.0.0"
description = "IM Bus - Odoo addon"
description = "IM Bus -
Odoo addon
"
authors = [
{ name = "Ernad Husremovic", email = "hernad@bring.out.ba" }
]
@ -17,14 +19,14 @@ 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",
]
[project.urls]
homepage = "https://github.com/bringout/odoo-bringout-oca-ocb-bus"
repository = "https://github.com/bringout/odoo-bringout-oca-ocb-bus"
homepage = "https://github.com/bringout/0"
repository = "https://github.com/bringout/0"
[build-system]
requires = ["hatchling"]