From ce733d42bd33f9936347aa586fafc5e65eccf3a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20E=2E=20G=C3=B3mez?= Date: Sat, 5 Nov 2022 07:40:41 -0500 Subject: [PATCH 1/2] [ADD] New OCA modules for REST API --- selected_oca_modules.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/selected_oca_modules.txt b/selected_oca_modules.txt index 31bb5e3..23120b7 100644 --- a/selected_oca_modules.txt +++ b/selected_oca_modules.txt @@ -7,6 +7,7 @@ bank-payment/account_payment_mode/ bank-payment/account_payment_order/ bank-payment/account_payment_partner/ brand/product_brand/ +connector/component/ credit-control/account_credit_control/ helpdesk/helpdesk_mgmt/ hr/hr_branch/ @@ -18,6 +19,7 @@ product-attribute/product_manufacturer/ reporting-engine/bi_sql_editor/ reporting-engine/report_xlsx/ reporting-engine/report_xlsx_helper/ +rest-framework/base_rest/ server-auth/auth_oauth_multi_token/ server-backend/base_user_role/ server-tools/sql_request_abstract/ From bb6319ad1da2ac8d4512af828dd30a244de6fb1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Enrique=20G=C3=B3mez=20G=C3=B3mez?= Date: Fri, 23 Dec 2022 07:18:08 +0000 Subject: [PATCH 2/2] [DOC] README reflects new structure (in progress) --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 11aef62..36a33b1 100644 --- a/README.md +++ b/README.md @@ -10,30 +10,32 @@ To be installed into this directory structure: │ ├── custom [Modules developed in-house] │ - ├── community [Modules by OCA] + ├── community [Modules by OCA, all repos mixed in a flat structure] │ ├── apps [Bought from third parties in the Odoo Apps Store] │ - ├── special [Developed by Odoo partner subcontractor] + ├── vendor [Developed by an Odoo partner under contract] │ - └── vendor [Developed by an Odoo partner under contract] + ├── vendor01 [In-house copy of modules removed from e-invoice repo] + │ + └── vendor02 [New e-document modules (replaces original e-invoice repo)] + ``` ## To download or update code from repositories: ```sh -./update_from_repo.sh [-h] -o={all|core|community|vendor|special|custom} +./update_from_repo.sh [-h] -o={all|core|community|vendor|vendor01|vendor02|custom} ``` ## To install into the production structure: ```sh -sudo ./install_odoo_code.sh [-h] -o={all|core|community|vendor|special|custom} +sudo ./install_odoo_code.sh [-h] -o={all|core|community|vendor|vendor01|vendor02|custom} ``` ## To apply patches to installed code: ```sh -sudo ./apply_patches.sh [-h] -o={all|core|community|vendor|special} +sudo ./apply_patches.sh [-h] -o={all|core|community|vendor|vendor02} ``` -