Skip to content
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

[12.0][FIX] website_sale_checkout_country_vat: inherit the correct view #351

Commits on May 13, 2020

  1. [FIX] website_sale_checkout_country_vat: inherit the correct view

    This module happened to be working accidentally because [it was inheriting from a view that had another inheriting view which defined the necessary elements][1]; but that view can be disabled and then this module breaks.
    
    Fixed by inheriting from the correct view.
    
    Also benefits from OCA/website#720 by using readonly mode if that module is updated.
    
    @Tecnativa TT17694
    
    [1]: https://github.com/odoo/odoo/blob/6e99a89574d11811c03fe3cdc61922352a9610ea/addons/website_sale/views/templates.xml#L1296
    Jairo Llopis committed May 13, 2020
    Configuration menu
    Copy the full SHA
    f44cd5e View commit details
    Browse the repository at this point in the history