Skip to content

Commit

Permalink
Merge PR #3002 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by dreispt
  • Loading branch information
OCA-git-bot committed Mar 11, 2024
2 parents 36aa44a + 15ffddb commit 25ad485
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sale_blanket_order_revision/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"data": [
"views/sale_blanket_order_view.xml",
],
"installable": False,
"installable": True,
}
6 changes: 6 additions & 0 deletions setup/sale_blanket_order_revision/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

0 comments on commit 25ad485

Please sign in to comment.