Skip to content

Commit

Permalink
Merge pull request OCA#50 from elvenstudiotmp/8.0-l10n_it_central_jou…
Browse files Browse the repository at this point in the history
…rnal

l10n_it_central_journal
  • Loading branch information
d-stragapede committed Jan 31, 2019
2 parents eed8b23 + ec0c286 commit 47c8e0b
Show file tree
Hide file tree
Showing 20 changed files with 1,413 additions and 452 deletions.
661 changes: 661 additions & 0 deletions l10n_it_central_journal/LICENSE

Large diffs are not rendered by default.

48 changes: 42 additions & 6 deletions l10n_it_central_journal/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,28 @@
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3

==============
Libro giornale
==============
Descrizione
===========

Modulo per la stampa del libro giornale
Modulo per la stampa del libro giornale provvisorio e definitivo, secondo le normative italiane in vigore.
Il report generato ragruppa le registrazioni contabili per conto, in tal modo si riesce ad ottenere una stampa
più leggibile ed ordinata.

Usage
=====
Utilizzando questo modulo è possibile ottenere un report del Libro Giornale con contropartita centralizzata,
senza utilizzare l'opzione "Contropartita centralizzata" presente nei sezionali. In questo modo quindi
si mantiene il dettaglio nelle registrazioni contabili e il report centralizzato.

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/122/8.0

Changelog
=========
* 17-05-2018 - Version 8.0.2.1.0 - Riorganizzazione modulo + Report condesato per conto + Miglioramenti CSS al report
* 00-00-0000 - Version 8.0.2.0.0 - Versione originale del modulo Odoo-Italia-Associazione/l10n-italy



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

Expand All @@ -41,6 +50,10 @@ Contributors
* Diego Milani <dmilani@linkgroup.it>
* Davide Corio <davide.corio@abstract.it>
* Lorenzo Battistini <lorenzo.battistini@agilebg.com>
* Domenico Stragapede <d.stragapede@elvenstudio.it>
* Vincenzo Terzulli <v.terzulli@elvenstudio.it>



Maintainer
----------
Expand All @@ -56,3 +69,26 @@ mission is to support the collaborative development of Odoo features and
promote its widespread use.

To contribute to this module, please visit https://odoo-community.org.


----

**Odoo** is a trademark of [Odoo S.A.](https://www.odoo.com/) (formerly OpenERP, formerly TinyERP)

**OCA**, or the [Odoo Community Association](http://odoo-community.org/), is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

**Odoo Italia Associazione**, or the [Associazione Odoo Italia](https://www.odoo-italia.org/)
is the nonprofit Italian Community Association whose mission
is to support the collaborative development of Odoo designed for Italian law and markeplace.
Since 2017, Odoo Italia Associazione replaces OCA members of Italy are developping code under Odoo Proprietary License.
Odoo Italia Associazione distributes only code under AGPL free license.

[Odoo Italia Associazione](https://www.odoo-italia.org/) è un'Associazione senza fine di lucro
che dal 2017 sostituisce gli sviluppatori italiani di OCA che sviluppano
con Odoo Proprietary License a pagamento.

Odoo Italia Associazione distribuisce il codice esclusivamente con licenza [AGPL](http://www.gnu.org/licenses/agpl-3.0.html)


2 changes: 1 addition & 1 deletion l10n_it_central_journal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

from . import wizard
from . import models
from . import central_journal
from . import report
19 changes: 12 additions & 7 deletions l10n_it_central_journal/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,26 @@
#
#
{
'name': 'Italian Localization - Account central journal',
'version': '8.0.2.0.0',
'name': 'Italian Localization - Account Central Journal',
'version': '8.0.2.1.0',
'category': 'Localization/Italy',
'author': 'Link It Spa, Odoo Community Association (OCA)',
'website': 'http://www.linkgroup.it',
'license': 'AGPL-3',

"depends": [
'account',
'l10n_it_account'
],
],

"data": [
'reports.xml',
'wizard/print_giornale.xml',
'views/report_account_central_journal.xml',
'views/account_view.xml'
'report/paper.xml',
'report/central_journal_report.xml',

'wizard/print_central_journal.xml',

'views/account_journal_view.xml'
],

"installable": True,
}
79 changes: 0 additions & 79 deletions l10n_it_central_journal/central_journal.py

This file was deleted.

Loading

0 comments on commit 47c8e0b

Please sign in to comment.