Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
vauxoo-dev
addons-vauxoo
Commits
e35ed60a
Commit
e35ed60a
authored
Oct 23, 2012
by
Luis Ernesto Torres Macías
Browse files
[ADD][account_move_group]Add group for wizard that mergea
parent
34f84ced
Changes
3
Hide whitespace changes
Inline
Side-by-side
account_move_group/__openerp__.py
View file @
e35ed60a
...
...
@@ -35,6 +35,7 @@
'depends'
:
[
'account'
],
'init_xml'
:
[],
'update_xml'
:
[
'security/wizard_merge.xml'
,
'wizard/account_move_group_view.xml'
,
],
'demo_xml'
:
[],
...
...
account_move_group/security/wizard_merge.xml
0 → 100644
View file @
e35ed60a
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data
noupdate=
"1"
>
<record
id=
"group_wizard_merge"
model=
"res.groups"
>
<field
name=
"name"
>
View Wizard for Merge
</field>
</record>
</data>
</openerp>
account_move_group/wizard/account_move_group_view.xml
View file @
e35ed60a
...
...
@@ -34,6 +34,7 @@ Entries will only be merged if not:
target=
"new"
key2=
"client_action_multi"
multi=
"True"
groups=
"account_move_group.group_wizard_merge"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment