|
1 | 1 | # See https://github.com/Tecnativa/doodba#optodoocustomsrcreposyaml |
2 | 2 | ./odoo: |
3 | 3 | defaults: |
4 | | - # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner |
5 | | - # You may need a bigger depth when merging PRs (use $DEPTH_MERGE |
6 | | - # for a sane value of 100 commits) |
7 | | - depth: $DEPTH_DEFAULT |
| 4 | + depth: 300 |
8 | 5 | remotes: |
9 | 6 | ocb: https://github.com/OCA/OCB.git |
10 | 7 | odoo: https://github.com/odoo/odoo.git |
11 | | - openupgrade: https://github.com/OCA/OpenUpgrade.git |
12 | | - target: ocb $ODOO_VERSION |
| 8 | + # openupgrade: https://github.com/OCA/OpenUpgrade.git |
| 9 | + px-odoo: https://github.com/Pyxiris/odoo.git |
| 10 | + |
| 11 | + target: agg |
13 | 12 | merges: |
14 | 13 | - ocb $ODOO_VERSION |
15 | | - # Example of a merge of the PR with the number <PR> |
16 | | - # - oca refs/pull/<PR>/head |
| 14 | + - odoo $ODOO_VERSION |
| 15 | + - px-odoo $ODOO_VERSION |
| 16 | + - px-odoo 19.0-always_handle_notifications_in_odoo |
| 17 | + - px-odoo 19.0-backport-checkbox-improvements-autopatch |
| 18 | + - px-odoo 19.0-mail_disable_relay_notification |
| 19 | + - px-odoo 19.0-web-bring-back-print-button |
| 20 | + |
| 21 | +./crm: |
| 22 | + defaults: |
| 23 | + depth: 300 |
| 24 | + remotes: |
| 25 | + oca-crm: https://github.com/OCA/crm.git |
| 26 | + px-crm: https://github.com/Pyxiris/crm.git |
| 27 | + target: agg |
| 28 | + merges: |
| 29 | + - oca-crm $ODOO_VERSION |
| 30 | + |
| 31 | +./server-brand: |
| 32 | + defaults: |
| 33 | + depth: 300 |
| 34 | + remotes: |
| 35 | + oca-server-brand: https://github.com/OCA/server-brand.git |
| 36 | + target: agg |
| 37 | + merges: |
| 38 | + - oca-server-brand $ODOO_VERSION |
| 39 | + |
| 40 | +./social: |
| 41 | + defaults: |
| 42 | + depth: 300 |
| 43 | + remotes: |
| 44 | + oca-social: https://github.com/OCA/social.git |
| 45 | + px-social: https://github.com/Pyxiris/social.git |
| 46 | + target: agg |
| 47 | + merges: |
| 48 | + - oca-social $ODOO_VERSION |
| 49 | + - px-social 19.0-mail_plugin_inject_raw |
| 50 | + |
| 51 | +./web: |
| 52 | + defaults: |
| 53 | + depth: 500 |
| 54 | + remotes: |
| 55 | + oca-web: https://github.com/OCA/web.git |
| 56 | + px-web: https://github.com/Pyxiris/web.git |
| 57 | + target: agg |
| 58 | + merges: |
| 59 | + - oca-web $ODOO_VERSION |
0 commit comments