archetipo
247ee1cf2f
bug logger --> _logger call [FIX] Flake8 [RM] useless files
9 years ago
Alessio Gerace
26f3d21d73
module
9 years ago
Alessio Gerace
2c49a17356
Porting module to OCA 8.0
9 years ago
Alessio Gerace
2181459fd4
Open FTP session on the last moment possible
Used to open fp = open(file_path,'wb') a few lines before it was needed. This shouldn't be too much of a problem but opening and closing it right after eachother keeps the session open for less time and there are less chances on failure.
10 years ago
Yenthe
eb3d687711
Flemish translations
Flemish translations are identical to Dutch.
10 years ago
Yenthe
e865e89164
Typo fix
could'nt > couldn't
10 years ago
Yenthe
a344e40b21
Full German translations
Thanks to Martin Schmid!
10 years ago
Yenthe
c9e5e12352
Changes chinese translation
Changed some translations
10 years ago
Yenthe
3bca15dde5
Chinese translations
Add Chinese translations to the module. Written by talway.
10 years ago
Yenthe
17aaf78303
Dutch translations
Full translation of the module to Dutch
10 years ago
Yenthe
c4f37451f4
Update english pot file
Added all the new fields and sentences. This will be the template for
translations.
10 years ago
Dave Lasley
8c45b4960d
[FIX] auto_backup: Remove translations
* Remove translations that were part of bad commits & now conflict with rebasing
8 years ago
Pedro M. Baeza
75143b41c3
Merge pull request #625 from Tecnativa/9.0-mig-html_text
[9.0] [MIG] html_text module
8 years ago
OCA Transbot
405274ca2d
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
0974ca13d6
[ADD] setup.py
8 years ago
OCA Git Bot
3ef5a7c0c2
[UPD] addons table in README.md
8 years ago
Gervais Naoussi
40694c42d4
mgmtsystem_kpi rename to kpi ( #543 )
* kpi migration to odoo 9
* UI error connected
* Correction base on last maxime review
* correction on @elicoidal review
* Warning exception improve in kpi_threshold
* Latest Ellicoidal comment implemented
* last Ellicoial recommendation done.
* Copyright corrected
8 years ago
Pedro M. Baeza
c9d97b9cb4
Merge pull request #628 from laslabs/bugfix/9.0/base_multi_image-unlink_bypass
[FIX][9.0] base_multi_image: Adhere to image delete bypass
8 years ago
OCA Git Bot
296593c6ae
[ADD] setup.py
8 years ago
Dave Lasley
d89ef48cef
[FIX] base_multi_image: Adhere to image delete bypass
* Add catch in owner unlink to allow for image delete bypass via context
8 years ago
OCA Git Bot
4a36ce4187
[UPD] addons table in README.md
8 years ago
cubells
cec41e8c00
[9.0] [MIG] html_image_url_extractor module ( #624 )
* Image extractor from HTML fields. (#354 )
* [8.0][html_image_url_extractor] Image extractor from HTML fields.
This technical utility allows the developer to get a list of image URLs from any piece of HTML.
You can use it for example, to get the cover image from a blog post (upcoming module), or to create a slider with all images from it.
* [9.0] [MIG] html_image_url_extractor
* Updated README.rst
8 years ago
OCA Transbot
8630506cd8
OCA Transbot updated translations from Transifex
8 years ago
cubells
f8a832f1e0
[9.0] [MIG] html_text
* Updated README.rst
8 years ago
Yajo
9f8416d61d
Do not die miserably when you get `False` as the HTML input. Test it.
9 years ago
Yajo
6369b4609c
Excerpt generator.
* [8.0][html_text] Excerpt generator.
This module adds a technical utility to allow the developer to get an excerpt from any HTML chunk.
You can choose the maximum amount of words or characters if you want.
See the README and inline docstrings for further details.
9 years ago
OCA Git Bot
c71a77e8c1
[UPD] addons table in README.md
8 years ago
Dave Lasley
dcac84c27c
Merge pull request #620 from laslabs/hotfix/9.0/auto_backup-commit_history
[MIG][9.0] Redo auto_backup
8 years ago
Maxime Chambreuil
0111be2e59
Revert "[9.0][MIG] auto_backup ( #526 )"
This reverts commit 2798d4591b
.
8 years ago
Nicolas Mac Rouillon
2fde86c9f2
[9.0] MIG Improved Name Search
8 years ago
Raph
1d3df35b3f
Fix small typo in readme
8 years ago
OCA Transbot
13d31bdcaf
OCA Transbot updated translations from Transifex
8 years ago
Stéphane Bidoul (ACSONE)
4dfb01a718
remove en.po that was erroneously created by transbot
8 years ago
Yannick Vaucher
fd17bb78c1
Bump version
8 years ago
Daniel Reis
db73286148
Do not search on empty string. Fixes #467
8 years ago
Daniel Reis
81a82da95b
Honor name_search additional domain
8 years ago
Daniel Reis
8557257520
Test if additional domain is honored
8 years ago
OCA Transbot
965b12b902
OCA Transbot updated translations from Transifex
8 years ago
Daniel Reis
7ab40f6a30
Return all results from the several methods, ordered by best match
9 years ago
Daniel Reis
060ac8e79f
base_name_search_improved: friendly and powerful name search
9 years ago
Dave Lasley
e300e2873c
[ADD] auto_backup: Test coverage
* compute_name
* check_folder
* action_sftp_test_connection
* action_backup - sftp
* action_backup_all
* sftp_connection
* filename
8 years ago
Dave Lasley
963f540ea1
[MIG] auto_backup: Migrate to v9
* Add self.ensure_ones
* Add test coverage
8 years ago
Stéphane Bidoul (ACSONE)
0ad9ea655f
[FIX] remove en.po that was erroneously created by transbot
8 years ago
OCA Transbot
9587995be3
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
776b01d086
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
e28df79ca2
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
e5fdbf3fd8
OCA Transbot updated translations from Transifex
9 years ago
David Beal
4b81bda497
[FIX] logger db_backup for pysftp ( #419 )
9 years ago
Javi Melendez
62b768d3fb
[FIX] auto_backup: Empty dump using sftp backup option ( #432 )
9 years ago
Javi Melendez
7e0fbc3dba
[FIX] auto_backup: bad reference to field sftp_private_key ( #423 )
Bump module version to 8.0.1.0.1
9 years ago