@@ -14,13 +14,13 @@ ITA - Codici carica
1414 :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
1515 :alt: License: LGPL-3
1616.. |badge3 | image :: https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github
17- :target: https://github.com/OCA/l10n-italy/tree/14 .0/l10n_it_appointment_code
17+ :target: https://github.com/OCA/l10n-italy/tree/16 .0/l10n_it_appointment_code
1818 :alt: OCA/l10n-italy
1919.. |badge4 | image :: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
20- :target: https://translation.odoo-community.org/projects/l10n-italy-14 -0/l10n-italy-14 -0-l10n_it_appointment_code
20+ :target: https://translation.odoo-community.org/projects/l10n-italy-16 -0/l10n-italy-16 -0-l10n_it_appointment_code
2121 :alt: Translate me on Weblate
2222.. |badge5 | image :: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
23- :target: https://runbot.odoo-community.org/runbot/122/14 .0
23+ :target: https://runbot.odoo-community.org/runbot/122/16 .0
2424 :alt: Try me on Runbot
2525
2626|badge1 | |badge2 | |badge3 | |badge4 | |badge5 |
@@ -38,129 +38,6 @@ Table of appointment codes to use into italian Tax returns.
3838.. contents ::
3939 :local:
4040
41- Installation
42- ============
43-
44- **Italiano **
45-
46- Qualora questo modulo venisse installato in un DB dove ``l10n_it_codici_carica `` è già installato, è necessario eseguire la seguente procedura.
47-
48- #. Installare ``openupgradelib ``:
49-
50- .. code ::
51-
52- pip3 install git+https://github.com/OCA/openupgradelib.git@master
53-
54- #. Lanciare Odoo con il paramentro ``shell ``
55- #. Eseguire i seguenti comandi:
56-
57- .. code :: python
58-
59- >> > from openupgradelib import openupgrade
60- >> > openupgrade.rename_xmlids(
61- env.cr,
62- [
63- (
64- " l10n_it_codici_carica.view_codice_carica_tree" ,
65- " l10n_it_appointment_code.view_appointment_code_tree" ,
66- ),
67- (
68- " l10n_it_codici_carica.view_codice_carica_form" ,
69- " l10n_it_appointment_code.view_appointment_code_form" ,
70- ),
71- (
72- " l10n_it_codici_carica.action_codice_carica" ,
73- " l10n_it_appointment_code.action_appointment_code" ,
74- ),
75- (
76- " l10n_it_codici_carica.menu_codice_carica" ,
77- " l10n_it_appointment_code.menu_appointment_code" ,
78- ),
79- ],
80- )
81- >> > openupgrade.update_module_names(
82- env.cr,
83- [
84- (" l10n_it_codici_carica" , " l10n_it_appointment_code" ),
85- ],
86- )
87- >> > openupgrade.rename_models(
88- env.cr,
89- [
90- (" codice.carica" , " appointment.code" ),
91- ],
92- )
93- >> > openupgrade.rename_tables(
94- env.cr,
95- [
96- (" codice_carica" , " appointment_code" ),
97- ],
98- )
99- >> > env.cr.commit()
100-
101- #. Riavviare Odoo
102- #. Aggiornare ``l10n_it_appointment_code ``
103-
104- **English **
105-
106- When ``l10n_it_codici_carica `` is installed in the database you need to follow the following steps.
107-
108- 1. Install ``openupgradelib ``:
109-
110- .. code ::
111-
112- pip3 install git+https://github.com/OCA/openupgradelib.git@master
113-
114- 2. Run Odoo with the ``shell `` command
115- 3. Execute the following commands:
116-
117- .. code :: python
118-
119- >> > from openupgradelib import openupgrade
120- >> > openupgrade.rename_xmlids(
121- env.cr,
122- [
123- (
124- " l10n_it_codici_carica.view_codice_carica_tree" ,
125- " l10n_it_appointment_code.view_appointment_code_tree" ,
126- ),
127- (
128- " l10n_it_codici_carica.view_codice_carica_form" ,
129- " l10n_it_appointment_code.view_appointment_code_form" ,
130- ),
131- (
132- " l10n_it_codici_carica.action_codice_carica" ,
133- " l10n_it_appointment_code.action_appointment_code" ,
134- ),
135- (
136- " l10n_it_codici_carica.menu_codice_carica" ,
137- " l10n_it_appointment_code.menu_appointment_code" ,
138- ),
139- ],
140- )
141- >> > openupgrade.update_module_names(
142- env.cr,
143- [
144- (" l10n_it_codici_carica" , " l10n_it_appointment_code" ),
145- ],
146- )
147- >> > openupgrade.rename_models(
148- env.cr,
149- [
150- (" codice.carica" , " appointment.code" ),
151- ],
152- )
153- >> > openupgrade.rename_tables(
154- env.cr,
155- [
156- (" codice_carica" , " appointment_code" ),
157- ],
158- )
159- >> > env.cr.commit()
160-
161- 4. Restart Odoo
162- 5. Update ``l10n_it_appointment_code `` module
163-
16441Configuration
16542=============
16643
@@ -195,7 +72,7 @@ Bug Tracker
19572Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-italy/issues >`_.
19673In case of trouble, please check there if your issue has already been reported.
19774If you spotted it first, help us smashing it by providing a detailed and welcomed
198- `feedback <https://github.com/OCA/l10n-italy/issues/new?body=module:%20l10n_it_appointment_code%0Aversion:%2014 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
75+ `feedback <https://github.com/OCA/l10n-italy/issues/new?body=module:%20l10n_it_appointment_code%0Aversion:%2016 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
19976
20077Do not contact contributors directly about support or help with technical issues.
20178
@@ -214,6 +91,7 @@ Contributors
21491* Gianmarco Conte <gconte@dinamicheaziendali.it>
21592* Stefano Consolaro <https://github.com/mymage>
21693* Alex Comba <alex.comba@agilebg.com>
94+ * Giuseppe Borruso <gborruso@dinamicheaziendali.it>
21795
21896Maintainers
21997~~~~~~~~~~~
@@ -228,6 +106,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
228106mission is to support the collaborative development of Odoo features and
229107promote its widespread use.
230108
231- This module is part of the `OCA/l10n-italy <https://github.com/OCA/l10n-italy/tree/14 .0/l10n_it_appointment_code >`_ project on GitHub.
109+ This module is part of the `OCA/l10n-italy <https://github.com/OCA/l10n-italy/tree/16 .0/l10n_it_appointment_code >`_ project on GitHub.
232110
233111You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
0 commit comments