Project Task Multilang

l10n_bg_project_multilang
REPOSITORY
REPOSITORYOCA/l10n-bulgaria
GIT
GIThttps://github.com/OCA/l10n-bulgaria.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-bulgaria/tree/18.0/l10n_bg_project_multilang
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYLocalization
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Rosen Vladimirov
MAINTAINERS
MAINTAINERSRosen Vladimirov
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, rosenvladimirov
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-bulgaria
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:20
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/l10n-bulgaria:
    - partner_multilang
odoo/odoo:
    - project
    - analytic
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - rating
    - resource
    - digest
    - contacts
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES lingua
transliterate
unidecode
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
# Bulgarian Project Multilingual Support

This module extends the project management functionality to provide multilingual
support for project task fields in Bulgarian localization.

## Features:
* Multilingual support for project task names and descriptions
* Integration with partner multilingual capabilities
* Bulgarian localization compliance
* OCA community standards compliance

## Technical Details:
* Extends project.task model with multilingual field support
* Integrates with partner_multilang module for consistent translation handling
* Follows Bulgarian localization standards (l10n_bg)

## Installation:
This module requires the ``project`` and ``partner_multilang`` modules to be installed.

## Usage:
After installation, project task fields will support multiple languages,
allowing Bulgarian companies to manage projects in both Bulgarian and other languages.

Code Analysis

Views touched (0)

No views found for this module.

Models touched (1)

New fields (2)
  • partner_company_name Char
    string='Customer Company' translate=True
  • partner_name Char
    string='Customer Name' translate=True
Public methods (0)

No public methods.