diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 756448f..8b90419 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,15 +44,13 @@ repos: # update the NOT INSTALLABLE ADDONS section above - id: oca-update-pre-commit-excluded-addons - id: oca-fix-manifest-website - args: ["https://git.elabore.coop/elabore/{REPO_NAME}"] + entry: + bash -c 'oca-fix-manifest-website "https://git.elabore.coop/elabore/$(basename + $(git rev-parse --show-toplevel))"' - id: oca-gen-addon-readme - args: - - --addons-dir=. - - --branch=16.0 - - --org-name=OCA - - --repo-name=helpdesk-tools - - --if-source-changed - - --keep-source-digest + entry: bash -c 'oca-gen-addon-readme --addons-dir=. --branch=16.0 --repo-name=$(basename + $(git rev-parse --show-toplevel)) --org-name="Elabore" --if-source-changed --keep-source-digest' + - repo: https://github.com/OCA/odoo-pre-commit-hooks rev: v0.1.4 hooks: diff --git a/crm_usability_misc/.gitignore b/crm_usability_misc/.gitignore index df8a896..6da5887 100644 --- a/crm_usability_misc/.gitignore +++ b/crm_usability_misc/.gitignore @@ -1,2 +1,2 @@ *.*~ -*pyc \ No newline at end of file +*pyc diff --git a/crm_usability_misc/__manifest__.py b/crm_usability_misc/__manifest__.py index 8da3d16..641637e 100644 --- a/crm_usability_misc/__manifest__.py +++ b/crm_usability_misc/__manifest__.py @@ -5,14 +5,16 @@ "name": "crm usability misc", "version": "16.0.1.0.0", "author": "Elabore", - "website": "https://elabore.coop", + "website": "https://git.elabore.coop/elabore/crm-tools", "maintainer": "Elabore", "license": "AGPL-3", "category": "CRM", "summary": "Various modifications of CRM app", # any module necessary for this one to work correctly "depends": [ - "base","crm","sales_team", + "base", + "crm", + "sales_team", ], # always loaded "data": [ @@ -23,4 +25,4 @@ # and independently installed. Used for synergetic or glue modules. "auto_install": False, "application": False, -} \ No newline at end of file +} diff --git a/crm_usability_misc/views/crm_lead_views.xml b/crm_usability_misc/views/crm_lead_views.xml index 217cef6..d577c87 100644 --- a/crm_usability_misc/views/crm_lead_views.xml +++ b/crm_usability_misc/views/crm_lead_views.xml @@ -1,4 +1,4 @@ - + @@ -7,16 +7,29 @@ - + - - - + + + - - - + + +