-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
[16.0][ADD]Base dns infrastructure #18
Conversation
f400fdd
to
a279c6c
Compare
Hi, The next step will be to create connector modules, I will start with an OVH connector |
ping @sbidoul there's an issue during the build and I'm not able to identify the origin. |
here is the logs that I can't see what to to from my side :
|
Hi @flotho! That is because there is a manifest with version 8.0 in this PR. Addons with such manifest automatically depend on Odoo 8 and pip cannot satisfy that in a 16.0 branch CI. |
thanks @sbidoul , I'll check this |
Hi @lasley @noahzaozao @ruter-lyu @murtuzasaleh @max3903 @JoJoJoJoJoJoJo I'm rebooting this repo in v16 with a simple module as a strating point. Thanks |
Can you fix pre-commit? |
with pleasure, |
hum @bosd , did I miss something on the pylint issue? |
Hmm, maybe this repo needs an update with |
10397af
to
b05c167
Compare
Thanks for the proposal, sadly the command |
b05c167
to
56bd218
Compare
not sure to understand what's wrong in this pre commit |
Ooh I think the copier update' of the repo has already been done recently. Try rebasing your branch. That should fix it. |
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.
very quick code review. The suggested changes should make gh actions happy. 💚
"category": "Services", | ||
"application": True, | ||
"external_dependencies": { | ||
"python": ["validator_collection"], |
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.
"python": ["validator_collection"], | |
"python": ["validator-collection"], |
@@ -0,0 +1,2 @@ | |||
# generated from manifests external_dependencies | |||
validator_collection |
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.
validator_collection | |
validator-collection |
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.
Why change any of the .
dotfiles?
Maybe better to exclude the changes, for the CI.
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.
You can replace (overwrite) this file, with the new icon you created.
<?xml version="1.0" encoding="utf-8" ?> | ||
<odoo noupdate="1"> | ||
<record model="ir.module.category" id="module_category_infrastructure_dns"> | ||
<field name="name">Infrastructure et DNS</field> |
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.
<field name="name">Infrastructure et DNS</field> | |
<field name="name">Infrastructure and DNS</field> |
closed in favor of #20 |
trying a standard port with oca-port