~therp-nl/therp-addons/7.0_lp1219418

« back to all changes in this revision

Viewing changes to fetchmail_inbox_invoice/view/menu.xml

  • Committer: Ronald Portier
  • Date: 2014-03-28 13:12:43 UTC
  • mfrom: (81.5.17 therp-addons-7.0)
  • Revision ID: ronald@therp.nl-20140328131243-d06yj7u2o9fhshrw
[MERGE] Merge upstream changes
    - resolve text conflict in fetchmail_invoice.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<openerp>
 
3
    <data>
 
4
        <act_window id="action_inbox"
 
5
            res_model="mail.message"
 
6
            view_mode="tree,form"
 
7
            domain="[('model', '=', 'fetchmail.inbox.invoice')]"
 
8
            context="{'default_res_model': 'account.invoice'}"
 
9
            name="Invoices per mail"
 
10
            view_id="fetchmail_inbox.tree_mail_message_fetchmail_inbox"
 
11
            />
 
12
        <menuitem id="menu_inbox"
 
13
            action="action_inbox"
 
14
            parent="account.menu_finance_payables"
 
15
            groups="account.group_account_user"
 
16
            />
 
17
    </data>
 
18
</openerp>