Skip to content

Commit 675a779

Browse files
committed
Merge PR #483 into 17.0
Signed-off-by dreispt
2 parents a9388b0 + dc1ced2 commit 675a779

18 files changed

+1054
-0
lines changed

attachment_category/README.rst

+81
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
==================
2+
Atachment Category
3+
==================
4+
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7+
!! This file is generated by oca-gen-addon-readme !!
8+
!! changes will be overwritten. !!
9+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:06d5f4bb34bd79a7d4b19e08c7ce71550f12bce30e22eeccc7989b3e2045bfda
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12+
13+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
14+
:target: https://odoo-community.org/page/development-status
15+
:alt: Beta
16+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
17+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18+
:alt: License: AGPL-3
19+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fknowledge-lightgray.png?logo=github
20+
:target: https://github.com/OCA/knowledge/tree/17.0/attachment_category
21+
:alt: OCA/knowledge
22+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23+
:target: https://translation.odoo-community.org/projects/knowledge-17-0/knowledge-17-0-attachment_category
24+
:alt: Translate me on Weblate
25+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/knowledge&target_branch=17.0
27+
:alt: Try me on Runboat
28+
29+
|badge1| |badge2| |badge3| |badge4| |badge5|
30+
31+
This module adds a document category to help classification.
32+
33+
**Table of contents**
34+
35+
.. contents::
36+
:local:
37+
38+
Usage
39+
=====
40+
41+
- Go to Attachments, and set categories as tags.
42+
43+
Bug Tracker
44+
===========
45+
46+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/knowledge/issues>`_.
47+
In case of trouble, please check there if your issue has already been reported.
48+
If you spotted it first, help us to smash it by providing a detailed and welcomed
49+
`feedback <https://github.com/OCA/knowledge/issues/new?body=module:%20attachment_category%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
50+
51+
Do not contact contributors directly about support or help with technical issues.
52+
53+
Credits
54+
=======
55+
56+
Authors
57+
-------
58+
59+
* ACSONE SA/NV
60+
61+
Contributors
62+
------------
63+
64+
- Denis Roussel <denis.roussel@acsone.eu>
65+
66+
Maintainers
67+
-----------
68+
69+
This module is maintained by the OCA.
70+
71+
.. image:: https://odoo-community.org/logo.png
72+
:alt: Odoo Community Association
73+
:target: https://odoo-community.org
74+
75+
OCA, or the Odoo Community Association, is a nonprofit organization whose
76+
mission is to support the collaborative development of Odoo features and
77+
promote its widespread use.
78+
79+
This module is part of the `OCA/knowledge <https://github.com/OCA/knowledge/tree/17.0/attachment_category>`_ project on GitHub.
80+
81+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

attachment_category/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from . import models

