Cài đặt Odoo 15 trên Ubuntu server 22.04 với Nginx, SSL Step by Step Nội dung bài viết 1. Cài đặt các thư viện cần thiết cho máy chủ Ubuntu 2. Cài PostgreSQL 3. Tạo user system 4. Download odoo từ Git 5. Tạo môi trường ảo để chạy odoo 6. Cài đặt thư viện cần thiết của ... Odoo
Restful Api odoo 15 from odoo import http from odoo.http import request, Response import json class CustomAPIController(http.Controller): @http.route ( '/custom_api/get_data' , type = 'http' , auth = 'public' , methods =... Odoo
Decoration in tree - Odoo decoration in tree view odoo 1. decoration-bf: shows the record in Bold 2. decoration-it: shows the record in Italics 3. decoration-danger: shows the record in Light Red 4. decoration-info: shows the ... Odoo
Hướng dẫn thêm Website Odoo vào Google Search Console Thêm trang web vào trình theo giõi phân tích google console Truy cập vào link sau: https://search.google.com/search-console Ấn vào "Thêm tài sản" 1 cửa sổ hiện ra điền link website đầy đủ vào như hình... Odoo
Đăng nhập Odoo bằng Google OAuth2 Google Oauth2 Cho phép người dùng đăng nhập bằng tài khoản google có sẵn Module xác thực với Oauth2 Sau khi cài đặt ứng dụng bên trên thì chúng ta tiến hành vào link sau https://console.cloud.google.c... Odoo