Skip to content

Commit 78b25fb

Browse files
committed
[REM] purchase_order_line_sequence: Not needed anymore
After odoo/odoo@49b143e the sequence is correctly transmitted from purchase line to invoice line.
1 parent 45f0575 commit 78b25fb

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

.pre-commit-config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
exclude: |
22
(?x)
33
# NOT INSTALLABLE ADDONS
4+
^purchase_order_line_sequence/|
45
# END NOT INSTALLABLE ADDONS
56
# Files and folders generated by bots, to avoid loops
67
^setup/|/static/description/index\.html$|

purchase_order_line_sequence/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"views/report_purchasequotation.xml",
2525
],
2626
"post_init_hook": "post_init_hook",
27-
"installable": True,
27+
"installable": False,
2828
"auto_install": False,
2929
"license": "AGPL-3",
3030
}

setup/purchase_order_line_sequence/odoo/addons/purchase_order_line_sequence

-1
This file was deleted.

setup/purchase_order_line_sequence/setup.py

-6
This file was deleted.

0 commit comments

Comments
 (0)