Odoo 17 Community Packaged Installation | Ubuntu • Debian
In this tutorial, I will walk you through the on-premises installation of Odoo Community version. Without further Odoo (yes I have picked up this expression from an Odoo video 😄 — and I liked it), Let’s gain shell access to your server using SSH. This guide assumes you possess sufficient knowledge of provisioning a remote server and are familiar with Linux-based operating …
Continue Reading
Deliver the Mail with Amazon SES and Rails
Amazon Simple Email Service (Amazon SES) is a cost-effective email service built on the reliable and scalable infrastructure that Amazon.com developed to serve its own customer base. With Amazon SES, you can send transactional email, marketing messages, or any other type of high-quality content to your customers. You can also use Amazon SES to receive messages and deliver them to …
Continue Reading
Quick Tip: DRY Up Your Model Validations Tests
I was working on an application and needed to test the models, which is a pretty normal practice. I had to repeat validation tests for each field and each model resulting in lots of duplicated test code. So, I’m going to share my solution to this problem, which will help us avoid repeating similar validation tests for each model. I’m …
Continue Reading