Skip to content

Commit

Permalink
fix product barcode generator
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-champonnois authored and github-grap-bot committed Dec 14, 2022
1 parent e7518ea commit 737d320
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion product_barcode_generator/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@
"application": False,
"depends": ["product"],
"excludes": [],
"data": ["views/product_template_view.xml"],
"data": [
"views/product_template_view.xml",
"data/barcode_rule.xml",
"data/product_sequence.xml",
],
"demo": [],
"qweb": [],
}
File renamed without changes.
File renamed without changes.

0 comments on commit 737d320

Please sign in to comment.