Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
5955 Vizualizări

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

Imagine profil
Abandonează
Cel mai bun răspuns

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


Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
1
iun. 25
10692
1
nov. 22
3920
6
iun. 20
22403
1
aug. 25
1413
2
dec. 24
6585