Skip to content

Commit

Permalink
[MIG] assets_management filtering only compulsory changes from OCA#2704
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiocorato authored and SirAionTech committed Jan 15, 2024
1 parent f89e572 commit b75635a
Show file tree
Hide file tree
Showing 43 changed files with 2,420 additions and 3,803 deletions.
26 changes: 9 additions & 17 deletions assets_management/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ ITA - Gestione Cespiti
: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
:target: https://github.com/OCA/l10n-italy/tree/14.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
:target: https://translation.odoo-community.org/projects/l10n-italy-14-0/l10n-italy-14-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
:target: https://runbot.odoo-community.org/runbot/122/14.0
:alt: Try me on Runbot

|badge1| |badge2| |badge3| |badge4| |badge5|
Expand All @@ -39,35 +39,27 @@ Usage

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.
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.
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.
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
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**>`_.
`feedback <https://github.com/OCA/l10n-italy/issues/new?body=module:%20assets_management%0Aversion:%2014.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.

Expand Down Expand Up @@ -102,6 +94,6 @@ 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.
This module is part of the `OCA/l10n-italy <https://github.com/OCA/l10n-italy/tree/14.0/assets_management>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
5 changes: 1 addition & 4 deletions assets_management/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@

{
"name": "ITA - Gestione Cespiti",
"version": "12.0.1.0.0",
"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_cancel",
"account_financial_report",
"account_fiscal_year",
"mail",
Expand All @@ -30,7 +29,6 @@
"report/reports.xml",
"views/action_client.xml",
"views/asset_menuitems.xml",
"views/account_invoice.xml",
"views/account_move.xml",
"views/asset.xml",
"views/asset_accounting_info.xml",
Expand All @@ -41,7 +39,6 @@
"views/asset_depreciation_mode.xml",
"views/asset_depreciation_type.xml",
"views/asset_tag.xml",
"wizard/account_invoice_manage_asset_view.xml",
"wizard/account_move_manage_asset_view.xml",
"wizard/asset_generate_depreciation_view.xml",
"wizard/asset_journal_report_view.xml",
Expand Down
2 changes: 1 addition & 1 deletion assets_management/data/asset_data.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo noupdate="0">
<odoo noupdate="1">

<!-- Natura ammortamento -->
<record id="ad_type_civilistico" model="asset.depreciation.type">
Expand Down
Loading

0 comments on commit b75635a

Please sign in to comment.