Skip to content

Commit 730029c

Browse files
committed
Merge PR #39 into 15.0
Signed-off-by HaraldPanten
2 parents 9a52dac + 327d1c3 commit 730029c

20 files changed

Lines changed: 561 additions & 51 deletions

File tree

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Do NOT update manually; changes here will be overwritten by Copier
2-
_commit: v1.27
2+
_commit: v1.29
33
_src_path: https://github.com/OCA/oca-addons-repo-template.git
44
ci: GitHub
55
convert_readme_fragments_to_markdown: false

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
pre-commit:
1414
runs-on: ubuntu-22.04
1515
steps:
16-
- uses: actions/checkout@v3
17-
- uses: actions/setup-python@v2
16+
- uses: actions/checkout@v4
17+
- uses: actions/setup-python@v5
1818
with:
1919
python-version: "3.11"
2020
- name: Get python version
2121
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
22-
- uses: actions/cache@v1
22+
- uses: actions/cache@v4
2323
with:
2424
path: ~/.cache/pre-commit
2525
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
name: Detect unreleased dependencies
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- run: |
1919
for reqfile in requirements.txt test-requirements.txt ; do
2020
if [ -f ${reqfile} ] ; then
@@ -52,7 +52,7 @@ jobs:
5252
env:
5353
PIP_INDEX_URL: "https://pypi.org/simple/"
5454
steps:
55-
- uses: actions/checkout@v3
55+
- uses: actions/checkout@v4
5656
with:
5757
persist-credentials: false
5858
- name: Install addons and dependencies

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ repos:
6161
args:
6262
- --disable=po-pretty-format
6363
- repo: https://github.com/myint/autoflake
64-
rev: v1.4
64+
rev: v1.5.3
6565
hooks:
6666
- id: autoflake
6767
args:
@@ -102,7 +102,7 @@ repos:
102102
types: [javascript]
103103
language: node
104104
additional_dependencies:
105-
- "eslint@7.32.0"
105+
- "eslint@v7.32.0"
106106
- "eslint-plugin-jsdoc@"
107107
- repo: https://github.com/pre-commit/pre-commit-hooks
108108
rev: v4.0.1
@@ -150,7 +150,7 @@ repos:
150150
- --header
151151
- "# generated from manifests external_dependencies"
152152
- repo: https://github.com/PyCQA/flake8
153-
rev: 3.9.2
153+
rev: 5.0.0
154154
hooks:
155155
- id: flake8
156156
name: flake8

.ruff.toml

Lines changed: 0 additions & 30 deletions
This file was deleted.

contact_referred/pyproject.toml

Lines changed: 0 additions & 3 deletions
This file was deleted.

partner_contact_old_acc_number/pyproject.toml

Lines changed: 0 additions & 3 deletions
This file was deleted.

partner_contact_old_migration_fields/pyproject.toml

Lines changed: 0 additions & 3 deletions
This file was deleted.

partner_vat_required/pyproject.toml

Lines changed: 0 additions & 3 deletions
This file was deleted.

partner_vat_search/README.rst

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
==================
2+
Partner Vat Search
3+
==================
4+
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7+
!! This file is generated by oca-gen-addon-readme !!
8+
!! changes will be overwritten. !!
9+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:86c8c8b1edd7566948aa2086ab60711e5a731c0ffc6959cff5efcc847e0b1880
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12+
13+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
14+
:target: https://odoo-community.org/page/development-status
15+
:alt: Beta
16+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
17+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18+
:alt: License: AGPL-3
19+
.. |badge3| image:: https://img.shields.io/badge/github-sygel--technology%2Fsy--partner--contact-lightgray.png?logo=github
20+
:target: https://github.com/sygel-technology/sy-partner-contact/tree/15.0/partner_vat_search
21+
:alt: sygel-technology/sy-partner-contact
22+
23+
|badge1| |badge2| |badge3|
24+
25+
This module adds a vat search filter in the partner views.
26+
27+
**Table of contents**
28+
29+
.. contents::
30+
:local:
31+
32+
Usage
33+
=====
34+
35+
To use this module, you need to:
36+
37+
1. Have the contacts module installed
38+
2. Go to Contacts / Contacts
39+
3. In the search box, type a vat, then click on "Search Tax ID"
40+
41+
Bug Tracker
42+
===========
43+
44+
Bugs are tracked on `GitHub Issues <https://github.com/sygel-technology/sy-partner-contact/issues>`_.
45+
In case of trouble, please check there if your issue has already been reported.
46+
If you spotted it first, help us to smash it by providing a detailed and welcomed
47+
`feedback <https://github.com/sygel-technology/sy-partner-contact/issues/new?body=module:%20partner_vat_search%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
48+
49+
Do not contact contributors directly about support or help with technical issues.
50+
51+
Credits
52+
=======
53+
54+
Authors
55+
-------
56+
57+
* Sygel
58+
59+
Contributors
60+
------------
61+
62+
- Alberto Martínez alberto.martinez@sygel.es
63+
- Valentin Vinagre valentin.vinagre@sygel.es
64+
- Harald Panten harald.panten@sygel.es
65+
66+
Maintainers
67+
-----------
68+
69+
This module is part of the `sygel-technology/sy-partner-contact <https://github.com/sygel-technology/sy-partner-contact/tree/15.0/partner_vat_search>`_ project on GitHub.
70+
71+
You are welcome to contribute.

0 commit comments

Comments
 (0)