Skip to content

Syncing from upstream OCA/server-backend (12.0) #387

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[base_default_lang_translate](base_default_lang_translate/) | 12.0.1.0.0 | [![remi-filament](https://github.com/remi-filament.png?size=30px)](https://github.com/remi-filament) | This modules allows to select a default language which is used for source terms in translations
[base_default_lang_translate](base_default_lang_translate/) | 12.0.1.0.0 | <a href='https://github.com/remi-filament'><img src='https://github.com/remi-filament.png' width='32' height='32' style='border-radius:50%;' alt='remi-filament'/></a> | This modules allows to select a default language which is used for source terms in translations
[base_external_dbsource](base_external_dbsource/) | 12.0.1.1.1 | | External Database Sources
[base_external_dbsource_mssql](base_external_dbsource_mssql/) | 12.0.1.0.1 | | External Database Source - MSSQL
[base_external_dbsource_mysql](base_external_dbsource_mysql/) | 12.0.1.0.1 | | External Database Source - MySQL
Expand All @@ -30,13 +30,13 @@ addon | version | maintainers | summary
[base_global_discount](base_global_discount/) | 12.0.3.0.0 | | Base Global Discount
[base_import_match](base_import_match/) | 12.0.1.1.1 | | Try to avoid duplicates before importing
[base_suspend_security](base_suspend_security/) | 12.0.1.0.4 | | Suspend security checks for a call
[base_user_role](base_user_role/) | 12.0.2.1.3 | [![ABF OSIELL](https://github.com/ABF OSIELL.png?size=30px)](https://github.com/ABF OSIELL) [![jcdrubay](https://github.com/jcdrubay.png?size=30px)](https://github.com/jcdrubay) | User roles
[base_user_role](base_user_role/) | 12.0.2.1.3 | <a href='https://github.com/ABF OSIELL'><img src='https://github.com/ABF OSIELL.png' width='32' height='32' style='border-radius:50%;' alt='ABF OSIELL'/></a> <a href='https://github.com/jcdrubay'><img src='https://github.com/jcdrubay.png' width='32' height='32' style='border-radius:50%;' alt='jcdrubay'/></a> | User roles
[base_user_role_company](base_user_role_company/) | 12.0.1.0.0 | | User roles by company
[base_user_role_history](base_user_role_history/) | 12.0.1.0.1 | [![ThomasBinsfeld](https://github.com/ThomasBinsfeld.png?size=30px)](https://github.com/ThomasBinsfeld) | This module allows to track the changes on users roles.
[base_user_role_history](base_user_role_history/) | 12.0.1.0.1 | <a href='https://github.com/ThomasBinsfeld'><img src='https://github.com/ThomasBinsfeld.png' width='32' height='32' style='border-radius:50%;' alt='ThomasBinsfeld'/></a> | This module allows to track the changes on users roles.
[base_user_role_profile](base_user_role_profile/) | 12.0.1.0.0 | | User profiles
[base_user_role_profile_example](base_user_role_profile_example/) | 12.0.1.0.0 | | User profiles example
[pglogical](pglogical/) | 12.0.1.0.1 | | Support for replicating Odoo's database
[server_action_navigate](server_action_navigate/) | 12.0.1.0.1 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Navigate between any items of any Odoo Models
[server_action_navigate](server_action_navigate/) | 12.0.1.0.1 | <a href='https://github.com/legalsylvain'><img src='https://github.com/legalsylvain.png' width='32' height='32' style='border-radius:50%;' alt='legalsylvain'/></a> | Navigate between any items of any Odoo Models

[//]: # (end addons)

Expand Down
Loading