attachment_category/__manifest__.py

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Copyright 2020 ACSONE SA/NV
2+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
3+
4+
{
5+
"name": "Atachment Category",
6+
"summary": """
7+
Adds a document category to help classification""",
8+
"version": "17.0.1.0.1",
9+
"license": "AGPL-3",
10+
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
11+
"depends": ["base"],
12+
"website": "https://github.com/OCA/knowledge",
13+
"data": [
14+
"views/ir_attachment.xml",
15+
"security/ir_attachment_category.xml",
16+
"views/ir_attachment_category.xml",
17+
],
18+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * attachment_category
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 14.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"Last-Translator: \n"
10+
"Language-Team: \n"
11+
"MIME-Version: 1.0\n"
12+
"Content-Type: text/plain; charset=UTF-8\n"
13+
"Content-Transfer-Encoding: \n"
14+
"Plural-Forms: \n"
15+
16+
#. module: attachment_category
17+
#: model_terms:ir.actions.act_window,help:attachment_category.ir_attachment_category_act_window
18+
msgid "Also you will find here all the related document categories."
19+
msgstr ""
20+
21+
#. module: attachment_category
22+
#: model:ir.model,name:attachment_category.model_ir_attachment
23+
#: model:ir.model.fields,field_description:attachment_category.field_ir_attachment_category__attachment_ids
24+
msgid "Attachment"
25+
msgstr ""
26+
27+
#. module: attachment_category
28+
#: model:ir.actions.act_window,name:attachment_category.ir_attachment_category_act_window
29+
#: model:ir.ui.menu,name:attachment_category.ir_attachment_category_menu
30+
msgid "Attachment Categories"
31+
msgstr ""
32+
33+
#. module: attachment_category
34+
#: model:ir.model,name:attachment_category.model_ir_attachment_category
35+
msgid "Attachment Category"
36+
msgstr ""
37+
38+
#. module: attachment_category
39+
#: model:ir.model.fields,field_description:attachment_category.field_ir_attachment_category__attachment_count
40+
msgid "Attachment Count"
41+
msgstr ""
42+
43+
#. module: attachment_category
44+
#: model:ir.model.fields,field_description:attachment_category.field_ir_attachment__category_ids
45+
msgid "Category"
46+
msgstr ""
47+
48+
#. module: attachment_category
49+
#: model_terms:ir.actions.act_window,help:attachment_category.ir_attachment_category_act_window
50+
msgid "Create a new document"
51+
msgstr ""
52+
53+
#. module: attachment_category
54+
#: model:ir.model.fields,field_description:attachment_category.field_ir_attachment_category__create_uid
55+
msgid "Created by"
56+
msgstr ""
57+
58+
#. module: attachment_category
59+
#: model:ir.model.fields,field_description:attachment_category.field_ir_attachment_category__create_date
60+
msgid "Created on"
61+
msgstr ""
62+
63+
#. module: attachment_category
64+
#: model:ir.model.fields,field_description:attachment_category.field_ir_attachment__display_name
65+
#: model:ir.model.fields,field_description:attachment_category.field_ir_attachment_category__display_name
66+
msgid "Display Name"
67+
msgstr ""
68+
69+
#. module: attachment_category
70+
#: model:ir.model.fields,field_description:attachment_category.field_ir_attachment__id
71+
#: model:ir.model.fields,field_description:attachment_category.field_ir_attachment_category__id
72+
msgid "ID"
73+
msgstr ""
74+
75+
#. module: attachment_category
76+
#: model:ir.model.fields,field_description:attachment_category.field_ir_attachment____last_update
77+
#: model:ir.model.fields,field_description:attachment_category.field_ir_attachment_category____last_update
78+
msgid "Last Modified on"
79+
msgstr ""
80+
81+
#. module: attachment_category
82+
#: model:ir.model.fields,field_description:attachment_category.field_ir_attachment_category__write_uid
83+
msgid "Last Updated by"
84+
msgstr ""
85+
86+
#. module: attachment_category
87+
#: model:ir.model.fields,field_description:attachment_category.field_ir_attachment_category__write_date
88+
msgid "Last Updated on"
89+
msgstr ""
90+
91+
#. module: attachment_category
92+
#: model:ir.model.fields,field_description:attachment_category.field_ir_attachment_category__name
93+
msgid "Name"
94+
msgstr ""
95+
96+
#. module: attachment_category
97+
#: model:ir.model.fields,field_description:attachment_category.field_ir_attachment_category__parent_id
98+
msgid "Parent"
99+
msgstr ""
100+
101+
#. module: attachment_category
102+
#: model:ir.model.fields,field_description:attachment_category.field_ir_attachment_category__parent_path
103+
msgid "Parent Path"
104+
msgstr ""

attachment_category/i18n/es.po

+108
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * attachment_category
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 14.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2024-02-18 23:56+0000\n"
10+
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\n"
11+
"Language-Team: none\n"
12+
"Language: es\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
17+
"X-Generator: Weblate 4.17\n"
18+
19+
#. module: attachment_category
20+
#: model_terms:ir.actions.act_window,help:attachment_category.ir_attachment_category_act_window
21+
msgid "Also you will find here all the related document categories."
22+
msgstr ""
23+
"También encontrará aquí todas las categorías de documentos relacionados."
24+
25+
#. module: attachment_category
26+
#: model:ir.model,name:attachment_category.model_ir_attachment
27+
#: model:ir.model.fields,field_description:attachment_category.field_ir_attachment_category__attachment_ids
28+
msgid "Attachment"
29+
msgstr "Archivo adjunto"
30+
31+
#. module: attachment_category
32+
#: model:ir.actions.act_window,name:attachment_category.ir_attachment_category_act_window
33+
#: model:ir.ui.menu,name:attachment_category.ir_attachment_category_menu
34+
msgid "Attachment Categories"
35+
msgstr "Categorías de Archivos Adjuntos"
36+
37+
#. module: attachment_category
38+
#: model:ir.model,name:attachment_category.model_ir_attachment_category
39+
msgid "Attachment Category"
40+
msgstr "Categoría de Archivos Adjuntos"
41+
42+
#. module: attachment_category
43+
#: model:ir.model.fields,field_description:attachment_category.field_ir_attachment_category__attachment_count
44+
msgid "Attachment Count"
45+
msgstr "Conteo de Anexos"
46+
47+
#. module: attachment_category
48+
#: model:ir.model.fields,field_description:attachment_category.field_ir_attachment__category_ids
49+
msgid "Category"
50+
msgstr "Categoría"
51+
52+
#. module: attachment_category
53+
#: model_terms:ir.actions.act_window,help:attachment_category.ir_attachment_category_act_window
54+
msgid "Create a new document"
55+
msgstr "Crear un nuevo documento"
56+
57+
#. module: attachment_category
58+
#: model:ir.model.fields,field_description:attachment_category.field_ir_attachment_category__create_uid
59+
msgid "Created by"
60+
msgstr "Creado por"
61+
62+
#. module: attachment_category
63+
#: model:ir.model.fields,field_description:attachment_category.field_ir_attachment_category__create_date
64+
msgid "Created on"
65+
msgstr "Creado el"
66+
67+
#. module: attachment_category
68+
#: model:ir.model.fields,field_description:attachment_category.field_ir_attachment__display_name
69+
#: model:ir.model.fields,field_description:attachment_category.field_ir_attachment_category__display_name
70+
msgid "Display Name"
71+
msgstr "Mostrar Nombre"
72+
73+
#. module: attachment_category
74+
#: model:ir.model.fields,field_description:attachment_category.field_ir_attachment__id
75+
#: model:ir.model.fields,field_description:attachment_category.field_ir_attachment_category__id
76+
msgid "ID"
77+
msgstr "ID (identificación)"
78+
79+
#. module: attachment_category
80+
#: model:ir.model.fields,field_description:attachment_category.field_ir_attachment____last_update
81+
#: model:ir.model.fields,field_description:attachment_category.field_ir_attachment_category____last_update
82+
msgid "Last Modified on"
83+
msgstr "Última Modificación el"
84+
85+
#. module: attachment_category
86+
#: model:ir.model.fields,field_description:attachment_category.field_ir_attachment_category__write_uid
87+
msgid "Last Updated by"
88+
msgstr "Última Actualización por"
89+
90+
#. module: attachment_category
91+
#: model:ir.model.fields,field_description:attachment_category.field_ir_attachment_category__write_date
92+
msgid "Last Updated on"
93+
msgstr "Última Actualización el"
94+
95+
#. module: attachment_category
96+
#: model:ir.model.fields,field_description:attachment_category.field_ir_attachment_category__name
97+
msgid "Name"
98+
msgstr "Nombre"
99+
100+
#. module: attachment_category
101+
#: model:ir.model.fields,field_description:attachment_category.field_ir_attachment_category__parent_id
102+
msgid "Parent"
103+
msgstr "Parental"
104+
105+
#. module: attachment_category
106+
#: model:ir.model.fields,field_description:attachment_category.field_ir_attachment_category__parent_path
107+
msgid "Parent Path"
108+
msgstr "Ruta Parental"

0 commit comments

Comments
 (0)