Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
odoo
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cooperatic-foodcoops
odoo
Commits
0272b2df
Commit
0272b2df
authored
Jun 09, 2024
by
Yvon Kerdoncuff
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_cooperatic' into 'supercafoutch_prod'
MEP Supercafoutch 9 juin 2024 See merge request
!76
parents
056920e2
cac9391a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
backend.js
...ette_addons/lacagette_custom_pos/static/src/js/backend.js
+2
-0
product_view.xml
lacagette_addons/lacagette_products/views/product_view.xml
+3
-0
No files found.
lacagette_addons/lacagette_custom_pos/static/src/js/backend.js
View file @
0272b2df
...
...
@@ -150,6 +150,8 @@ odoo.define('lacagette_custom_pos.DB', function(require) {
self
.
gui
.
show_screen
(
"products"
);
}
});
$
(
".payment-screen .screen-content .top-content .back"
).
replaceWith
(
"<span class='button back'><i class='fa fa-angle-double-left'></i> Modifier le panier</span>"
);
}
})
...
...
lacagette_addons/lacagette_products/views/product_view.xml
View file @
0272b2df
...
...
@@ -19,6 +19,9 @@
<field
name=
"name"
position=
"after"
>
<field
name=
"seller_ids"
string=
"Vendor Product Code"
filter_domain=
"[('seller_ids.product_code','ilike',self)]"
/>
<field
name=
"barcode"
string=
"Code barre (actifs ou non)"
context=
"{'active_test': False}"
filter_domain=
"[('barcode','ilike',self)]"
/>
</field>
</field>
</record>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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