diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f508d6a..08fa076 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..38929e8 --- /dev/null +++ b/README.rst @@ -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 `_. + +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 `_. diff --git a/oca_dependencies.txt b/oca_dependencies.txt new file mode 100644 index 0000000..6dbde9f --- /dev/null +++ b/oca_dependencies.txt @@ -0,0 +1,2 @@ +# oca_dependencies.txt +queue_job diff --git a/product_digi_sync/__manifest__.py b/product_digi_sync/__manifest__.py index 91af883..e5da993 100644 --- a/product_digi_sync/__manifest__.py +++ b/product_digi_sync/__manifest__.py @@ -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 diff --git a/product_food_fields/__manifest__.py b/product_food_fields/__manifest__.py index c15f3d8..268f31f 100644 --- a/product_food_fields/__manifest__.py +++ b/product_food_fields/__manifest__.py @@ -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