Skip to content

Commit

Permalink
Fix the test pipeline by adding queue_job to the oca dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jursimplicate committed Jun 11, 2024
1 parent 30720c8 commit 769ce8e
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
- uses: actions/checkout@v3
with:
persist-credentials: false
- name: Checkout extra Odoo modules
uses: actions/checkout@v3
with:
repository: OCA/queue
path: extra-addons/queue_job
- name: Install addons and dependencies
run: oca_install_addons
- name: Check licenses
Expand Down
35 changes: 35 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
**This file is going to be generated by oca-gen-addon-readme.**

*Manual changes will be overwritten.*

Please provide content in the ``readme`` directory:

* **DESCRIPTION.rst** (required)
* INSTALL.rst (optional)
* CONFIGURE.rst (optional)
* **USAGE.rst** (optional, highly recommended)
* DEVELOP.rst (optional)
* ROADMAP.rst (optional)
* HISTORY.rst (optional, recommended)
* **CONTRIBUTORS.rst** (optional, highly recommended)
* CREDITS.rst (optional)

Content of this README will also be drawn from the addon manifest,
from keys such as name, authors, maintainers, development_status,
and license.

A good, one sentence summary in the manifest is also highly recommended.


Automatic changelog generation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

`HISTORY.rst` can be auto generated using `towncrier <https://pypi.org/project/towncrier>`_.

Just put towncrier compatible changelog fragments into `readme/newsfragments`
and the changelog file will be automatically generated and updated when a new fragment is added.

Please refer to `towncrier` documentation to know more.

NOTE: the changelog will be automatically generated when using `/ocabot merge $option`.
If you need to run it manually, refer to `OCA/maintainer-tools README <https://github.com/OCA/maintainer-tools>`_.
2 changes: 2 additions & 0 deletions oca_dependencies.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# oca_dependencies.txt
queue_job
2 changes: 1 addition & 1 deletion product_digi_sync/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Allows for syncing products to Digi using the @Fresh api""",
"author": "Gedeelde Weelde",
"license": "AGPL-3",
"website": "https://www.yourcompany.com",
"website": "https://github.com/Gedeelde-Weelde/dutch-food-coop-odoo",
# Categories can be used to filter modules in modules listing
# Check https://github.com/odoo/odoo/blob/16.0/odoo/addons/base/data/ir_module_category_data.xml
# for the full list
Expand Down
2 changes: 1 addition & 1 deletion product_food_fields/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
subtitle on modules listing or apps.openerp.com""",
"author": "Gedeelde Weelde",
"license": "AGPL-3",
"website": "https://www.yourcompany.com",
"website": "https://github.com/Gedeelde-Weelde/dutch-food-coop-odoo",
# Categories can be used to filter modules in modules listing
# Check https://github.com/odoo/odoo/blob/16.0/odoo/addons/base/data/ir_module_category_data.xml
# for the full list
Expand Down

0 comments on commit 769ce8e

Please sign in to comment.