[DOC] Get module ready for deprecation

This commit is contained in:
Jorge Enrique Gómez Gómez 2025-05-21 13:36:06 -05:00
parent 1cea2385da
commit 236b4cf428

View File

@ -15,3 +15,11 @@
db: agofer db: agofer
path_to_script: /home/odoo/change-odoo-settings.sql path_to_script: /home/odoo/change-odoo-settings.sql
# Warning: path_to_script is deprecated; switch to postgresql_script:
# - name: Run a script directly on the database
# become: true
# become_user: postgres
# postgresql_script:
# login_db: agofer
# path: /home/odoo/change-odoo-settings.sql