diff --git a/.copier-answers.yml b/.copier-answers.yml index b7b62a8e..f9ea1a00 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,8 +1,7 @@ # Do NOT update manually; changes here will be overwritten by Copier -_commit: '9869590' +_commit: a7bd24b _src_path: https://github.com/grap/oca-addons-repo-template-new.git ci: GitHub -dependency_installation_mode: PIP generate_requirements_txt: true github_check_license: true github_ci_extra_env: {} @@ -42,6 +41,4 @@ repo_description: ' repo_name: Main repository for GRAP Logistics modules repo_slug: odoo-addons-logistics repo_website: https://github.com/grap/odoo-addons-logistics -travis_apt_packages: [] -travis_apt_sources: [] diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c458d16e..fcceff3f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,14 +46,6 @@ repos: - id: oca-update-pre-commit-excluded-addons - id: oca-fix-manifest-website args: ["https://github.com/grap/odoo-addons-logistics"] - - id: oca-gen-addon-readme - args: - - --addons-dir=. - - --branch=12.0 - - --org-name=grap - - --repo-name=odoo-addons-logistics - - --if-source-changed - - --no-gen-html - repo: https://github.com/OCA/odoo-pre-commit-hooks rev: v0.0.25 hooks: