Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
6182 Zobrazení

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
Zrušit
Nejlepší odpověď

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
čvn 25
11000
1
lis 22
4138
6
čvn 20
22756
1
srp 25
2121
2
pro 24
7770