In shell
- copy the directory of the module in
./addons - give permissions
chmod -R 755 addons/<module_directory> - restart the container
In Odoo:
- Activate the developer mode
- Go to
Settings, then doUpdate Apps List - Go to
Apps, deleteAppsfrom search bar and search the new module
Note: Sometime one module can conflict with other, so, ensure you have a database backup to restore it in order to try again.
In Odoo:
-
Go to
Settings->Thecnical->Parameters, chooseSystem Parameters -
Add a new
System parameteras follow:- without encryption:
ir_attachment.location ---> s3://<Your-AWS-Access-Key-ID>:<Your-AWS-Secret-Key>@<Your-S3-Bucket-name>- with server-side encryption (only AES256, since [aws:kms is not supported in boto3 (boto/botocore#471)):
ir_attachment.location ---> s3://<Your-AWS-Access-Key-ID>:<Your-AWS-Secret-Key>@<Your-S3-Bucket-name>+SSE
-
Populate cities:
Settings / Technical / Locations Management / Locations-> Create
Settings / Technical / Locations Management / Import from Geonames-> Import from Geonames
Required developer mode. -
Populate sales sequences:
Settings / Technical / Sequences
Searchsales
Edit and setRFPO.P.%(month)s%(y)s.as prefix and 5 as sequence size (notation at bottom). -
Incoterms:
Sales / Settings / Sales / Shipping -
Full Accounting Features:
Activate developer mode.
Users / ${username} / Application Accesses / Accounting & Finance-> Billing Manager
Users / ${username} / Technical Settings / Show Full Accounting Features
Refresh the system/browser.
Invoicing / Adviser -
Analytic Accounting for Sales:
Activate developer mode.
Users / ${username} / Technical Settings / Analytic Accounting for Sales
Refresh the system/browser. -
Setup current company's receiving and shipping behaviour:
Inventory / Configuration / Settings/ Warehouse-> Storage Locations
EditInventory / Configuration / Warehouses/ ${youwarehouse}
Choose:Incoming Shipments-> (3 steps),Outgoing Shippings-> (Pick + Pack + Ship) -
Setup mail server for Outgoing messages (development):
CheckGeneral Settings / Discuss / External Email Servers
InOutgoing Mail Serverscreate a new server
SMTP Server: mailhog, SMTP Port: 1025, Debugging: checked
https://github.com/OCA/account-financial-reporting ->
allhttps://github.com/OCA/account-financial-tools
https://github.com/OCA/account-analytic
https://github.com/OCA/community-data-files ->
base_bank_from_ibanhttps://github.com/OCA/currency ->
currency_rate_updatehttps://github.com/OCA/hr ->
hr_skill hr_experiencehttps://github.com/OCA/knowledge ->
all(?)https://github.com/OCA/manufacture ->
mrp_sale_info mrp_bom_equivalent quality_control mrp_production_servicehttps://github.com/OCA/mis-builder ->
mis_builder mis_builder_budgethttps://github.com/OCA/partner-contact/ ->
base_location base_location_geonames_import partner_external_maphttps://github.com/OCA/product-attribute ->
product_priority product_manufacturerhttps://github.com/OCA/project ->
project_stage_closed project_stage_state(?) project_task_add_very_high project_task_default_stage project_task_dependency project_timeline project_timeline_hr_timesheet project_timesheet_time_control project_timeline_task_dependencyhttps://github.com/OCA/purchase-workflow ->
subcontracted_servicehttps://github.com/OCA/reporting-engine ->
report_fillpdf report_xlsxhttps://github.com/OCA/server-auth
auth_signup_verify_email password_securityhttps://github.com/OCA/server-ux ->
date_range mass_editinghttps://github.com/OCA/social ->
email_template_qweb mail_debrand mail_trackinghttps://github.com/OCA/web ->
web_responsive web_widget_color web_searchbar_full_width web_timeline web_widget_bokeh_chart web_environment_ribbon web_export_view web_favicon web_notify web_export_viewhttps://github.com/muk-it/muk_web ->
muk_web_sharehttps://github.com/muk-it/muk_website.git ->
muk_website_customize_gradient muk_website_scroll_up muk_website_navbar_transparent muk_website_social_buttonshttps://github.com/CybroOdoo/CybroAddons ->
developer_mode pivot_heat_map mrp_production_draft mrp_work_order_print import_product_imagehttps://github.com/JayVora-SerpentCS/SerpentCS_Contributions
hr_applicant project_kanban project_task_detail_report hr_grade_rankhttps://github.com/marclijour/odoo-s3 ->
amazon s3https://github.com/Openworx/backend_theme
https://github.com/OmniaGit/odooplm