I am running Odoo 19 Enterprise and need targeted improvements to both the Products and Contacts apps so they better fit our internal workflow. For Products, I want new data fields added, custom pricing rules that trigger automatically, richer category structures, and a light layer of automation to keep everything in sync (for instance, when a category changes, related price lists should update themselves). For Contacts, the goal is similar: extra fields for the information we actually capture, smarter groupings so marketing segments stay tidy, and an enhanced search that lets staff find people by any of those new fields in a click. Because this is an Enterprise instance, any code should follow Odoo’s ORM conventions, remain upgrade-safe, and be packaged as clean, installable modules. Python, XML, and standard Odoo templating are expected; minimal reliance on Studio so we keep full control of the codebase. Deliverables: • Two installable custom modules: one extending product, one extending res.partner • Full source (Python, XML, manifest, security rules) in Git • Brief README with install steps and a short demo video showing the new features in action I will test on a staging clone first; once everything works there, we move it to production.