-
So I added email template validation to our project a while back:
``` python
class ValidateEmailTemplate(models.Model):
_inherit = 'email.template'
@api.constrains('body_html', 'subject')
…
-
I'm running an instance of Odoo 9 and I'm having huge problems with wkhtmltopdf package. First it needed a higher version than my ubuntu box was able to install. Then I downloaded from official websit…
-
Hi @gityopie ,
The web_google_maps module is really good. My country has slightly weird addressing so Google maps returns fields differently so had to make some changes, but I will follow your wor…
-
### What did you do?
Pillow is embedded into the Odoo library. I was trying to load a data file which referenced a png, when suddenly a segfault terminated my container.
### What did you expect to ha…
-
## Impacted versions
Saas-3, Saas-5, and Odoo.com hosted
## Steps to reproduce
- Set up an e-Commerce site with the Website Builder
- Configure the PayPal payment acquirer
- Confirm PayPal account se…
-
(using 9.0c.20160319 on Debian Linux 8.3 testing ("stretch"))
While it is possible to import meetings for a single customer, and also easily possible to import a list of customers using CSV files (on…
grexe updated
8 years ago
-
While the name suggests that this is a base module, the truth is different.
`base_geolocalize` adds a nice feature to get geolocation data from Google Maps API using a `res.partner` address.
Problem…
-
Going to use this to document my shake down testing of RC1 part 2
Test will be done with VMWare Esxi with
2 X CPU
4GB RAM
20GB HDD
Test will be done with DEMO data
Test one will install all module…
-
I tried to use the library on a personal project (zxing-android-embedded)
The configuration file Gradle (build.gradle) is:
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
comp…
-
```
2015-06-17 02:26:48,723 16691 INFO cgstudiomap openerp.addons.res_partner_missing_details.models.res_partner: Checking for missing details: ABT Istanbul
2015-06-17 02:26:48,724 16691 INFO cgstudi…