You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

860 lines
25 KiB

  1. # See https://github.com/Tecnativa/doodba#optodoocustomsrcreposyaml
  2. ./odoo:
  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
  8. remotes:
  9. ocb: https://github.com/OCA/OCB.git
  10. odoo: https://github.com/odoo/odoo.git
  11. openupgrade: https://github.com/OCA/OpenUpgrade.git
  12. target: ocb 16.0
  13. merges:
  14. - ocb 16.0
  15. # Example of a merge of the PR with the number <PR>
  16. # - oca refs/pull/<PR>/head
  17. ./sale-workflow:
  18. defaults:
  19. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  20. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  21. # for a sane value of 100 commits)
  22. depth: $DEPTH_DEFAULT
  23. remotes:
  24. origin: https://github.com/OCA/sale-workflow.git
  25. target: origin 16.0
  26. merges:
  27. - origin 16.0
  28. ./design-theme:
  29. defaults:
  30. depth: $DEPTH_DEFAULT
  31. remotes:
  32. origin: https://github.com/odoo/design-themes.git
  33. target: origin 16.0
  34. merges:
  35. - origin 16.0
  36. ./partner-contact:
  37. defaults:
  38. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  39. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  40. # for a sane value of 100 commits)
  41. depth: $DEPTH_DEFAULT
  42. remotes:
  43. oca: https://github.com/OCA/partner-contact.git
  44. myc: ssh://git@git.myceliandre.fr:5022/OCA/partner-contact.git
  45. target: oca 16.0
  46. merges:
  47. - oca 16.0
  48. ./server-ux:
  49. defaults:
  50. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  51. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  52. # for a sane value of 100 commits)
  53. depth: $DEPTH_DEFAULT
  54. remotes:
  55. oca: https://github.com/OCA/server-ux.git
  56. target: oca 16.0
  57. merges:
  58. - oca 16.0
  59. ./bank-payment:
  60. defaults:
  61. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  62. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  63. # for a sane value of 100 commits)
  64. depth: $DEPTH_DEFAULT
  65. remotes:
  66. oca: https://github.com/OCA/bank-payment.git
  67. target: oca 16.0
  68. merges:
  69. - oca 16.0
  70. ./account-financial-tools:
  71. defaults:
  72. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  73. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  74. # for a sane value of 100 commits)
  75. depth: $DEPTH_DEFAULT
  76. remotes:
  77. oca: https://github.com/OCA/account-financial-tools.git
  78. target: oca 16.0
  79. merges:
  80. - oca 16.0
  81. ./account-move-import:
  82. defaults:
  83. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  84. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  85. # for a sane value of 100 commits)
  86. depth: $DEPTH_DEFAULT
  87. remotes:
  88. origin: https://github.com/akretion/account-move-import.git
  89. target: origin 16.0
  90. merges:
  91. - origin 16.0
  92. ./community-data-files:
  93. defaults:
  94. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  95. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  96. # for a sane value of 100 commits)
  97. depth: $DEPTH_DEFAULT
  98. remotes:
  99. oca: https://github.com/OCA/community-data-files.git
  100. target: oca 16.0
  101. merges:
  102. - oca 16.0
  103. ./hr:
  104. defaults:
  105. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  106. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  107. # for a sane value of 100 commits)
  108. depth: $DEPTH_DEFAULT
  109. remotes:
  110. oca: https://github.com/OCA/hr.git
  111. target: oca 16.0
  112. merges:
  113. - oca 16.0
  114. ./l10n-france:
  115. defaults:
  116. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  117. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  118. # for a sane value of 100 commits)
  119. depth: 400
  120. remotes:
  121. oca: https://github.com/OCA/l10n-france.git
  122. target: oca 16.0
  123. merges:
  124. - oca 16.0
  125. - oca refs/pull/423/head
  126. - oca refs/pull/430/head
  127. - oca refs/pull/440/head
  128. ./product-attribute:
  129. defaults:
  130. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  131. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  132. # for a sane value of 100 commits)
  133. depth: $DEPTH_DEFAULT
  134. remotes:
  135. oca: https://github.com/OCA/product-attribute.git
  136. target: oca 16.0
  137. merges:
  138. - oca 16.0
  139. ./project:
  140. defaults:
  141. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  142. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  143. # for a sane value of 100 commits)
  144. depth: 200
  145. remotes:
  146. oca: https://github.com/OCA/project.git
  147. target: oca 16.0
  148. merges:
  149. - oca 16.0
  150. - oca refs/pull/1035/head
  151. - oca refs/pull/1093/head
  152. ./project-reporting:
  153. defaults:
  154. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  155. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  156. # for a sane value of 100 commits)
  157. depth: 200
  158. remotes:
  159. oca: https://github.com/OCA/project-reporting.git
  160. target: oca 16.0
  161. merges:
  162. - oca 16.0
  163. - oca refs/pull/51/head
  164. ./website:
  165. defaults:
  166. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  167. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  168. # for a sane value of 100 commits)
  169. depth: $DEPTH_DEFAULT
  170. remotes:
  171. oca: https://github.com/OCA/website.git
  172. target: oca 16.0
  173. merges:
  174. - oca 16.0
  175. ./web:
  176. defaults:
  177. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  178. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  179. # for a sane value of 100 commits)
  180. depth: 200
  181. remotes:
  182. oca: https://github.com/OCA/web.git
  183. target: oca 16.0
  184. merges:
  185. - oca 16.0
  186. - oca refs/pull/2470/head
  187. - oca refs/pull/2328/head
  188. ./mis-builder:
  189. defaults:
  190. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  191. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  192. # for a sane value of 100 commits)
  193. depth: $DEPTH_DEFAULT
  194. remotes:
  195. oca: https://github.com/OCA/mis-builder.git
  196. target: oca 16.0
  197. merges:
  198. - oca 16.0
  199. ./operating-unit:
  200. defaults:
  201. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  202. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  203. # for a sane value of 100 commits)
  204. depth: $DEPTH_DEFAULT
  205. remotes:
  206. oca: https://github.com/OCA/operating-unit.git
  207. target: oca 16.0
  208. merges:
  209. - oca 16.0
  210. ./connector:
  211. defaults:
  212. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  213. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  214. # for a sane value of 100 commits)
  215. depth: $DEPTH_DEFAULT
  216. remotes:
  217. oca: https://github.com/OCA/connector.git
  218. target: oca 16.0
  219. merges:
  220. - oca 16.0
  221. ./delivery-carrier:
  222. defaults:
  223. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  224. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  225. # for a sane value of 100 commits)
  226. depth: $DEPTH_DEFAULT
  227. remotes:
  228. origin: https://github.com/OCA/delivery-carrier.git
  229. target: origin 16.0
  230. merges:
  231. - origin 16.0
  232. ./purchase-workflow:
  233. defaults:
  234. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  235. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  236. # for a sane value of 100 commits)
  237. depth: $DEPTH_DEFAULT
  238. remotes:
  239. origin: https://github.com/OCA/purchase-workflow.git
  240. target: origin 16.0
  241. merges:
  242. - origin 16.0
  243. ./server-env:
  244. defaults:
  245. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  246. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  247. # for a sane value of 100 commits)
  248. depth: $DEPTH_DEFAULT
  249. remotes:
  250. origin: https://github.com/OCA/server-env.git
  251. target: origin 16.0
  252. merges:
  253. - origin 16.0
  254. ./report-engine:
  255. defaults:
  256. depth: $DEPTH_DEFAULT
  257. remotes:
  258. oca: https://github.com/OCA/reporting-engine.git
  259. alusage: https://github.com/Alusage/reporting-engine.git
  260. target: alusage 16.0_reporting-engine-py3o
  261. merges:
  262. - alusage 16.0_reporting-engine-py3o
  263. #- oca refs/pull/695/head
  264. #- oca refs/pull/696/head
  265. # ./formio:
  266. # defaults:
  267. # # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  268. # # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  269. # # for a sane value of 100 commits)
  270. # depth: $DEPTH_DEFAULT
  271. # remotes:
  272. # origin: https://github.com/novacode-nl/odoo-formio.git
  273. # target: origin 16.0
  274. # merges:
  275. # - origin 16.0
  276. # ./learning_addons:
  277. # defaults:
  278. # # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  279. # # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  280. # # for a sane value of 100 commits)
  281. # depth: $DEPTH_DEFAULT
  282. # remotes:
  283. # origin: ssh://git@git.myceliandre.fr:5022/Myceliandre/odoo_learning_addons.git
  284. # target: origin 16.0
  285. # merges:
  286. # - origin 16.0
  287. ./muk-web:
  288. defaults:
  289. # # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  290. # # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  291. # # for a sane value of 100 commits)
  292. depth: $DEPTH_DEFAULT
  293. remotes:
  294. origin: https://github.com/muk-it/muk_web.git
  295. target: origin 16.0
  296. merges:
  297. - origin 16.0
  298. ./rest-framework:
  299. defaults:
  300. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  301. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  302. # for a sane value of 100 commits)
  303. depth: $DEPTH_DEFAULT
  304. remotes:
  305. oca: https://github.com/OCA/rest-framework.git
  306. target: oca 16.0
  307. merges:
  308. - oca 16.0
  309. ./server-auth:
  310. defaults:
  311. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  312. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  313. # for a sane value of 100 commits)
  314. depth: $DEPTH_DEFAULT
  315. remotes:
  316. oca: https://github.com/OCA/server-auth.git
  317. target: oca 16.0
  318. merges:
  319. - oca 16.0
  320. ./server-tools:
  321. defaults:
  322. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  323. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  324. # for a sane value of 100 commits)
  325. depth: 200
  326. remotes:
  327. oca: https://github.com/OCA/server-tools.git
  328. target: oca 16.0
  329. merges:
  330. - oca 16.0
  331. - oca refs/pull/2574/head
  332. ./wms:
  333. defaults:
  334. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  335. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  336. # for a sane value of 100 commits)
  337. depth: $DEPTH_DEFAULT
  338. remotes:
  339. oca: https://github.com/OCA/wms.git
  340. target: oca 16.0
  341. merges:
  342. - oca 16.0
  343. ./stock-logistics-warehouse:
  344. defaults:
  345. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  346. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  347. # for a sane value of 100 commits)
  348. depth: $DEPTH_DEFAULT
  349. remotes:
  350. oca: https://github.com/OCA/stock-logistics-warehouse.git
  351. target: oca 16.0
  352. merges:
  353. - oca 16.0
  354. ./contract:
  355. defaults:
  356. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  357. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  358. # for a sane value of 100 commits)
  359. depth: $DEPTH_DEFAULT
  360. remotes:
  361. oca: https://github.com/OCA/contract.git
  362. target: oca 16.0
  363. merges:
  364. - oca 16.0
  365. ./field-service:
  366. defaults:
  367. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  368. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  369. # for a sane value of 100 commits)
  370. depth: $DEPTH_DEFAULT
  371. remotes:
  372. oca: https://github.com/OCA/field-service.git
  373. target: oca 16.0
  374. merges:
  375. - oca 16.0
  376. ./queue:
  377. defaults:
  378. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  379. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  380. # for a sane value of 100 commits)
  381. depth: $DEPTH_DEFAULT
  382. remotes:
  383. oca: https://github.com/OCA/queue.git
  384. target: oca 16.0
  385. merges:
  386. - oca 16.0
  387. ./commission:
  388. defaults:
  389. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  390. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  391. # for a sane value of 100 commits)
  392. depth: $DEPTH_DEFAULT
  393. remotes:
  394. oca: https://github.com/OCA/commission.git
  395. target: oca 16.0
  396. merges:
  397. - oca 16.0
  398. ./pms:
  399. defaults:
  400. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  401. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  402. # for a sane value of 100 commits)
  403. depth: $DEPTH_DEFAULT
  404. remotes:
  405. oca: https://github.com/OCA/pms.git
  406. target: oca 16.0
  407. merges:
  408. - oca 16.0
  409. ./dms:
  410. defaults:
  411. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  412. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  413. # for a sane value of 100 commits)
  414. depth: $DEPTH_DEFAULT
  415. remotes:
  416. oca: https://github.com/OCA/dms.git
  417. target: oca 16.0
  418. merges:
  419. - oca 16.0
  420. ./social:
  421. defaults:
  422. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  423. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  424. # for a sane value of 100 commits)
  425. depth: 200
  426. remotes:
  427. oca: https://github.com/OCA/social.git
  428. target: oca 16.0
  429. merges:
  430. - oca 16.0
  431. - oca refs/pull/1073/head
  432. - oca refs/pull/1099/head
  433. ./pos:
  434. defaults:
  435. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  436. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  437. # for a sane value of 100 commits)
  438. depth: $DEPTH_DEFAULT
  439. remotes:
  440. oca: https://github.com/OCA/pos.git
  441. target: oca 16.0
  442. merges:
  443. - oca 16.0
  444. ./product-configurator:
  445. defaults:
  446. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  447. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  448. # for a sane value of 100 commits)
  449. depth: $DEPTH_DEFAULT
  450. remotes:
  451. oca: https://github.com/OCA/product-configurator.git
  452. target: oca 16.0
  453. merges:
  454. - oca 16.0
  455. ./stock-logistics-workflow:
  456. defaults:
  457. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  458. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  459. # for a sane value of 100 commits)
  460. depth: $DEPTH_DEFAULT
  461. remotes:
  462. oca: https://github.com/OCA/stock-logistics-workflow.git
  463. target: oca 16.0
  464. merges:
  465. - oca 16.0
  466. ./account-financial-reporting:
  467. defaults:
  468. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  469. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  470. # for a sane value of 100 commits)
  471. depth: $DEPTH_DEFAULT
  472. remotes:
  473. oca: https://github.com/OCA/account-financial-reporting.git
  474. target: oca 16.0
  475. merges:
  476. - oca 16.0
  477. ./bank-statement-import:
  478. defaults:
  479. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  480. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  481. # for a sane value of 100 commits)
  482. depth: $DEPTH_DEFAULT
  483. remotes:
  484. oca: https://github.com/OCA/bank-statement-import.git
  485. target: oca 16.0
  486. merges:
  487. - oca 16.0
  488. ./account-reconcile:
  489. defaults:
  490. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  491. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  492. # for a sane value of 100 commits)
  493. depth: $DEPTH_DEFAULT
  494. remotes:
  495. oca: https://github.com/OCA/account-reconcile.git
  496. target: oca 16.0
  497. merges:
  498. - oca 16.0
  499. ./manufacture:
  500. defaults:
  501. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  502. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  503. # for a sane value of 100 commits)
  504. depth: $DEPTH_DEFAULT
  505. remotes:
  506. oca: https://github.com/OCA/manufacture.git
  507. target: oca 16.0
  508. merges:
  509. - oca 16.0
  510. ./multi-company:
  511. defaults:
  512. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  513. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  514. # for a sane value of 100 commits)
  515. depth: 200
  516. remotes:
  517. oca: https://github.com/OCA/multi-company.git
  518. target: oca 16.0
  519. merges:
  520. - oca 16.0
  521. ./account-analytic:
  522. defaults:
  523. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  524. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  525. # for a sane value of 100 commits)
  526. depth: $DEPTH_DEFAULT
  527. remotes:
  528. oca: https://github.com/OCA/account-analytic.git
  529. target: oca 16.0
  530. merges:
  531. - oca 16.0
  532. ./stock-logistics-reporting:
  533. defaults:
  534. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  535. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  536. # for a sane value of 100 commits)
  537. depth: $DEPTH_DEFAULT
  538. remotes:
  539. oca: https://github.com/OCA/stock-logistics-reporting.git
  540. target: oca 16.0
  541. merges:
  542. - oca 16.0
  543. ./account-invoice-reporting:
  544. defaults:
  545. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  546. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  547. # for a sane value of 100 commits)
  548. depth: $DEPTH_DEFAULT
  549. remotes:
  550. oca: https://github.com/OCA/account-invoice-reporting.git
  551. target: oca 16.0
  552. merges:
  553. - oca 16.0
  554. ./account-invoicing:
  555. defaults:
  556. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  557. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  558. # for a sane value of 100 commits)
  559. depth: $DEPTH_DEFAULT
  560. remotes:
  561. oca: https://github.com/OCA/account-invoicing.git
  562. target: oca 16.0
  563. merges:
  564. - oca 16.0
  565. ./sale-reporting:
  566. defaults:
  567. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  568. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  569. # for a sane value of 100 commits)
  570. depth: $DEPTH_DEFAULT
  571. remotes:
  572. oca: https://github.com/OCA/sale-reporting.git
  573. target: oca 16.0
  574. merges:
  575. - oca 16.0
  576. ./account-closing:
  577. defaults:
  578. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  579. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  580. # for a sane value of 100 commits)
  581. depth: $DEPTH_DEFAULT
  582. remotes:
  583. oca: https://github.com/OCA/account-closing.git
  584. target: oca 16.0
  585. merges:
  586. - oca 16.0
  587. ./account-payment:
  588. defaults:
  589. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  590. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  591. # for a sane value of 100 commits)
  592. depth: $DEPTH_DEFAULT
  593. remotes:
  594. oca: https://github.com/OCA/account-payment.git
  595. target: oca 16.0
  596. merges:
  597. - oca 16.0
  598. ./edi:
  599. defaults:
  600. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  601. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  602. # for a sane value of 100 commits)
  603. depth: 200
  604. remotes:
  605. oca: https://github.com/OCA/edi.git
  606. target: oca 16.0
  607. merges:
  608. - oca 16.0
  609. - oca refs/pull/706/head
  610. - oca refs/pull/724/head
  611. - oca refs/pull/742/head
  612. ./timesheet:
  613. defaults:
  614. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  615. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  616. # for a sane value of 100 commits)
  617. depth: $DEPTH_DEFAULT
  618. remotes:
  619. oca: https://github.com/OCA/timesheet.git
  620. target: oca 16.0
  621. merges:
  622. - oca 16.0
  623. ./odoo-pim:
  624. defaults:
  625. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  626. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  627. # for a sane value of 100 commits)
  628. depth: $DEPTH_DEFAULT
  629. remotes:
  630. oca: https://github.com/OCA/odoo-pim.git
  631. target: oca 16.0
  632. merges:
  633. - oca 16.0
  634. ./storage:
  635. defaults:
  636. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  637. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  638. # for a sane value of 100 commits)
  639. depth: $DEPTH_DEFAULT
  640. remotes:
  641. oca: https://github.com/OCA/storage.git
  642. target: oca 16.0
  643. merges:
  644. - oca 16.0
  645. ./product-variant:
  646. defaults:
  647. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  648. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  649. # for a sane value of 100 commits)
  650. depth: $DEPTH_DEFAULT
  651. remotes:
  652. oca: https://github.com/OCA/product-variant.git
  653. target: oca 16.0
  654. merges:
  655. - oca 16.0
  656. ./e-commerce:
  657. defaults:
  658. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  659. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  660. # for a sane value of 100 commits)
  661. depth: $DEPTH_DEFAULT
  662. remotes:
  663. oca: https://github.com/OCA/e-commerce.git
  664. target: oca 16.0
  665. merges:
  666. - oca 16.0
  667. ./hr-expense:
  668. defaults:
  669. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  670. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  671. # for a sane value of 100 commits)
  672. depth: $DEPTH_DEFAULT
  673. remotes:
  674. oca: https://github.com/OCA/hr-expense.git
  675. target: oca 16.0
  676. merges:
  677. - oca 16.0
  678. ./crm:
  679. defaults:
  680. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  681. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  682. # for a sane value of 100 commits)
  683. depth: $DEPTH_DEFAULT
  684. remotes:
  685. oca: https://github.com/OCA/crm.git
  686. target: oca 16.0
  687. merges:
  688. - oca 16.0
  689. ./maintenance:
  690. defaults:
  691. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  692. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  693. # for a sane value of 100 commits)
  694. depth: $DEPTH_DEFAULT
  695. remotes:
  696. oca: https://github.com/OCA/maintenance.git
  697. target: oca 16.0
  698. merges:
  699. - oca 16.0
  700. ./connector-telephony:
  701. defaults:
  702. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  703. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  704. # for a sane value of 100 commits)
  705. depth: $DEPTH_DEFAULT
  706. remotes:
  707. oca: https://github.com/OCA/connector-telephony.git
  708. target: oca 16.0
  709. merges:
  710. - oca 16.0
  711. ./server-backend:
  712. defaults:
  713. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  714. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  715. # for a sane value of 100 commits)
  716. depth: $DEPTH_DEFAULT
  717. remotes:
  718. oca: https://github.com/OCA/server-backend.git
  719. target: oca 16.0
  720. merges:
  721. - oca 16.0
  722. ./intrastat-extrastat:
  723. defaults:
  724. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  725. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  726. # for a sane value of 100 commits)
  727. depth: $DEPTH_DEFAULT
  728. remotes:
  729. oca: https://github.com/OCA/intrastat-extrastat.git
  730. target: oca 16.0
  731. merges:
  732. - oca 16.0
  733. ./brand:
  734. defaults:
  735. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  736. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  737. # for a sane value of 100 commits)
  738. depth: $DEPTH_DEFAULT
  739. remotes:
  740. oca: https://github.com/OCA/brand.git
  741. target: oca 16.0
  742. merges:
  743. - oca 16.0
  744. ./hr-holidays:
  745. defaults:
  746. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  747. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  748. # for a sane value of 100 commits)
  749. depth: $DEPTH_DEFAULT
  750. remotes:
  751. oca: https://github.com/OCA/hr-holidays.git
  752. target: oca 16.0
  753. merges:
  754. - oca 16.0
  755. ./server-brand:
  756. defaults:
  757. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  758. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  759. # for a sane value of 100 commits)
  760. depth: $DEPTH_DEFAULT
  761. remotes:
  762. oca: https://github.com/OCA/server-brand.git
  763. target: oca 16.0
  764. merges:
  765. - oca 16.0
  766. ./report-print-send:
  767. defaults:
  768. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  769. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  770. # for a sane value of 100 commits)
  771. depth: $DEPTH_DEFAULT
  772. remotes:
  773. oca: https://github.com/OCA/report-print-send.git
  774. target: oca 16.0
  775. merges:
  776. - oca 16.0
  777. ./calendar:
  778. defaults:
  779. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  780. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  781. # for a sane value of 100 commits)
  782. depth: $DEPTH_DEFAULT
  783. remotes:
  784. oca: https://github.com/OCA/calendar.git
  785. target: oca 16.0
  786. merges:
  787. - oca 16.0
  788. ./credit-control:
  789. defaults:
  790. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  791. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  792. # for a sane value of 100 commits)
  793. depth: $DEPTH_DEFAULT
  794. remotes:
  795. oca: https://github.com/OCA/credit-control.git
  796. target: oca 16.0
  797. merges:
  798. - oca 16.0
  799. ./cooperative:
  800. defaults:
  801. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  802. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  803. # for a sane value of 100 commits)
  804. depth: $DEPTH_DEFAULT
  805. remotes:
  806. oca: https://github.com/OCA/cooperative.git
  807. target: oca 16.0
  808. merges:
  809. - oca 16.0
  810. # ./myc-extra-addons:
  811. # defaults:
  812. # depth: $DEPTH_DEFAULT
  813. # remotes:
  814. # myc: ssh://git@git.myceliandre.fr:5022/njeudy/myc-extra-addons.git
  815. # target: myc 16.0
  816. # merges:
  817. # - myc 16.0
  818. # ./sync-addons:
  819. # defaults:
  820. # depth: $DEPTH_DEFAULT
  821. # remotes:
  822. # origin: https://github.com/itpp-labs/sync-addons.git
  823. # target: origin 16.0
  824. # merges:
  825. # - origin 16.0
  826. ./spreadsheet:
  827. defaults:
  828. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  829. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  830. # for a sane value of 100 commits)
  831. depth: $DEPTH_DEFAULT
  832. remotes:
  833. oca: https://github.com/OCA/spreadsheet.git
  834. target: oca 16.0
  835. merges:
  836. - oca 16.0
  837. ./galicea-addons:
  838. defaults:
  839. depth: $DEPTH_DEFAULT
  840. remotes:
  841. origin: https://git.myceliandre.fr/Myceliandre/galicea-odoo-addons-ecosystem.git
  842. target: origin 16.0
  843. merges:
  844. - origin 16.0
  845. ./odoo-web-addons:
  846. defaults:
  847. depth: $DEPTH_DEFAULT
  848. remotes:
  849. origin: https://github.com/Alusage/odoo-web-addons.git
  850. target: origin 16.0
  851. merges:
  852. - origin 16.0
  853. ./onlyoffice-odoo:
  854. defaults:
  855. depth: $DEPTH_DEFAULT
  856. remotes:
  857. origin: https://github.com/ONLYOFFICE/onlyoffice_odoo.git
  858. target: origin 16.0
  859. merges:
  860. - origin 16.0