Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[14.0][MIG] l10n_it_fatturapa_in #1990

Merged
merged 236 commits into from
Jun 18, 2021

Commits on Jun 9, 2021

  1. Configuration menu
    Copy the full SHA
    332042e View commit details
    Browse the repository at this point in the history
  2. porting

    l10n_it_fatturapa_in to 10
    (REF withholding tax integration, invoice interface, fiscal document type
    ADD some DatiGeneraliDocumento fields)
    ADD _setTerzoIntermediarioOSoggettoEmittente to l10n_it_fatturapa_out
    
    l10n_it_ipa ADD is_pa bool field
    ADD PECDestinatario, CodiceDestinatario , FormatoTrasmissione handling
    ADD Lotto di fatture verso soggetto privato
    ADD gestione prodotti nelle fatture passive
    ADD l10n_it_fatturapa_in_purchase
    ADD einvoice.line model
    IMP form fatture
    ADD Livello di dettaglio Fatture elettroniche
    ADD PDF preview dell'XML
    ADD Link to existing supplier invoice
    and handle "registered" XML
    ADD rappresentante fiscale e stabile organizzazione in emissione
    gestione prodotti DatiBollo , DatiCassaPrevidenziale e ScontoMaggiorazione
    CodiceArticolo, ftpa_line_number
    
    IMP "show preview" as link
    FIX invoice duplication
    
    ADD constraints and Nome Cognome
    
    Avoid to cancel invoice with XML
    
    Mostra i dati fattura elettronica solo se il cliente è soggetto
    IMP READMEs
    
    Gestione IVA inclusa nel prezzo
    
    ADD l10n_it_fatturapa_out_ddt
    
    IMP PEP8
    
    IMP decimal precision
    ADD Export E-invoice button
    IMP README
    eLBati authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    773e1c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63a4255 View commit details
    Browse the repository at this point in the history
  4. Translated using Weblate (Italian)

    Currently translated at 75.6% (118 of 156 strings)
    
    Translation: l10n-italy-10.0/l10n-italy-10.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-10-0/l10n-italy-10-0-l10n_it_fatturapa_in/it/
    primes2h authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    da32fe5 View commit details
    Browse the repository at this point in the history
  5. IMP l10n_it_fatturapa useless field (OCA#613)

    supplier fields only visible for suppliers
    Check mandatory customer fields before exporting XML
    Prevent to use sequence already used by journals
    eLBati authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    b15f0dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    78f4f51 View commit details
    Browse the repository at this point in the history
  7. Translated using Weblate (Italian)

    Currently translated at 73.7% (115 of 156 strings)
    
    Translation: l10n-italy-10.0/l10n-italy-10.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-10-0/l10n-italy-10-0-l10n_it_fatturapa_in/it/
    primes2h authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    699057c View commit details
    Browse the repository at this point in the history
  8. IMP README

    exceptions sending email
    Avoid to delete sent files
    Check duplicated files
    Send several files
    Reset to ready button
    Sending and delivery date
    Handling ACCETTAZIONE and CONSEGNA
    IMP 'link to existing invoice' wizard
    FIX invoice views within attachment view
    IMP attachments views
    IMP l10n_it_fatturapa_out export: allow multiple export , group by partner
    ALLOW to use newline char in invoice line description
    check sequence without date ranges
    Extract correcttle messages from NS
    eLBati authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    a09a8f4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    15ccac6 View commit details
    Browse the repository at this point in the history
  10. Translated using Weblate (Italian)

    Currently translated at 73.1% (114 of 156 strings)
    
    Translation: l10n-italy-10.0/l10n-italy-10.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-10-0/l10n-italy-10-0-l10n_it_fatturapa_in/it/
    primes2h authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    53ea0b3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a81822e View commit details
    Browse the repository at this point in the history
  12. porting l10n_it_fatturapa_in to 12

    eLBati authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    adba1b6 View commit details
    Browse the repository at this point in the history
  13. [FIX] translation source strings l10n_it_fatturapa_in

    [IMP] revamp README and manifest
    
    [FIX] wrong tabs indentation
    primes2h authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    cb646fa View commit details
    Browse the repository at this point in the history
  14. FIX l10n_it_fatturapa_in when writing attachment name without file

    Steps:
    1 - Accounting → Purchases → Incoming E-Bill Files
    2 - Click on Create
    3 - Fill in Attachment Name
    4 - Click Save
    
    File "/home/odoo/build/OCA/l10n-italy/l10n_it_fatturapa/models/ir_attachment.py", line 117, in get_xml_string
    if fatturapa_attachment.datas_fname.lower().endswith('.p7m'):
    AttributeError: 'bool' object has no attribute 'lower'
    eLBati authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    ee8034f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    197e569 View commit details
    Browse the repository at this point in the history
  16. [IMP] fatturapa modules, set ITA name and summary (OCA#694)

    [FIX] l10n_it_fatturapa_in typos in source translation strings
    primes2h authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    a97e7d4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5fbf25e View commit details
    Browse the repository at this point in the history
  18. Translated using Weblate (Italian)

    Currently translated at 80.8% (126 of 156 strings)
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/it/
    eLBati authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    0c4f2f7 View commit details
    Browse the repository at this point in the history
  19. Update translation files

    Updated by Update PO files to match POT (msgmerge) hook in Weblate.
    oca-transbot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    43cb6f2 View commit details
    Browse the repository at this point in the history
  20. FIX l10n_it_fatturapa_in translations

    eLBati authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    689bde1 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e63dc05 View commit details
    Browse the repository at this point in the history
  22. Translated using Weblate (Italian)

    Currently translated at 95.1% (176 of 185 strings)
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/it/
    primes2h authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    1975af7 View commit details
    Browse the repository at this point in the history
  23. Translated using Weblate (Italian)

    Currently translated at 97.8% (181 of 185 strings)
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/it/
    primes2h authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    0053f60 View commit details
    Browse the repository at this point in the history
  24. FIX l10n_it_fatturapa_in: do not automatically add Bollo as invoice l…

    …ine; if charged to customer will be added as invoice line
    eLBati authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    b89ff97 View commit details
    Browse the repository at this point in the history
  25. do not automatically add DatiCassaPrevidenziale as invoice line; if c…

    …harged to customer will be added as invoice line
    eLBati authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    1b28dbe View commit details
    Browse the repository at this point in the history
  26. Translated using Weblate (Italian)

    Currently translated at 97.8% (181 of 185 strings)
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/it/
    primes2h authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    75339eb View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    40c3268 View commit details
    Browse the repository at this point in the history
  28. Translated using Weblate (Italian)

    Currently translated at 97.8% (181 of 185 strings)
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/it/
    primes2h authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    a95bec2 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    0cf63e7 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    323da62 View commit details
    Browse the repository at this point in the history
  31. IMP l10n_it_fatturapa_in do not block import in case of missing VAT e…

    …xemption configuration (OCA#809)
    eLBati authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    badc99f View commit details
    Browse the repository at this point in the history
  32. Translated using Weblate (Italian)

    Currently translated at 100.0% (185 of 185 strings)
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/it/
    primes2h authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    b3873a4 View commit details
    Browse the repository at this point in the history
  33. Update translation files

    Updated by Update PO files to match POT (msgmerge) hook in Weblate.
    oca-transbot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    e2cc51e View commit details
    Browse the repository at this point in the history
  34. Translated using Weblate (Italian)

    Currently translated at 100.0% (176 of 176 strings)
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/it/
    primes2h authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    5c0e040 View commit details
    Browse the repository at this point in the history
  35. REF l10n_it_fatturapa_in for cases of partners (contacts) with wrong …

    …fiscal code (=TIN) (OCA#846)
    
    First search by VAT number, otherwise by fiscal code.
    Correctly check commercial partner
    eLBati authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    2600908 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    230ddaa View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    4d67804 View commit details
    Browse the repository at this point in the history
  38. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/
    oca-transbot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    230872d View commit details
    Browse the repository at this point in the history
  39. FIX: l10n_it_fatturapa_in parsing DatiFattureCollegate (OCA#930)

    - closes OCA#915
    - added test
    eLBati authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    1313c59 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    1b17236 View commit details
    Browse the repository at this point in the history
  41. Translated using Weblate (Italian)

    Currently translated at 100.0% (176 of 176 strings)
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/it/
    primes2h authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    29b9224 View commit details
    Browse the repository at this point in the history
  42. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/
    oca-transbot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    9c668c8 View commit details
    Browse the repository at this point in the history
  43. [12.0] l10n_it_fatturapa: use asn1crypto instead of openssl

    this also handles base64 encoded p7m
    sherpya authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    18611f8 View commit details
    Browse the repository at this point in the history
  44. [10.0][IMP] extract pdf if in e-invoice in only linked (OCA#950)

    [IMP] unify function extract attachments
    
    [FIX] remove unused import
    
    [FIX]
    
    [FIX] remove duplicated code
    sergiocorato authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    7c073f6 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    29ce10e View commit details
    Browse the repository at this point in the history
  46. Translated using Weblate (Italian)

    Currently translated at 100.0% (181 of 181 strings)
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/it/
    primes2h authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    945b629 View commit details
    Browse the repository at this point in the history
  47. FIX l10n_it_fatturapa_in ZeroDivisionError: float division by zero

    while importing lines with price 0 and discount 0
    See test
    eLBati authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    8063bc6 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    7287493 View commit details
    Browse the repository at this point in the history
  49. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/
    oca-transbot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    eba4130 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    07fd0e1 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    5c912c9 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    2eb233a View commit details
    Browse the repository at this point in the history
  53. [12.0][l10n_it_fatturapa_in] Relax check on tax natura to permit to i…

    …mport the e-invoice anyway and later change it where necessary (OCA#1062)
    robyf70 authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    2f7068a View commit details
    Browse the repository at this point in the history
  54. Translated using Weblate (Italian)

    Currently translated at 100.0% (181 of 181 strings)
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/it/
    primes2h authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    59f1a22 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    b1c9a2d View commit details
    Browse the repository at this point in the history
  56. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/
    oca-transbot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    f24572c View commit details
    Browse the repository at this point in the history
  57. [12.0][FIX][l10n_it_fatturapa_in] Set the supplier flag only where ne…

    …cessary when importing purchase invoice (OCA#1122)
    robyf70 authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    583c456 View commit details
    Browse the repository at this point in the history
  58. [ADD] icon.png

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    320f1b0 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    9729c1f View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    302ed41 View commit details
    Browse the repository at this point in the history
  61. l10n_it_fattura: migration to pyxb 1.2.6

    added xsd patch and README.md to generate new bindings
    
    includes workaround for pyxb bug in mindate check
    
    pyxb is unable to check order of dates if only one has timezone
    checking if the date > 1970-01-01
    we remove tzinfo from parsed date only types as a workaround
    sherpya authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    c9b9daf View commit details
    Browse the repository at this point in the history
  62. [12.0][IMP][l10n_it_fatturapa_in] Add to a supplier invoice the valid…

    …ation of the amount when coming from a e-invoice source
    robyf70 authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    2f35aa4 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    a98bc9a View commit details
    Browse the repository at this point in the history
  64. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/
    oca-transbot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    e580606 View commit details
    Browse the repository at this point in the history
  65. l10n_it_fatturapa: xml doctor for fatturapa

    it fixes:
     - removes xs:dateTime if bogus and not mandatory
       i.e. 0001-01-01T00:00:00.000+02:00 where python raises
       OverflowError
     - removes timezone from xs:date to make pyxb able to compare with
       1-1-1970, it also removes the need of patching pyxb
     - removes space only strings if not mandatory, else replace with
       a dash
    
    breaking change:
      modules needs to import binding.fatturapa instead of
      bindings.fatturapa_v_1_2, this would be asl useful for
      new specs
    sherpya authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    1dfb4ee View commit details
    Browse the repository at this point in the history
  66. FIX

    File "/home/travis/build/eLBati/l10n-italy/l10n_it_fatturapa/bindings/fatturapa.py", line 8, in <module>
    from binding import *  # noqa: F403
    ImportError: No module named 'binding'
    
    2019-05-23 07:25:57,622 6790 ERROR openerp_test odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: `   File "/home/travis/build/eLBati/l10n-italy/l10n_it_fatturapa_in/tests/test_import_fatturapa_xml.py", line 497, in test_22_xml_import
    2019-05-23 07:25:57,622 6790 ERROR openerp_test odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: `     self.assertEqual(invoice.date_invoice, '2014-12-18')
    2019-05-23 07:25:57,622 6790 ERROR openerp_test odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: ` AssertionError: datetime.date(2014, 12, 18) != '2014-12-18'
    eLBati authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    8ec9bbb View commit details
    Browse the repository at this point in the history
  67. Restore DatiCassaPrevidenziale handling: when present, add it as invo…

    …ice line.
    
    Reverting part of OCA#703
    eLBati authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    8f7c1e7 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    74c86dd View commit details
    Browse the repository at this point in the history
  69. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/
    oca-transbot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    3e9bd93 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    c430bc3 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    0103c81 View commit details
    Browse the repository at this point in the history
  72. l10n_it_fatturapa_in 12.0.1.2.1

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    e4f9ad6 View commit details
    Browse the repository at this point in the history
  73. Translated using Weblate (Italian)

    Currently translated at 95.3% (184 of 193 strings)
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/it/
    eLBati authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    e18c2fe View commit details
    Browse the repository at this point in the history
  74. FIX l10n_it_fatturapa_in: log inconsistency when multiple exemption t…

    …axes are found, so that user is informed
    
    IMP module name
    eLBati authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    96c8e52 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    76cb88d View commit details
    Browse the repository at this point in the history
  76. [UPD] README.rst

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    e2de06f View commit details
    Browse the repository at this point in the history
  77. l10n_it_fatturapa_in 12.0.1.3.0

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    7c0cb73 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    6ddc752 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    0abb28b View commit details
    Browse the repository at this point in the history
  80. l10n_it_fatturapa_in 12.0.1.3.1

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    14e65d8 View commit details
    Browse the repository at this point in the history
  81. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/
    oca-transbot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    bff66d9 View commit details
    Browse the repository at this point in the history
  82. Translated using Weblate (Italian)

    Currently translated at 100.0% (193 of 193 strings)
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/it/
    eLBati authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    236b9e8 View commit details
    Browse the repository at this point in the history
  83. [FIX] l10n_it_fatturapa: Do not strip XML elements.

    Il default del campo Nazione è 'IT'.
    La gestione dei campi obbligatori riempiti con "-" è nata dal fatto che alcuni campi obbligatori risultavano vuoti, il fatto che risultassero vuoti era però dovuto al metodo strip_xml_content e non a XML non corretti ricevuti da SDI.
    Eliminando lo strip iniziale possiamo riportare l'esatto contenuto del file XML nella fattura in Odoo ed eseguire correttamente il parsing senza temere che ci siano campi obbligatori e vuoti.
    SimoRubi authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    2c98869 View commit details
    Browse the repository at this point in the history
  84. [FIX] l10n_fatturapa_in: PrezzoUnitario and price_unit are both manda…

    …tory.
    
    Moreover, added a new test case for updated xsd:
    SimpleFacetValueError: Type {http://ivaservizi.agenziaentrate.gov.it/docs/xsd/fatture/v1.2}Amount2DecimalType pattern constraint violated by value   56.50
    SimoRubi authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    6234661 View commit details
    Browse the repository at this point in the history
  85. Avoid E7902 check to fix lint

    l10n_it_fatturapa_in/tests/data/IT02780790107_11004.xml:1: [E7902(xml-syntax-error), ]  error: xmlns:ds: 'http://www.w3.org/2000/09/xmldsig#"' is not a valid URI, line 2, column 91 (IT02780790107_11004.xml, line 2)
    eLBati authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    79defb0 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    e4343f3 View commit details
    Browse the repository at this point in the history
  87. l10n_it_fatturapa_in 12.0.1.3.2

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    268cbf8 View commit details
    Browse the repository at this point in the history
  88. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/
    oca-transbot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    1506e56 View commit details
    Browse the repository at this point in the history
  89. [UPD] README.rst

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    d5df8fd View commit details
    Browse the repository at this point in the history
  90. [IMP] l10n_it_fatturapa_in: Write einvoice's data in supplier bill du…

    …ring link
    
    Write only data in "e-invoce details" tab
    Allow multiple invoices to be linked
    Refactoring import methods, to be used for link too
    Improve error management
    SimoRubi authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    cec54af View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    fb0dcfb View commit details
    Browse the repository at this point in the history
  92. l10n_it_fatturapa_in 12.0.1.4.0

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    93cce18 View commit details
    Browse the repository at this point in the history
  93. [12.0][IMP][l10n_it_fatturapa_in] Add the possibility to optionally e…

    …xclude partner from being updated from e-bill data
    robyf70 authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    f0403b7 View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    6d00f3d View commit details
    Browse the repository at this point in the history
  95. l10n_it_fatturapa_in 12.0.1.5.0

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    8f68d0e View commit details
    Browse the repository at this point in the history
  96. FIX l10n_it_fatturapa_in use fiscal position from partner

    FIX l10n_it_fatturapa_in: delete einvoice.line when invoice is deleted
    REF l10n_it_fatturapa_in tests with FatturapaCommon
    
    REF l10n_it_fatturapa_in extracting _compute_e_invoice_validation_error parts for override
    eLBati authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    c34ba0c View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    a910358 View commit details
    Browse the repository at this point in the history
  98. l10n_it_fatturapa_in 12.0.1.6.0

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    1d03ebb View commit details
    Browse the repository at this point in the history
  99. [IMP] l10n_it_fatturapa_in: When linking an e-invoice to an invoice, …

    …set reference and invoice date in the invoice if empty
    SimoRubi authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    c41a350 View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    6defa25 View commit details
    Browse the repository at this point in the history
  101. l10n_it_fatturapa_in 12.0.1.6.1

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    376e0b3 View commit details
    Browse the repository at this point in the history
  102. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/
    oca-transbot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    50d4b48 View commit details
    Browse the repository at this point in the history
  103. Translated using Weblate (Italian)

    Currently translated at 100.0% (207 of 207 strings)
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/it/
    eLBati authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    6969f31 View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    91999ff View commit details
    Browse the repository at this point in the history
  105. l10n_it_fatturapa_in 12.0.1.6.2

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    09d6589 View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    c365414 View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    095be0c View commit details
    Browse the repository at this point in the history
  108. l10n_it_fatturapa_in 12.0.1.7.0

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    643e8b3 View commit details
    Browse the repository at this point in the history
  109. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/
    oca-transbot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    d173788 View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    6e39a31 View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    f9effc2 View commit details
    Browse the repository at this point in the history
  112. l10n_it_fatturapa_in 12.0.1.7.1

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    a9d633c View commit details
    Browse the repository at this point in the history
  113. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/
    oca-transbot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    c6ffd8b View commit details
    Browse the repository at this point in the history
  114. Configuration menu
    Copy the full SHA
    f2bd235 View commit details
    Browse the repository at this point in the history
  115. [12.0][l10n_it_fatturapa_pec] Cleanup company details and fix related…

    … view for the multicompany
    robyf70 authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    da06e37 View commit details
    Browse the repository at this point in the history
  116. l10n_it_fatturapa_in 12.0.1.8.0

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    9511d41 View commit details
    Browse the repository at this point in the history
  117. [12.0][l10n_it_fatturapa_in] Supporto per la rilevazione degli arroto…

    …ndamenti in fatture elettroniche d'acquisto
    robyf70 authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    ec9c936 View commit details
    Browse the repository at this point in the history
  118. Configuration menu
    Copy the full SHA
    1f71089 View commit details
    Browse the repository at this point in the history
  119. [UPD] README.rst

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    01cb7a0 View commit details
    Browse the repository at this point in the history
  120. l10n_it_fatturapa_in 12.0.1.9.0

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    325a8c5 View commit details
    Browse the repository at this point in the history
  121. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/
    oca-transbot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    d5e5cf3 View commit details
    Browse the repository at this point in the history
  122. Configuration menu
    Copy the full SHA
    24fa55e View commit details
    Browse the repository at this point in the history
  123. Porting gestione Enasarco to 12

     + semplification of set_welfares_fund
    eLBati authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    df4318f View commit details
    Browse the repository at this point in the history
  124. REF l10n_it_withholding_tax, l10n_it_fatturapa_out_wt, l10n_it_fattur…

    …apa_in removing welfare_fund_type_id
    eLBati authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    e55ee36 View commit details
    Browse the repository at this point in the history
  125. Configuration menu
    Copy the full SHA
    e516594 View commit details
    Browse the repository at this point in the history
  126. Configuration menu
    Copy the full SHA
    4402997 View commit details
    Browse the repository at this point in the history
  127. l10n_it_fatturapa_in 12.0.1.10.0

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    8213fdf View commit details
    Browse the repository at this point in the history
  128. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/
    oca-transbot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    b1c78bd View commit details
    Browse the repository at this point in the history
  129. [12.0][IMP][l10n_it_fatturapa_in] Set the supplier invoice bill regis…

    …tration date by looking at the PEC date
    robyf70 authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    7e01c54 View commit details
    Browse the repository at this point in the history
  130. Translated using Weblate (Italian)

    Currently translated at 100.0% (225 of 225 strings)
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/it/
    eLBati authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    aedea1c View commit details
    Browse the repository at this point in the history
  131. Translated using Weblate (Italian)

    Currently translated at 100.0% (225 of 225 strings)
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/it/
    eLBati authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    b45fdab View commit details
    Browse the repository at this point in the history
  132. IMP l10n_it_fatturapa_in: use last due date for invoice due date, if …

    …supplier payment term is not set
    eLBati authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    a222895 View commit details
    Browse the repository at this point in the history
  133. Configuration menu
    Copy the full SHA
    a9f8f27 View commit details
    Browse the repository at this point in the history
  134. l10n_it_fatturapa_in 12.0.1.11.0

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    88ba148 View commit details
    Browse the repository at this point in the history
  135. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/
    oca-transbot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    5e5e61f View commit details
    Browse the repository at this point in the history
  136. Translated using Weblate (Italian)

    Currently translated at 100.0% (225 of 225 strings)
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/it/
    primes2h authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    7831efd View commit details
    Browse the repository at this point in the history
  137. Translated using Weblate (Italian)

    Currently translated at 100.0% (225 of 225 strings)
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/it/
    primes2h authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    3c0e4d6 View commit details
    Browse the repository at this point in the history
  138. ADD test for refund with positive total

    FIX importing refund XML with negative lines
    eLBati authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    208da02 View commit details
    Browse the repository at this point in the history
  139. Configuration menu
    Copy the full SHA
    0225afd View commit details
    Browse the repository at this point in the history
  140. l10n_it_fatturapa_in 12.0.1.12.0

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    2a4cea4 View commit details
    Browse the repository at this point in the history
  141. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/
    oca-transbot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    b6e2d4c View commit details
    Browse the repository at this point in the history
  142. Configuration menu
    Copy the full SHA
    1045a8e View commit details
    Browse the repository at this point in the history
  143. l10n_it_fatturapa_in 12.0.1.12.1

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    5a8aecb View commit details
    Browse the repository at this point in the history
  144. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/
    oca-transbot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    a0ba54b View commit details
    Browse the repository at this point in the history
  145. [IMP] add ability to set default registration in_invoice with default…

    … to invoice date as is actual
    sergiocorato authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    c6bc532 View commit details
    Browse the repository at this point in the history
  146. [FIX] l10n_it_fatturapa_in: invoice lines with quantity 0

    if an e-invoice has a line with quantity set to 0, odoo will import
    lines with quantity 1 instead of 0
    sherpya authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    209fb06 View commit details
    Browse the repository at this point in the history
  147. Configuration menu
    Copy the full SHA
    06172f4 View commit details
    Browse the repository at this point in the history
  148. l10n_it_fatturapa_in 12.0.1.13.0

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    87a50f9 View commit details
    Browse the repository at this point in the history
  149. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/
    oca-transbot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    f297e98 View commit details
    Browse the repository at this point in the history
  150. Translated using Weblate (Italian)

    Currently translated at 100.0% (230 of 230 strings)
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/it/
    eLBati authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    2e336d1 View commit details
    Browse the repository at this point in the history
  151. Configuration menu
    Copy the full SHA
    1ea50b6 View commit details
    Browse the repository at this point in the history
  152. l10n_it_fatturapa_in 12.0.1.13.1

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    03f8a1f View commit details
    Browse the repository at this point in the history
  153. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/
    oca-transbot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    6356296 View commit details
    Browse the repository at this point in the history
  154. IMP l10n_it_fatturapa_in when XML contains DatiRitenuta but suppliers…

    … did not set Ritenuta for any line
    eLBati authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    cbc54b2 View commit details
    Browse the repository at this point in the history
  155. Configuration menu
    Copy the full SHA
    18c04fe View commit details
    Browse the repository at this point in the history
  156. l10n_it_fatturapa_in 12.0.1.14.0

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    f3328ab View commit details
    Browse the repository at this point in the history
  157. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/
    oca-transbot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    191e250 View commit details
    Browse the repository at this point in the history
  158. Configuration menu
    Copy the full SHA
    f5c0a1d View commit details
    Browse the repository at this point in the history
  159. Configuration menu
    Copy the full SHA
    3ea6f2f View commit details
    Browse the repository at this point in the history
  160. l10n_it_fatturapa_in 12.0.1.14.1

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    bb74029 View commit details
    Browse the repository at this point in the history
  161. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/
    oca-transbot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    a8a124e View commit details
    Browse the repository at this point in the history
  162. merge PR 1264 1717 1728 1737 1739

    Lara Baggio authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    f9a3465 View commit details
    Browse the repository at this point in the history
  163. Configuration menu
    Copy the full SHA
    6c139b1 View commit details
    Browse the repository at this point in the history
  164. Configuration menu
    Copy the full SHA
    f700b6f View commit details
    Browse the repository at this point in the history
  165. l10n_it_fatturapa_in 12.0.1.16.0

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    1db6d12 View commit details
    Browse the repository at this point in the history
  166. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/
    oca-transbot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    7e020f2 View commit details
    Browse the repository at this point in the history
  167. Configuration menu
    Copy the full SHA
    fadb5a0 View commit details
    Browse the repository at this point in the history
  168. Configuration menu
    Copy the full SHA
    86e1dbf View commit details
    Browse the repository at this point in the history
  169. [UPD] README.rst

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    311a33b View commit details
    Browse the repository at this point in the history
  170. l10n_it_fatturapa_in 12.0.1.17.0

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    feb18df View commit details
    Browse the repository at this point in the history
  171. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/
    oca-transbot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    77a911b View commit details
    Browse the repository at this point in the history
  172. FIX l10n_it_fatturapa_in when importing an XML with BIC (present in O…

    …doo DB) but without IstitutoFinanziario
    eLBati authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    76fba06 View commit details
    Browse the repository at this point in the history
  173. Configuration menu
    Copy the full SHA
    b3b2b5f View commit details
    Browse the repository at this point in the history
  174. l10n_it_fatturapa_in 12.0.1.17.1

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    e52c969 View commit details
    Browse the repository at this point in the history
  175. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/
    oca-transbot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    382b8a9 View commit details
    Browse the repository at this point in the history
  176. Configuration menu
    Copy the full SHA
    08df38c View commit details
    Browse the repository at this point in the history
  177. Configuration menu
    Copy the full SHA
    248dd91 View commit details
    Browse the repository at this point in the history
  178. l10n_it_fatturapa_in 12.0.1.18.0

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    cf2efaf View commit details
    Browse the repository at this point in the history
  179. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/
    oca-transbot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    9a1e9d2 View commit details
    Browse the repository at this point in the history
  180. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/
    oca-transbot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    0e9c759 View commit details
    Browse the repository at this point in the history
  181. Configuration menu
    Copy the full SHA
    a0a08a2 View commit details
    Browse the repository at this point in the history
  182. l10n_it_fatturapa_in 12.0.1.18.1

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    7d1134b View commit details
    Browse the repository at this point in the history
  183. [FIX] italian date format

    sergiocorato authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    64e08e9 View commit details
    Browse the repository at this point in the history
  184. Configuration menu
    Copy the full SHA
    05a310f View commit details
    Browse the repository at this point in the history
  185. Configuration menu
    Copy the full SHA
    74cb953 View commit details
    Browse the repository at this point in the history
  186. l10n_it_fatturapa_in 12.0.1.18.2

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    90c6478 View commit details
    Browse the repository at this point in the history
  187. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/
    oca-transbot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    7a77ab5 View commit details
    Browse the repository at this point in the history
  188. FIX license compatibility

    eLBati authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    9ed0062 View commit details
    Browse the repository at this point in the history
  189. [UPD] README.rst

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    546c94f View commit details
    Browse the repository at this point in the history
  190. l10n_it_fatturapa_in 12.0.1.18.3

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    b1295f8 View commit details
    Browse the repository at this point in the history
  191. [FIX] l10n_it_fatturapa_in: IstitutoFinanziario and BIC are not manda…

    …tory in XML
    
    Avoid error bad query: UPDATE "res_bank" SET "name"=NULL,"write_uid"=1,"write_date"=(now() at time zone 'UTC') WHERE id IN (6)
    SimoRubi authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    534e198 View commit details
    Browse the repository at this point in the history
  192. Configuration menu
    Copy the full SHA
    1c57842 View commit details
    Browse the repository at this point in the history
  193. l10n_it_fatturapa_in 12.0.1.18.4

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    750db71 View commit details
    Browse the repository at this point in the history
  194. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/
    oca-transbot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    9ab3e2a View commit details
    Browse the repository at this point in the history
  195. Configuration menu
    Copy the full SHA
    f3c9284 View commit details
    Browse the repository at this point in the history
  196. [12.0][FIX] fatturapa withholding tax invoice received e-invoice 1.6 (O…

    …CA#1878)
    
    * [12.0][FIX] fatturapa withholding tax invoice received - e-invoice 1.6
    
    * [FIX] l10n_it_fatturapa_out_wt pep8 fixes
    
    This reverts commit 421ef9e51634383263638e9b52ea4038829f62ec.
    
    * [IMP] migration script
    
    * [FIX] l10n_it_fatturapa_out_wt: Fixed ordering in DatiRitenuta generation, according to XML test file.
    Otherwise:
    2020-09-17 07:34:14,789 7808 ERROR openerp_test odoo.addons.l10n_it_fatturapa_out_wt.tests.test_fatturapa_wt: ` AssertionError: b'<ns[1677 chars]a>RT02</TipoRitenuta><ImportoRitenuta>2.00</Im[1155 chars]ica>' != b'<ns[1677 chars]a>RT04</TipoRitenuta><ImportoRitenuta>0.83</Im[1155 chars]ica>'
    
    Co-authored-by: SimoRubi <[email protected]>
    2 people authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    f94c80d View commit details
    Browse the repository at this point in the history
  197. Configuration menu
    Copy the full SHA
    eeb3021 View commit details
    Browse the repository at this point in the history
  198. Remove not used tests

    FIX SDI tests:
    00200 	The value '10.00000000' of element 'Percentuale' is not valid. riga: 93 - colonna: 59 - File non conforme al formato
    00305 	CF associato alla P.iva non rilevato in IPA: 00146089990 - 1.4.1.1.2 <IdCodice> non valido
    eLBati authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    e363b34 View commit details
    Browse the repository at this point in the history
  199. Configuration menu
    Copy the full SHA
    47f5458 View commit details
    Browse the repository at this point in the history
  200. l10n_it_fatturapa_in 12.0.2.0.0

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    66d40b2 View commit details
    Browse the repository at this point in the history
  201. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/
    oca-transbot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    8fdd6ec View commit details
    Browse the repository at this point in the history
  202. Translated using Weblate (Italian)

    Currently translated at 99.1% (233 of 235 strings)
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/it/
    eLBati authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    b067d64 View commit details
    Browse the repository at this point in the history
  203. l10n_it_fatturapa_in 12.0.2.0.1

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    985833d View commit details
    Browse the repository at this point in the history
  204. Configuration menu
    Copy the full SHA
    f937667 View commit details
    Browse the repository at this point in the history
  205. Configuration menu
    Copy the full SHA
    64a632d View commit details
    Browse the repository at this point in the history
  206. Configuration menu
    Copy the full SHA
    b274c59 View commit details
    Browse the repository at this point in the history
  207. Configuration menu
    Copy the full SHA
    6820bad View commit details
    Browse the repository at this point in the history
  208. l10n_it_fatturapa_in 12.0.2.0.2

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    b6cbd93 View commit details
    Browse the repository at this point in the history
  209. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/
    oca-transbot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    19a7e91 View commit details
    Browse the repository at this point in the history
  210. Configuration menu
    Copy the full SHA
    aa0e68d View commit details
    Browse the repository at this point in the history
  211. l10n_it_fatturapa_in 12.0.2.1.0

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    680a3cf View commit details
    Browse the repository at this point in the history
  212. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/
    oca-transbot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    1c2c73a View commit details
    Browse the repository at this point in the history
  213. [12.0][l10n_it_fatturapa_in] ADD test for xml invoice with spaces in …

    …tag PECDestinatario
    jado95 authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    9c7deec View commit details
    Browse the repository at this point in the history
  214. l10n_it_fatturapa_in 12.0.2.1.1

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    fa58006 View commit details
    Browse the repository at this point in the history
  215. l10n_it_fatturapa_in: avoid duplication in the code of post migration…

    … script (DRY principle)
    tafaRU authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    38662c6 View commit details
    Browse the repository at this point in the history
  216. Configuration menu
    Copy the full SHA
    611a541 View commit details
    Browse the repository at this point in the history
  217. Configuration menu
    Copy the full SHA
    c79d96f View commit details
    Browse the repository at this point in the history
  218. l10n_it_fatturapa_in 12.0.2.1.2

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    646bb4d View commit details
    Browse the repository at this point in the history
  219. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_fatturapa_in
    Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_fatturapa_in/
    oca-transbot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    4309a6d View commit details
    Browse the repository at this point in the history
  220. l10n_it_fatturapa_in 12.0.2.1.3

    OCA-git-bot authored and TheMule71 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    8f74102 View commit details
    Browse the repository at this point in the history
  221. Configuration menu
    Copy the full SHA
    1c1f22d View commit details
    Browse the repository at this point in the history
  222. Configuration menu
    Copy the full SHA
    a9e23c1 View commit details
    Browse the repository at this point in the history
  223. Configuration menu
    Copy the full SHA
    c7061f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Configuration menu
    Copy the full SHA
    bf7652b View commit details
    Browse the repository at this point in the history
  2. fixed tests

    fredzamoabg authored and TheMule71 committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    0270f17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ced709f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b03f524 View commit details
    Browse the repository at this point in the history
  5. [FIX] forward port of OCA#2272

    TheMule71 committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    ed126f9 View commit details
    Browse the repository at this point in the history
  6. IMP l10n_it_fatturapa_in adding "Recompute XML fields" button when fi…

    …elds like "invoices_number" and "registered" are not valorized
    
    This may happen in case of temporary errors while importing from SDI
    eLBati authored and TheMule71 committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    36b5d2d View commit details
    Browse the repository at this point in the history
  7. IMP l10n_it_fatturapa_in when importing XML with many decimal digits …

    …in prices, discounts and quantities, causing inconsistencies in total amounts
    
    Co-authored-by: eLBati <[email protected]>
    TheMule71 and eLBati committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    36467a5 View commit details
    Browse the repository at this point in the history
  8. [FIX] forward-port of OCA#2000

    [12.0][FIX] vat with extra chars
    sergiocorato authored and TheMule71 committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    77a2d66 View commit details
    Browse the repository at this point in the history
  9. [FIX] forward-port of OCA#2263

    FIX l10n_it_fatturapa_in in multi company env where partners are shared between companies.
    
    Otherwise:
    
     - Create 2 companies, without de-selecting company_share_partner configuration field
     - Configure 2 different e-bills creators (e_invoice_user_id field)
     - Load 2 different invoices from the same supplier, 1 for the first company, 1 for the second one
    
    Observed:
    
    fatturapa.attachment.in records are created, 2 different partners are created and invoice creation raises "Two distinct partners with VAT number %s or Fiscal Code %s already present in db"
    eLBati authored and TheMule71 committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    d5842cc View commit details
    Browse the repository at this point in the history
  10. [IMP] test45 should not depend on previous tests

    ./odoo-bin -d db --stop-after-init --test-enable --test-tags=.test_45_xml_import_no_duplicate_partner
    falliva perché non trovava il partner, visto che gli altri test non
    erano stati eseguiti. Se manca il partner, viene importato l'XML due
    volte.
    
    Incluso fix odoo/odoo#71920, altrimenti il test
    non passa.
    TheMule71 committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    cd1214c View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. [IMP] l10n_it_fatturapa_in: Warn user if there is no default credit a…

    …ccount configured
    SimoRubi authored and TheMule71 committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    6e75ad1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dbe483 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. FIX adattamento test per reference -> ref + payment_reference

    NOTA: commit da squashare nel commit di migrazione
    TheMule71 committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    c1a7809 View commit details
    Browse the repository at this point in the history