Activity Registration State Tree adaptations
@@ -40,7 +60,7 @@ along with this program. If not, see .
ref="golem_activity_registration_state.golem_activity_registration_search_inherit_state" />
-
+
diff --git a/golem_activity_registration_payment/wizard/golem_activity_registration_invoicing.py b/golem_activity_registration_payment/wizard/golem_activity_registration_invoicing.py
index 48185ba..133db61 100644
--- a/golem_activity_registration_payment/wizard/golem_activity_registration_invoicing.py
+++ b/golem_activity_registration_payment/wizard/golem_activity_registration_invoicing.py
@@ -54,7 +54,7 @@ class GolemActivityRegistrationInvoicing(models.TransientModel):
help='If no schedule is selected, only the '
'invoice will be create. Otherwise, draft '
'payments will be generated.')
- journal_id = fields.Many2one('account.journal', 'Journal',
+ journal_id = fields.Many2one('account.journal', string='Payment method',
domain=[('type', 'in', ('bank', 'cash'))],
ondelete='cascade')
invoice_id = fields.Many2one('account.invoice', string='Generated invoice',
diff --git a/golem_activity_registration_payment/wizard/golem_activity_registration_invoicing.xml b/golem_activity_registration_payment/wizard/golem_activity_registration_invoicing.xml
index 26fdba1..b049cc3 100644
--- a/golem_activity_registration_payment/wizard/golem_activity_registration_invoicing.xml
+++ b/golem_activity_registration_payment/wizard/golem_activity_registration_invoicing.xml
@@ -39,11 +39,13 @@ along with this program. If not, see .
-
-
+
+ If the service user wants to pay with several payment methods, please validate with the main one, go to the payments and change journal on those needed.
Congratulations, activities had been confirmed and invoiced.