odoo-addon-l10n-es-verifactu-oca 16.0.1.0.6__py3-none-any.whl → 16.0.1.0.7.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of odoo-addon-l10n-es-verifactu-oca might be problematic. Click here for more details.

@@ -11,7 +11,7 @@ Comunicación VERI*FACTU
11
11
  !! This file is generated by oca-gen-addon-readme !!
12
12
  !! changes will be overwritten. !!
13
13
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14
- !! source digest: sha256:e34054189ee1b88f34ac6787834e3524359f000c6f0feba9380d8723eca215cf
14
+ !! source digest: sha256:9bef0d9aed4852a0483132c57bd430008f599915252f5fd71090f2b44866cf64
15
15
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
16
16
 
17
17
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -7,7 +7,7 @@
7
7
 
8
8
  {
9
9
  "name": "Comunicación VERI*FACTU",
10
- "version": "16.0.1.0.6",
10
+ "version": "16.0.1.0.7",
11
11
  "category": "Accounting/Localizations/EDI",
12
12
  "website": "https://github.com/OCA/l10n-spain",
13
13
  "author": "Aures Tic,ForgeFlow,Tecnativa,Odoo Community Association (OCA)",
@@ -562,6 +562,13 @@ msgstr "Icona"
562
562
  msgid "Icon to indicate an exception activity."
563
563
  msgstr "Icona per indicar una activitat d'excepció."
564
564
 
565
+ #. module: l10n_es_verifactu_oca
566
+ #: model:ir.model.fields,help:l10n_es_verifactu_oca.field_verifactu_chaining__sif_id
567
+ msgid ""
568
+ "Identifier of the billing software (SIF). Must be exactly 2 alphanumeric "
569
+ "characters (A,Z, 0,9)."
570
+ msgstr ""
571
+
565
572
  #. module: l10n_es_verifactu_oca
566
573
  #: model:ir.model.fields,help:l10n_es_verifactu_oca.field_verifactu_chaining__message_needaction
567
574
  #: model:ir.model.fields,help:l10n_es_verifactu_oca.field_verifactu_developer__message_needaction
@@ -553,6 +553,13 @@ msgstr ""
553
553
  msgid "Icon to indicate an exception activity."
554
554
  msgstr ""
555
555
 
556
+ #. module: l10n_es_verifactu_oca
557
+ #: model:ir.model.fields,help:l10n_es_verifactu_oca.field_verifactu_chaining__sif_id
558
+ msgid ""
559
+ "Identifier of the billing software (SIF). Must be exactly 2 alphanumeric "
560
+ "characters (A,Z, 0,9)."
561
+ msgstr ""
562
+
556
563
  #. module: l10n_es_verifactu_oca
557
564
  #: model:ir.model.fields,help:l10n_es_verifactu_oca.field_verifactu_chaining__message_needaction
558
565
  #: model:ir.model.fields,help:l10n_es_verifactu_oca.field_verifactu_developer__message_needaction
@@ -565,6 +565,13 @@ msgstr "Icono"
565
565
  msgid "Icon to indicate an exception activity."
566
566
  msgstr "Icono para indicar una actividad de excepción."
567
567
 
568
+ #. module: l10n_es_verifactu_oca
569
+ #: model:ir.model.fields,help:l10n_es_verifactu_oca.field_verifactu_chaining__sif_id
570
+ msgid ""
571
+ "Identifier of the billing software (SIF). Must be exactly 2 alphanumeric "
572
+ "characters (A,Z, 0,9)."
573
+ msgstr ""
574
+
568
575
  #. module: l10n_es_verifactu_oca
569
576
  #: model:ir.model.fields,help:l10n_es_verifactu_oca.field_verifactu_chaining__message_needaction
570
577
  #: model:ir.model.fields,help:l10n_es_verifactu_oca.field_verifactu_developer__message_needaction
@@ -551,6 +551,13 @@ msgstr ""
551
551
  msgid "Icon to indicate an exception activity."
552
552
  msgstr ""
553
553
 
554
+ #. module: l10n_es_verifactu_oca
555
+ #: model:ir.model.fields,help:l10n_es_verifactu_oca.field_verifactu_chaining__sif_id
556
+ msgid ""
557
+ "Identifier of the billing software (SIF). Must be exactly 2 alphanumeric "
558
+ "characters (A,Z, 0,9)."
559
+ msgstr ""
560
+
554
561
  #. module: l10n_es_verifactu_oca
555
562
  #: model:ir.model.fields,help:l10n_es_verifactu_oca.field_verifactu_chaining__message_needaction
556
563
  #: model:ir.model.fields,help:l10n_es_verifactu_oca.field_verifactu_developer__message_needaction
@@ -18,7 +18,14 @@ class VerifactuChaining(models.Model):
18
18
  copy=False,
19
19
  readonly=True,
20
20
  )
21
- sif_id = fields.Char(string="SIF ID", required=True, tracking=True)
21
+ sif_id = fields.Char(
22
+ string="SIF ID",
23
+ required=True,
24
+ tracking=True,
25
+ size=2,
26
+ help="Identifier of the billing software (SIF). "
27
+ "Must be exactly 2 alphanumeric characters (A,Z, 0,9).",
28
+ )
22
29
  installation_number = fields.Integer(default=1, required=True, tracking=True)
23
30
 
24
31
  _sql_constraints = [
@@ -372,7 +372,7 @@ ul.auto-toc {
372
372
  !! This file is generated by oca-gen-addon-readme !!
373
373
  !! changes will be overwritten. !!
374
374
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375
- !! source digest: sha256:e34054189ee1b88f34ac6787834e3524359f000c6f0feba9380d8723eca215cf
375
+ !! source digest: sha256:9bef0d9aed4852a0483132c57bd430008f599915252f5fd71090f2b44866cf64
376
376
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377
377
  <p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/l10n-spain/tree/16.0/l10n_es_verifactu_oca"><img alt="OCA/l10n-spain" src="https://img.shields.io/badge/github-OCA%2Fl10n--spain-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/l10n-spain-16-0/l10n-spain-16-0-l10n_es_verifactu_oca"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/l10n-spain&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378
378
  <p>Módulo para la presentación inmediata de la facturación.</p>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-l10n_es_verifactu_oca
3
- Version: 16.0.1.0.6
3
+ Version: 16.0.1.0.7.1
4
4
  Summary: Comunicación VERI*FACTU
5
5
  Home-page: https://github.com/OCA/l10n-spain
6
6
  Author: Aures Tic,ForgeFlow,Tecnativa,Odoo Community Association (OCA)
@@ -28,7 +28,7 @@ Comunicación VERI*FACTU
28
28
  !! This file is generated by oca-gen-addon-readme !!
29
29
  !! changes will be overwritten. !!
30
30
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
31
- !! source digest: sha256:e34054189ee1b88f34ac6787834e3524359f000c6f0feba9380d8723eca215cf
31
+ !! source digest: sha256:9bef0d9aed4852a0483132c57bd430008f599915252f5fd71090f2b44866cf64
32
32
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
33
33
 
34
34
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -1,6 +1,6 @@
1
- odoo/addons/l10n_es_verifactu_oca/README.rst,sha256=1AZAauiaayEs4pQs5YOm_v8rp5Q38RqqYTkWpCG56bs,7002
1
+ odoo/addons/l10n_es_verifactu_oca/README.rst,sha256=1em3DMwaZOYij34V4l5r35Fp8ZP2Fku2ROrOSyOmPBw,7002
2
2
  odoo/addons/l10n_es_verifactu_oca/__init__.py,sha256=GnWm38RNVl0F1QEHgICghDeuin84Dfykn-GEIm_MLUo,92
3
- odoo/addons/l10n_es_verifactu_oca/__manifest__.py,sha256=wRIm97_8H06u7TOnSl5LDng21WIKxOYPDbpsLHwfNyA,1763
3
+ odoo/addons/l10n_es_verifactu_oca/__manifest__.py,sha256=NoDhrgYxV_2j-JE31mP2REmGo7RuwNMsRbwQ4KdYF1g,1763
4
4
  odoo/addons/l10n_es_verifactu_oca/hooks.py,sha256=nEnFdRpuEt1OwEOOfuj33cXFoZEHhV9vUzEZVIhVxrc,1920
5
5
  odoo/addons/l10n_es_verifactu_oca/data/account_fiscal_position_template_data.xml,sha256=ygqPU7AyTbHW07fdI_PKwnvdueaNirdp9Jx_eI2TTCA,6761
6
6
  odoo/addons/l10n_es_verifactu_oca/data/ir_config_parameter.xml,sha256=JEq2J9YjsjCbFRY9XeoZUuHvP8hs2rhTAgs7fqmFuf8,393
@@ -10,10 +10,10 @@ odoo/addons/l10n_es_verifactu_oca/data/neutralize.sql,sha256=eTzbCKiCMSm5NaKhA1m
10
10
  odoo/addons/l10n_es_verifactu_oca/data/verifactu_map_data.xml,sha256=U9AnVPXMBe32Q8lS_qCfap6h0_OTUCq4YUJeB6KQrxk,5697
11
11
  odoo/addons/l10n_es_verifactu_oca/data/verifactu_registration_key_data.xml,sha256=65PloV7xaxNx1f1sKqODBeg6pfWN8TXY2jAMBRgQTmM,10698
12
12
  odoo/addons/l10n_es_verifactu_oca/data/verifactu_tax_agency_data.xml,sha256=_YUGlGGJQAObWECaketUzWudrTCVwT2IwTaocse6fMo,888
13
- odoo/addons/l10n_es_verifactu_oca/i18n/ca.po,sha256=GghU1l2DKRWUHbWg6xLZqDeLOZ0JcVQKbCcA0dJDqUs,76484
14
- odoo/addons/l10n_es_verifactu_oca/i18n/ca_ES.po,sha256=ryVk611Av365TIyoiNN_2VjEHurhEhhawPlkD42x5ow,68548
15
- odoo/addons/l10n_es_verifactu_oca/i18n/es.po,sha256=RfQJlRHH-jVzNG8BBVANQPKDYRsuAq3iGqaa5UTMS4g,76726
16
- odoo/addons/l10n_es_verifactu_oca/i18n/l10n_es_verifactu_oca.pot,sha256=W-4UrKkXsfmkaUj_Go3NmyMxSf_JKMpommEefRKFH0A,68472
13
+ odoo/addons/l10n_es_verifactu_oca/i18n/ca.po,sha256=rQYoRujCYOurnJ_T72PoOQz0zFN-TuoV9odMgxc1u6Q,76723
14
+ odoo/addons/l10n_es_verifactu_oca/i18n/ca_ES.po,sha256=ALR2hUf7Sx0Bap2e5gTPq5oiG110EPAiLtz4vA7bVQ4,68787
15
+ odoo/addons/l10n_es_verifactu_oca/i18n/es.po,sha256=XwmEarVcPPP_5RYaAol19qko8sZKKict4PbqCYXD7dA,76965
16
+ odoo/addons/l10n_es_verifactu_oca/i18n/l10n_es_verifactu_oca.pot,sha256=0ZTEH1n9U8rOzqjHcvgM5Znbnue54Pqd2wm87sSUsdY,68711
17
17
  odoo/addons/l10n_es_verifactu_oca/models/__init__.py,sha256=uFS3hWpkyRKX_MUAV7qG9EgeYAZqsuEAO6KMWtPozDs,527
18
18
  odoo/addons/l10n_es_verifactu_oca/models/account_fiscal_position.py,sha256=u8G-XgHIrqv45amDX0P85DlsyExeshfPgg6gAX72x6Q,1171
19
19
  odoo/addons/l10n_es_verifactu_oca/models/account_fiscal_position_template.py,sha256=qZIXLqVWWI8SvbCjgIbghD2Z1fhtJT-sF02bpItfmxA,576
@@ -22,7 +22,7 @@ odoo/addons/l10n_es_verifactu_oca/models/account_move.py,sha256=rt9mRruVxm1fBjQO
22
22
  odoo/addons/l10n_es_verifactu_oca/models/aeat_tax_agency.py,sha256=yoxH5aa0sZuBt1sDodzy5_KlJblT4tosNvyenWdU1HY,1138
23
23
  odoo/addons/l10n_es_verifactu_oca/models/res_company.py,sha256=C9wj4RqzyHXy_0Y_6rC3Mm9FyVfJpMDiJN3vfC4Ol1U,1700
24
24
  odoo/addons/l10n_es_verifactu_oca/models/res_partner.py,sha256=9WlymT_18IYyPOTwLoSf0zQiQdBT6bQJEYeUBmno6rE,876
25
- odoo/addons/l10n_es_verifactu_oca/models/verifactu_chaining.py,sha256=i7bwZADKVvsKISR4lMejW-hfr8ld6QJ3_iTQLe90DjY,1015
25
+ odoo/addons/l10n_es_verifactu_oca/models/verifactu_chaining.py,sha256=N1Fypr2KCHU_XtIjGYDXYqPbQM7JzgxXCrtjaZKf_8Y,1185
26
26
  odoo/addons/l10n_es_verifactu_oca/models/verifactu_developer.py,sha256=rOt-N30jj9tvQkdSDwV2dA2CgT8b8d2zl2OBTzR35UE,666
27
27
  odoo/addons/l10n_es_verifactu_oca/models/verifactu_invoice_entry.py,sha256=fXpfi9aYYLufNB83nWAGP4luEShpPnNptqNyc0k-fso,15531
28
28
  odoo/addons/l10n_es_verifactu_oca/models/verifactu_invoice_entry_response.py,sha256=LnX90JA-Dfnf3A6nuGnIw37JMAHMsO52s6Obw3L7JDo,4658
@@ -39,7 +39,7 @@ odoo/addons/l10n_es_verifactu_oca/readme/USAGE.rst,sha256=MsDLP4F-YLdmIFnoVwpx01
39
39
  odoo/addons/l10n_es_verifactu_oca/security/ir.model.access.csv,sha256=xSYMPaYz5lc9A_ngmwaJkTM3onEJ5zlhahprTDxQOAQ,3025
40
40
  odoo/addons/l10n_es_verifactu_oca/security/verifactu_security.xml,sha256=CRVoyXoLa8ovzDMIAc_3F8HOzEkZdnk_JH2YH1n3PkY,227
41
41
  odoo/addons/l10n_es_verifactu_oca/static/description/icon.png,sha256=CgnOEZCwoe6f1vlLwkqFVfc2q_uwBMU0UnXN8j6X5ag,10254
42
- odoo/addons/l10n_es_verifactu_oca/static/description/index.html,sha256=5hIljHkQ4pmwM2wbb47xLC9utSAtqvb9KSWpu0Z11FQ,17661
42
+ odoo/addons/l10n_es_verifactu_oca/static/description/index.html,sha256=1rYXG5QtbwY3ejAl7g7_PBkl_Zz8JOfwaXU3ymqnk64,17661
43
43
  odoo/addons/l10n_es_verifactu_oca/tests/__init__.py,sha256=6LNl_lyd3IHnmLNKN6TlxcntSYIJ-y159FbnzPF6rPA,73
44
44
  odoo/addons/l10n_es_verifactu_oca/tests/common.py,sha256=-mi0zjo5dJMDCkci_19c9YjH6uOz751HaDS4aoRLJnA,9928
45
45
  odoo/addons/l10n_es_verifactu_oca/tests/test_10n_es_verifactu.py,sha256=Yu6AQa3S2-mCHXNuDlub7LBCr1qrCHgEdR0yt2rlhNM,16041
@@ -65,7 +65,7 @@ odoo/addons/l10n_es_verifactu_oca/views/verifactu_map_view.xml,sha256=WZYPrdZH1X
65
65
  odoo/addons/l10n_es_verifactu_oca/views/verifactu_registration_keys_view.xml,sha256=xHlr8YQnqyUIg5B1IW_4E6OlMxAabxMfP5KGzODkc4I,1687
66
66
  odoo/addons/l10n_es_verifactu_oca/wizards/__init__.py,sha256=h3RXjkbm-pOsNi6H8t9DO61-oFjlUkha7P_TjOBkPT4,36
67
67
  odoo/addons/l10n_es_verifactu_oca/wizards/account_move_reversal.py,sha256=n2GTu9nmbPji_2aQUepBTUi2VsmJChtU6hkyEh2N_wk,509
68
- odoo_addon_l10n_es_verifactu_oca-16.0.1.0.6.dist-info/METADATA,sha256=Rs9_NcBg4NA260lqvF2b06t_jiC9PQnHax6rzbwmgK8,7667
69
- odoo_addon_l10n_es_verifactu_oca-16.0.1.0.6.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
70
- odoo_addon_l10n_es_verifactu_oca-16.0.1.0.6.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
71
- odoo_addon_l10n_es_verifactu_oca-16.0.1.0.6.dist-info/RECORD,,
68
+ odoo_addon_l10n_es_verifactu_oca-16.0.1.0.7.1.dist-info/METADATA,sha256=4VpF64-wx97vTisTyGZK-mea5oSKWiVw3z4axg9VXKI,7669
69
+ odoo_addon_l10n_es_verifactu_oca-16.0.1.0.7.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
70
+ odoo_addon_l10n_es_verifactu_oca-16.0.1.0.7.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
71
+ odoo_addon_l10n_es_verifactu_oca-16.0.1.0.7.1.dist-info/RECORD,,