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.

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