-
-
Notifications
You must be signed in to change notification settings - Fork 493
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] website_sale_show_company_data: Migration to 12.0 #290
[MIG] website_sale_show_company_data: Migration to 12.0 #290
Conversation
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.
thanks for the work 👍
I did a code review: LGTM
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.
This seems something with website_sale_checkout_country_vat more than with this module. cc @Tardo |
I think that conflicts come from here: https://github.com/odoo/odoo/blob/12.0/addons/website_sale/views/templates.xml#L1283 |
So it's reproducible without the module? |
@pedrobaeza Yes, without 'website_sale_checkout_country_vat' gets the same behavior |
OK, thanks for the confirmation. @victormmtorres then you should find another way to inject the fields for not conflicting that way. |
188146d
to
ca7eeac
Compare
@chienandalu Please have a check |
Ok, once runbot is up I'll check it. Did you get to find out if there was an Odoo core bug? |
You mean about the VAT no being filled from parent partner? Not sure if it's reported but for sure I could not see this field propagated as soon you edited the parent partner |
@chienandalu please have a test when have time |
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.
Looks ok now. The other bug is on Odoo's roof now. Just a tiny thing:
@@ -1 +1,3 @@ | |||
* David Vidal <david.vidal@tecnativa.com> | |||
* `Tecnativa <https://www.tecnativa.com>`_: | |||
* David Vidal |
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 need a blank line in between or it won't be properly formated (you can make a quick test with http://rst.ninjs.org)
This PR has the |
618541d
to
61f2ff5
Compare
Changes done @chienandalu |
cc @Tecnativa