Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
104 changes: 104 additions & 0 deletions sale_order_tag/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
.. image:: https://odoo-community.org/readme-banner-image
:target: https://odoo-community.org/get-involved?utm_source=readme
:alt: Odoo Community Association

===============
Sale Order Tags
===============

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:857c17df5858d23fc8fb3267e533c2bb6fcc37375dd18c0900c0311053fbbd61
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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/license-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%2Fsale--workflow-lightgray.png?logo=github
:target: https://github.com/OCA/sale-workflow/tree/19.0/sale_order_tag
:alt: OCA/sale-workflow
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/sale-workflow-19-0/sale-workflow-19-0-sale_order_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/sale-workflow&target_branch=19.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module adds tags to Sales Orders that are not related to
Opportunity.

**Table of contents**

.. contents::
:local:

Usage
=====

To use this module, you need to:

1. Have Manager rights for Sales group to create tags.
2. Go to the sales order form and add the necessary tags.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/sale-workflow/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/sale-workflow/issues/new?body=module:%20sale_order_tag%0Aversion:%2019.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
-------

* Patrick Wilson

Contributors
------------

- Patrick Wilson <patrickraymondwilson@gmail.com>
- Trobz (https://www.trobz.com)

- Tuan Nguyen <tuanna@trobz.com>

- Studio73 (https://www.studio73.es)

- Eugenio Micó <eugenio@studio73.es>

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.

.. |maintainer-patrickrwilson| image:: https://github.com/patrickrwilson.png?size=40px
:target: https://github.com/patrickrwilson
:alt: patrickrwilson

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-patrickrwilson|

This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/19.0/sale_order_tag>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
4 changes: 4 additions & 0 deletions sale_order_tag/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Copyright 2021 Patrick Wilson <patrickraymondwilson@gmail.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import models
23 changes: 23 additions & 0 deletions sale_order_tag/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 2021 Patrick Wilson <patrickraymondwilson@gmail.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Sale Order Tags",
"summary": """Adds Tags to Sales Orders.""",
"author": "Patrick Wilson, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/sale-workflow",
"category": "Sale",
"version": "19.0.1.0.0",
"license": "AGPL-3",
"depends": ["crm", "sale_management"],
"data": [
"data/sale_order_tag_data.xml",
"security/ir.model.access.csv",
"security/sale_order_tag_security.xml",
"views/sale_order_tag.xml",
"views/sale_order.xml",
],
"application": False,
"development_status": "Beta",
"maintainers": ["patrickrwilson"],
}
10 changes: 10 additions & 0 deletions sale_order_tag/data/sale_order_tag_data.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!-- Copyright 2020 Patrick Wilson <patrickraymondwilson@gmail.com>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).-->
<odoo noupdate="1">
<record id="sale_order_tag_seq" model="ir.sequence">
<field name="name">sale.order.tag.sequence</field>
<field name="code">sale.order.tag</field>
<field name="prefix">0</field>
<field name="padding">1</field>
</record>
</odoo>
122 changes: 122 additions & 0 deletions sale_order_tag/i18n/ca.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_order_tag
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2021-03-23 11:47+0000\n"
"Last-Translator: Daniel Martinez Vila <daniel.martinez@qubiq.es>\n"
"Language-Team: none\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"
"X-Generator: Weblate 4.3.2\n"

#. module: sale_order_tag
#: model:ir.model.fields,field_description:sale_order_tag.field_sale_order_tag__active
msgid "Active"
msgstr "Actiu"

#. module: sale_order_tag
#: model:ir.model.fields,field_description:sale_order_tag.field_sale_order_tag__color
msgid "Color Index"
msgstr "Índex de colors"

#. module: sale_order_tag
#: model:ir.model.fields,field_description:sale_order_tag.field_sale_order_tag__company_id
msgid "Company"
msgstr "Empresa"

#. module: sale_order_tag
#: model:ir.model.fields,field_description:sale_order_tag.field_sale_order_tag__create_uid
msgid "Created by"
msgstr "Creat per"

#. module: sale_order_tag
#: model:ir.model.fields,field_description:sale_order_tag.field_sale_order_tag__create_date
msgid "Created on"
msgstr "Creat el"

#. module: sale_order_tag
#: model:ir.model.fields,field_description:sale_order_tag.field_sale_order_tag__description
msgid "Description"
msgstr "Descripció"

#. module: sale_order_tag
#: model:ir.model.fields,field_description:sale_order_tag.field_sale_order_tag__display_name
msgid "Display Name"
msgstr "Nom visible"

#. module: sale_order_tag
#: model:ir.model.fields,field_description:sale_order_tag.field_sale_order_tag__id
msgid "ID"
msgstr "ID"

#. module: sale_order_tag
#: model:ir.model.fields,field_description:sale_order_tag.field_sale_order_tag____last_update
msgid "Last Modified on"
msgstr "Darrera modificació el"

#. module: sale_order_tag
#: model:ir.model.fields,field_description:sale_order_tag.field_sale_order_tag__write_uid
msgid "Last Updated by"
msgstr "Darrera actualització per"

#. module: sale_order_tag
#: model:ir.model.fields,field_description:sale_order_tag.field_sale_order_tag__write_date
msgid "Last Updated on"
msgstr "Darrera actualització el"

#. module: sale_order_tag
#: model:ir.model.fields,field_description:sale_order_tag.field_sale_order_tag__name
#: model_terms:ir.ui.view,arch_db:sale_order_tag.sale_order_tag_form_view
msgid "Name"
msgstr "Nom"

#. module: sale_order_tag
#: model:ir.model,name:sale_order_tag.model_sale_order_tag
msgid "Sale Order Tag"
msgstr "Etiqueta de comanda de venda"

