-
-
Notifications
You must be signed in to change notification settings - Fork 334
[18.0] [MIG] account_invoice_export_server_env: Migration to 18.0 #1192
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
[18.0] [MIG] account_invoice_export_server_env: Migration to 18.0 #1192
Conversation
| @@ -0,0 +1,32 @@ | |||
| import os | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing headers
|
|
||
| from odoo.tools.config import config as odoo_config | ||
|
|
||
| from ...server_environment.tests.common import ServerEnvironmentCase |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
better from odoo.addons.server_environment
add2f9c to
7acc919
Compare
|
Dep is getting merged |
This module is based on the `server_environment` module to use files for
configuration. So we can have a different configuration for each
environment (dev, test, integration, prod). This module define the config
variables for the `account_invoice_export` module.
Exemple of the section to put in the configuration file::
[transmit_method.transmition_method_code]
destination_pwd: password,
destination_user: user,
destination_url: url,
7acc919 to
6ebe95f
Compare
|
This PR has the |
|
/ocabot migration account_invoice_export_server_env |
|
This PR looks fantastic, let's merge it! |
|
Congratulations, your PR was merged at 87521e6. Thanks a lot for contributing to OCA. ❤️ |
Dependency PR for module
account_invoice_export: #1191