Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
5858 Visualizzazioni

I'm using  doodba  https://github.com/Tecnativa/doodba to running odoo so

I  want to use  an add-on module (report_qr) from https://github.com/OCA/reporting-engine/tree/11.0/report_qr.

How should I install it in order to use it ?

Thanks

Avatar
Abbandona
Risposta migliore

You should add the url to the repository in `odoo/custom/src/repos.yaml`. Like this:

# See https://github.com/Tecnativa/doodba#optodoocustomsrcreposyaml

./odoo:

  defaults:

    depth: $DEPTH_DEFAULT

  remotes:

    odoo: https://github.com/odoo/odoo.git

  target: odoo $ODOO_VERSION

  merges:

    - odoo $ODOO_VERSION


./oca_reporting_engine:

  defaults:

    depth: $DEPTH_DEFAULT

  remotes:

    main: https://github.com/OCA/reporting-engine.git

  target: main $ODOO_VERSION

  merges:

    - main $ODOO_VERSION


Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
giu 25
10491
1
nov 22
3777
6
giu 20
22176
2
giu 25
1002
2
dic 24
5623