Skip to content

Commit

Permalink
Merge branch '16.0' into 16.0_mig
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelTorrecillas authored Mar 4, 2024
2 parents 0cee289 + 6d30822 commit f7129a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
custom: "https://www.paypal.me/itprojectsllc"
custom: "https://www.paypal.me/ITProPayment"
open_collective: odoo-saas
2 changes: 1 addition & 1 deletion saas/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@
"uninstall_hook": None,

"auto_install": False,
"installable": True,
"installable": False,
}
2 changes: 1 addition & 1 deletion saas_cluster_simple/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"data": [],
"demo": [],
"qweb": [],
"installable": True,
"installable": False,
}
2 changes: 1 addition & 1 deletion saas_operator_remote/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"post_init_hook": None,
"uninstall_hook": None,
"auto_install": False,
"installable": True,
"installable": False,
# "demo_title": "SaaS Operator: Remote",
# "demo_addons": [
# ],
Expand Down

0 comments on commit f7129a8

Please sign in to comment.