server-tools/base_name_search_improved/readme
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
..
CONFIGURE.rst [MIG] base_name_search_improved: Migration to 11.0 2022-11-29 08:46:54 -03:00
CONTRIBUTORS.rst [MIG] base_name_search_improved: Migration to 11.0 2022-11-29 08:46:54 -03:00
CREDITS.rst [MIG] base_name_search_improved: Migration to 11.0 2022-11-29 08:46:54 -03:00
DESCRIPTION.rst [MIG] base_name_search_improved: Migration to 11.0 2022-11-29 08:46:54 -03:00
ROADMAP.rst [MIG] base_name_search_improved: Migration to 11.0 2022-11-29 08:46:54 -03:00
USAGE.rst [MIG] base_name_search_improved: Migration to 11.0 2022-11-29 08:46:54 -03:00