-
-
Notifications
You must be signed in to change notification settings - Fork 715
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
[FIX] Fixing error External ID not found on country from on click button #1716
Conversation
Hi @rousseldenis, |
👍 |
@@ -43,7 +43,7 @@ def _compute_product_country_restriction_ids(self): | |||
|
|||
def action_view_country_restrictions(self): | |||
self.ensure_one() | |||
ref = "product_country_restriction." "product_country_restrictionact_window" | |||
ref = "product_country_restriction." "product_country_restriction_act_window" |
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.
ref = "product_country_restriction." "product_country_restriction_act_window" | |
action_dict = self.env["ir.actions.act_window"]._for_xml_id("product_country_restriction.product_country_restriction_act_window") |
@valentinagiuliani-rapsodoo Could you check pre-commit ? |
@valentinagiuliani-rapsodoo Could you merge the pre-commit commit with the preceding one? |
7752cf6
to
78aa300
Compare
@valentinagiuliani-rapsodoo Last thing : could you modify your commit messages to reflect module name like |
…d in the system: product_country_restriction.product_country_restrictionact_window" on click button on country form
78aa300
to
a4d6f81
Compare
/ocabot merge patch |
On my way to merge this fine PR! |
Congratulations, your PR was merged at 141fc99. Thanks a lot for contributing to OCA. ❤️ |
[FIX] Fixing error "External ID not found in the system: product_country_restriction.product_country_restrictionact_window" on click button on country form