Skip to content
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

Property should be a boolean #261

Open
wickeddoc87 opened this issue Feb 13, 2024 · 0 comments
Open

Property should be a boolean #261

wickeddoc87 opened this issue Feb 13, 2024 · 0 comments

Comments

@wickeddoc87
Copy link

'name': "Database auto-backup",
'version': '17.0.0.1',

folder = fields.Char('Backup Directory', help='Absolute path for storing the backups', required='True',
default='/odoo/backups')

Should it not be?

folder = fields.Char('Backup Directory', help='Absolute path for storing the backups', required=True,
default='/odoo/backups')

@wickeddoc87 wickeddoc87 changed the title Property should be a boolean (False) Property should be a boolean Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant