Skip to content

Commit 1d63b06

Browse files
[ADD] account_asset_classification: add new module
1 parent 0e623a4 commit 1d63b06

File tree

13 files changed

+607
-0
lines changed

13 files changed

+607
-0
lines changed
+71
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
============================
2+
Account Asset Classification
3+
============================
4+
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7+
!! This file is generated by oca-gen-addon-readme !!
8+
!! changes will be overwritten. !!
9+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:9e82e7482a076950891dbd48acc9b7e111897669cb9c5234c992784faf514573
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-Escodoo%2Faccount--addons-lightgray.png?logo=github
20+
:target: https://github.com/Escodoo/account-addons/tree/14.0/account_asset_classification
21+
:alt: Escodoo/account-addons
22+
23+
|badge1| |badge2| |badge3|
24+
25+
This module includes the asset classification in `account.move.line` model.
26+
27+
**Table of contents**
28+
29+
.. contents::
30+
:local:
31+
32+
Usage
33+
=====
34+
35+
To use this module, you need to:
36+
37+
1. Using XLSX Import/Export, fill the `asset_classification` field.
38+
2. Use these values to create custom reports with assets classifications.
39+
40+
Bug Tracker
41+
===========
42+
43+
Bugs are tracked on `GitHub Issues <https://github.com/Escodoo/account-addons/issues>`_.
44+
In case of trouble, please check there if your issue has already been reported.
45+
If you spotted it first, help us to smash it by providing a detailed and welcomed
46+
`feedback <https://github.com/Escodoo/account-addons/issues/new?body=module:%20account_asset_classification%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
47+
48+
Do not contact contributors directly about support or help with technical issues.
49+
50+
Credits
51+
=======
52+
53+
Authors
54+
~~~~~~~
55+
56+
* Escodoo
57+
58+
Contributors
59+
~~~~~~~~~~~~
60+
61+
* `Escodoo <https://www.escodoo.com.br>`_:
62+
63+
* Marcel Savegnago <[email protected]>
64+
* Wesley Oliveira <[email protected]>
65+
66+
Maintainers
67+
~~~~~~~~~~~
68+
69+
This module is part of the `Escodoo/account-addons <https://github.com/Escodoo/account-addons/tree/14.0/account_asset_classification>`_ project on GitHub.
70+
71+
You are welcome to contribute.
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from . import models
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Copyright 2024 - TODAY, Escodoo
2+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
3+
4+
{
5+
"name": "Account Asset Classification",
6+
"summary": """
7+
Account Asset Classification""",
8+
"version": "14.0.1.0.0",
9+
"license": "AGPL-3",
10+
"author": "Escodoo",
11+
"website": "https://github.com/Escodoo/account-addons",
12+
"depends": ["account"],
13+
"data": [],
14+
"demo": [],
15+
}
+56
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * account_asset_classification
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 14.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"POT-Creation-Date: 2024-11-08 20:30+0000\n"
10+
"PO-Revision-Date: 2024-11-08 20:30+0000\n"
11+
"Last-Translator: Wesley Oliveira, 2024"
12+
"Language-Team: \n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: \n"
17+
18+
#. module: account_asset_classification
19+
#: model:ir.model.fields,field_description:account_asset_classification.field_account_move_line__asset_classification
20+
msgid "Asset Classification"
21+
msgstr "Classificação de Ativo"
22+
23+
#. module: account_asset_classification
24+
#: model:ir.model.fields.selection,name:account_asset_classification.selection__account_move_line__asset_classification__depression
25+
msgid "Depression"
26+
msgstr "Baixa"
27+
28+
#. module: account_asset_classification
29+
#: model:ir.model.fields,field_description:account_asset_classification.field_account_move_line__display_name
30+
msgid "Display Name"
31+
msgstr "Nome exibido"
32+
33+
#. module: account_asset_classification
34+
#: model:ir.model.fields.selection,name:account_asset_classification.selection__account_move_line__asset_classification__entry
35+
msgid "Entry"
36+
msgstr "Entrada"
37+
38+
#. module: account_asset_classification
39+
#: model:ir.model.fields,field_description:account_asset_classification.field_account_move_line__id
40+
msgid "ID"
41+
msgstr ""
42+
43+
#. module: account_asset_classification
44+
#: model:ir.model,name:account_asset_classification.model_account_move_line
45+
msgid "Journal Item"
46+
msgstr "Item de Diário"
47+
48+
#. module: account_asset_classification
49+
#: model:ir.model.fields,field_description:account_asset_classification.field_account_move_line____last_update
50+
msgid "Last Modified on"
51+
msgstr "Última modificação em"
52+
53+
#. module: account_asset_classification
54+
#: model:ir.model.fields.selection,name:account_asset_classification.selection__account_move_line__asset_classification__reclassification
55+
msgid "Reclassification"
56+
msgstr "Reclassificação"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from . import account_move_line
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Copyright 2024 - TODAY, Wesley Oliveira <[email protected]>
2+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
3+
4+
from odoo import fields, models
5+
6+
7+
class AccountMoveLine(models.Model):
8+
9+
_inherit = "account.move.line"
10+
11+
asset_classification = fields.Selection(
12+
[
13+
("entry", "Entry"),
14+
("depression", "Depression"),
15+
("reclassification", "Reclassification"),
16+
],
17+
default=False,
18+
)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* `Escodoo <https://www.escodoo.com.br>`_:
2+
3+
* Marcel Savegnago <[email protected]>
4+
* Wesley Oliveira <[email protected]>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This module includes the asset classification in `account.move.line` model.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
To use this module, you need to:
2+
3+
1. Using XLSX Import/Export, fill the `asset_classification` field.
4+
2. Use these values to create custom reports with assets classifications.
Loading

0 commit comments

Comments
 (0)