Skip to content
View GabbasovDinar's full-sized avatar
🚫
...
🚫
...

Organizations

@OCA

Block or report GabbasovDinar

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Pinned Loading

  1. odoo-docker odoo-docker Public

    Forked from odoocker/odoocker

    Fork Odoocker with slight modifications

    Shell

  2. General Coding Guidelines for Odoo D... General Coding Guidelines for Odoo Development
    1
    # General Coding Guidelines for Odoo Development
    2
    
                  
    3
    This document extends the official coding guidelines of Odoo and the OCA community. In case of conflicting instructions, this document takes precedence. The order of guideline application is as follows:
    4
    
                  
    5
    [Odoo Guidelines](https://www.odoo.com/documentation/17.0/contributing/development/coding_guidelines.html)[OCA Guidelines](https://github.com/OCA/odoo-community.org/blob/master/website/Contribution/CONTRIBUTING.rst) → This Document
  3. Odoo Database Backup Shell Script Odoo Database Backup Shell Script
    1
    #!/bin/bash
    2
    
                  
    3
    set -e
    4
    
                  
    5
    # Load environment variables
  4. Commit Message Tags: Best Practices ... Commit Message Tags: Best Practices for Clear and Consistent Version Control
    1
    # Commit Message Tags and Branch Naming Rules
    2
    
                  
    3
    To ensure consistency and clarity in our Git workflow, follow these rules for commit messages and branch names.
    4
    
                  
    5
    ## Commit Message Tags