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.

849 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. ./community-data-files:
  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. oca: https://github.com/OCA/community-data-files.git
  89. target: oca 16.0
  90. merges:
  91. - oca 16.0
  92. ./hr:
  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/hr.git
  100. target: oca 16.0
  101. merges:
  102. - oca 16.0
  103. ./l10n-france:
  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: 400
  109. remotes:
  110. oca: https://github.com/OCA/l10n-france.git
  111. target: oca 16.0
  112. merges:
  113. - oca 16.0
  114. - oca refs/pull/423/head
  115. - oca refs/pull/430/head
  116. - oca refs/pull/440/head
  117. ./product-attribute:
  118. defaults:
  119. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  120. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  121. # for a sane value of 100 commits)
  122. depth: $DEPTH_DEFAULT
  123. remotes:
  124. oca: https://github.com/OCA/product-attribute.git
  125. target: oca 16.0
  126. merges:
  127. - oca 16.0
  128. ./project:
  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: 200
  134. remotes:
  135. oca: https://github.com/OCA/project.git
  136. target: oca 16.0
  137. merges:
  138. - oca 16.0
  139. - oca refs/pull/1035/head
  140. - oca refs/pull/1093/head
  141. ./project-reporting:
  142. defaults:
  143. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  144. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  145. # for a sane value of 100 commits)
  146. depth: 200
  147. remotes:
  148. oca: https://github.com/OCA/project-reporting.git
  149. target: oca 16.0
  150. merges:
  151. - oca 16.0
  152. - oca refs/pull/51/head
  153. ./website:
  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: $DEPTH_DEFAULT
  159. remotes:
  160. oca: https://github.com/OCA/website.git
  161. target: oca 16.0
  162. merges:
  163. - oca 16.0
  164. ./web:
  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: 200
  170. remotes:
  171. oca: https://github.com/OCA/web.git
  172. target: oca 16.0
  173. merges:
  174. - oca 16.0
  175. - oca refs/pull/2470/head
  176. - oca refs/pull/2328/head
  177. ./mis-builder:
  178. defaults:
  179. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  180. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  181. # for a sane value of 100 commits)
  182. depth: $DEPTH_DEFAULT
  183. remotes:
  184. oca: https://github.com/OCA/mis-builder.git
  185. target: oca 16.0
  186. merges:
  187. - oca 16.0
  188. ./operating-unit:
  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/operating-unit.git
  196. target: oca 16.0
  197. merges:
  198. - oca 16.0
  199. ./connector:
  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/connector.git
  207. target: oca 16.0
  208. merges:
  209. - oca 16.0
  210. ./delivery-carrier:
  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. origin: https://github.com/OCA/delivery-carrier.git
  218. target: origin 16.0
  219. merges:
  220. - origin 16.0
  221. ./purchase-workflow:
  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/purchase-workflow.git
  229. target: origin 16.0
  230. merges:
  231. - origin 16.0
  232. ./server-env:
  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/server-env.git
  240. target: origin 16.0
  241. merges:
  242. - origin 16.0
  243. ./report-engine:
  244. defaults:
  245. depth: $DEPTH_DEFAULT
  246. remotes:
  247. oca: https://github.com/OCA/reporting-engine.git
  248. alusage: https://github.com/Alusage/reporting-engine.git
  249. target: alusage 16.0_reporting-engine-py3o
  250. merges:
  251. - alusage 16.0_reporting-engine-py3o
  252. #- oca refs/pull/695/head
  253. #- oca refs/pull/696/head
  254. # ./formio:
  255. # defaults:
  256. # # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  257. # # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  258. # # for a sane value of 100 commits)
  259. # depth: $DEPTH_DEFAULT
  260. # remotes:
  261. # origin: https://github.com/novacode-nl/odoo-formio.git
  262. # target: origin 16.0
  263. # merges:
  264. # - origin 16.0
  265. # ./learning_addons:
  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: ssh://git@git.myceliandre.fr:5022/Myceliandre/odoo_learning_addons.git
  273. # target: origin 16.0
  274. # merges:
  275. # - origin 16.0
  276. ./muk-web:
  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: https://github.com/muk-it/muk_web.git
  284. target: origin 16.0
  285. merges:
  286. - origin 16.0
  287. ./rest-framework:
  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. oca: https://github.com/OCA/rest-framework.git
  295. target: oca 16.0
  296. merges:
  297. - oca 16.0
  298. ./server-auth:
  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/server-auth.git
  306. target: oca 16.0
  307. merges:
  308. - oca 16.0
  309. ./server-tools:
  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: 200
  315. remotes:
  316. oca: https://github.com/OCA/server-tools.git
  317. target: oca 16.0
  318. merges:
  319. - oca 16.0
  320. - oca refs/pull/2574/head
  321. ./wms:
  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: $DEPTH_DEFAULT
  327. remotes:
  328. oca: https://github.com/OCA/wms.git
  329. target: oca 16.0
  330. merges:
  331. - oca 16.0
  332. ./stock-logistics-warehouse:
  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/stock-logistics-warehouse.git
  340. target: oca 16.0
  341. merges:
  342. - oca 16.0
  343. ./contract:
  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/contract.git
  351. target: oca 16.0
  352. merges:
  353. - oca 16.0
  354. ./field-service:
  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/field-service.git
  362. target: oca 16.0
  363. merges:
  364. - oca 16.0
  365. ./queue:
  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/queue.git
  373. target: oca 16.0
  374. merges:
  375. - oca 16.0
  376. ./commission:
  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/commission.git
  384. target: oca 16.0
  385. merges:
  386. - oca 16.0
  387. ./pms:
  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/pms.git
  395. target: oca 16.0
  396. merges:
  397. - oca 16.0
  398. ./dms:
  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/dms.git
  406. target: oca 16.0
  407. merges:
  408. - oca 16.0
  409. ./social:
  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: 200
  415. remotes:
  416. oca: https://github.com/OCA/social.git
  417. target: oca 16.0
  418. merges:
  419. - oca 16.0
  420. - oca refs/pull/1073/head
  421. - oca refs/pull/1099/head
  422. ./pos:
  423. defaults:
  424. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  425. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  426. # for a sane value of 100 commits)
  427. depth: $DEPTH_DEFAULT
  428. remotes:
  429. oca: https://github.com/OCA/pos.git
  430. target: oca 16.0
  431. merges:
  432. - oca 16.0
  433. ./product-configurator:
  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/product-configurator.git
  441. target: oca 16.0
  442. merges:
  443. - oca 16.0
  444. ./stock-logistics-workflow:
  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/stock-logistics-workflow.git
  452. target: oca 16.0
  453. merges:
  454. - oca 16.0
  455. ./account-financial-reporting:
  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/account-financial-reporting.git
  463. target: oca 16.0
  464. merges:
  465. - oca 16.0
  466. ./bank-statement-import:
  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/bank-statement-import.git
  474. target: oca 16.0
  475. merges:
  476. - oca 16.0
  477. ./account-reconcile:
  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/account-reconcile.git
  485. target: oca 16.0
  486. merges:
  487. - oca 16.0
  488. ./manufacture:
  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/manufacture.git
  496. target: oca 16.0
  497. merges:
  498. - oca 16.0
  499. ./multi-company:
  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: 200
  505. remotes:
  506. oca: https://github.com/OCA/multi-company.git
  507. target: oca 16.0
  508. merges:
  509. - oca 16.0
  510. ./account-analytic:
  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: $DEPTH_DEFAULT
  516. remotes:
  517. oca: https://github.com/OCA/account-analytic.git
  518. target: oca 16.0
  519. merges:
  520. - oca 16.0
  521. ./stock-logistics-reporting:
  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/stock-logistics-reporting.git
  529. target: oca 16.0
  530. merges:
  531. - oca 16.0
  532. ./account-invoice-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/account-invoice-reporting.git
  540. target: oca 16.0
  541. merges:
  542. - oca 16.0
  543. ./account-invoicing:
  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-invoicing.git
  551. target: oca 16.0
  552. merges:
  553. - oca 16.0
  554. ./sale-reporting:
  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/sale-reporting.git
  562. target: oca 16.0
  563. merges:
  564. - oca 16.0
  565. ./account-closing:
  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/account-closing.git
  573. target: oca 16.0
  574. merges:
  575. - oca 16.0
  576. ./account-payment:
  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-payment.git
  584. target: oca 16.0
  585. merges:
  586. - oca 16.0
  587. ./edi:
  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: 200
  593. remotes:
  594. oca: https://github.com/OCA/edi.git
  595. target: oca 16.0
  596. merges:
  597. - oca 16.0
  598. - oca refs/pull/706/head
  599. - oca refs/pull/724/head
  600. - oca refs/pull/742/head
  601. ./timesheet:
  602. defaults:
  603. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  604. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  605. # for a sane value of 100 commits)
  606. depth: $DEPTH_DEFAULT
  607. remotes:
  608. oca: https://github.com/OCA/timesheet.git
  609. target: oca 16.0
  610. merges:
  611. - oca 16.0
  612. ./odoo-pim:
  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/odoo-pim.git
  620. target: oca 16.0
  621. merges:
  622. - oca 16.0
  623. ./storage:
  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/storage.git
  631. target: oca 16.0
  632. merges:
  633. - oca 16.0
  634. ./product-variant:
  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/product-variant.git
  642. target: oca 16.0
  643. merges:
  644. - oca 16.0
  645. ./e-commerce:
  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/e-commerce.git
  653. target: oca 16.0
  654. merges:
  655. - oca 16.0
  656. ./hr-expense:
  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/hr-expense.git
  664. target: oca 16.0
  665. merges:
  666. - oca 16.0
  667. ./crm:
  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/crm.git
  675. target: oca 16.0
  676. merges:
  677. - oca 16.0
  678. ./maintenance:
  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/maintenance.git
  686. target: oca 16.0
  687. merges:
  688. - oca 16.0
  689. ./connector-telephony:
  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/connector-telephony.git
  697. target: oca 16.0
  698. merges:
  699. - oca 16.0
  700. ./server-backend:
  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/server-backend.git
  708. target: oca 16.0
  709. merges:
  710. - oca 16.0
  711. ./intrastat-extrastat:
  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/intrastat-extrastat.git
  719. target: oca 16.0
  720. merges:
  721. - oca 16.0
  722. ./brand:
  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/brand.git
  730. target: oca 16.0
  731. merges:
  732. - oca 16.0
  733. ./hr-holidays:
  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/hr-holidays.git
  741. target: oca 16.0
  742. merges:
  743. - oca 16.0
  744. ./server-brand:
  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/server-brand.git
  752. target: oca 16.0
  753. merges:
  754. - oca 16.0
  755. ./report-print-send:
  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/report-print-send.git
  763. target: oca 16.0
  764. merges:
  765. - oca 16.0
  766. ./calendar:
  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/calendar.git
  774. target: oca 16.0
  775. merges:
  776. - oca 16.0
  777. ./credit-control:
  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/credit-control.git
  785. target: oca 16.0
  786. merges:
  787. - oca 16.0
  788. ./cooperative:
  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/cooperative.git
  796. target: oca 16.0
  797. merges:
  798. - oca 16.0
  799. # ./myc-extra-addons:
  800. # defaults:
  801. # depth: $DEPTH_DEFAULT
  802. # remotes:
  803. # myc: ssh://git@git.myceliandre.fr:5022/njeudy/myc-extra-addons.git
  804. # target: myc 16.0
  805. # merges:
  806. # - myc 16.0
  807. # ./sync-addons:
  808. # defaults:
  809. # depth: $DEPTH_DEFAULT
  810. # remotes:
  811. # origin: https://github.com/itpp-labs/sync-addons.git
  812. # target: origin 16.0
  813. # merges:
  814. # - origin 16.0
  815. ./spreadsheet:
  816. defaults:
  817. # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
  818. # You may need a bigger depth when merging PRs (use $DEPTH_MERGE
  819. # for a sane value of 100 commits)
  820. depth: $DEPTH_DEFAULT
  821. remotes:
  822. oca: https://github.com/OCA/spreadsheet.git
  823. target: oca 16.0
  824. merges:
  825. - oca 16.0
  826. ./galicea-addons:
  827. defaults:
  828. depth: $DEPTH_DEFAULT
  829. remotes:
  830. origin: https://git.myceliandre.fr/Myceliandre/galicea-odoo-addons-ecosystem.git
  831. target: origin 16.0
  832. merges:
  833. - origin 16.0
  834. ./odoo-web-addons:
  835. defaults:
  836. depth: $DEPTH_DEFAULT
  837. remotes:
  838. origin: https://github.com/Alusage/odoo-web-addons.git
  839. target: origin 16.0
  840. merges:
  841. - origin 16.0
  842. ./onlyoffice-odoo:
  843. defaults:
  844. depth: $DEPTH_DEFAULT
  845. remotes:
  846. origin: https://github.com/ONLYOFFICE/onlyoffice_odoo.git
  847. target: origin 16.0
  848. merges:
  849. - origin 16.0