Contributors mailing list archives
contributors@odoo-community.org
Browse archives
Re: how to use odoo setuptools
by
        
            Acsone SA/NV, Stéphane Bidoul
        
        
        
    
        
        Hi Lorenzo,
Or package it with
Best regards,
-sbi
We use gitaggregate [1] as a replacement for the buildout merge feature.
With a config file such as this one:
./src/odoo:
    remotes:
        origin: ssh://git@github.com/acsone/odoo.git
    merges:
        - oca 10.0
        - origin 10.0-with-setup  # symlink addons in odoo/addons
        - odoo pull/14817/head  # aggregate a PR
    target: origin 10.0-myprj
Then we pip install the aggregated branch
pip install -e --src src git+http://github.com/acsone/odoo@10.0-myprj
pip wheel git+http://github.com/acsone/odoo@10.0-myprj
On Wed, Feb 1, 2017 at 2:38 PM, Lorenzo Battistini <lorenzo.battistini@agilebg.com> wrote:
On 13 November 2016 at 22:07, <Bidoul@pad.odoo-community.org> wrote:Hi Robert,You can follow links from https://wheelhouse.odoo-community.org/ as well as the slides from Odoo experience 2016: http://www.slideshare.net/acsone/odoo-development-workflow-w .ith-pip-and-virtualenv Hi Stephane,I wrote a question at slideshare page, but probably better to write it here.Here it is.I would like to ask you about a use case I can't cover so far with this deploy system: unreleased patches to odoo core, how to apply them?Say I installed odoo withhow can I deploy a patch (say an open PR) to production server?What's your suggestion?Thanks!--Lorenzo Battistini______________________________
_________________ 
Mailing-List: http://odoo-community.org/groups/contributors-15 
Post to: mailto:contributors@odoo-community.org 
Unsubscribe: http://odoo-community.org/groups?unsubscribe