Attachment Synchronize using patterns

Beta License: AGPL-3 shopinvader/pattern-import-export

This module uses the pattern_import_export and attachment_synchronize modules to automate imports and exports.

The flows work as follows :

Imports

  1. A cron calls run_task_import_pattimpex_scheduler() on all synchronization tasks
  2. attachment.queue of the appropriate type is generated, file is imported
  3. attachment.queue is executed -> pattern.file is generated
  4. A job is generated that actually imports the synced file into Odoo, using the appropriate pattern file

Exports

  1. A cron triggers service_trigger_exports() for a specific task
  2. pattern.import.export is created, exporting records using domain specified in task -> xlsx
  3. Another cron triggers run() on the same task (i.e the export of the xlsx to the storage space)

Table of contents

Usage

todo

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

Credits

Authors

  • Akretion

Contributors

Akretion :

Maintainers

Current maintainers:

kevinkhao sebastienbeau

This module is part of the shopinvader/pattern-import-export project on GitHub.

You are welcome to contribute.