Cristina Martin
6df102846e
[12.0][MIG] scheduler_error_mailer: Migration to v12
6 years ago
OCA Transbot
11d9e87f3e
Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
oca-travis
a36dc38948
[UPD] Update scheduler_error_mailer.pot
6 years ago
Simone Orsi
ddabe1579a
Global pylint cleanup
6 years ago
Stéphane Bidoul (ACSONE)
8d110e6a6f
scheduler_error_mailer: fix version in manifest
6 years ago
oca-travis
b0e9911d5d
[UPD] Update scheduler_error_mailer.pot
6 years ago
Achref Mhadhbi
99ef6fdd3b
[MIG] scheduler_error_mailer: Migration to 11.0
6 years ago
OCA Transbot
041cab52f7
OCA Transbot updated translations from Transifex
7 years ago
Andy Teijelo
976f6aef4b
[FIX] scheduler error mailer font typo ( #765 )
* [FIX] scheduler_error_mailer font typo
* [REM] Deleting scheduler_error_mailer.pot
8 years ago
OCA Transbot
fe715a935c
OCA Transbot updated translations from Transifex
8 years ago
MonsieurB
b04f48ff08
migrate to V10
8 years ago
OCA Transbot
9639fc5d6b
OCA Transbot updated translations from Transifex
8 years ago
Atchuthan, Sodexis
292d06196b
[MIG][9.0] scheduler_error_mailer
9 years ago
OCA Transbot
11b0f3cd01
OCA Transbot updated translations from Transifex
9 years ago
Florian da Costa
e621a6cce5
fix scheduler_error_mailer
9 years ago
david.beal@akretion.com
a748f9e927
[FIX] renamed 'email_template' m2o field in 'email_template_id' in scheduler_error_mailer module
10 years ago
Jairo Llopis
bab231a9cb
[MIG] scheduler_error_mailer: Migration to v8
10 years ago
Stéphane Bidoul
92cdd0342b
move all modules to __unported__ on master branch and set installable=False
10 years ago
Sandy Carter
e5fd31e8a6
Generate .pot files
11 years ago
Alexis de Lattre
c032b82770
Port to OpenERP 7.0.
Add logo and screenshot.
Add demo scheduler and test/debug function.
11 years ago
David BEAL
5495f3ec24
Now uses an email template instead of a simple mail
Add a default e-mail template
Add the code we used to test the failure of scheduler (the import directive is commented)
13 years ago
sebastien beau
7956ed0db8
[INIT] intial import
14 years ago
OCA Transbot
96cbb9f34a
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-tools-12.0/server-tools-12.0-html_text
Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-html_text/
6 years ago
OCA Transbot
27f0f9ef7c
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-tools-12.0/server-tools-12.0-html_image_url_extractor
Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-html_image_url_extractor/
6 years ago
oca-travis
f5f30736c4
[UPD] Update html_text.pot
6 years ago
OCA-git-bot
404e1e0108
[ADD] setup.py
6 years ago
Dike90
ba8ddde7ed
[MIG] html_text:Migration to 12.0
6 years ago
oca-travis
1af0105fff
[UPD] Update html_text.pot
7 years ago
Jaume Planas
ea9b06beb3
[FIX] External python override for package `lxml.html` ( #1234 )
7 years ago
tarteo
14b5aa7535
[MIG] html_text: Migration to 11.0
[FIX] Tests
[FIX] Do not test the specific exception
[FIX] Do not test the specific exception
7 years ago
Jairo Llopis
8531cc9c75
[MIG][10.0][html_text] Migrate
OCA Transbot updated translations from Transifex
8 years ago
cubells
3de35b7727
html_text * Updated README.rst
OCA Transbot updated translations from Transifex
8 years ago
Yajo
1782e7044f
Do not die miserably when you get `False` as the HTML input. Test it.
9 years ago
Yajo
94f651a07c
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-travis
2300c13605
[UPD] Update html_image_url_extractor.pot
6 years ago
OCA-git-bot
9785452850
[ADD] setup.py
6 years ago
OCA-git-bot
de6dcbfc00
[UPD] README.rst
6 years ago
Pedro M. Baeza
1a27936167
Merge pull request #1508 from Tecnativa/12.0-mig-html_image_url_extractor
[12.0][MIG] html_image_url_extractor
6 years ago
Cristina Martin
d12a8ed16f
[12.0][MIG] html_image_url_extractor: Migration to v12
6 years ago
oca-travis
0ad7220b77
[UPD] Update html_image_url_extractor.pot
7 years ago
Pedro M. Baeza
d48790459e
[FIX] html_image_url_extractor: Incorrect dependency
7 years ago
OCA Transbot
bb411d9629
OCA Transbot updated translations from Transifex
7 years ago
tarteo
534412ff47
[MIG] html_image_url_extractor: Migration to 11.0
7 years ago
OCA Transbot
93c3e3bde3
OCA Transbot updated translations from Transifex
OCA Transbot updated translations from Transifex
OCA Transbot updated translations from Transifex
7 years ago
Jairo Llopis
f5122723e4
[10.0][MIG][html_image_url_extractor] Migration
8 years ago
OCA Transbot
df9925cce4
OCA Transbot updated translations from Transifex
8 years ago
cubells
bfe3a21228
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
aa22af8988
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-tools-12.0/server-tools-12.0-base_search_fuzzy
Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-base_search_fuzzy/
6 years ago
oca-travis
7fd69765db
[UPD] Update base_search_fuzzy.pot
6 years ago
OCA-git-bot
9b798661f7
[ADD] setup.py
6 years ago