Skip to content

Commit

Permalink
Add odoo 18 support
Browse files Browse the repository at this point in the history
#88

* Odoo 18 support
* Apt repo: use name + source for key management in favor of deprecated key ID
* Apt repo: use HTTPS in favor of http repo
* Small correction in default case warning targetting Debian
* Make the CI happy.

This PR Follows #85 (comment)
  • Loading branch information
NeatNerdPrime committed Jan 26, 2025
1 parent 815375b commit a069884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
) {
$odoo_supported_versions = {
'Debian' => {
'11' => ['14.0', '15.0', '16.0', '17.0', '18.0', 'system'],
'11' => ['14.0', '15.0', '16.0', 'system'],
'12' => ['14.0', '15.0', '16.0', '17.0', '18.0'],
},
'Ubuntu' => {
Expand Down
2 changes: 1 addition & 1 deletion spec/acceptance/odoo_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
def odoo_supported_versions
{
'Debian' => {
'11' => ['14.0', '15.0', '16.0', '17.0', '18.0', 'system'],
'11' => ['14.0', '15.0', '16.0', 'system'],
'12' => ['14.0', '15.0', '16.0', '17.0', '18.0'],
},
'Ubuntu' => {
Expand Down

0 comments on commit a069884

Please sign in to comment.