[FIX]product_visible_discount: add a company in product_id_change method
[odoo/odoo.git] / addons / fetchmail_project_issue / installer.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <openerp>
3     <data>
4         <record model="ir.actions.act_window" id="action_link_issue_to_email_account">
5             <field name="name">Create Issues from Email Account</field>
6             <field name="type">ir.actions.act_window</field>
7             <field name="res_model">fetchmail.server</field>
8             <field name="view_type">form</field>
9             <field name="view_mode">tree,form</field>
10             <field name="context" eval="{'default_name': 'Issues', 'default_object_id': ref('project_issue.model_project_issue')}"/>
11             <field name="help">You can connect your email account with issues in OpenERP. A new email sent to this account (example: support@mycompany.com) will automatically create an issue. The whole communication will be attached to the issue automatically.</field>
12         </record>
13
14         <record model="ir.actions.todo" id="config_wizard_action_link_issue_to_email_account">
15             <field name="action_id" ref="action_link_issue_to_email_account" />
16             <field name="category_id" ref="project.category_project_config" />
17         </record>
18     </data>
19 </openerp>