Browse Source
Merge pull request #270 from aitorbouzas/11.0-contract-fix_button_call
[FIX] Adding arguments in the UI call of recurring_create_invoice
pull/267/merge
Pedro M. Baeza
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
contract/views/account_analytic_account_view.xml
|
@ -33,6 +33,7 @@ |
|
|
string="Create invoices" |
|
|
string="Create invoices" |
|
|
class="oe_link" |
|
|
class="oe_link" |
|
|
groups="base.group_no_one" |
|
|
groups="base.group_no_one" |
|
|
|
|
|
args='0' |
|
|
/> |
|
|
/> |
|
|
<button name="contract.act_recurring_invoices" |
|
|
<button name="contract.act_recurring_invoices" |
|
|
type="action" |
|
|
type="action" |
|
|