Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lefilament_account
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Le Filament
lefilament_account
Commits
8757e3ef
Commit
8757e3ef
authored
3 years ago
by
Juliana
Browse files
Options
Downloads
Patches
Plain Diff
[MIG] Migration -> 13.0
parent
37340180
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
__manifest__.py
+3
-3
3 additions, 3 deletions
__manifest__.py
views/lefilament_move_view.xml
+3
-3
3 additions, 3 deletions
views/lefilament_move_view.xml
with
6 additions
and
6 deletions
__manifest__.py
+
3
−
3
View file @
8757e3ef
# © 201
9
Le Filament (<http://www.le-filament.com>)
# © 20
2
1 Le Filament (<http://www.le-filament.com>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
...
...
@@ -6,7 +6,7 @@
'
summary
'
:
"
Generic Account Invoice views update by Le Filament
"
,
'
version
'
:
'
1
2
.0.1.0.0
'
,
'
version
'
:
'
1
3
.0.1.0.0
'
,
'
license
'
:
'
AGPL-3
'
,
'
author
'
:
'
LE FILAMENT
'
,
'
category
'
:
'
Account
'
,
...
...
@@ -18,7 +18,7 @@
],
'
website
'
:
'
https://le-filament.com
'
,
'
data
'
:
[
'
views/lefilament_
account
_view.xml
'
,
'
views/lefilament_
move
_view.xml
'
,
],
'
qweb
'
:
[
],
...
...
This diff is collapsed.
Click to expand it.
views/lefilament_
account
_view.xml
→
views/lefilament_
move
_view.xml
+
3
−
3
View file @
8757e3ef
...
...
@@ -2,11 +2,11 @@
<odoo>
<!-- Account Invoice Form - Trigger validation -->
<record
model=
"ir.ui.view"
id=
"lf_invoice_form"
>
<field
name=
"inherit_id"
ref=
"account.
invoic
e_form"
/>
<field
name=
"inherit_id"
ref=
"account.
view_mov
e_form"
/>
<field
name=
"name"
>
account.invoice.form
</field>
<field
name=
"model"
>
account.
invoic
e
</field>
<field
name=
"model"
>
account.
mov
e
</field>
<field
name=
"arch"
type=
"xml"
>
<xpath
expr=
"//button[@name='action_
invoice_open
']"
position=
"attributes"
>
<xpath
expr=
"//button[@name='action_
post
']"
position=
"attributes"
>
<attribute
name=
"confirm"
>
Do you want to confirm this invoice ?
</attribute>
</xpath>
</field>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment