Skip to content
View Alvix11's full-sized avatar

Block or report Alvix11

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Alvix11/README.md

πŸ‘‹ Hi, I'm Alvin Angulo

πŸ§‘β€πŸ’» About Me

Backend Developer with hands-on experience in Python, Django & Odoo. I build REST APIs, develop custom Odoo modules, and work with containerized environments using Docker. Self-taught, focused on clean code, automated testing, and scalable solutions.

  • πŸ’Ό Open to backend development opportunities (Django / Odoo)
  • ⚑ Experienced in Odoo, APIs, PostgreSQL, Django REST Framework, Docker
  • πŸ“« alvinangulo.cv@gmail.com

πŸ› οΈ Languages and Tools

Python Django DRF Odoo PostgreSQL Docker Redis JWT REST API Testing Linux Git


πŸš€ Experience

πŸ”— Global API Integration Module (Odoo)

Custom Odoo module that integrates sales orders with an external production system (Global API). Implements a full sync cycle: sends orders, pulls responses via cron jobs, automatically adjusts order lines (updates quantities, adds/removes products based on API response), feeds inventory, and confirms orders. Includes a manual sync check action and chatter traceability for every change. Python Β· Odoo Β· REST API Β· XML-RPC Β· Git Β· Docker


πŸ“Š Shrinkage SQL Report (Odoo)

Custom analytical report built with a _auto = False SQL view in Odoo 17, modeled after sale.report. Consolidates data from stock.picking and stock.scrap to calculate shrinkage per product and vendor (demand βˆ’ delivered = shrinkage). Exposes the report natively in the Odoo UI with filters and groupby support. Python Β· Odoo Β· PostgreSQL Β· SQL Views Β· Git Β· Docker


πŸ“« Connect with Me


πŸ“Š GitHub Stats

GitHub Streak

Pinned Loading

  1. blogging-platform-API blogging-platform-API Public

    REST API to manage posts (create, read, update, delete) built with Django and Django REST Framework. Ideal for learning or as a base for a blog or content microservice.

    Python

  2. personal-blog personal-blog Public

    A personal blog web application built with Django. It allows authenticated users to read posts. Only the admin has the privilege to create, list, edit and delete posts, with access to the admin pan…

    Python