-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
[MIG] mail_environment: Migration to 18.0 #206
Commits on Oct 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fb73498 - Browse repository at this point
Copy the full SHA fb73498View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff9c6f5 - Browse repository at this point
Copy the full SHA ff9c6f5View commit details -
[FIX] Add fnct_search on type in order to avoid error when ir.cron ru…
…n the fetch task
Configuration menu - View commit details
-
Copy full SHA for 08187a8 - Browse repository at this point
Copy the full SHA 08187a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b59f53b - Browse repository at this point
Copy the full SHA b59f53bView commit details -
mail_eniroment misc improvements
* Move mail_environment in root folder * Use absolute imports for openerp and new Model classes * Use cr argument instead of cursor, propagate context * Update fields, remove deprecated 'method' argument, change 'states' otherwise the fields are not readonly (seems that the 'states' of the original field is kept. * Activate the installable flag * Indentation of the view with 2 spaces * Remove only the attrs attribute instead of redefining the whole field * pep8 * crm is not a dependency for mail_environment * Fix typo in manifest
Configuration menu - View commit details
-
Copy full SHA for 7bbe1ab - Browse repository at this point
Copy the full SHA 7bbe1abView commit details -
Add OCA as author of OCA addons
In order to get visibility on https://www.odoo.com/apps the OCA board has decided to add the OCA as author of all the addons maintained as part of the association.
Configuration menu - View commit details
-
Copy full SHA for 2ac27fe - Browse repository at this point
Copy the full SHA 2ac27feView commit details -
rename *_xml entries in manifest
Configuration menu - View commit details
-
Copy full SHA for 4da01ad - Browse repository at this point
Copy the full SHA 4da01adView commit details -
Configuration menu - View commit details
-
Copy full SHA for f572628 - Browse repository at this point
Copy the full SHA f572628View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8e0bf9 - Browse repository at this point
Copy the full SHA a8e0bf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56b627b - Browse repository at this point
Copy the full SHA 56b627bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a56b239 - Browse repository at this point
Copy the full SHA a56b239View commit details -
Configuration menu - View commit details
-
Copy full SHA for d885a7d - Browse repository at this point
Copy the full SHA d885a7dView commit details -
[MIG] Rename manifest files
Configuration menu - View commit details
-
Copy full SHA for ce6c8da - Browse repository at this point
Copy the full SHA ce6c8daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67fe2d5 - Browse repository at this point
Copy the full SHA 67fe2d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 050bab9 - Browse repository at this point
Copy the full SHA 050bab9View commit details -
[FIX] mail_environment must not depend on server_environment_files
Depending on server_environment is enough
Configuration menu - View commit details
-
Copy full SHA for 76cdb1a - Browse repository at this point
Copy the full SHA 76cdb1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55c57b1 - Browse repository at this point
Copy the full SHA 55c57b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d677036 - Browse repository at this point
Copy the full SHA d677036View commit details -
Configuration menu - View commit details
-
Copy full SHA for a69e668 - Browse repository at this point
Copy the full SHA a69e668View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b717a6 - Browse repository at this point
Copy the full SHA 1b717a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08d30e8 - Browse repository at this point
Copy the full SHA 08d30e8View commit details -
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (6 of 6 strings) Translation: server-env-12.0/server-env-12.0-mail_environment Translate-URL: https://translation.odoo-community.org/projects/server-env-12-0/server-env-12-0-mail_environment/pt_BR/
Configuration menu - View commit details
-
Copy full SHA for c7c60ec - Browse repository at this point
Copy the full SHA c7c60ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58e6463 - Browse repository at this point
Copy the full SHA 58e6463View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04b2359 - Browse repository at this point
Copy the full SHA 04b2359View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecc3827 - Browse repository at this point
Copy the full SHA ecc3827View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82834ca - Browse repository at this point
Copy the full SHA 82834caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f6e61a - Browse repository at this point
Copy the full SHA 3f6e61aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9b4ed6 - Browse repository at this point
Copy the full SHA c9b4ed6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 007ddab - Browse repository at this point
Copy the full SHA 007ddabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 505ff68 - Browse repository at this point
Copy the full SHA 505ff68View commit details -
[FIX] mail_environment: add search field for fetchmail.server's is_ssl
Fixes ``` while parsing /home/odoo/16.0/addons/mail/views/fetchmail_views.xml:88 Error while validating view near: <separator/> <filter string="SSL" name="ssl" domain="[('is_ssl', '=', True)]" help="If SSL required."/> <separator/> <filter string="Archived" name="inactive" domain="[('active', '=', False)]"/> </search> Unsearchable field 'is_ssl' in path 'is_ssl' in domain of <filter name="ssl"> ([('is_ssl', '=', True)])) ``` While upgrading --all on a setup with mail_environment installed.
Configuration menu - View commit details
-
Copy full SHA for 27dd0c7 - Browse repository at this point
Copy the full SHA 27dd0c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a00739f - Browse repository at this point
Copy the full SHA a00739fView commit details -
Translated using Weblate (Spanish)
Currently translated at 100.0% (6 of 6 strings) Translation: server-env-16.0/server-env-16.0-mail_environment Translate-URL: https://translation.odoo-community.org/projects/server-env-16-0/server-env-16-0-mail_environment/es/
Configuration menu - View commit details
-
Copy full SHA for dd4f833 - Browse repository at this point
Copy the full SHA dd4f833View commit details -
Configuration menu - View commit details
-
Copy full SHA for edd6680 - Browse repository at this point
Copy the full SHA edd6680View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fc5a3f - Browse repository at this point
Copy the full SHA 5fc5a3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f314fa - Browse repository at this point
Copy the full SHA 7f314faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ca7d08 - Browse repository at this point
Copy the full SHA 3ca7d08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83c778c - Browse repository at this point
Copy the full SHA 83c778cView commit details -
Translated using Weblate (Italian)
Currently translated at 100.0% (6 of 6 strings) Translation: server-env-17.0/server-env-17.0-mail_environment Translate-URL: https://translation.odoo-community.org/projects/server-env-17-0/server-env-17-0-mail_environment/it/
Configuration menu - View commit details
-
Copy full SHA for fd4be87 - Browse repository at this point
Copy the full SHA fd4be87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 590d178 - Browse repository at this point
Copy the full SHA 590d178View commit details