diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 732d0c4a644eb444d6b4385643ff32fab19fab52..c6e568d096731250de413f7ef008c91a747fc41f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: language: fail files: "\\.rej$" - repo: https://github.com/oca/maintainer-tools - rev: 7d8a9f9ad73db0976fb03cbee43d953bc29b89e9 + rev: 5de7edda47f5c22398bb0ca1ea8bdb0f249a8ff2 hooks: # update the NOT INSTALLABLE ADDONS section above - id: oca-update-pre-commit-excluded-addons @@ -44,11 +44,11 @@ repos: - --remove-duplicate-keys - --remove-unused-variables - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 22.6.0 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.6.2 + rev: v2.7.1 hooks: - id: prettier name: prettier (with plugin-xml) @@ -59,7 +59,7 @@ repos: - --plugin=@prettier/plugin-xml files: \.(css|htm|html|js|json|jsx|less|md|scss|toml|ts|xml|yaml|yml)$ - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.15.0 + rev: v8.19.0 hooks: - id: eslint verbose: true @@ -67,7 +67,7 @@ repos: - --color - --fix - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v4.3.0 hooks: - id: trailing-whitespace # exclude autogenerated files @@ -89,7 +89,7 @@ repos: - id: mixed-line-ending args: ["--fix=lf"] - repo: https://github.com/asottile/pyupgrade - rev: v2.32.1 + rev: v2.34.0 hooks: - id: pyupgrade args: ["--keep-percent-format"] diff --git a/views/base_config_view.xml b/views/base_config_view.xml index 581cb82c36bd89803294fb938a22528de90bb59d..b80a3890b3bead62432ec5d912a436771c2a9546 100644 --- a/views/base_config_view.xml +++ b/views/base_config_view.xml @@ -8,7 +8,7 @@ <field name="priority" eval="105" /> <field name="inherit_id" ref="base_setup.res_config_settings_view_form" /> <field name="arch" type="xml"> - <xpath expr="//div[@id='companies']" position='after'> + <xpath expr="//div[@id='business_documents']" position="after"> <h2>Synchronisation des modules</h2> <div class="row mt16 o_settings_container" name="modules_sync"> <div class="col-xs-12 col-md-6 o_setting_box">