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

[17.0][MIG] l10n_es_intrastat_report #3663

Open
wants to merge 57 commits into
base: 17.0
Choose a base branch
from

Commits on Sep 18, 2024

  1. add intrastat module

    luc-demeyer authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4d80757 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cbe251 View commit details
    Browse the repository at this point in the history
  3. [MIG] l10n_es_intrastat_product: Migration to 12.0

    Manuel Calero authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c1909b5 View commit details
    Browse the repository at this point in the history
  4. [MIG+IMP+FIX] l10n_es_intrastat_report: Finish migration to 12 + seve…

    …ral imps/fixes
    
    * Remove unneeded dependency to stock_picking_invoice_link.
    * Updated HS Codes source file.
    * Optimized compute/import methods.
    * Remove useless/obsolete code, data and fields.
    * Added Spanish translation.
    pedrobaeza authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ded22df View commit details
    Browse the repository at this point in the history
  5. [FIX] l10n_es_intrastat_report: Allow invoices with no linked purchases

    Previous code was forcing the existence of linked purchase lines which may be not
    true for all. As we already have a fallback in declaration code, let's not force
    this at location level.
    pedrobaeza authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d8fe3ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a755079 View commit details
    Browse the repository at this point in the history
  7. [MIG] l10n_es_intrastat_report: Migration to 13.0

    TT27865
    joao-p-marques authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    888ecca View commit details
    Browse the repository at this point in the history
  8. [FIX] l10n_es_intrastat_report: Update multi-company rules

    Missed step from the migration to v13
    Update multi-company security domains and provide migration scripts
    
    TT27865
    joao-p-marques authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0e43bd5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bffd128 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c9a9766 View commit details
    Browse the repository at this point in the history
  11. [FIX] l10n_es_intrastat_report: Fix tests

    Due to upstream change, now invoice date is required.
    pedrobaeza authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    cde95da View commit details
    Browse the repository at this point in the history
  12. [FIX] l10n_es_intrastat_report: additional check if company's country…

    … is set
    
    Co-authored-by: Pedro M. Baeza <pedro.baeza@tecnativa.com>
    2 people authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8a207e8 View commit details
    Browse the repository at this point in the history
  13. l10n_es_intrastat_report 14.0.1.0.1

    OCA-git-bot authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a87ae4f View commit details
    Browse the repository at this point in the history
  14. Translated using Weblate (Catalan)

    Currently translated at 100.0% (114 of 114 strings)
    
    Translation: l10n-spain-14.0/l10n-spain-14.0-l10n_es_intrastat_report
    Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-14-0/l10n-spain-14-0-l10n_es_intrastat_report/ca/
    jabelchi authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c39491a View commit details
    Browse the repository at this point in the history
  15. [IMP] l10n_es_intrastat_report: Update intrastat transaction data acc…

    …ording to documentation.
    
    TT30682
    victoralmau authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2b4fb19 View commit details
    Browse the repository at this point in the history
  16. l10n_es_intrastat_report 14.0.1.1.0

    OCA-git-bot authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3670c20 View commit details
    Browse the repository at this point in the history
  17. [IMP] l10n_es_intrastat_report: adaptacion para la nueva presentacion…

    … de 2022
    
    Co-Authored-By: Pedro M. Baeza <pedro.baeza@tecnativa.com>
    2 people authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a653e5f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c3ba02e View commit details
    Browse the repository at this point in the history
  19. l10n_es_intrastat_report 14.0.2.0.1

    OCA-git-bot authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c87d702 View commit details
    Browse the repository at this point in the history
  20. [IMP] l10n_es_intrastat_report: Add to notes when missing partner_vat…

    … and show error when missing product_origin_country_id in line.
    
    TT29332
    victoralmau authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5f311ce View commit details
    Browse the repository at this point in the history
  21. l10n_es_intrastat_report 14.0.2.1.0

    OCA-git-bot authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c9d3aaf View commit details
    Browse the repository at this point in the history
  22. [FIX] l10n_es_intrastat_report: Test at post-install

    Since 81aac30dd2278e43a43cf8fd6cef31e1e8c60f3f, all tests depending on
    invoicing base test should be post-install.
    pedrobaeza authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    eca6b95 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6c68234 View commit details
    Browse the repository at this point in the history
  24. [IMP] l10n_es_intrastat_report: Add to notes when missing partner_vat…

    … and show error when missing product_origin_country_id in line.
    
    TT29332
    victoralmau authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8961eee View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    ee22d3f View commit details
    Browse the repository at this point in the history
  26. [MIG] l10n_es_intrastat_report 15.0

    flachica authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e41b57d View commit details
    Browse the repository at this point in the history
  27. [UPD] Update l10n_es_intrastat_report.pot

    oca-ci authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ddeb73e View commit details
    Browse the repository at this point in the history
  28. [UPD] README.rst

    OCA-git-bot authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    252a083 View commit details
    Browse the repository at this point in the history
  29. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-spain-15.0/l10n-spain-15.0-l10n_es_intrastat_report
    Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-15-0/l10n-spain-15-0-l10n_es_intrastat_report/
    weblate authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e07260e View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    6ca373e View commit details
    Browse the repository at this point in the history
  31. l10n_es_intrastat_report 15.0.1.0.1

    OCA-git-bot authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    aa7ad1f View commit details
    Browse the repository at this point in the history
  32. [FIX] l10n_es_intrastat_report: Search archived records when importin…

    …g codes.
    
    If any code is archived, we need to find it as well to avoid the duplicate code error.
    
    TT41641
    victoralmau authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    32cbbae View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    9b0f523 View commit details
    Browse the repository at this point in the history
  34. [UPD] README.rst

    OCA-git-bot authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    319a200 View commit details
    Browse the repository at this point in the history
  35. l10n_es_intrastat_report 15.0.2.0.0

    OCA-git-bot authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a52bbef View commit details
    Browse the repository at this point in the history
  36. [IMP] l10n_es_intrastat_report: Improve tests to test an invoice with…

    … delivery address in a country other than the country of contact.
    
    TT40764
    victoralmau authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8b38bac View commit details
    Browse the repository at this point in the history
  37. l10n_es_intrastat_report 15.0.2.0.1

    OCA-git-bot authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7c693b8 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    b44bccd View commit details
    Browse the repository at this point in the history
  39. [UPD] Update l10n_es_intrastat_report.pot

    oca-ci authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a0a0b2c View commit details
    Browse the repository at this point in the history
  40. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-spain-16.0/l10n-spain-16.0-l10n_es_intrastat_report
    Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-16-0/l10n-spain-16-0-l10n_es_intrastat_report/
    weblate authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a99a3be View commit details
    Browse the repository at this point in the history
  41. Translated using Weblate (Spanish)

    Currently translated at 100.0% (48 of 48 strings)
    
    Translation: l10n-spain-16.0/l10n-spain-16.0-l10n_es_intrastat_report
    Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-16-0/l10n-spain-16-0-l10n_es_intrastat_report/es/
    Ivorra78 authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d8fe30e View commit details
    Browse the repository at this point in the history
  42. Translated using Weblate (Spanish)

    Currently translated at 100.0% (48 of 48 strings)
    
    Translation: l10n-spain-16.0/l10n-spain-16.0-l10n_es_intrastat_report
    Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-16-0/l10n-spain-16-0-l10n_es_intrastat_report/es/
    victoralmau authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5dabb6f View commit details
    Browse the repository at this point in the history
  43. [IMP] l10n_es_intrastat_report: Set the fiscal position "Régimen Intr…

    …acomunitario" with Intrastat flag
    
    TT45420
    victoralmau authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f519215 View commit details
    Browse the repository at this point in the history
  44. [FIX] l10n_es_intrastat_report: Change fp_intra_private to b2c (type …

    …of transaction)
    
    TT45420
    victoralmau authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6873c43 View commit details
    Browse the repository at this point in the history
  45. [UPD] Update l10n_es_intrastat_report.pot

    oca-ci authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5ed20a3 View commit details
    Browse the repository at this point in the history
  46. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-spain-16.0/l10n-spain-16.0-l10n_es_intrastat_report
    Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-16-0/l10n-spain-16-0-l10n_es_intrastat_report/
    weblate authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    20fc9c6 View commit details
    Browse the repository at this point in the history
  47. [UPD] Update l10n_es_intrastat_report.pot

    oca-ci authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    58e208d View commit details
    Browse the repository at this point in the history
  48. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-spain-16.0/l10n-spain-16.0-l10n_es_intrastat_report
    Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-16-0/l10n-spain-16-0-l10n_es_intrastat_report/
    weblate authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3efecca View commit details
    Browse the repository at this point in the history
  49. [FIX] l10n_es_intrastat_report: Move methods to the correct class + I…

    …mprove test
    
    Forgotten changes in OCA@dc2555c required due to change OCA/intrastat-extrastat@7de2169
    victoralmau authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    358818a View commit details
    Browse the repository at this point in the history
  50. Translated using Weblate (Spanish)

    Currently translated at 100.0% (74 of 74 strings)
    
    Translation: l10n-spain-16.0/l10n-spain-16.0-l10n_es_intrastat_report
    Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-16-0/l10n-spain-16-0-l10n_es_intrastat_report/es/
    Ivorra78 authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5ef8d30 View commit details
    Browse the repository at this point in the history
  51. [FIX] l10n_es_intrastat_report: Remove transactions, the data is alre…

    …ady defined in intrastat_product.
    
    Transaction 70 is eliminated, it does not exist (officially).
    
    https://eur-lex.europa.eu/legal-content/ES/TXT/HTML/?uri=CELEX:32020R1197&from=EN#d1e32-7-1
    
    company_id=False is not necessary in v16 because the field is no longer has a default
    victoralmau authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7547dc1 View commit details
    Browse the repository at this point in the history
  52. [UPD] Update l10n_es_intrastat_report.pot

    oca-ci authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2445d6d View commit details
    Browse the repository at this point in the history
  53. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: l10n-spain-16.0/l10n-spain-16.0-l10n_es_intrastat_report
    Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-16-0/l10n-spain-16-0-l10n_es_intrastat_report/
    weblate authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c3a0987 View commit details
    Browse the repository at this point in the history
  54. [FIX] l10n_es_intrastat_report: Do not display missing VAT number err…

    …or when fiscal position is B2C
    aritzolea authored and Josep-s73 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f2cbf41 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    cf60001 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    d846565 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    7b3dffc View commit details
    Browse the repository at this point in the history