Skip to content
View 3mrdev's full-sized avatar
πŸ‘¨β€πŸ’»
Messing things up
πŸ‘¨β€πŸ’»
Messing things up

Organizations

@firebitsnet @sgcsd @3mrdevs @firebitscode @elnajahcom @juddev @docsudan @mamomarket @newcolorsom
Block or Report

Block or report 3mrdev

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
3mrdev/README.md

Hi there πŸ‘‹

PRs Welcome Open Source Love Profile Views

Glad to see you here! 🀩
The green dots on my GitHub profile represent my journey πŸƒβ€β™‚οΈ - From being curious πŸ€” about how did games work back in 2008 to becoming Software Engineer at FireBits 🎯 in 2013 πŸ‡ΈπŸ‡© . Outside of GitHub, You can find me on LinkedIn and my own website https://3mr.dev.

  • πŸ”­ I’m currently working on Tutorials for my blog reach me on twitter for chat or help
  • πŸ‘― Currently I'm looking for contributions for following projects:
Project :octocat: Summary 🎯 Issues πŸ› Open PRs πŸ”” Closed PRs πŸ”₯ Stars ⭐
Odoo Intelij Develop Odoo apps GitHub issues GitHub PRs GitHub PRs GitHub Stars
Odoo EPS SDK EPS pay gate GitHub issues GitHub PRs GitHub PRs GitHub Stars
Flutter EPS SDK EPS pay gate GitHub issues GitHub PRs GitHub PRs GitHub Stars
Kinship App Family tree app GitHub issues GitHub PRs GitHub PRs GitHub Stars
StraightPath App Islamic guidance GitHub issues GitHub PRs GitHub PRs GitHub Stars

Consider leaving a ⭐ for Odoo Intelij Plugin built by me! πŸ€—

Twitter Follow Linkedin Badge Instagram Badge Telegram Badge Messenger Badge

Top Langs 3mr's GitHub stats

Pinned Loading

  1. 3mrdevs/odoo_flutter_app 3mrdevs/odoo_flutter_app Public

    Simple example of a book store app made with flutter which connected to an Odoo Backend API Controller. I'm writing a medium blog post it will be out soon

    Dart 25 14

  2. 3mrdevs/odoo_flutter_backend 3mrdevs/odoo_flutter_backend Public

    Simple example of a book store back-end with odoo for a flutter app with an API controller. I'm writing a medium blog post it will be out soon

    Python 15 4

  3. firebitsnet/odoo-intellij firebitsnet/odoo-intellij Public

    Its a JetBrains's IDE Plugin that adds Support for developing Odoo applications and modules with IntelliJ IDEA and PyCharm IDEs.

    Java 14 6

  4. obiefy/sudanese-oss obiefy/sudanese-oss Public

    Open Source Software From Sudan :)

    44 6

  5. Odoo Configuration Example Odoo Configuration Example
    1
    class ResConfigSettings(models.TransientModel):
    2
        _inherit = 'res.config.settings'
    3
    
    
    4
        your_field = fields.Many2one("module.model",string="Your Field", config_parameter='your_module.your_field')
    5
    
    
  6. Deploy Flutter Web App in a SharedHo... Deploy Flutter Web App in a SharedHosting using NodeJs
    1
    var express = require('express');
    2
    var path = require('path');
    3
    var cookieParser = require('cookie-parser');
    4
    var logger = require('morgan');
    5