diff --git a/doc/GIT_REPO.md b/doc/GIT_REPO.md
index 702c17c..743a5c5 100644
--- a/doc/GIT_REPO.md
+++ b/doc/GIT_REPO.md
@@ -51,4 +51,10 @@ git commit -am "[#ticket] subject: short sentence"
Do your commit.
```bash
git commit -am "[#ticket] subject: short sentence"
-```
\ No newline at end of file
+```
+
+## Useful command
+### Search all repo with specific branch name
+```bash
+./venv/repo forall -pc "git branch -a|grep BRANCH"
+```
diff --git a/manifest/default.dev.xml b/manifest/default.dev.xml
index 51c95b1..6766ad6 100644
--- a/manifest/default.dev.xml
+++ b/manifest/default.dev.xml
@@ -22,7 +22,7 @@
-
+
@@ -38,34 +38,34 @@
-
+
-
+
-
+
-
-
+
+
-
+
-
+
@@ -74,7 +74,7 @@
-
+
@@ -82,11 +82,11 @@
-
+
-
+
@@ -96,8 +96,8 @@
-
+
-
+
diff --git a/run.sh b/run.sh
index 28b1df3..a4600ea 100755
--- a/run.sh
+++ b/run.sh
@@ -1,2 +1,3 @@
#!/usr/bin/env bash
-./venv/bin/python ./odoo/odoo-bin -c ./config.conf $@
+source ./venv/bin/activate
+python3 ./odoo/odoo-bin -c ./config.conf --limit-time-real 99999 --limit-time-cpu 99999 $@
diff --git a/script/install_daemon.sh b/script/install_daemon.sh
index 586d95c..2311c04 100755
--- a/script/install_daemon.sh
+++ b/script/install_daemon.sh
@@ -52,7 +52,7 @@ cat < /tmp/${EL_USER}run.sh
#!/usr/bin/env bash
cd ${EL_HOME_ERPLIBRE}
source ./venv/bin/activate
-python3 ${EL_HOME_ERPLIBRE}/odoo/odoo-bin -c ${EL_HOME_ERPLIBRE}/config.conf $@
+python3 ${EL_HOME_ERPLIBRE}/odoo/odoo-bin -c ${EL_HOME_ERPLIBRE}/config.conf --limit-time-real 99999 --limit-time-cpu 99999 $@
EOF
echo -e "* Security Run File"
diff --git a/source_repo_addons.csv b/source_repo_addons.csv
index 2f64738..a98b03d 100644
--- a/source_repo_addons.csv
+++ b/source_repo_addons.csv
@@ -1,20 +1,20 @@
url,path,revision,clone-depth
https://github.com/ERPLibre/erplibre_addons.git,addons,,
https://github.com/MathBenTech/development.git,addons,,
-https://github.com/MathBenTech/odoo-business-spending-management-quebec-canada.git,addons,stable_prod_12.0,
+https://github.com/MathBenTech/odoo-business-spending-management-quebec-canada.git,addons,12.0_sale_order_line_timesheet_attribution,
https://github.com/MathBenTech/scrummer.git,addons,,
https://github.com/muk-it/muk_base.git,addons,,
https://github.com/muk-it/muk_dms.git,addons,,
https://github.com/muk-it/muk_docs.git,addons,,
https://github.com/muk-it/muk_misc.git,addons,,
https://github.com/muk-it/muk_quality.git,addons,,
-https://github.com/muk-it/muk_web.git,addons,,
-https://github.com/muk-it/muk_website.git,addons,,
+https://github.com/muk-it/muk_web.git,addons,12.0_fix_web_conflict_menu,
+https://github.com/muk-it/muk_website.git,addons,12.0_remove_autoinstall,
https://github.com/Numigi/odoo-base-addons.git,addons,,
https://github.com/Numigi/odoo-entertainment-addons.git,addons,,
https://github.com/Numigi/odoo-git-addons.git,addons,,
https://github.com/Numigi/odoo-hr-addons.git,addons,,
-https://github.com/Numigi/odoo-partner-addons.git,addons,,
+https://github.com/Numigi/odoo-partner-addons.git,addons,12.0_partner_no_vat_improve_no_vat,
https://github.com/Numigi/odoo-product-addons.git,addons,,
https://github.com/Numigi/odoo-project-addons.git,addons,,
https://github.com/Numigi/odoo-purchase-addons.git,addons,,
@@ -29,7 +29,7 @@ https://github.com/OCA/account-consolidation.git,addons,,
https://github.com/OCA/account-financial-reporting.git,addons,,
https://github.com/OCA/account-financial-tools.git,addons,,
https://github.com/OCA/account-fiscal-rule.git,addons,,
-https://github.com/OCA/account-invoicing.git,addons,,
+https://github.com/OCA/account-invoicing.git,addons,12.0_account_invoice_approbation,
https://github.com/OCA/account-invoice-reporting.git,addons,,
https://github.com/OCA/account-payment.git,addons,,
https://github.com/OCA/account-reconcile.git,addons,,
@@ -45,18 +45,18 @@ https://github.com/OCA/contract.git,addons,,
https://github.com/OCA/credit-control.git,addons,,
https://github.com/OCA/currency.git,addons,,
https://github.com/OCA/data-protection.git,addons,,
-https://github.com/OCA/donation.git,addons,,
+https://github.com/OCA/donation.git,addons,12.0_module_donation_website,
https://github.com/OCA/e-commerce.git,addons,,
https://github.com/OCA/edi.git,addons,,
https://github.com/OCA/event.git,addons,,
-https://github.com/OCA/helpdesk.git,addons,,
+https://github.com/OCA/helpdesk.git,addons,12.0_dev,
https://github.com/OCA/hr.git,addons,,
https://github.com/OCA/knowledge.git,addons,,
https://github.com/OCA/l10n-canada.git,addons,,
https://github.com/OCA/maintenance.git,addons,,
https://github.com/OCA/management-system.git,addons,,
https://github.com/OCA/manufacture.git,addons,,
-https://github.com/OCA/margin-analysis.git,addons,,
+https://github.com/OCA/margin-analysis.git,addons,12.0_sale_margin_editor,
https://github.com/OCA/mis-builder.git,addons,,
https://github.com/OCA/multi-company.git,addons,,
https://github.com/OCA/partner-contact.git,addons,,
@@ -64,12 +64,12 @@ https://github.com/OCA/pos.git,addons,,
https://github.com/OCA/product-attribute.git,addons,,
https://github.com/OCA/product-pack.git,addons,,
https://github.com/OCA/product-variant.git,addons,,
-https://github.com/OCA/project.git,addons,,
+https://github.com/OCA/project.git,addons,12.0_fix_conflict_project_key,
https://github.com/OCA/project-reporting.git,addons,,
https://github.com/OCA/purchase-workflow.git,addons,,
https://github.com/OCA/queue.git,addons,,
https://github.com/OCA/reporting-engine.git,addons,,
-https://github.com/OCA/sale-workflow.git,addons,,
+https://github.com/OCA/sale-workflow.git,addons,12.0_modules_sale_order_line,
https://github.com/OCA/server-auth.git,addons,,
https://github.com/OCA/server-brand.git,addons,,
https://github.com/OCA/server-env.git,addons,,
@@ -77,12 +77,12 @@ https://github.com/OCA/server-tools.git,addons,,
https://github.com/OCA/server-ux.git,addons,,
https://github.com/OCA/social.git,addons,,
https://github.com/OCA/stock-logistics-warehouse.git,addons,,
-https://github.com/OCA/timesheet.git,addons,,
+https://github.com/OCA/timesheet.git,addons,12.0_support_project_agile_timesheet,
https://github.com/OCA/web.git,addons,,
-https://github.com/OCA/website.git,addons,,
+https://github.com/OCA/website.git,addons,12.0_dev,
https://github.com/OCA/wms.git,addons,,
https://github.com/odoo/odoo.git,.,12.0_feature_5_star_CRM,1
https://github.com/odooaktiv/QuotationRevision.git,addons,,
https://github.com/openeducat/openeducat_erp.git,addons,,
https://github.com/SanteLibre/santelibre_addons.git,addons,master,
-https://github.com/Smile-SA/odoo_addons.git,addons,,
+https://github.com/Smile-SA/odoo_addons.git,addons,12.0_remote_autoinstall,