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

[MIG] connector_importer_source_sftp: Migration to 16.0 #138

Open
wants to merge 20 commits into
base: 16.0
Choose a base branch
from

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    de4802c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58165d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5860661 View commit details
    Browse the repository at this point in the history
  4. [UPD] README.rst

    OCA-git-bot authored and simahawk committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    dcbb303 View commit details
    Browse the repository at this point in the history
  5. c_importer_source_sftp: fix move file

    A file can be moved only if we have a destination path.
    damdam-s authored and simahawk committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    79d34e5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8812ee0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b34ba1 View commit details
    Browse the repository at this point in the history
  8. [IMP] connector_importer_source_sftp: Handle no or empty file found case

    Instead of throwing an exception with an unclear message in the _get_line function
    dhx authored and simahawk committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    539940d View commit details
    Browse the repository at this point in the history
  9. [UPD] Update connector_importer_source_sftp.pot

    oca-ci authored and simahawk committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    7f0c6a6 View commit details
    Browse the repository at this point in the history
  10. [UPD] README.rst

    OCA-git-bot authored and simahawk committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    cf26774 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b7736d2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    73d18b7 View commit details
    Browse the repository at this point in the history
  13. [UPD] Update connector_importer_source_sftp.pot

    oca-ci authored and simahawk committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    bb75dcb View commit details
    Browse the repository at this point in the history
  14. [UPD] README.rst

    OCA-git-bot authored and simahawk committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    c8f0418 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    891b222 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1097d4f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b72af96 View commit details
    Browse the repository at this point in the history
  18. c_importer_source_sftp: fix event listeners tests

    They must run at post_install to make sure the new source type is registered.
    
    Fixes:
    
    ```
    odoo.tests.suite: ERROR: setUpClass (odoo.addons.connector_importer_source_sftp.tests.test_event_listener.TestRecordImporterFinishedEvent)
    Traceback (most recent call last):
      File "/__w/connector-interfaces/connector-interfaces/connector_importer_source_sftp/tests/test_event_listener.py", line 25, in setUpClass
        cls.recordset.write(
      File "/opt/odoo-venv/lib/python3.10/site-packages/odoo/addons/component_event/models/base.py", line 109, in write
        result = super(Base, self).write(vals)
      File "/opt/odoo/odoo/models.py", line 3784, in write
        field.write(self, value)
      File "/opt/odoo/odoo/fields.py", line 1125, in write
        cache_value = self.convert_to_cache(value, records)
      File "/opt/odoo/odoo/fields.py", line 2735, in convert_to_cache
        raise ValueError("Wrong value for %s: %r" % (self, value))
    ValueError: Wrong value for import.recordset.source_model: 'import.source.csv.sftp'
    ```
    simahawk committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    876c609 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    d1f0df4 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Merge pull request #1 from leemannd/update-dep

    IMP connector_importer_product update cryptography dep
    p-tombez authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    7a47ef2 View commit details
    Browse the repository at this point in the history