changeset 0cc0646e2cc4 in modules/account_budget:default
details: 
https://hg.tryton.org/modules/account_budget?cmd=changeset&node=0cc0646e2cc4
description:
        Use correct xml id on button_action to create periods

        issue10908
        review363021002
diffstat:

 account.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r fe1a8cddae25 -r 0cc0646e2cc4 account.py
--- a/account.py        Thu Sep 23 23:12:35 2021 +0200
+++ b/account.py        Wed Oct 27 11:31:51 2021 +0200
@@ -559,7 +559,7 @@
 
     @classmethod
     @ModelView.button_action(
-        'account_budget.wizard_create_periods')
+        'account_budget.wizard_budget_line_create_periods')
     def create_periods(cls, lines):
         pass
 

Reply via email to