Update src/auto_archiver/modules/gsheet_feeder_db/__manifest__.py

This commit is contained in:
Miguel Sozinho Ramalho
2025-03-18 14:10:47 +00:00
committed by GitHub
parent 5c34ac1293
commit f6863b8eb2

View File

@@ -75,6 +75,6 @@
or use the script `bash scripts/generate_google_service_account.sh`.
2. Create a Google sheet with the required column(s) and then define the `sheet` or `sheet_id` configuration to specify this sheet.
3. Customize the column names in your Google sheet using the `columns` configuration.
4. The Google Sheet can be used soley as a feeder or as a feeder and database, but note you can't currently feed into the database from an alternate feeder.
4. The Google Sheet can be used solely as a feeder or as a feeder and database, but note you can't currently feed into the database from an alternate feeder.
""",
}