[MIG] export_async_schedule: Migration to 17.0#893
Conversation
Schedule exports based on an export list. Susbcribed users will receive an email at the configured interval.
Currently translated at 100.0% (36 of 36 strings) Translation: queue-12.0/queue-12.0-export_async_schedule Translate-URL: https://translation.odoo-community.org/projects/queue-12-0/queue-12-0-export_async_schedule/fr/
Currently translated at 100.0% (36 of 36 strings) Translation: queue-12.0/queue-12.0-export_async_schedule Translate-URL: https://translation.odoo-community.org/projects/queue-12-0/queue-12-0-export_async_schedule/fr/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: queue-14.0/queue-14.0-export_async_schedule Translate-URL: https://translation.odoo-community.org/projects/queue-14-0/queue-14-0-export_async_schedule/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: queue-14.0/queue-14.0-export_async_schedule Translate-URL: https://translation.odoo-community.org/projects/queue-14-0/queue-14-0-export_async_schedule/
b3290ed to
124c302
Compare
|
@yvaucher @simahawk @cuongnmtm |
124c302 to
ca0a493
Compare
|
A improvement is incoming for this module #897 |
cuongnmtm
left a comment
There was a problem hiding this comment.
I noticed that you are using two spaces instead of four for XML file indentation, which introduces multiple unnecessary changes.
https://github.com/OCA/odoo-community.org/blob/master/website/Contribution/CONTRIBUTING.rst#21format
If I am not mistaken, I believe the authors value in the manifest file should not be updated, as it is intended to reflect the original author of the module. We are contributors.
|
|
||
| def name_get(self): | ||
| result = [] | ||
| @api.depends("model_id", "ir_export_id") |
There was a problem hiding this comment.
Should we depend on model_id.name and ir_export_id.name?
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
depends : #894