odoo-addon-l10n-es-aeat 18.0.1.1.0__py3-none-any.whl → 18.0.1.3.0__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.
Files changed (33) hide show
  1. odoo/addons/l10n_es_aeat/README.rst +1 -1
  2. odoo/addons/l10n_es_aeat/__manifest__.py +1 -1
  3. odoo/addons/l10n_es_aeat/data/aeat_tax_agency_data.xml +1 -1
  4. odoo/addons/l10n_es_aeat/i18n/bg.po +32 -143
  5. odoo/addons/l10n_es_aeat/i18n/ca.po +35 -146
  6. odoo/addons/l10n_es_aeat/i18n/cs.po +32 -143
  7. odoo/addons/l10n_es_aeat/i18n/de.po +32 -143
  8. odoo/addons/l10n_es_aeat/i18n/es.po +41 -146
  9. odoo/addons/l10n_es_aeat/i18n/eu.po +32 -143
  10. odoo/addons/l10n_es_aeat/i18n/fr.po +32 -143
  11. odoo/addons/l10n_es_aeat/i18n/gl.po +36 -143
  12. odoo/addons/l10n_es_aeat/i18n/hr.po +32 -143
  13. odoo/addons/l10n_es_aeat/i18n/l10n_es_aeat.pot +20 -0
  14. odoo/addons/l10n_es_aeat/i18n/nl.po +32 -143
  15. odoo/addons/l10n_es_aeat/i18n/pl.po +32 -143
  16. odoo/addons/l10n_es_aeat/i18n/pt.po +32 -143
  17. odoo/addons/l10n_es_aeat/i18n/pt_BR.po +32 -143
  18. odoo/addons/l10n_es_aeat/i18n/ru.po +32 -143
  19. odoo/addons/l10n_es_aeat/i18n/sl.po +32 -143
  20. odoo/addons/l10n_es_aeat/i18n/sv.po +32 -143
  21. odoo/addons/l10n_es_aeat/i18n/tr.po +32 -143
  22. odoo/addons/l10n_es_aeat/i18n/vi.po +32 -143
  23. odoo/addons/l10n_es_aeat/models/account_journal.py +12 -0
  24. odoo/addons/l10n_es_aeat/models/l10n_es_aeat_report.py +8 -0
  25. odoo/addons/l10n_es_aeat/models/res_company.py +6 -0
  26. odoo/addons/l10n_es_aeat/static/description/index.html +1 -1
  27. odoo/addons/l10n_es_aeat/tests/test_l10n_es_aeat_report.py +6 -0
  28. odoo/addons/l10n_es_aeat/views/account_journal_view.xml +15 -2
  29. odoo/addons/l10n_es_aeat/views/res_company_view.xml +1 -0
  30. {odoo_addon_l10n_es_aeat-18.0.1.1.0.dist-info → odoo_addon_l10n_es_aeat-18.0.1.3.0.dist-info}/METADATA +2 -2
  31. {odoo_addon_l10n_es_aeat-18.0.1.1.0.dist-info → odoo_addon_l10n_es_aeat-18.0.1.3.0.dist-info}/RECORD +33 -33
  32. {odoo_addon_l10n_es_aeat-18.0.1.1.0.dist-info → odoo_addon_l10n_es_aeat-18.0.1.3.0.dist-info}/WHEEL +0 -0
  33. {odoo_addon_l10n_es_aeat-18.0.1.1.0.dist-info → odoo_addon_l10n_es_aeat-18.0.1.3.0.dist-info}/top_level.txt +0 -0
@@ -11,7 +11,7 @@ AEAT Base
11
11
  !! This file is generated by oca-gen-addon-readme !!
12
12
  !! changes will be overwritten. !!
13
13
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14
- !! source digest: sha256:c12a22f7df4fb0f534b03ba5d426267c578338b5739a74039a280aceba3e8f10
14
+ !! source digest: sha256:2f25c998747d29b29c49186c62774c0e08e979c140d5677ef551a3a32e82911e
15
15
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
16
16
 
17
17
  .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
@@ -12,7 +12,7 @@
12
12
  {
13
13
  "name": "AEAT Base",
14
14
  "summary": "Modulo base para declaraciones de la AEAT",
15
- "version": "18.0.1.1.0",
15
+ "version": "18.0.1.3.0",
16
16
  "author": "Pexego, "
17
17
  "Acysos S.L., "
18
18
  "AvanzOSC, "
@@ -18,6 +18,6 @@
18
18
  <field name="name">Hacienda Foral de Navarra</field>
19
19
  </record>
20
20
  <record id="aeat_tax_agency_canarias" model="aeat.tax.agency">
21
- <field name="name">Agencia Tributaria Canaria</field>
21
+ <field name="name">Agencia Tributaria Canaria (1.0)</field>
22
22
  </record>
23
23
  </odoo>
@@ -21,14 +21,12 @@ msgstr ""
21
21
  #. module: l10n_es_aeat
22
22
  #. odoo-python
23
23
  #: code:addons/l10n_es_aeat/wizard/export_to_boe.py:0
24
- #, python-format
25
24
  msgid "%(number)s_report_%(date)s.txt"
26
25
  msgstr ""
27
26
 
28
27
  #. module: l10n_es_aeat
29
28
  #. odoo-python
30
29
  #: code:addons/l10n_es_aeat/models/l10n_es_aeat_export_config_line.py:0
31
- #, python-format
32
30
  msgid "<blank>"
33
31
  msgstr ""
34
32
 
@@ -39,6 +37,7 @@ msgstr ""
39
37
 
40
38
  #. module: l10n_es_aeat
41
39
  #: model:ir.ui.menu,name:l10n_es_aeat.menu_l10n_es_aeat_config
40
+ #: model:ir.ui.menu,name:l10n_es_aeat.menu_l10n_es_aeat_submenu
42
41
  #: model_terms:ir.ui.view,arch_db:l10n_es_aeat.view_company_aeat_form
43
42
  #: model_terms:ir.ui.view,arch_db:l10n_es_aeat.view_l10n_es_aeat_report_search
44
43
  #: model_terms:ir.ui.view,arch_db:l10n_es_aeat.view_partner_form
@@ -111,7 +110,6 @@ msgstr ""
111
110
  #. module: l10n_es_aeat
112
111
  #. odoo-python
113
112
  #: code:addons/l10n_es_aeat/models/l10n_es_aeat_report.py:0
114
- #, python-format
115
113
  msgid ""
116
114
  "AEAT model sequence not found. You can try to restart your Odoo service for "
117
115
  "recreating the sequences."
@@ -128,26 +126,11 @@ msgid "AEAT report base module"
128
126
  msgstr ""
129
127
 
130
128
  #. module: l10n_es_aeat
131
- #: model:ir.model.constraint,message:l10n_es_aeat.constraint_l10n_es_aeat_mod111_report_name_uniq
132
- #: model:ir.model.constraint,message:l10n_es_aeat.constraint_l10n_es_aeat_mod115_report_name_uniq
133
- #: model:ir.model.constraint,message:l10n_es_aeat.constraint_l10n_es_aeat_mod123_report_name_uniq
134
- #: model:ir.model.constraint,message:l10n_es_aeat.constraint_l10n_es_aeat_mod130_report_name_uniq
135
- #: model:ir.model.constraint,message:l10n_es_aeat.constraint_l10n_es_aeat_mod190_report_name_uniq
136
- #: model:ir.model.constraint,message:l10n_es_aeat.constraint_l10n_es_aeat_mod303_report_name_uniq
137
- #: model:ir.model.constraint,message:l10n_es_aeat.constraint_l10n_es_aeat_mod347_report_name_uniq
138
- #: model:ir.model.constraint,message:l10n_es_aeat.constraint_l10n_es_aeat_mod349_report_name_uniq
139
- #: model:ir.model.constraint,message:l10n_es_aeat.constraint_l10n_es_aeat_mod390_report_name_uniq
140
129
  #: model:ir.model.constraint,message:l10n_es_aeat.constraint_l10n_es_aeat_report_name_uniq
141
130
  #: model:ir.model.constraint,message:l10n_es_aeat.constraint_l10n_es_aeat_report_tax_mapping_name_uniq
142
- #: model:ir.model.constraint,message:l10n_es_aeat.constraint_l10n_es_vat_book_name_uniq
143
131
  msgid "AEAT report identifier must be unique"
144
132
  msgstr ""
145
133
 
146
- #. module: l10n_es_aeat
147
- #: model:ir.ui.menu,name:l10n_es_aeat.menu_root_aeat
148
- msgid "AEAT reports"
149
- msgstr ""
150
-
151
134
  #. module: l10n_es_aeat
152
135
  #: model:ir.model.fields,field_description:l10n_es_aeat.field_aeat_mixin__aeat_state
153
136
  msgid "AEAT send state"
@@ -385,18 +368,8 @@ msgid "Cancel"
385
368
  msgstr ""
386
369
 
387
370
  #. module: l10n_es_aeat
388
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod111_report__state__cancelled
389
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod115_report__state__cancelled
390
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod123_report__state__cancelled
391
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod130_report__state__cancelled
392
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod190_report__state__cancelled
393
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod303_report__state__cancelled
394
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod347_report__state__cancelled
395
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod349_report__state__cancelled
396
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod390_report__state__cancelled
397
371
  #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_report__state__cancelled
398
372
  #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_report_tax_mapping__state__cancelled
399
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_vat_book__state__cancelled
400
373
  #: model_terms:ir.ui.view,arch_db:l10n_es_aeat.view_l10n_es_aeat_report_search
401
374
  msgid "Cancelled"
402
375
  msgstr ""
@@ -475,18 +448,8 @@ msgid "Compare file"
475
448
  msgstr ""
476
449
 
477
450
  #. module: l10n_es_aeat
478
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod111_report__statement_type__c
479
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod115_report__statement_type__c
480
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod123_report__statement_type__c
481
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod130_report__statement_type__c
482
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod190_report__statement_type__c
483
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod303_report__statement_type__c
484
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod347_report__statement_type__c
485
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod349_report__statement_type__c
486
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod390_report__statement_type__c
487
451
  #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_report__statement_type__c
488
452
  #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_report_tax_mapping__statement_type__c
489
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_vat_book__statement_type__c
490
453
  msgid "Complementary"
491
454
  msgstr ""
492
455
 
@@ -600,18 +563,8 @@ msgid "Currency"
600
563
  msgstr ""
601
564
 
602
565
  #. module: l10n_es_aeat
603
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod111_report__support_type__c
604
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod115_report__support_type__c
605
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod123_report__support_type__c
606
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod130_report__support_type__c
607
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod190_report__support_type__c
608
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod303_report__support_type__c
609
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod347_report__support_type__c
610
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod349_report__support_type__c
611
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod390_report__support_type__c
612
566
  #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_report__support_type__c
613
567
  #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_report_tax_mapping__support_type__c
614
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_vat_book__support_type__c
615
568
  msgid "DVD"
616
569
  msgstr ""
617
570
 
@@ -659,36 +612,16 @@ msgid "Display Name"
659
612
  msgstr "Име за Показване"
660
613
 
661
614
  #. module: l10n_es_aeat
662
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod111_report__state__done
663
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod115_report__state__done
664
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod123_report__state__done
665
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod130_report__state__done
666
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod190_report__state__done
667
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod303_report__state__done
668
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod347_report__state__done
669
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod349_report__state__done
670
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod390_report__state__done
671
615
  #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_report__state__done
672
616
  #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_report_tax_mapping__state__done
673
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_vat_book__state__done
674
617
  #: model_terms:ir.ui.view,arch_db:l10n_es_aeat.view_l10n_es_aeat_report_search
675
618
  msgid "Done"
676
619
  msgstr ""
677
620
 
678
621
  #. module: l10n_es_aeat
679
622
  #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_certificate__state__draft
680
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod111_report__state__draft
681
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod115_report__state__draft
682
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod123_report__state__draft
683
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod130_report__state__draft
684
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod190_report__state__draft
685
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod303_report__state__draft
686
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod347_report__state__draft
687
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod349_report__state__draft
688
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod390_report__state__draft
689
623
  #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_report__state__draft
690
624
  #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_report_tax_mapping__state__draft
691
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_vat_book__state__draft
692
625
  #: model_terms:ir.ui.view,arch_db:l10n_es_aeat.view_l10n_es_aeat_report_form
693
626
  #: model_terms:ir.ui.view,arch_db:l10n_es_aeat.view_l10n_es_aeat_report_search
694
627
  msgid "Draft"
@@ -725,14 +658,12 @@ msgstr ""
725
658
  #. module: l10n_es_aeat
726
659
  #. odoo-python
727
660
  #: code:addons/l10n_es_aeat/models/l10n_es_aeat_map_tax.py:0
728
- #, python-format
729
661
  msgid "Error! The dates of the record overlap with an existing record."
730
662
  msgstr ""
731
663
 
732
664
  #. module: l10n_es_aeat
733
665
  #. odoo-python
734
666
  #: code:addons/l10n_es_aeat/models/aeat_certificate.py:0
735
- #, python-format
736
667
  msgid "Error! There aren't certificates."
737
668
  msgstr ""
738
669
 
@@ -800,7 +731,6 @@ msgstr ""
800
731
  #. module: l10n_es_aeat
801
732
  #. odoo-python
802
733
  #: code:addons/l10n_es_aeat/models/l10n_es_aeat_export_config_line.py:0
803
- #, python-format
804
734
  msgid "Expression: "
805
735
  msgstr ""
806
736
 
@@ -859,7 +789,6 @@ msgstr ""
859
789
  #. module: l10n_es_aeat
860
790
  #. odoo-python
861
791
  #: code:addons/l10n_es_aeat/models/l10n_es_aeat_export_config_line.py:0
862
- #, python-format
863
792
  msgid "Fixed: {}"
864
793
  msgstr ""
865
794
 
@@ -947,7 +876,9 @@ msgstr ""
947
876
 
948
877
  #. module: l10n_es_aeat
949
878
  #: model:ir.model.fields,help:l10n_es_aeat.field_l10n_es_aeat_report__message_has_error
879
+ #: model:ir.model.fields,help:l10n_es_aeat.field_l10n_es_aeat_report__message_has_sms_error
950
880
  #: model:ir.model.fields,help:l10n_es_aeat.field_l10n_es_aeat_report_tax_mapping__message_has_error
881
+ #: model:ir.model.fields,help:l10n_es_aeat.field_l10n_es_aeat_report_tax_mapping__message_has_sms_error
951
882
  msgid "If checked, some messages have a delivery error."
952
883
  msgstr ""
953
884
 
@@ -967,7 +898,6 @@ msgstr ""
967
898
  #. module: l10n_es_aeat
968
899
  #. odoo-python
969
900
  #: code:addons/l10n_es_aeat/models/l10n_es_aeat_report.py:0
970
- #, python-format
971
901
  msgid ""
972
902
  "If this declaration is complementary or substitutive, a previous declaration "
973
903
  "number should be provided."
@@ -1007,7 +937,6 @@ msgstr ""
1007
937
  #. odoo-python
1008
938
  #: code:addons/l10n_es_aeat/models/aeat_certificate.py:0
1009
939
  #: model_terms:ir.ui.view,arch_db:l10n_es_aeat.l10n_es_aeat_certificate_password_wizard_view
1010
- #, python-format
1011
940
  msgid "Insert Password"
1012
941
  msgstr ""
1013
942
 
@@ -1114,6 +1043,11 @@ msgstr ""
1114
1043
  msgid "Load Certificate"
1115
1044
  msgstr ""
1116
1045
 
1046
+ #. module: l10n_es_aeat
1047
+ #: model_terms:ir.ui.view,arch_db:l10n_es_aeat.view_account_journal_form
1048
+ msgid "Localization Settings"
1049
+ msgstr ""
1050
+
1117
1051
  #. module: l10n_es_aeat
1118
1052
  #: model:ir.model.fields,field_description:l10n_es_aeat.field_l10n_es_aeat_map_tax_line__map_parent_id
1119
1053
  msgid "Map Parent"
@@ -1165,7 +1099,6 @@ msgstr ""
1165
1099
  #. module: l10n_es_aeat
1166
1100
  #. odoo-python
1167
1101
  #: code:addons/l10n_es_aeat/models/l10n_es_aeat_report.py:0
1168
- #, python-format
1169
1102
  msgid "Modelo no válido: %s. Debe declarar una variable '_aeat_number'"
1170
1103
  msgstr ""
1171
1104
 
@@ -1220,23 +1153,12 @@ msgstr ""
1220
1153
  #. module: l10n_es_aeat
1221
1154
  #. odoo-python
1222
1155
  #: code:addons/l10n_es_aeat/wizard/export_to_boe.py:0
1223
- #, python-format
1224
1156
  msgid "No export configuration selected."
1225
1157
  msgstr ""
1226
1158
 
1227
1159
  #. module: l10n_es_aeat
1228
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod111_report__statement_type__n
1229
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod115_report__statement_type__n
1230
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod123_report__statement_type__n
1231
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod130_report__statement_type__n
1232
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod190_report__statement_type__n
1233
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod303_report__statement_type__n
1234
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod347_report__statement_type__n
1235
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod349_report__statement_type__n
1236
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod390_report__statement_type__n
1237
1160
  #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_report__statement_type__n
1238
1161
  #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_report_tax_mapping__statement_type__n
1239
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_vat_book__statement_type__n
1240
1162
  msgid "Normal"
1241
1163
  msgstr ""
1242
1164
 
@@ -1287,7 +1209,6 @@ msgstr ""
1287
1209
  #. module: l10n_es_aeat
1288
1210
  #: model:ir.model.fields,help:l10n_es_aeat.field_account_bank_statement_line__thirdparty_number
1289
1211
  #: model:ir.model.fields,help:l10n_es_aeat.field_account_move__thirdparty_number
1290
- #: model:ir.model.fields,help:l10n_es_aeat.field_account_payment__thirdparty_number
1291
1212
  msgid "Número de la factura emitida por un tercero."
1292
1213
  msgstr ""
1293
1214
 
@@ -1315,7 +1236,6 @@ msgstr ""
1315
1236
  #. module: l10n_es_aeat
1316
1237
  #. odoo-python
1317
1238
  #: code:addons/l10n_es_aeat/models/l10n_es_aeat_report.py:0
1318
- #, python-format
1319
1239
  msgid "Only reports in 'draft' or 'cancelled' state can be removed"
1320
1240
  msgstr ""
1321
1241
 
@@ -1377,18 +1297,8 @@ msgid "Positive sign character"
1377
1297
  msgstr ""
1378
1298
 
1379
1299
  #. module: l10n_es_aeat
1380
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod111_report__state__posted
1381
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod115_report__state__posted
1382
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod123_report__state__posted
1383
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod130_report__state__posted
1384
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod190_report__state__posted
1385
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod303_report__state__posted
1386
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod347_report__state__posted
1387
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod349_report__state__posted
1388
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod390_report__state__posted
1389
1300
  #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_report__state__posted
1390
1301
  #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_report_tax_mapping__state__posted
1391
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_vat_book__state__posted
1392
1302
  msgid "Posted"
1393
1303
  msgstr ""
1394
1304
 
@@ -1404,18 +1314,8 @@ msgid "Private Key"
1404
1314
  msgstr ""
1405
1315
 
1406
1316
  #. module: l10n_es_aeat
1407
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod111_report__state__calculated
1408
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod115_report__state__calculated
1409
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod123_report__state__calculated
1410
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod130_report__state__calculated
1411
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod190_report__state__calculated
1412
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod303_report__state__calculated
1413
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod347_report__state__calculated
1414
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod349_report__state__calculated
1415
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod390_report__state__calculated
1416
1317
  #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_report__state__calculated
1417
1318
  #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_report_tax_mapping__state__calculated
1418
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_vat_book__state__calculated
1419
1319
  msgid "Processed"
1420
1320
  msgstr ""
1421
1321
 
@@ -1431,12 +1331,6 @@ msgid ""
1431
1331
  "exportación del archivo BOE de la AEAT."
1432
1332
  msgstr ""
1433
1333
 
1434
- #. module: l10n_es_aeat
1435
- #: model:ir.model.fields,field_description:l10n_es_aeat.field_l10n_es_aeat_report__rating_ids
1436
- #: model:ir.model.fields,field_description:l10n_es_aeat.field_l10n_es_aeat_report_tax_mapping__rating_ids
1437
- msgid "Ratings"
1438
- msgstr ""
1439
-
1440
1334
  #. module: l10n_es_aeat
1441
1335
  #: model_terms:ir.ui.view,arch_db:l10n_es_aeat.view_l10n_es_aeat_report_form
1442
1336
  msgid "Recalculate"
@@ -1455,7 +1349,6 @@ msgstr ""
1455
1349
  #. module: l10n_es_aeat
1456
1350
  #. odoo-python
1457
1351
  #: code:addons/l10n_es_aeat/models/l10n_es_aeat_report_tax_mapping.py:0
1458
- #, python-format
1459
1352
  msgid "Regularization"
1460
1353
  msgstr ""
1461
1354
 
@@ -1480,6 +1373,11 @@ msgstr ""
1480
1373
  msgid "Report identifier"
1481
1374
  msgstr ""
1482
1375
 
1376
+ #. module: l10n_es_aeat
1377
+ #: model:ir.ui.menu,name:l10n_es_aeat.menu_root_aeat
1378
+ msgid "Reports"
1379
+ msgstr ""
1380
+
1483
1381
  #. module: l10n_es_aeat
1484
1382
  #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__res_partner__aeat_identification_type__05
1485
1383
  msgid "Residential certificate"
@@ -1506,6 +1404,12 @@ msgstr ""
1506
1404
  msgid "SII send failed"
1507
1405
  msgstr ""
1508
1406
 
1407
+ #. module: l10n_es_aeat
1408
+ #: model:ir.model.fields,field_description:l10n_es_aeat.field_l10n_es_aeat_report__message_has_sms_error
1409
+ #: model:ir.model.fields,field_description:l10n_es_aeat.field_l10n_es_aeat_report_tax_mapping__message_has_sms_error
1410
+ msgid "SMS Delivery error"
1411
+ msgstr ""
1412
+
1509
1413
  #. module: l10n_es_aeat
1510
1414
  #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__aeat_mixin__aeat_state__sent
1511
1415
  msgid "Sent"
@@ -1577,18 +1481,8 @@ msgid "Sub-configuration"
1577
1481
  msgstr ""
1578
1482
 
1579
1483
  #. module: l10n_es_aeat
1580
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod111_report__statement_type__s
1581
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod115_report__statement_type__s
1582
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod123_report__statement_type__s
1583
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod130_report__statement_type__s
1584
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod190_report__statement_type__s
1585
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod303_report__statement_type__s
1586
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod347_report__statement_type__s
1587
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod349_report__statement_type__s
1588
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod390_report__statement_type__s
1589
1484
  #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_report__statement_type__s
1590
1485
  #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_report_tax_mapping__statement_type__s
1591
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_vat_book__statement_type__s
1592
1486
  msgid "Substitutive"
1593
1487
  msgstr ""
1594
1488
 
@@ -1610,6 +1504,7 @@ msgstr ""
1610
1504
 
1611
1505
  #. module: l10n_es_aeat
1612
1506
  #: model:ir.actions.act_window,name:l10n_es_aeat.aeat_tax_agency_action
1507
+ #: model:ir.model.fields,field_description:l10n_es_aeat.field_account_journal__tax_agency_id
1613
1508
  #: model:ir.model.fields,field_description:l10n_es_aeat.field_l10n_es_aeat_report__tax_agency_ids
1614
1509
  #: model:ir.model.fields,field_description:l10n_es_aeat.field_l10n_es_aeat_report_tax_mapping__tax_agency_ids
1615
1510
  #: model:ir.model.fields,field_description:l10n_es_aeat.field_res_company__tax_agency_id
@@ -1652,32 +1547,20 @@ msgid "Taxes templates"
1652
1547
  msgstr ""
1653
1548
 
1654
1549
  #. module: l10n_es_aeat
1655
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod111_report__support_type__t
1656
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod115_report__support_type__t
1657
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod123_report__support_type__t
1658
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod130_report__support_type__t
1659
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod190_report__support_type__t
1660
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod303_report__support_type__t
1661
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod347_report__support_type__t
1662
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod349_report__support_type__t
1663
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_mod390_report__support_type__t
1664
1550
  #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_report__support_type__t
1665
1551
  #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_aeat_report_tax_mapping__support_type__t
1666
- #: model:ir.model.fields.selection,name:l10n_es_aeat.selection__l10n_es_vat_book__support_type__t
1667
1552
  msgid "Telematics"
1668
1553
  msgstr ""
1669
1554
 
1670
1555
  #. module: l10n_es_aeat
1671
1556
  #. odoo-python
1672
1557
  #: code:addons/l10n_es_aeat/wizard/export_to_boe.py:0
1673
- #, python-format
1674
1558
  msgid "The formated string must match the given length"
1675
1559
  msgstr ""
1676
1560
 
1677
1561
  #. module: l10n_es_aeat
1678
1562
  #. odoo-python
1679
1563
  #: code:addons/l10n_es_aeat/wizard/compare_boe_file.py:0
1680
- #, python-format
1681
1564
  msgid ""
1682
1565
  "The length of the file is different from the expected one, or there are "
1683
1566
  "conditional parts in the export configuration that can't be evaled "
@@ -1687,7 +1570,6 @@ msgstr ""
1687
1570
  #. module: l10n_es_aeat
1688
1571
  #. odoo-python
1689
1572
  #: code:addons/l10n_es_aeat/models/aeat_mixin.py:0
1690
- #, python-format
1691
1573
  msgid "The partner has not a VAT configured."
1692
1574
  msgstr ""
1693
1575
 
@@ -1695,14 +1577,12 @@ msgstr ""
1695
1577
  #: model:ir.model.fields,field_description:l10n_es_aeat.field_account_bank_statement_line__thirdparty_invoice
1696
1578
  #: model:ir.model.fields,field_description:l10n_es_aeat.field_account_journal__thirdparty_invoice
1697
1579
  #: model:ir.model.fields,field_description:l10n_es_aeat.field_account_move__thirdparty_invoice
1698
- #: model:ir.model.fields,field_description:l10n_es_aeat.field_account_payment__thirdparty_invoice
1699
1580
  msgid "Third-party invoice"
1700
1581
  msgstr ""
1701
1582
 
1702
1583
  #. module: l10n_es_aeat
1703
1584
  #: model:ir.model.fields,field_description:l10n_es_aeat.field_account_bank_statement_line__thirdparty_number
1704
1585
  #: model:ir.model.fields,field_description:l10n_es_aeat.field_account_move__thirdparty_number
1705
- #: model:ir.model.fields,field_description:l10n_es_aeat.field_account_payment__thirdparty_number
1706
1586
  msgid "Third-party number"
1707
1587
  msgstr ""
1708
1588
 
@@ -1745,6 +1625,11 @@ msgstr ""
1745
1625
  msgid "Total taxes (fee)"
1746
1626
  msgstr ""
1747
1627
 
1628
+ #. module: l10n_es_aeat
1629
+ #: model:ir.model,name:l10n_es_aeat.model_ir_cron_trigger
1630
+ msgid "Triggered actions"
1631
+ msgstr ""
1632
+
1748
1633
  #. module: l10n_es_aeat
1749
1634
  #: model:ir.model.fields,field_description:l10n_es_aeat.field_account_setup_bank_manual_config__acc_type
1750
1635
  #: model:ir.model.fields,field_description:l10n_es_aeat.field_res_partner_bank__acc_type
@@ -1822,7 +1707,6 @@ msgstr ""
1822
1707
  #. module: l10n_es_aeat
1823
1708
  #. odoo-python
1824
1709
  #: code:addons/l10n_es_aeat/wizard/export_to_boe.py:0
1825
- #, python-format
1826
1710
  msgid "Wrong align option. It should be < or >"
1827
1711
  msgstr ""
1828
1712
 
@@ -1832,6 +1716,13 @@ msgstr ""
1832
1716
  msgid "Year"
1833
1717
  msgstr ""
1834
1718
 
1719
+ #. module: l10n_es_aeat
1720
+ #: model:ir.model.fields,help:l10n_es_aeat.field_account_journal__tax_agency_id
1721
+ msgid ""
1722
+ "You can select a tax agency other than the one defined in the company,so you "
1723
+ "can pay taxes at different agencies."
1724
+ msgstr ""
1725
+
1835
1726
  #. module: l10n_es_aeat
1836
1727
  #: model_terms:ir.ui.view,arch_db:l10n_es_aeat.view_l10n_es_aeat_report_form
1837
1728
  msgid "You have"
@@ -1840,14 +1731,12 @@ msgstr ""
1840
1731
  #. module: l10n_es_aeat
1841
1732
  #. odoo-python
1842
1733
  #: code:addons/l10n_es_aeat/models/aeat_mixin.py:0
1843
- #, python-format
1844
1734
  msgid "You have to select what account chart template use this company."
1845
1735
  msgstr ""
1846
1736
 
1847
1737
  #. module: l10n_es_aeat
1848
1738
  #. odoo-python
1849
1739
  #: code:addons/l10n_es_aeat/models/l10n_es_aeat_report_tax_mapping.py:0
1850
- #, python-format
1851
1740
  msgid "You must fill both journal and counterpart account."
1852
1741
  msgstr ""
1853
1742