Skip to content

Commit

Permalink
Merge pull request #1 from akretion/18.0-mig-l10n_fr_siret_lookup-imp
Browse files Browse the repository at this point in the history
Improve your OCA v18 mig PR of l10n_fr_siret_lookup
  • Loading branch information
fredericgrall authored Nov 27, 2024
2 parents 8535c72 + 4e4bbb1 commit f0e45b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion l10n_fr_siret_lookup/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"depends": [
"l10n_fr_siret",
],
"external_dependencies": {"python": ["requests", "python-stdnum>=1.18"]},
"external_dependencies": {"python": ["requests", "python-stdnum"]},
"data": [
"wizard/fr_siret_lookup_view.xml",
"views/res_partner.xml",
Expand Down
4 changes: 2 additions & 2 deletions l10n_fr_siret_lookup/readme/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ By default, the search field is filled with Company name. To get more
accurate results, you may want to add the City name where the company is
registered. Then click on *Lookup*.

A list of company is displayed. You may want to click on one in order to
see corresponding information or directly selecting company from tree
A list of companies is displayed. You may want to click on one in order to
see corresponding information or directly select company from list
view. Once a company is selected, the partner information is updated and
a message is logged in the chatter.

0 comments on commit f0e45b0

Please sign in to comment.