Commit Graph

1196 Commits (a4fee3e4d882404a4d3d5a5660fb6a408113847c)

Author SHA1 Message Date
Juan Jose Scarafia 6b66b2f323 [MIG] base_name_search_improved: Migration to 13.0 2022-11-29 08:46:54 -03:00
Juan Jose Scarafia 323645077e [IMP] base_name_search_improved: run pre commit again 2022-11-29 08:46:54 -03:00
Juan Jose Scarafia bebd42a4a2 [IMP] base_name_search_improved: add v12 imp 2022-11-29 08:46:54 -03:00
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
Weblate 03e4d1b1d1 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-16.0/server-tools-16.0-upgrade_analysis
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-upgrade_analysis/
2022-11-18 17:45:11 +00:00
oca-ci f3bbaa9b21 [UPD] Update upgrade_analysis.pot 2022-11-18 17:45:00 +00:00
Pedro M. Baeza 1249767cb4
Merge pull request #2468 from StefanRijnhart/fix/16.0/flake8_from_github
[16.0][FIX] PyCQA no longer has a gitlab mirror of repos
2022-11-18 18:43:01 +01:00
Stefan Rijnhart fa7873c0bc [UPD] Run copier to include https://github.com/OCA/server-tools/pull/2467 2022-11-18 18:30:55 +01:00
Bert Van Groenendael 3cc5a704e6 [IMP] auditlog: dedicated security groups for model access 2022-11-18 13:54:56 +01:00
Stefan Rijnhart c8671aa35b [MIG] auditlog: Migration to 16.0 2022-11-18 13:54:56 +01:00
Stefan Rijnhart 852a18783b [IMP] auditlog: pre-commit stuff 2022-11-18 13:15:27 +01:00
OCA-git-bot aec54c72d9 auditlog 15.0.1.1.1 2022-11-18 13:12:58 +01:00
Alexandre Fayolle 272729b9e4 [FIX] auditlog: autovacuum performance
Add database indices on the foreign key fields of the auditlog models.
Without these indices, the performance of the autovacuum cron are terrible
because the "ON DELETE SET NULL" trigger has to make a full table scan
on the auditlog_log and auditlog_log_line tables when
auditlog_http_session and auditlog_http_request rows are deleted.
2022-11-18 13:12:58 +01:00
Ignacio Buioli 623e47ef26 Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (83 of 83 strings)

Translation: server-tools-15.0/server-tools-15.0-auditlog
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-auditlog/es_AR/
2022-11-18 13:12:58 +01:00
OCA Transbot e30e89912b Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-15.0/server-tools-15.0-auditlog
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-auditlog/
2022-11-18 13:12:58 +01:00
OCA-git-bot 04d888a511 auditlog 15.0.1.1.0 2022-11-18 13:12:58 +01:00
oca-ci 258fd0df63 [UPD] Update auditlog.pot 2022-11-18 13:12:58 +01:00
Atchuthan Ubendran 470d8def8a Add option to Eliminate user and fields in audit logs 2022-11-18 13:12:58 +01:00
Ignacio Buioli 9018e8414f Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (81 of 81 strings)

Translation: server-tools-15.0/server-tools-15.0-auditlog
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-auditlog/es_AR/
2022-11-18 13:12:58 +01:00
OCA-git-bot 687ed53545 [UPD] README.rst 2022-11-18 13:12:58 +01:00
oca-ci 97128f208e [UPD] Update auditlog.pot 2022-11-18 13:12:58 +01:00
BT-vgabor 6dfa4ae522 [MIG] auditlog: Migration to 15.0 2022-11-18 13:12:58 +01:00
BT-vgabor 3059c6b20c [IMP] auditlog: black, isort, prettier 2022-11-18 13:12:58 +01:00
OCA Transbot d7d8eeb548 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-14.0/server-tools-14.0-auditlog
Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-auditlog/
2022-11-18 13:12:58 +01:00
OCA-git-bot 6808693669 auditlog 14.0.1.2.0 2022-11-18 13:12:58 +01:00
OCA-git-bot f7db93fd0d [UPD] README.rst 2022-11-18 13:12:58 +01:00
oca-travis eba2417e72 [UPD] Update auditlog.pot 2022-11-18 13:12:58 +01:00
Kitti U 06e4130b33 [14.0][IMP] auditlog, add auditlog.log.line view 2022-11-18 13:12:58 +01:00
OCA Transbot 9d802b5507 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-14.0/server-tools-14.0-auditlog
Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-auditlog/
2022-11-18 13:12:58 +01:00
OCA-git-bot 37b187a75f [UPD] README.rst 2022-11-18 13:12:58 +01:00
oca-travis 1c29211cce [UPD] Update auditlog.pot 2022-11-18 13:12:58 +01:00
Bhavesh Odedra bf727fc6a5 [ADD] auditlog: test case for capture record 2022-11-18 13:12:58 +01:00
Bhavesh Odedra 2ab065271d [ADD] auditlog: enable to track Unlink record 2022-11-18 13:12:57 +01:00