Skip to content
View ppa-odoo's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report ppa-odoo

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: How to inherit <templates> of ... Odoo: How to inherit <templates> of web module?
    1
    REF LINK: https://www.odoo.com/forum/help-1/question/odoo10-how-to-inherit-templates-of-web-module-119140#answer-119142
    2
    
                  
    3
    This is main template:
    4
    
                  
    5
    <template id="template" xml:space="preserve">
  2. How to install npm for less in ubuntu How to install npm for less in ubuntu
    1
    sudo apt-get install curl 
    2
    curl -sL https://deb.nodesource.com/setup_0.10 | sudo bash - 
    3
    sudo apt-get install -y nodejs 
    4
    sudo npm install -g npm (to update npm) 
    5
    ln -s /usr/bin/nodejs /usr/bin/node 
  3. odoo odoo Public

    Forked from odoo/odoo

    Odoo (formerly OpenERP). Open Source Apps To Grow Your Business.

    Python 1

  4. install configuration Postgres install configuration Postgres
    1
    
                  
    2
    https://help.ubuntu.com/community/PostgreSQL
    3
    http://stackoverflow.com/questions/24917832/how-connect-postgres-to-localhost-server-using-pgadmin-on-ubuntu
    4
    Postgres
    5
    https://www.digitalocean.com/community/tutorials/how-to-install-and-use-postgresql-on-ubuntu-18-04
  5. XMLRPC_CALL XMLRPC_CALL
    1
    import xmlrpclib
    2
    HOST = 'localhost'
    3
    PORT = 8069
    4
    DB = 'DATABASE_NAME'
    5
    USER = 'admin'
  6. try it and make your day beautiful, ... try it and make your day beautiful, and try new one and share with me, I am also trying new, have nice day and enjoy python coding
    1
    from turtle import *
    2
    import time
    3
    color('orange')
    4
    begin_fill()
    5
    pensize(5)