3mrdev - Overview

View 3mrdev's full-sized avatar

Amr Abd-Alkrim 3mrdev

Block or report 3mrdev

Pinned Loading

  1. 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 27 15

  2. 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 16 4

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

    Java 14 5

  4. Open Source Software From Sudan :)

    45 7

  5. 1

    class ResConfigSettings(models.TransientModel):

    2

        _inherit = 'res.config.settings'

    4

        your_field = fields.Many2one("module.model",string="Your Field", config_parameter='your_module.your_field')
  6. 1

    var express = require('express');

    2

    var path = require('path');

    3

    var cookieParser = require('cookie-parser');

    4

    var logger = require('morgan');