#. module: sale_order_tag
#: model:ir.actions.act_window,name:sale_order_tag.sale_order_tag_action
#: model:ir.model.fields,field_description:sale_order_tag.field_sale_order__so_tag_ids
#: model:ir.ui.menu,name:sale_order_tag.sale_order_tag_menu
#: model_terms:ir.ui.view,arch_db:sale_order_tag.sale_order_tag_form_view
msgid "Sale Order Tags"
msgstr "Etiquetes de comandes de venda"

#. module: sale_order_tag
#: model:ir.model,name:sale_order_tag.model_sale_order
msgid "Sales Order"
msgstr ""

#. module: sale_order_tag
#: model:ir.model.fields,field_description:sale_order_tag.field_sale_order_tag__team_ids
msgid "Sales Teams"
msgstr "Equips comercials"

#. module: sale_order_tag
#: model:ir.model.fields,field_description:sale_order_tag.field_sale_order_tag__sequence
msgid "Sequence"
msgstr "Seqüència"

#. module: sale_order_tag
#: model:ir.model.constraint,message:sale_order_tag.constraint_sale_order_tag_name_uniq
msgid "Tag name already exists!"
msgstr "El nom de l'etiqueta ja existeix!"

#. module: sale_order_tag
#: model_terms:ir.ui.view,arch_db:sale_order_tag.sale_order_tag_view_form
msgid "tag..."
msgstr "Etiqueta..."

#~ msgid "Sale Order"
#~ msgstr "Comanda de venda"

#~ msgid "Tags"
#~ msgstr "Etiquetes"
116 changes: 116 additions & 0 deletions sale_order_tag/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_order_tag
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-12-09 10:06+0000\n"
"Last-Translator: Bastian Günther <mail@bastian-guenther.de>\n"
"Language-Team: none\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 5.6.2\n"

#. module: sale_order_tag
#: model:ir.model.fields,field_description:sale_order_tag.field_sale_order_tag__active
msgid "Active"
msgstr "Aktiv"

#. module: sale_order_tag
#: model:ir.model.fields,field_description:sale_order_tag.field_sale_order_tag__color
msgid "Color Index"
msgstr "Farbindex"

#. module: sale_order_tag
#: model:ir.model.fields,field_description:sale_order_tag.field_sale_order_tag__company_id
msgid "Company"
msgstr "Unternehmen"

#. module: sale_order_tag
#: model:ir.model.fields,field_description:sale_order_tag.field_sale_order_tag__create_uid
msgid "Created by"
msgstr "Erstellt von"

#. module: sale_order_tag
#: model:ir.model.fields,field_description:sale_order_tag.field_sale_order_tag__create_date
msgid "Created on"
msgstr "Erstellt am"

#. module: sale_order_tag
#: model:ir.model.fields,field_description:sale_order_tag.field_sale_order_tag__description
msgid "Description"
msgstr "Beschreibung"

#. module: sale_order_tag
#: model:ir.model.fields,field_description:sale_order_tag.field_sale_order_tag__display_name
msgid "Display Name"
msgstr "Anzeigename"

#. module: sale_order_tag
#: model:ir.model.fields,field_description:sale_order_tag.field_sale_order_tag__id
msgid "ID"
msgstr "ID"

#. module: sale_order_tag
#: model:ir.model.fields,field_description:sale_order_tag.field_sale_order_tag____last_update
msgid "Last Modified on"
msgstr "Zuletzt geändert am"

#. module: sale_order_tag
#: model:ir.model.fields,field_description:sale_order_tag.field_sale_order_tag__write_uid
msgid "Last Updated by"
msgstr "Zuletzt aktualisiert von"

#. module: sale_order_tag
#: model:ir.model.fields,field_description:sale_order_tag.field_sale_order_tag__write_date
msgid "Last Updated on"
msgstr "Zuletzt aktualisiert am"

#. module: sale_order_tag
#: model:ir.model.fields,field_description:sale_order_tag.field_sale_order_tag__name
#: model_terms:ir.ui.view,arch_db:sale_order_tag.sale_order_tag_form_view
msgid "Name"
msgstr "Name"

#. module: sale_order_tag
#: model:ir.model,name:sale_order_tag.model_sale_order_tag
msgid "Sale Order Tag"
msgstr "Stichwort Verkaufsauftrag"

#. module: sale_order_tag
#: model:ir.actions.act_window,name:sale_order_tag.sale_order_tag_action
#: model:ir.model.fields,field_description:sale_order_tag.field_sale_order__so_tag_ids
#: model:ir.ui.menu,name:sale_order_tag.sale_order_tag_menu
#: model_terms:ir.ui.view,arch_db:sale_order_tag.sale_order_tag_form_view
msgid "Sale Order Tags"
msgstr "Stichwörter Verkaufsauftrag"

#. module: sale_order_tag
#: model:ir.model,name:sale_order_tag.model_sale_order
msgid "Sales Order"
msgstr "Verkaufsauftrag"

#. module: sale_order_tag
#: model:ir.model.fields,field_description:sale_order_tag.field_sale_order_tag__team_ids
msgid "Sales Teams"
msgstr "Verkaufsteams"

#. module: sale_order_tag
#: model:ir.model.fields,field_description:sale_order_tag.field_sale_order_tag__sequence
msgid "Sequence"
msgstr "Sequenz"

#. module: sale_order_tag
#: model:ir.model.constraint,message:sale_order_tag.constraint_sale_order_tag_name_uniq
msgid "Tag name already exists!"
msgstr "Stichwort existiert bereits!"

#. module: sale_order_tag
#: model_terms:ir.ui.view,arch_db:sale_order_tag.sale_order_tag_view_form
msgid "tag..."
msgstr "Stichwort..."
Loading
Loading