diff --git a/l10n_fr_siret_lookup/README.rst b/l10n_fr_siret_lookup/README.rst index 86283ed1c..57d58aa84 100644 --- a/l10n_fr_siret_lookup/README.rst +++ b/l10n_fr_siret_lookup/README.rst @@ -101,6 +101,9 @@ Contributors - Benjamin Rivier (https://le-filament.com) - Remi Cazenave (https://le-filament.com) - Alexis de Lattre +- `Binhex `__: + + - David Luis Mora Other credits ------------- diff --git a/l10n_fr_siret_lookup/__manifest__.py b/l10n_fr_siret_lookup/__manifest__.py index b6e76d996..c9b81592c 100644 --- a/l10n_fr_siret_lookup/__manifest__.py +++ b/l10n_fr_siret_lookup/__manifest__.py @@ -5,7 +5,7 @@ { "name": "SIRET Lookup", "summary": "Lookup partner via an API on the SIRENE directory", - "version": "16.0.1.0.0", + "version": "17.0.1.0.0", "category": "Partner", "website": "https://github.com/OCA/l10n-france", "author": "Le Filament, Akretion, Odoo Community Association (OCA)", diff --git a/l10n_fr_siret_lookup/readme/CONTRIBUTORS.md b/l10n_fr_siret_lookup/readme/CONTRIBUTORS.md index 5b9de0891..201ebc858 100644 --- a/l10n_fr_siret_lookup/readme/CONTRIBUTORS.md +++ b/l10n_fr_siret_lookup/readme/CONTRIBUTORS.md @@ -1,3 +1,5 @@ - Benjamin Rivier \ () - Remi Cazenave \ () - Alexis de Lattre \<\> +- [Binhex](https://binhex.cloud//com): + - David Luis Mora \<\> diff --git a/l10n_fr_siret_lookup/static/description/index.html b/l10n_fr_siret_lookup/static/description/index.html index fa3bbc297..c55e6944d 100644 --- a/l10n_fr_siret_lookup/static/description/index.html +++ b/l10n_fr_siret_lookup/static/description/index.html @@ -446,6 +446,10 @@

Contributors

  • Benjamin Rivier <benjamin-filament> (https://le-filament.com)
  • Remi Cazenave <remi-filament> (https://le-filament.com)
  • Alexis de Lattre <alexis.delattre@akretion.com>
  • +
  • Binhex: +
  • diff --git a/l10n_fr_siret_lookup/wizard/fr_siret_lookup.py b/l10n_fr_siret_lookup/wizard/fr_siret_lookup.py index 63508aff5..4b314d9bc 100644 --- a/l10n_fr_siret_lookup/wizard/fr_siret_lookup.py +++ b/l10n_fr_siret_lookup/wizard/fr_siret_lookup.py @@ -12,10 +12,8 @@ class FrSiretLookup(models.TransientModel): _description = "Get values from companies" name = fields.Char(string="Name to Search", required=True) - line_ids = fields.One2many( - "fr.siret.lookup.line", "wizard_id", string="Results", readonly=True - ) - partner_id = fields.Many2one("res.partner", readonly=True, required=True) + line_ids = fields.One2many("fr.siret.lookup.line", "wizard_id", string="Results") + partner_id = fields.Many2one("res.partner", required=True) @api.model def default_get(self, fields_list): diff --git a/l10n_fr_siret_lookup/wizard/fr_siret_lookup_view.xml b/l10n_fr_siret_lookup/wizard/fr_siret_lookup_view.xml index 91ed6784c..3221e7c4c 100644 --- a/l10n_fr_siret_lookup/wizard/fr_siret_lookup_view.xml +++ b/l10n_fr_siret_lookup/wizard/fr_siret_lookup_view.xml @@ -6,7 +6,7 @@
    - +