Commit Graph

68 Commits (5217da79395a94cb35364e8a1cd85f1dddb9b450)

Author SHA1 Message Date
Juan Jose Scarafia 21daec5241 [IMP] base_name_search_improved: black, isort, prettier 2022-11-29 08:46:54 -03:00
OCA-git-bot 58f6aaa2df [UPD] README.rst 2022-11-29 08:46:54 -03:00
OCA Transbot 62930a8be1 Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
2022-11-29 08:46:54 -03:00
OCA Git Bot 4879a79bad [UPD] README.rst 2022-11-29 08:46:54 -03:00
oca-travis f2ecb174e9 [UPD] Update base_name_search_improved.pot 2022-11-29 08:46:54 -03:00
Katherine Zaoral 36c1bdc975 [MIG] base_name_search_improved: Migration to 11.0
- Descriptor: change __openerp__.py file to __manifest__.py also update module
  version from 9.0.1.0.0 to 11.0.1.0.0
- Update README using guideline
- Views: replace view tag openerp to odoo and rename files to match guideline
- Models

  - update imports from openerp to odoo
  - remove enconding line # -*- coding: utf-8 -*-
  - update to make it compatible
  - remove use of SUPERUSER_ID use sudo instead.
  - rename class name to make it match with guideline.
  - update methods to match api used in version 11.0
  - fix pylint errors
  - replace use of non exist self._model with self._name
  - use `Model `is not None instead of if `Model` this becuase the last one is
    a empty recordset and this one was evaluate to False and never was
    patching the method.

- apply changes resquested/suggested in the PR by the reviewers.
2022-11-29 08:46:54 -03:00
mtbochaca dd992f8ef2 Translated using Weblate (Catalan)
Currently translated at 100.0% (2 of 2 strings)

Translation: server-tools-9.0/server-tools-9.0-base_name_search_improved
Translate-URL: https://translation.odoo-community.org/projects/server-tools-9-0/server-tools-9-0-base_name_search_improved/ca/
2022-11-29 08:46:54 -03:00
oca-travis eb3d0f0c07 [UPD] Update base_name_search_improved.pot 2022-11-29 08:46:54 -03:00
OCA Transbot a4ce50f38f OCA Transbot updated translations from Transifex 2022-11-29 08:46:54 -03:00
Nicolas Mac Rouillon 155d499d05 # Please enter the commit message for your changes. Lines starting 2022-11-29 08:46:54 -03:00
Nicolas Mac Rouillon 11a02004da [9.0] MIG Improved Name Search 2022-11-29 08:46:54 -03:00
Raph 98ea83227b Fix small typo in readme 2022-11-29 08:46:54 -03:00
Yannick Vaucher b16db6e11e Bump version 2022-11-29 08:46:54 -03:00
Daniel Reis be6f96e68b Do not search on empty string. Fixes #467 2022-11-29 08:46:54 -03:00
Daniel Reis 8051c95c4f Honor name_search additional domain 2022-11-29 08:46:54 -03:00
Daniel Reis 23f1eb792d Test if additional domain is honored 2022-11-29 08:46:54 -03:00
Daniel Reis aa9b06681c Return all results from the several methods, ordered by best match 2022-11-29 08:46:54 -03:00
Daniel Reis afa8e9042f base_name_search_improved: friendly and powerful name search 2022-11-29 08:46:54 -03:00