allow buttons on form that link to same action
Registered by
David Janssens
Allow buttons that link to same action on one form.
(currently impossible otherwise name is identical)
It can be accomplished by allowing names like this: name="1234.xxx"
Where xxx is some unique identifier of the button.
The following small patch implements this:
=== modified file 'openerp/
--- openerp/
+++ openerp/
@@ -524,7 +524,7 @@
elif btype == 'action':
from openerp.controllers import actions
- action_id = int(name)
+ action_id = int(name.
if action_type == 'ir.actions.
Blueprint information
- Status:
- Not started
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- None
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- New
- Series goal:
- None
- Implementation:
- Unknown
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
(?)