Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[14.0] [MIG] assets_management #3078

Merged
merged 13 commits into from
Jan 5, 2023
Merged
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
107 changes: 107 additions & 0 deletions assets_management/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
======================
ITA - Gestione Cespiti
======================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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%2Fl10n--italy-lightgray.png?logo=github
:target: https://github.com/OCA/l10n-italy/tree/12.0/assets_management
:alt: OCA/l10n-italy
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-assets_management
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/122/12.0
:alt: Try me on Runbot

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

This modules allows account management of companies' assets.

**Table of contents**

.. contents::
:local:

Usage
=====

**English**

You can create and manage assets from accounting section of Odoo.

Configuration must be done from Assets -> Assets Configuration,
where depreciation types, modes and assets categories can be found.

Assets can both be created manually or via invoices and journal entries.
Depreciations can be generated by using the related wizard found in Assets ->
Assets Management -> Generate Depreciations, or by triggering the same wizard from a single asset
form view.


**Italiano**

È possibile creare e gestire cespiti dalla sezione contabilità di Odoo.

La configurazione dei cespiti dev'essere fatta andando in
Cespiti -> Configurazione Cespiti, dove si trovano le categorie dei beni, i
tipi e le modalità di ammortamento.

I cespiti possono essere creati manualmente o da fatture e registrazioni
contabili. Gli ammortamenti possono essere generati utilizzando l'apposito
wizard in Cespiti -> Gestione Cestpiti -> Genera Ammortamenti, o aprendo quello stesso wizard dalla
scheda del cespite

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-italy/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/l10n-italy/issues/new?body=module:%20assets_management%0Aversion:%2012.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
~~~~~~~

* Openforce

Contributors
~~~~~~~~~~~~

* Alessandro Camilli <alessandrocamilli@openforce.it>
* Silvio Gregorini <silviogregorini@openforce.it>
* Stefano Pezzini <stefanopezzini@openforce.it>
* Lorenzo Battistini <lb@takobi.online>

Base icon made by `surang <https://www.flaticon.com/authors/surang>`_ from `www.flaticon.com <https://www.flaticon.com/>`_.

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/l10n-italy <https://github.com/OCA/l10n-italy/tree/12.0/assets_management>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
7 changes: 7 additions & 0 deletions assets_management/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Author(s): Silvio Gregorini (silviogregorini@openforce.it)
# Copyright 2019 Openforce Srls Unipersonale (www.openforce.it)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from . import models
from . import report
from . import wizard
49 changes: 49 additions & 0 deletions assets_management/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Author(s): Silvio Gregorini (silviogregorini@openforce.it)
# Copyright 2019 Openforce Srls Unipersonale (www.openforce.it)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

{
"name": "ITA - Gestione Cespiti",
"version": "14.0.1.0.0",
"category": "Localization/Italy",
"summary": "Gestione Cespiti",
"author": "Openforce, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-italy" "/tree/12.0/assets_management",
"license": "AGPL-3",
"depends": [
"account",
"account_financial_report",
"account_fiscal_year",
"mail",
],
"data": [
"security/ir.model.access.csv",
"security/res_groups.xml",
"security/rules.xml",
"data/ir_cron.xml",
"data/asset_data.xml",
"report/layout.xml",
"report/paperformat.xml",
"report/templates/asset_journal.xml",
"report/templates/asset_previsional.xml",
"report/reports.xml",
"views/action_client.xml",
"views/asset_menuitems.xml",
"views/account_move.xml",
"views/asset.xml",
"views/asset_accounting_info.xml",
"views/asset_category.xml",
"views/asset_depreciation.xml",
"views/asset_depreciation_line.xml",
"views/asset_depreciation_line_type.xml",
"views/asset_depreciation_mode.xml",
"views/asset_depreciation_type.xml",
"views/asset_tag.xml",
"wizard/account_move_manage_asset_view.xml",
"wizard/asset_generate_depreciation_view.xml",
"wizard/asset_journal_report_view.xml",
"wizard/asset_previsional_report_view.xml",
],
"development_status": "Beta",
"installable": True,
}
45 changes: 45 additions & 0 deletions assets_management/data/asset_data.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo noupdate="1">

<!-- Natura ammortamento -->
<record id="ad_type_civilistico" model="asset.depreciation.type">
<field name="name">Civilistico</field>
<field name="requires_account_move">1</field>
<field name="print_by_default">1</field>
</record>
<record id="ad_type_fiscale" model="asset.depreciation.type">
<field name="name">Fiscale</field>
<field name="requires_account_move">0</field>
<field name="print_by_default">1</field>
</record>

<!-- Tipo operazione -->
<record id="adpl_type_riv" model="asset.depreciation.line.type">
<field name="name">Rivalutazione</field>
<field name="code">RIV</field>
<field name="type">in</field>
</record>

<record id="adpl_type_sva" model="asset.depreciation.line.type">
<field name="name">Svalutazione</field>
<field name="code">SVA</field>
<field name="type">out</field>
</record>

<!-- Metodi di ammortamento -->
<record id="ad_mode_immateriale" model="asset.depreciation.mode">
<field name="name">IMMATERIALE</field>
<field name="used_asset_coeff">1</field>
</record>
<record id="ad_mode_materiale" model="asset.depreciation.mode">
<field name="name">MATERIALE</field>
<field name="used_asset_coeff">1</field>
</record>
<record id="ad_mode_materiale_line" model="asset.depreciation.mode.line">
<field name="mode_id" ref="ad_mode_materiale" />
<field name="from_nr">1</field>
<field name="to_nr">1</field>
<field name="coefficient">0.5</field>
</record>

</odoo>
17 changes: 17 additions & 0 deletions assets_management/data/ir_cron.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo noupdate="1">

<record id="clean_asset_accounting_info_cron" model="ir.cron">
<field name="name">Vacuum Empty Asset Accounting Info</field>
<field name="active" eval="False" />
<field name="user_id" ref="base.user_root" />
<field name="interval_number">5</field>
<field name="interval_type">minutes</field>
<field name="numbercall">-1</field>
<field name="doall" eval="True" />
<field name="model_id" ref="model_asset_accounting_info" />
<field name="state">code</field>
<field name="code">model.cron_vacuum_table()</field>
</record>

</odoo>
Loading