Purchase Basics: Paying your First Vendor | Odoo Purchase – CBMS Odoo ERP

In this video, learn how to pay your vendors for goods you have purchased. Intro- 00:00 Configuration- 00:44 Order Products- 02:17 Bill Matching- 04:12 Conclusion- 05:56 **Check out more Odoo tutorials** – Purchase Tutorials:  – Vendor Pricelists:  – EDI Purchase to Sales Order:  **App documentation** – Purchase docs:  – RFQs:  -Purchase templates:  – Send payments […]

ESG in Odoo 19 | Environment, Social & Government Factors in Odoo 19 | Odoo 19 New Features| Odoo 19 – CBMS Odoo ERP

In Odoo, ESG typically refers to Environmental, Social, and Governance factors—non-financial metrics used to evaluate a company’s ethical and sustainability performance. While Odoo 19 have a built-in module explicitly labeled “ESG” in its standard apps, it can support ESG tracking and reporting. How ESG Can Be Managed in Odoo: 1. Environmental Inventory & Manufacturing: Track resource […]

How to Create Activity Plan in Odoo 18 Project | Odoo 18 Project Tutorials | Odoo 18 Functional – CBMS Odoo ERP

Master your project tasks with Odoo’s Activity Plan! Organize, assign, and track everything in one place. #Odoo18 #ProjectManagement #ActivityPlan #OdooTutorial #OdooFeatures #OdooFunctional #NewRelease #ProjectPlanning #BusinessSoftware #ERP #Odoo18ProjectTutorials #OdooProjectTutorial #Odoo18Features #ActivityPlanOdoo #Odoo18Project #OdooFunctionalTutorial #OdooERP #OdooRelease2025 #OdooTutorials #cybrosys Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@mycbms.com ➡️ Twitter: ➡️ LinkedIn: ➡️ Facebook: ➡️ Instagram: ➡️ Pinterest: […]

EP-21 How to Create & Add Fields in Odoo 18 | Fields in Odoo 18 | Odoo 18 Technical Tutorials – CBMS Odoo ERP

college_student.py admission_no = fields.Char(string=”Admission Number”, required=True) admission_date = fields.Date(string=”Admission Date”, required=True) first_name = fields.Char(string=”First Name”, required=True) last_name = fields.Char(string=”Last Name”, required=True) father_name = fields.Char(string=”Father’s Name”, required=True) mother_name = fields.Char(string=”Mother’s Name”, required=True) communication_address = fields.Text(string=”Communication Address”, required=True) street = fields.Char() street2 = fields.Char() zip = fields.Char() city = fields.Char() country_id= fields.Many2one(‘res.country’) state_id = fields.Many2one(‘res.country.state’, ‘Fed. State’, […]