Skip to content

Commit

Permalink
feat: add other addons, rubencabrera for starters
Browse files Browse the repository at this point in the history
  • Loading branch information
rubencabrera committed Feb 15, 2020
1 parent e7ba997 commit 26cd055
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ RUN pip3 install \
zeep \
zklib
RUN mkdir /opt/odoo; mkdir /var/log/odoo; mkdir /var/lib/odoo; mkdir /opt/repos && mkdir /opt/repos/oca
RUN mkdir -p /opt/repos/other
RUN useradd --home /opt/odoo --shell /bin/bash odoo
RUN chown -R odoo:odoo /opt/odoo; chown -R odoo:odoo /var/lib/odoo; \
chown -R odoo:odoo /var/log/odoo; chown -R odoo:odoo /opt/repos
Expand Down Expand Up @@ -157,8 +158,10 @@ RUN git clone --branch 12.0 --depth 1 https://github.com/oca/account-analytic.gi
git clone --branch 12.0 --depth 1 https://github.com/oca/website.git; \
git clone --branch 12.0 --depth 1 https://github.com/oca/website-cms.git;

# Repositorios abiertos que no son de la oca ni de Praxya
# TODO
# Other repos, specify folder name so this doesn't get messy with all repos
# named odoo-addons or similar
WORKDIR /opt/repos/other
RUN git clone --branch 12.0 --depth 1 https://github.com/rubencabrera/odoo-addons.git rubencabrera;

# Configuración
USER root
Expand Down
2 changes: 1 addition & 1 deletion odoo-server.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[options]
addons_path = /opt/repos/oca/community-data-files,/opt/repos/oca/stock-logistics-workflow,/opt/repos/oca/account-financial-reporting,/opt/repos/oca/server-tools,/opt/repos/oca/web,/opt/repos/oca/reporting-engine,/opt/repos/oca/partner-contact,/opt/repos/oca/website,/opt/repos/oca/sale-workflow,/opt/repos/oca/stock-logistics-warehouse,/opt/repos/oca/stock-logistics-barcode,/opt/repos/oca/social,/opt/repos/oca/rma,/opt/repos/oca/account-payment,/opt/repos/oca/account-financial-tools,/opt/repos/oca/account-invoicing,/opt/repos/oca/purchase-workflow,/opt/repos/oca/project,/opt/repos/oca/product-variant,/opt/repos/oca/product-attribute,/opt/repos/oca/pos,/opt/repos/oca/manufacture,/opt/repos/oca/management-system,/opt/repos/oca/knowledge,/opt/repos/oca/hr,/opt/repos/oca/e-commerce,/opt/repos/oca/crm,/opt/repos/oca/contract,/opt/repos/oca/commission,/opt/repos/oca/bank-statement-reconcile,/opt/repos/oca/bank-statement-import,/opt/repos/oca/bank-payment,/opt/repos/oca/account-fiscal-rule,/opt/repos/oca/account-invoice-reporting,/opt/repos/oca/account-closing,/opt/repos/oca/account-budgeting,/opt/repos/oca/account-analytic,/opt/repos/oca/operating-unit,/opt/repos/oca/stock-logistics-transport,/opt/repos/oca/hr-timesheet,/opt/repos/oca/event,/opt/repos/oca/intrastat,/opt/repos/oca/sale-financial,/opt/repos/oca/stock-logistics-tracking,/opt/repos/oca/sale-reporting,/opt/repos/oca/purchase-reporting,/opt/repos/oca/project-reporting,/opt/repos/oca/manufacture-reporting,/opt/repos/oca/account-consolidation,/opt/repos/oca/website-cms,/opt/repos/oca/l10n-spain,/opt/repos/oca/margin-analysis,/opt/odoo/odoo/addons,/opt/odoo/addons
addons_path = /opt/repos/other/rubencabrera,/opt/repos/oca/community-data-files,/opt/repos/oca/stock-logistics-workflow,/opt/repos/oca/account-financial-reporting,/opt/repos/oca/server-tools,/opt/repos/oca/web,/opt/repos/oca/reporting-engine,/opt/repos/oca/partner-contact,/opt/repos/oca/website,/opt/repos/oca/sale-workflow,/opt/repos/oca/stock-logistics-warehouse,/opt/repos/oca/stock-logistics-barcode,/opt/repos/oca/social,/opt/repos/oca/rma,/opt/repos/oca/account-payment,/opt/repos/oca/account-financial-tools,/opt/repos/oca/account-invoicing,/opt/repos/oca/purchase-workflow,/opt/repos/oca/project,/opt/repos/oca/product-variant,/opt/repos/oca/product-attribute,/opt/repos/oca/pos,/opt/repos/oca/manufacture,/opt/repos/oca/management-system,/opt/repos/oca/knowledge,/opt/repos/oca/hr,/opt/repos/oca/e-commerce,/opt/repos/oca/crm,/opt/repos/oca/contract,/opt/repos/oca/commission,/opt/repos/oca/bank-statement-reconcile,/opt/repos/oca/bank-statement-import,/opt/repos/oca/bank-payment,/opt/repos/oca/account-fiscal-rule,/opt/repos/oca/account-invoice-reporting,/opt/repos/oca/account-closing,/opt/repos/oca/account-budgeting,/opt/repos/oca/account-analytic,/opt/repos/oca/operating-unit,/opt/repos/oca/stock-logistics-transport,/opt/repos/oca/hr-timesheet,/opt/repos/oca/event,/opt/repos/oca/intrastat,/opt/repos/oca/sale-financial,/opt/repos/oca/stock-logistics-tracking,/opt/repos/oca/sale-reporting,/opt/repos/oca/purchase-reporting,/opt/repos/oca/project-reporting,/opt/repos/oca/manufacture-reporting,/opt/repos/oca/account-consolidation,/opt/repos/oca/website-cms,/opt/repos/oca/l10n-spain,/opt/repos/oca/margin-analysis,/opt/odoo/odoo/addons,/opt/odoo/addons
;Variables:

0 comments on commit 26cd055

Please sign in to comment.