-
-
Notifications
You must be signed in to change notification settings - Fork 366
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
18 changed files
with
792 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
==================== | ||
Account Analytic Tag | ||
==================== | ||
|
||
.. | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:833567d2eec160462d016e1141e479a2415360fe597ce75c518d683898997612 | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |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--analytic-lightgray.png?logo=github | ||
:target: https://github.com/OCA/account-analytic/tree/16.0/account_analytic_tag | ||
:alt: OCA/account-analytic | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/account-analytic-16-0/account-analytic-16-0-account_analytic_tag | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png | ||
:target: https://runboat.odoo-community.org/builds?repo=OCA/account-analytic&target_branch=16.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
This module adds *account analytic tags* on accounts. | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Configuration | ||
============= | ||
|
||
Example: | ||
|
||
If you want to use analytic account tags ... | ||
|
||
Usage | ||
===== | ||
|
||
Analytical tags. | ||
This function allows you to create formulas to establish the distribution of prices | ||
between analytical accounts. This means that when we create an analytics tag, | ||
we must establish an Analytical Account to which it is directed and the monetary percentage. | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-analytic/issues>`_. | ||
In case of trouble, please check there if your issue has already been reported. | ||
If you spotted it first, help us to smash it by providing a detailed and welcomed | ||
`feedback <https://github.com/OCA/account-analytic/issues/new?body=module:%20account_analytic_tag%0Aversion:%2016.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 | ||
~~~~~~~ | ||
|
||
* Tecnativa | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
|
||
* Yadier Quesada - Tecnativa <yadier.dequesada@tecnativa.com> | ||
|
||
Other credits | ||
~~~~~~~~~~~~~ | ||
|
||
|
||
|
||
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-analytic <https://github.com/OCA/account-analytic/tree/16.0/account_analytic_tag>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from . import models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Copyright 2023 Tecnativa - Yadier Quesada (https://www.tecnativa.com/) | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
|
||
{ | ||
"name": "Account Analytic Tag", | ||
"version": "16.0.1.0.0", | ||
"author": "Tecnativa, Odoo Community Association (OCA)", | ||
"category": "Account", | ||
"website": "https://github.com/OCA/account-analytic", | ||
"depends": ["analytic"], | ||
"data": [ | ||
"security/analytic_security.xml", | ||
"security/ir.model.access.csv", | ||
"views/account_analytic_tag_views.xml", | ||
], | ||
"license": "AGPL-3", | ||
"installable": True, | ||
"application": False, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,165 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_analytic_tag | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0-20230706\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-07-09 23:36+0000\n" | ||
"PO-Revision-Date: 2023-07-09 23:36+0000\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_analytic_tag | ||
#: model:ir.model.fields,field_description:account_analytic_tag.field_account_analytic_tag__active | ||
msgid "Active" | ||
msgstr "" | ||
|
||
#. module: account_analytic_tag | ||
#: model_terms:ir.actions.act_window,help:account_analytic_tag.account_analytic_tag_action | ||
msgid "Add a new tag" | ||
msgstr "" | ||
|
||
#. module: account_analytic_tag | ||
#: model:ir.model.fields,field_description:account_analytic_tag.field_account_analytic_distribution__account_id | ||
msgid "Analytic Account" | ||
msgstr "" | ||
|
||
#. module: account_analytic_tag | ||
#: model:ir.model,name:account_analytic_tag.model_account_analytic_distribution | ||
msgid "Analytic Account Distribution" | ||
msgstr "" | ||
|
||
#. module: account_analytic_tag | ||
#: model:res.groups,name:account_analytic_tag.group_analytic_tags | ||
msgid "Analytic Accounting Tags" | ||
msgstr "" | ||
|
||
#. module: account_analytic_tag | ||
#: model:ir.model.fields,field_description:account_analytic_tag.field_account_analytic_tag__analytic_distribution_ids | ||
msgid "Analytic Accounts" | ||
msgstr "" | ||
|
||
#. module: account_analytic_tag | ||
#: model:ir.model.fields,field_description:account_analytic_tag.field_account_analytic_tag__active_analytic_distribution | ||
#: model_terms:ir.ui.view,arch_db:account_analytic_tag.account_analytic_tag_form_view | ||
msgid "Analytic Distribution" | ||
msgstr "" | ||
|
||
#. module: account_analytic_tag | ||
#: model:ir.model,name:account_analytic_tag.model_account_analytic_line | ||
msgid "Analytic Line" | ||
msgstr "" | ||
|
||
#. module: account_analytic_tag | ||
#: model:ir.model.fields,field_description:account_analytic_tag.field_account_analytic_tag__name | ||
msgid "Analytic Tag" | ||
msgstr "" | ||
|
||
#. module: account_analytic_tag | ||
#: model:ir.actions.act_window,name:account_analytic_tag.account_analytic_tag_action | ||
#: model:ir.model,name:account_analytic_tag.model_account_analytic_tag | ||
#: model:ir.ui.menu,name:account_analytic_tag.account_analytic_tag_menu | ||
#: model_terms:ir.ui.view,arch_db:account_analytic_tag.account_analytic_tag_form_view | ||
#: model_terms:ir.ui.view,arch_db:account_analytic_tag.account_analytic_tag_tree_view | ||
msgid "Analytic Tags" | ||
msgstr "" | ||
|
||
#. module: account_analytic_tag | ||
#: model_terms:ir.ui.view,arch_db:account_analytic_tag.account_analytic_tag_form_view | ||
#: model_terms:ir.ui.view,arch_db:account_analytic_tag.account_analytic_tag_view_search | ||
msgid "Archived" | ||
msgstr "" | ||
|
||
#. module: account_analytic_tag | ||
#: model:ir.model.fields,field_description:account_analytic_tag.field_account_analytic_tag__color | ||
msgid "Color Index" | ||
msgstr "" | ||
|
||
#. module: account_analytic_tag | ||
#: model:ir.model.fields,field_description:account_analytic_tag.field_account_analytic_tag__company_id | ||
msgid "Company" | ||
msgstr "" | ||
|
||
#. module: account_analytic_tag | ||
#: model:ir.model.fields,field_description:account_analytic_tag.field_account_analytic_distribution__create_uid | ||
#: model:ir.model.fields,field_description:account_analytic_tag.field_account_analytic_tag__create_uid | ||
msgid "Created by" | ||
msgstr "" | ||
|
||
#. module: account_analytic_tag | ||
#: model:ir.model.fields,field_description:account_analytic_tag.field_account_analytic_distribution__create_date | ||
#: model:ir.model.fields,field_description:account_analytic_tag.field_account_analytic_tag__create_date | ||
msgid "Created on" | ||
msgstr "" | ||
|
||
#. module: account_analytic_tag | ||
#: model:ir.model.fields,field_description:account_analytic_tag.field_account_analytic_distribution__display_name | ||
#: model:ir.model.fields,field_description:account_analytic_tag.field_account_analytic_tag__display_name | ||
msgid "Display Name" | ||
msgstr "" | ||
|
||
#. module: account_analytic_tag | ||
#: model:ir.model.fields,field_description:account_analytic_tag.field_account_analytic_distribution__id | ||
#: model:ir.model.fields,field_description:account_analytic_tag.field_account_analytic_tag__id | ||
msgid "ID" | ||
msgstr "" | ||
|
||
#. module: account_analytic_tag | ||
#: model:ir.model.fields,field_description:account_analytic_tag.field_account_analytic_distribution____last_update | ||
#: model:ir.model.fields,field_description:account_analytic_tag.field_account_analytic_tag____last_update | ||
msgid "Last Modified on" | ||
msgstr "" | ||
|
||
#. module: account_analytic_tag | ||
#: model:ir.model.fields,field_description:account_analytic_tag.field_account_analytic_distribution__write_uid | ||
#: model:ir.model.fields,field_description:account_analytic_tag.field_account_analytic_tag__write_uid | ||
msgid "Last Updated by" | ||
msgstr "" | ||
|
||
#. module: account_analytic_tag | ||
#: model:ir.model.fields,field_description:account_analytic_tag.field_account_analytic_distribution__write_date | ||
#: model:ir.model.fields,field_description:account_analytic_tag.field_account_analytic_tag__write_date | ||
msgid "Last Updated on" | ||
msgstr "" | ||
|
||
#. module: account_analytic_tag | ||
#: model:ir.model.fields,field_description:account_analytic_tag.field_account_analytic_distribution__name | ||
msgid "Name" | ||
msgstr "" | ||
|
||
#. module: account_analytic_tag | ||
#: model:ir.model.fields,field_description:account_analytic_tag.field_account_analytic_distribution__tag_id | ||
msgid "Parent tag" | ||
msgstr "" | ||
|
||
#. module: account_analytic_tag | ||
#: model:ir.model.fields,field_description:account_analytic_tag.field_account_analytic_distribution__percentage | ||
msgid "Percentage" | ||
msgstr "" | ||
|
||
#. module: account_analytic_tag | ||
#: model_terms:ir.ui.view,arch_db:account_analytic_tag.account_analytic_tag_view_search | ||
msgid "Search Analytic Tags" | ||
msgstr "" | ||
|
||
#. module: account_analytic_tag | ||
#: model:ir.model.fields,help:account_analytic_tag.field_account_analytic_tag__active | ||
msgid "Set active to false to hide the Analytic Tag without removing it." | ||
msgstr "" | ||
|
||
#. module: account_analytic_tag | ||
#: model:ir.model.fields,field_description:account_analytic_tag.field_account_analytic_line__tag_ids | ||
msgid "Tags" | ||
msgstr "" | ||
|
||
#. module: account_analytic_tag | ||
#: model:ir.model.constraint,message:account_analytic_tag.constraint_account_analytic_distribution_check_percentage | ||
msgid "" | ||
"The percentage of an analytic distribution should be between 0 and 100." | ||
msgstr "" |
Oops, something went wrong.