commit
feebd09a80
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
'name': 'Event Registration Batch Confirm',
|
||||
'version': '1.0',
|
||||
'description': 'Event Registration Batch Confirm',
|
||||
'summary': 'Event Registration Batch Confirm',
|
||||
'author': 'Expert Co. Ltd.',
|
||||
'website': 'http://www.exp-sa.com',
|
||||
'license': 'LGPL-3',
|
||||
'category': 'Odex25-Event/Odex25-Event',
|
||||
'depends': [
|
||||
'event'
|
||||
],
|
||||
'data': [
|
||||
'data/ir_actions_server.xml'
|
||||
],
|
||||
'auto_install': True,
|
||||
}
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<record id="action_batch_confirm_event_registration" model="ir.actions.server">
|
||||
<field name="name">Confirm</field>
|
||||
<field name="model_id" ref="event.model_event_registration"/>
|
||||
<field name="binding_model_id" ref="event.model_event_registration"/>
|
||||
<field name="binding_view_types">list</field>
|
||||
<field name="state">code</field>
|
||||
<field name="code">records.action_confirm()</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
Loading…
Reference in New Issue