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-excel_import_export #2991

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

Commits on Sep 3, 2024

  1. Excel Import/Export/Report (OCA#1522)

    * [ADD] v12 excel_import_export
    
    * Change from eval() to safe_evel()
    
    * Change variable to format to style, as fomat is a common python function
    
    :100644 100644 00ee3d9f... e9e48d87... M	excel_import_export/models/common.py
    :100644 100644 a215d29b... 5b4d1fb1... M	excel_import_export/models/styles.py
    :100644 100644 ace11a32... 01e5b9f5... M	excel_import_export/models/xlsx_export.py
    :100644 100644 881b814f... cadfb0f2... M	excel_import_export/models/xlsx_import.py
    :100644 100644 58689ee5... 80490ce8... M	excel_import_export/models/xlsx_template.py
    :100644 100644 5c9c09a6... a363ad19... M	excel_import_export/views/xlsx_template_view.xml
    :100644 100644 475b5187... 392fe6e5... M	excel_import_export_demo/import_export_sale_order/templates.xml
    :100644 100644 4af9c519... 45ee33c6... M	excel_import_export_demo/report_sale_order/templates.xml
    
    :100644 100644 96157ea3... 17d3964d... M	excel_import_export/__manifest__.py
    :100644 100644 00ee3d9f... 51c2572a... M	excel_import_export/models/common.py
    :100644 100644 a215d29b... 5b4d1fb1... M	excel_import_export/models/styles.py
    :100644 100644 ace11a32... 185a3330... M	excel_import_export/models/xlsx_export.py
    :100644 100644 881b814f... cadfb0f2... M	excel_import_export/models/xlsx_import.py
    :100644 100644 58689ee5... 80490ce8... M	excel_import_export/models/xlsx_template.py
    :100644 100644 5c9c09a6... a363ad19... M	excel_import_export/views/xlsx_template_view.xml
    :100644 100644 475b5187... 392fe6e5... M	excel_import_export_demo/import_export_sale_order/templates.xml
    :100644 100644 4af9c519... 45ee33c6... M	excel_import_export_demo/report_sale_order/templates.xml
    
    :100644 100644 96157ea3... 933ce0dc... M	excel_import_export/__manifest__.py
    :100644 100644 00ee3d9f... 51c2572a... M	excel_import_export/models/common.py
    :100644 100644 a215d29b... 5b4d1fb1... M	excel_import_export/models/styles.py
    :100644 100644 ace11a32... 185a3330... M	excel_import_export/models/xlsx_export.py
    :100644 100644 881b814f... cadfb0f2... M	excel_import_export/models/xlsx_import.py
    :100644 100644 58689ee5... 80490ce8... M	excel_import_export/models/xlsx_template.py
    :100644 100644 5c9c09a6... a363ad19... M	excel_import_export/views/xlsx_template_view.xml
    :100644 100644 475b5187... 392fe6e5... M	excel_import_export_demo/import_export_sale_order/templates.xml
    :100644 100644 4af9c519... 45ee33c6... M	excel_import_export_demo/report_sale_order/templates.xml
    
    :100644 100644 96157ea3 3b1217e8 M	excel_import_export/__manifest__.py
    :100644 100644 00ee3d9f 51c2572a M	excel_import_export/models/common.py
    :100644 100644 a215d29b 5b4d1fb1 M	excel_import_export/models/styles.py
    :100644 100644 ace11a32 185a3330 M	excel_import_export/models/xlsx_export.py
    :100644 100644 881b814f cadfb0f2 M	excel_import_export/models/xlsx_import.py
    :100644 100644 58689ee5 80490ce8 M	excel_import_export/models/xlsx_template.py
    :100644 100644 5c9c09a6 a363ad19 M	excel_import_export/views/xlsx_template_view.xml
    :100644 100644 475b5187 392fe6e5 M	excel_import_export_demo/import_export_sale_order/templates.xml
    :100644 100644 4af9c519 45ee33c6 M	excel_import_export_demo/report_sale_order/templates.xml
    
    :100644 100644 96157ea3 fee958bc M	excel_import_export/__manifest__.py
    :100644 100644 00ee3d9f 51c2572a M	excel_import_export/models/common.py
    :100644 100644 a215d29b 5b4d1fb1 M	excel_import_export/models/styles.py
    :100644 100644 ace11a32 185a3330 M	excel_import_export/models/xlsx_export.py
    :100644 100644 881b814f cadfb0f2 M	excel_import_export/models/xlsx_import.py
    :100644 100644 58689ee5 80490ce8 M	excel_import_export/models/xlsx_template.py
    :100644 100644 5c9c09a6 a363ad19 M	excel_import_export/views/xlsx_template_view.xml
    :100644 100644 475b5187 392fe6e5 M	excel_import_export_demo/import_export_sale_order/templates.xml
    :100644 100644 4af9c519 45ee33c6 M	excel_import_export_demo/report_sale_order/templates.xml
    
    :100644 100644 96157ea3 fee958bc M	excel_import_export/__manifest__.py
    :100644 100644 00ee3d9f 51c2572a M	excel_import_export/models/common.py
    :100644 100644 a215d29b 9738a3c8 M	excel_import_export/models/styles.py
    :100644 100644 ace11a32 a7d6adc5 M	excel_import_export/models/xlsx_export.py
    :100644 100644 881b814f 12f9ca99 M	excel_import_export/models/xlsx_import.py
    :100644 100644 70c37799 f123d2a6 M	excel_import_export/models/xlsx_report.py
    :100644 100644 58689ee5 578a1fd8 M	excel_import_export/models/xlsx_template.py
    :100644 100644 5c9c09a6 a363ad19 M	excel_import_export/views/xlsx_template_view.xml
    :100644 100644 800ea573 1807ea7e M	excel_import_export/wizard/export_xlsx_wizard.py
    :100644 100644 febed8d0 750dc17e M	excel_import_export/wizard/import_xlsx_wizard.py
    :100644 100644 475b5187 392fe6e5 M	excel_import_export_demo/import_export_sale_order/templates.xml
    :100644 100644 8e40a2d0 21574896 M	excel_import_export_demo/report_sale_order/report_sale_order.py
    :100644 100644 4af9c519 45ee33c6 M	excel_import_export_demo/report_sale_order/templates.xml
    
    :100644 100644 96157ea3 fee958bc M	excel_import_export/__manifest__.py
    :100644 100644 00ee3d9f 51c2572a M	excel_import_export/models/common.py
    :100644 100644 a215d29b 9738a3c8 M	excel_import_export/models/styles.py
    :100644 100644 ace11a32 c7db3f92 M	excel_import_export/models/xlsx_export.py
    :100644 100644 881b814f 12f9ca99 M	excel_import_export/models/xlsx_import.py
    :100644 100644 70c37799 f123d2a6 M	excel_import_export/models/xlsx_report.py
    :100644 100644 58689ee5 578a1fd8 M	excel_import_export/models/xlsx_template.py
    :100644 100644 5c9c09a6 a363ad19 M	excel_import_export/views/xlsx_template_view.xml
    :100644 100644 800ea573 1807ea7e M	excel_import_export/wizard/export_xlsx_wizard.py
    :100644 100644 febed8d0 750dc17e M	excel_import_export/wizard/import_xlsx_wizard.py
    :100644 100644 475b5187 392fe6e5 M	excel_import_export_demo/import_export_sale_order/templates.xml
    :100644 100644 8e40a2d0 21574896 M	excel_import_export_demo/report_sale_order/report_sale_order.py
    :100644 100644 4af9c519 45ee33c6 M	excel_import_export_demo/report_sale_order/templates.xml
    
    :100644 100644 96157ea3 fee958bc M	excel_import_export/__manifest__.py
    :100644 100644 00ee3d9f 51c2572a M	excel_import_export/models/common.py
    :100644 100644 a215d29b 9738a3c8 M	excel_import_export/models/styles.py
    :100644 100644 ace11a32 c7db3f92 M	excel_import_export/models/xlsx_export.py
    :100644 100644 881b814f 12f9ca99 M	excel_import_export/models/xlsx_import.py
    :100644 100644 70c37799 f123d2a6 M	excel_import_export/models/xlsx_report.py
    :100644 100644 58689ee5 e3826e08 M	excel_import_export/models/xlsx_template.py
    :000000 100644 00000000 34aa53bf A	excel_import_export/tests/__init__.py
    :000000 100644 00000000 18618688 A	excel_import_export/tests/sale_order.xlsx
    :000000 100644 00000000 c8481487 A	excel_import_export/tests/test_xlsx_template.py
    :100644 100644 5c9c09a6 a363ad19 M	excel_import_export/views/xlsx_template_view.xml
    :100644 100644 800ea573 1807ea7e M	excel_import_export/wizard/export_xlsx_wizard.py
    :100644 100644 febed8d0 750dc17e M	excel_import_export/wizard/import_xlsx_wizard.py
    :100644 100644 475b5187 392fe6e5 M	excel_import_export_demo/import_export_sale_order/templates.xml
    :100644 100644 8e40a2d0 21574896 M	excel_import_export_demo/report_sale_order/report_sale_order.py
    :100644 100644 4af9c519 45ee33c6 M	excel_import_export_demo/report_sale_order/templates.xml
    
    :100644 100644 96157ea3 fee958bc M	excel_import_export/__manifest__.py
    :100644 100644 00ee3d9f 51c2572a M	excel_import_export/models/common.py
    :100644 100644 a215d29b 9738a3c8 M	excel_import_export/models/styles.py
    :100644 100644 ace11a32 c7db3f92 M	excel_import_export/models/xlsx_export.py
    :100644 100644 881b814f 12f9ca99 M	excel_import_export/models/xlsx_import.py
    :100644 100644 70c37799 f123d2a6 M	excel_import_export/models/xlsx_report.py
    :100644 100644 58689ee5 ed8c9fc7 M	excel_import_export/models/xlsx_template.py
    :000000 100644 00000000 34aa53bf A	excel_import_export/tests/__init__.py
    :000000 100644 00000000 18618688 A	excel_import_export/tests/sale_order.xlsx
    :000000 100644 00000000 69aa6ea0 A	excel_import_export/tests/test_xlsx_template.py
    :100644 100644 5c9c09a6 a363ad19 M	excel_import_export/views/xlsx_template_view.xml
    :100644 100644 800ea573 1807ea7e M	excel_import_export/wizard/export_xlsx_wizard.py
    :100644 100644 febed8d0 750dc17e M	excel_import_export/wizard/import_xlsx_wizard.py
    :100644 100644 475b5187 392fe6e5 M	excel_import_export_demo/import_export_sale_order/templates.xml
    :100644 100644 8e40a2d0 21574896 M	excel_import_export_demo/report_sale_order/report_sale_order.py
    :100644 100644 4af9c519 45ee33c6 M	excel_import_export_demo/report_sale_order/templates.xml
    
    :100644 100644 96157ea3 fee958bc M	excel_import_export/__manifest__.py
    :100644 100644 00ee3d9f 51c2572a M	excel_import_export/models/common.py
    :100644 100644 a215d29b 9738a3c8 M	excel_import_export/models/styles.py
    :100644 100644 ace11a32 c7db3f92 M	excel_import_export/models/xlsx_export.py
    :100644 100644 881b814f 933d8614 M	excel_import_export/models/xlsx_import.py
    :100644 100644 70c37799 f123d2a6 M	excel_import_export/models/xlsx_report.py
    :100644 100644 58689ee5 1460473a M	excel_import_export/models/xlsx_template.py
    :100644 100644 5c9c09a6 a363ad19 M	excel_import_export/views/xlsx_template_view.xml
    :100644 100644 800ea573 1807ea7e M	excel_import_export/wizard/export_xlsx_wizard.py
    :100644 100644 febed8d0 750dc17e M	excel_import_export/wizard/import_xlsx_wizard.py
    :100644 100644 a2d035ef 9463f279 M	excel_import_export_demo/__manifest__.py
    :100644 100644 475b5187 e7f1255b M	excel_import_export_demo/import_export_sale_order/templates.xml
    :100644 100644 8e40a2d0 21574896 M	excel_import_export_demo/report_sale_order/report_sale_order.py
    :100644 100644 4af9c519 45ee33c6 M	excel_import_export_demo/report_sale_order/templates.xml
    :000000 100644 00000000 79db62f7 A	excel_import_export_demo/tests/__init__.py
    :000000 100644 00000000 18618688 A	excel_import_export_demo/tests/sale_order.xlsx
    :000000 100644 00000000 c9733b95 A	excel_import_export_demo/tests/test_common.py
    :000000 100644 00000000 9c943768 A	excel_import_export_demo/tests/test_xlsx_import_export.py
    :000000 100644 00000000 730605c1 A	excel_import_export_demo/tests/test_xlsx_template.py
    
    :100644 100644 96157ea3 fee958bc M	excel_import_export/__manifest__.py
    :100644 100644 00ee3d9f 51c2572a M	excel_import_export/models/common.py
    :100644 100644 a215d29b 9738a3c8 M	excel_import_export/models/styles.py
    :100644 100644 ace11a32 c7db3f92 M	excel_import_export/models/xlsx_export.py
    :100644 100644 881b814f 933d8614 M	excel_import_export/models/xlsx_import.py
    :100644 100644 70c37799 f123d2a6 M	excel_import_export/models/xlsx_report.py
    :100644 100644 58689ee5 1460473a M	excel_import_export/models/xlsx_template.py
    :100644 100644 5c9c09a6 a363ad19 M	excel_import_export/views/xlsx_template_view.xml
    :100644 100644 800ea573 1807ea7e M	excel_import_export/wizard/export_xlsx_wizard.py
    :100644 100644 febed8d0 750dc17e M	excel_import_export/wizard/import_xlsx_wizard.py
    :100644 100644 a2d035ef 9463f279 M	excel_import_export_demo/__manifest__.py
    :100644 100644 475b5187 e7f1255b M	excel_import_export_demo/import_export_sale_order/templates.xml
    :100644 100644 8e40a2d0 21574896 M	excel_import_export_demo/report_sale_order/report_sale_order.py
    :100644 100644 4af9c519 45ee33c6 M	excel_import_export_demo/report_sale_order/templates.xml
    :000000 100644 00000000 79db62f7 A	excel_import_export_demo/tests/__init__.py
    :000000 100644 00000000 18618688 A	excel_import_export_demo/tests/sale_order.xlsx
    :000000 100644 00000000 bb3ea32e A	excel_import_export_demo/tests/test_common.py
    :000000 100644 00000000 9c943768 A	excel_import_export_demo/tests/test_xlsx_import_export.py
    :000000 100644 00000000 730605c1 A	excel_import_export_demo/tests/test_xlsx_template.py
    kittiu authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ef0294d View commit details
    Browse the repository at this point in the history
  2. [UPD] README.rst

    OCA-git-bot authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e5ab999 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f29ab4 View commit details
    Browse the repository at this point in the history
  4. [12.0][FIX] excel_import_export

    wrong use of dict.iteritems() for python3
    kittiu authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    2a33610 View commit details
    Browse the repository at this point in the history
  5. [ADD] icon.png

    OCA-git-bot authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    c909058 View commit details
    Browse the repository at this point in the history
  6. [UPD] README.rst

    OCA-git-bot authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    b2c1b5e View commit details
    Browse the repository at this point in the history
  7. [12.0][FIX] excel_import_export

    Fix Import Excel wizard, cannot download template as in v12
    core Odoo prevent download default binary.
    kittiu authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e09e2fc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    594a564 View commit details
    Browse the repository at this point in the history
  9. [UPD] README.rst

    OCA-git-bot authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    28894ae View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    72c867b View commit details
    Browse the repository at this point in the history
  11. [UPD] README.rst

    OCA-git-bot authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ed296e7 View commit details
    Browse the repository at this point in the history
  12. [12.0][IMP] excel_import_export, excel_import_export_demo

    Add report action feature and new examples
    kittiu authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    4db2a25 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8684e15 View commit details
    Browse the repository at this point in the history
  14. [UPD] README.rst

    OCA-git-bot authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    2ee3104 View commit details
    Browse the repository at this point in the history
  15. [12.0][FIX] excel_import_export, fix wrong file name on report_action

    When mark to convert xlsx to csv, csv file name is not used
    kittiu authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ced0808 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    048bb61 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cdc911a View commit details
    Browse the repository at this point in the history
  18. [UPD] README.rst

    OCA-git-bot authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    1cf847a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    859fc2a View commit details
    Browse the repository at this point in the history
  20. Translated using Weblate (Chinese (Simplified))

    Currently translated at 2.9% (5 of 170 strings)
    
    Translation: server-tools-12.0/server-tools-12.0-excel_import_export
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-excel_import_export/zh_CN/
    liweijie0812 authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    eb5e645 View commit details
    Browse the repository at this point in the history
  21. Translated using Weblate (Chinese (Simplified))

    Currently translated at 24.1% (41 of 170 strings)
    
    Translation: server-tools-12.0/server-tools-12.0-excel_import_export
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-excel_import_export/zh_CN/
    liweijie0812 authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ddd78f7 View commit details
    Browse the repository at this point in the history
  22. Translated using Weblate (Chinese (Simplified))

    Currently translated at 100.0% (170 of 170 strings)
    
    Translation: server-tools-12.0/server-tools-12.0-excel_import_export
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-excel_import_export/zh_CN/
    liweijie0812 authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    160ae60 View commit details
    Browse the repository at this point in the history
  23. Translated using Weblate (Chinese (Simplified))

    Currently translated at 100.0% (170 of 170 strings)
    
    Translation: server-tools-12.0/server-tools-12.0-excel_import_export
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-excel_import_export/zh_CN/
    liweijie0812 authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    de99bcf View commit details
    Browse the repository at this point in the history
  24. [UPD] README.rst

    OCA-git-bot authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a7a5a5f View commit details
    Browse the repository at this point in the history
  25. [12.0][ENH] excel_import_export, faster export

    Previously export is slow on large number of rows.
    This fix ensure that sheet.insert_rows is called only once for all rows,
    instead of insert 1 row for every rows
    kittiu authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ef4cf98 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ddf2092 View commit details
    Browse the repository at this point in the history
  27. [UPD] README.rst

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

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: server-tools-12.0/server-tools-12.0-excel_import_export
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-excel_import_export/
    oca-transbot authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    63412c2 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    2fadbec View commit details
    Browse the repository at this point in the history
  30. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: server-tools-12.0/server-tools-12.0-excel_import_export
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-excel_import_export/
    oca-transbot authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    fb4017f View commit details
    Browse the repository at this point in the history
  31. [12.0][FIX] excel_import_export, problem on import with datetime field

    Can't import if the import file has date time field
    kittiu authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    f7b4b89 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    293d4e1 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.
    
    Translation: server-tools-12.0/server-tools-12.0-excel_import_export
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-excel_import_export/
    oca-transbot authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    b500e8b View commit details
    Browse the repository at this point in the history
  34. [IMP] : black, isort, prettier

    kittiu authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    fa40c19 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    9c9a342 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    dcc73a5 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    e2ef2f2 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    c840ef3 View commit details
    Browse the repository at this point in the history
  39. [UPD] README.rst

    OCA-git-bot authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    19a9296 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    041accd View commit details
    Browse the repository at this point in the history
  41. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: server-tools-14.0/server-tools-14.0-excel_import_export
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-excel_import_export/
    oca-transbot authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    942dd43 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    8c0dd4d View commit details
    Browse the repository at this point in the history
  43. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: server-tools-14.0/server-tools-14.0-excel_import_export
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-excel_import_export/
    oca-transbot authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    c635035 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    22e5c6c View commit details
    Browse the repository at this point in the history
  45. Translated using Weblate (Italian)

    Currently translated at 5.5% (11 of 200 strings)
    
    Translation: server-tools-14.0/server-tools-14.0-excel_import_export
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-excel_import_export/it/
    alessandro-fiorino authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    d646627 View commit details
    Browse the repository at this point in the history
  46. Translated using Weblate (Italian)

    Currently translated at 82.5% (165 of 200 strings)
    
    Translation: server-tools-14.0/server-tools-14.0-excel_import_export
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-excel_import_export/it/
    alessandro-fiorino authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    37f74cd View commit details
    Browse the repository at this point in the history
  47. Translated using Weblate (Italian)

    Currently translated at 82.5% (165 of 200 strings)
    
    Translation: server-tools-14.0/server-tools-14.0-excel_import_export
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-excel_import_export/it/
    francesco-ooops authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    7a14aac View commit details
    Browse the repository at this point in the history
  48. [IMP] update dotfiles

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

    Currently translated at 82.5% (165 of 200 strings)
    
    Translation: server-tools-14.0/server-tools-14.0-excel_import_export
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-excel_import_export/it/
    alessandro-fiorino authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    f759941 View commit details
    Browse the repository at this point in the history
  50. [REF] excel_import_export: remove xlrd & xlwt from external dependencies

    Because those dependencies are already part of Odoo's base dependencies.
    luisg123v authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    469b7e1 View commit details
    Browse the repository at this point in the history
  51. excel_import_export 14.0.1.1.0

    OCA-git-bot authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    7a06ed9 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    444fcee View commit details
    Browse the repository at this point in the history
  53. Translated using Weblate (Spanish (Argentina))

    Currently translated at 100.0% (200 of 200 strings)
    
    Translation: server-tools-14.0/server-tools-14.0-excel_import_export
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-excel_import_export/es_AR/
    ibuioli authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    891dfab View commit details
    Browse the repository at this point in the history
  54. [15,0][MIG] excel_import_export, excel_import_export_demo:

    migration to 15.0. Changes by pre-commit errors and warnings,
    changes by original Odoo code changes, JS files suggestions.
    Mantux11 authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9fc3d31 View commit details
    Browse the repository at this point in the history
  55. [15.0][FIX] excel_import_export, excel_import_export_demo:

    fix from PR OCA#2283 together with @luc-demeyer suggestion OCA#2283 (review)
    Mantux11 authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ed477b0 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    4d3fe6f View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    0d3c282 View commit details
    Browse the repository at this point in the history
  58. [UPD] Update excel_import_export.pot

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

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

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: server-tools-16.0/server-tools-16.0-excel_import_export
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-excel_import_export/
    weblate authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    84ae238 View commit details
    Browse the repository at this point in the history
  61. Translated using Weblate (Italian)

    Currently translated at 81.1% (155 of 191 strings)
    
    Translation: server-tools-16.0/server-tools-16.0-excel_import_export
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-excel_import_export/it/
    francesco-ooops authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    d66e7a1 View commit details
    Browse the repository at this point in the history
  62. Translated using Weblate (Italian)

    Currently translated at 81.1% (155 of 191 strings)
    
    Translation: server-tools-16.0/server-tools-16.0-excel_import_export
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-excel_import_export/it/
    mymage authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ab122b0 View commit details
    Browse the repository at this point in the history
  63. [UPD] Update excel_import_export.pot

    oca-ci authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5308522 View commit details
    Browse the repository at this point in the history
  64. Translated using Weblate (Italian)

    Currently translated at 81.1% (155 of 191 strings)
    
    Translation: server-tools-16.0/server-tools-16.0-excel_import_export
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-excel_import_export/it/
    mymage authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    6d76681 View commit details
    Browse the repository at this point in the history
  65. Update translation files

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

    Currently translated at 81.2% (156 of 192 strings)
    
    Translation: server-tools-16.0/server-tools-16.0-excel_import_export
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-excel_import_export/it/
    mymage authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    fda6f06 View commit details
    Browse the repository at this point in the history
  67. [UPD] Update excel_import_export.pot

    oca-ci authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    2330566 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    c324c6d View commit details
    Browse the repository at this point in the history
  69. Translated using Weblate (Spanish)

    Currently translated at 100.0% (192 of 192 strings)
    
    Translation: server-tools-16.0/server-tools-16.0-excel_import_export
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-excel_import_export/es/
    Ivorra78 authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3907b5e View commit details
    Browse the repository at this point in the history
  70. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: server-tools-16.0/server-tools-16.0-excel_import_export
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-excel_import_export/
    weblate authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9c971d9 View commit details
    Browse the repository at this point in the history
  71. [UPD] README.rst

    OCA-git-bot authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9cd5721 View commit details
    Browse the repository at this point in the history
  72. Translated using Weblate (Italian)

    Currently translated at 81.2% (156 of 192 strings)
    
    Translation: server-tools-16.0/server-tools-16.0-excel_import_export
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-excel_import_export/it/
    mymage authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    eef3f4a View commit details
    Browse the repository at this point in the history
  73. Translated using Weblate (Italian)

    Currently translated at 81.2% (156 of 192 strings)
    
    Translation: server-tools-16.0/server-tools-16.0-excel_import_export
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-excel_import_export/it/
    mymage authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5006557 View commit details
    Browse the repository at this point in the history
  74. Translated using Weblate (Italian)

    Currently translated at 81.2% (156 of 192 strings)
    
    Translation: server-tools-16.0/server-tools-16.0-excel_import_export
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-excel_import_export/it/
    mymage authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    89430ed View commit details
    Browse the repository at this point in the history
  75. Translated using Weblate (Italian)

    Currently translated at 81.2% (156 of 192 strings)
    
    Translation: server-tools-16.0/server-tools-16.0-excel_import_export
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-excel_import_export/it/
    mymage authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    f5f18a1 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    d041daf View commit details
    Browse the repository at this point in the history
  77. [BOT] post-merge updates

    OCA-git-bot authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8f81e9e View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    b1df02a View commit details
    Browse the repository at this point in the history
  79. [UPD] Update excel_import_export.pot

    oca-ci authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    38e18fd View commit details
    Browse the repository at this point in the history
  80. [BOT] post-merge updates

    OCA-git-bot authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    54e0567 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: server-tools-16.0/server-tools-16.0-excel_import_export
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-excel_import_export/
    weblate authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    de825fa View commit details
    Browse the repository at this point in the history
  82. Translated using Weblate (Spanish)

    Currently translated at 100.0% (193 of 193 strings)
    
    Translation: server-tools-16.0/server-tools-16.0-excel_import_export
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-excel_import_export/es/
    Ivorra78 authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a8d76b9 View commit details
    Browse the repository at this point in the history
  83. Translated using Weblate (Italian)

    Currently translated at 80.8% (156 of 193 strings)
    
    Translation: server-tools-16.0/server-tools-16.0-excel_import_export
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-excel_import_export/it/
    mymage authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    362672a View commit details
    Browse the repository at this point in the history
  84. Translated using Weblate (Italian)

    Currently translated at 86.5% (167 of 193 strings)
    
    Translation: server-tools-16.0/server-tools-16.0-excel_import_export
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-excel_import_export/it/
    mymage authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    135c9bd View commit details
    Browse the repository at this point in the history
  85. Translated using Weblate (Italian)

    Currently translated at 100.0% (193 of 193 strings)
    
    Translation: server-tools-16.0/server-tools-16.0-excel_import_export
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-excel_import_export/it/
    mymage authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8b7e5d8 View commit details
    Browse the repository at this point in the history
  86. Translated using Weblate (Italian)

    Currently translated at 100.0% (193 of 193 strings)
    
    Translation: server-tools-16.0/server-tools-16.0-excel_import_export
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-excel_import_export/it/
    mymage authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    51ac986 View commit details
    Browse the repository at this point in the history
  87. [UPD] Update excel_import_export.pot

    oca-ci authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    c7f026b 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: server-tools-16.0/server-tools-16.0-excel_import_export
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-excel_import_export/
    weblate authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    c247e1a View commit details
    Browse the repository at this point in the history
  89. Translated using Weblate (Italian)

    Currently translated at 100.0% (194 of 194 strings)
    
    Translation: server-tools-16.0/server-tools-16.0-excel_import_export
    Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-excel_import_export/it/
    mymage authored and Josep-s73 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a88db14 View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    7eac028 View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    7bfa83f View commit details
    Browse the repository at this point in the history