File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- name : Unit Tests
1+ name : Production
22
33on :
44 push :
Original file line number Diff line number Diff line change 3939 github-token : " ${{ secrets.ACTIONS_PAT }}"
4040
4141 - name : Upload artifact with db name
42- uses : actions/upload-artifact@v2
42+ uses : actions/upload-artifact@v4
4343 with :
4444 name : db_name-${{ steps.comment-branch.outputs.head_ref }}
4545 path : db_name.txt
Original file line number Diff line number Diff line change 2525 REQUIRED_MODULES : cloud_platform_exoscale # list of addional addons to install separated by comma
2626 GAR_BASE : us-docker.pkg.dev/${{ secrets.GKE_PROJECT }}/odoo-gob
2727 HUB_BASE : gobdo/odoo-gob
28- IMAGE_LOCATION : gcr.io/iterativo /dockerdoo
28+ IMAGE_LOCATION : iterativodo /dockerdoo
2929 ENV : " test"
3030
3131jobs :
@@ -180,7 +180,7 @@ jobs:
180180 ODOO_VERSION_URL_SLUG : ${{ env.GITHUB_BASE_REF_SLUG_URL }}
181181 DEPLOY_DOMAIN : ${{ secrets.DEPLOY_DOMAIN }}
182182
183- - uses : actions/upload-artifact@v2
183+ - uses : actions/upload-artifact@v4
184184 with :
185185 name : deployment-${{ env.GITHUB_HEAD_REF_SLUG }}
186186 path : deployment.yaml
Original file line number Diff line number Diff line change 77
88class ProductService (Component ):
99 _inherit = "product.service"
10- _collection = "stock .rest.api.private.services"
10+ _collection = "product .rest.api.private.services"
1111 _description = """
1212 Product Services
1313 Access to the Product services is only allowed to authenticated users.
You can’t perform that action at this time.
0 commit comments