Merge branch 'main' of ssh://gitea.agofer.net:22001/jegomez/odoo14-dev-environment
This commit is contained in:
commit
25baae531c
16
README.md
16
README.md
@ -10,30 +10,32 @@ To be installed into this directory structure:
|
|||||||
│
|
│
|
||||||
├── custom [Modules developed in-house]
|
├── 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]
|
├── 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:
|
## To download or update code from repositories:
|
||||||
|
|
||||||
```sh
|
```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:
|
## To install into the production structure:
|
||||||
|
|
||||||
```sh
|
```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:
|
## To apply patches to installed code:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo ./apply_patches.sh [-h] -o={all|core|community|vendor|special}
|
sudo ./apply_patches.sh [-h] -o={all|core|community|vendor|vendor02}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@ -7,6 +7,7 @@ bank-payment/account_payment_mode/
|
|||||||
bank-payment/account_payment_order/
|
bank-payment/account_payment_order/
|
||||||
bank-payment/account_payment_partner/
|
bank-payment/account_payment_partner/
|
||||||
brand/product_brand/
|
brand/product_brand/
|
||||||
|
connector/component/
|
||||||
credit-control/account_credit_control/
|
credit-control/account_credit_control/
|
||||||
helpdesk/helpdesk_mgmt/
|
helpdesk/helpdesk_mgmt/
|
||||||
hr/hr_branch/
|
hr/hr_branch/
|
||||||
@ -18,6 +19,7 @@ product-attribute/product_manufacturer/
|
|||||||
reporting-engine/bi_sql_editor/
|
reporting-engine/bi_sql_editor/
|
||||||
reporting-engine/report_xlsx/
|
reporting-engine/report_xlsx/
|
||||||
reporting-engine/report_xlsx_helper/
|
reporting-engine/report_xlsx_helper/
|
||||||
|
rest-framework/base_rest/
|
||||||
server-auth/auth_oauth_multi_token/
|
server-auth/auth_oauth_multi_token/
|
||||||
server-backend/base_user_role/
|
server-backend/base_user_role/
|
||||||
server-tools/sql_request_abstract/
|
server-tools/sql_request_abstract/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user