Skip to content

Commit

Permalink
Clear out module
Browse files Browse the repository at this point in the history
Signed-off-by: Carmen Bianca BAKKER <carmen@coopiteasy.be>
  • Loading branch information
carmenbianca committed May 3, 2023
1 parent 09dcf00 commit a40c95f
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 408 deletions.
1 change: 0 additions & 1 deletion purchase_package_qty/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
from . import models
9 changes: 3 additions & 6 deletions purchase_package_qty/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,19 @@

{
"name": "Purchase - Package Quantity",
"version": "12.0.1.1.3",
"version": "12.0.2.0.1",
"category": "Purchase",
"author": "GRAP",
"website": "https://github.com/grap/grap-odoo-incubator",
"license": "AGPL-3",
"depends": [
"purchase",
# Depend on our replacement module.
"product_supplierinfo_qty_multiplier",
],
"data": [
"views/view_product_supplierinfo.xml",
],
"demo": [
"demo/res_groups.xml",
"demo/product_template.xml",
"demo/product_supplierinfo.xml",
"demo/purchase_order.xml",
],
"installable": True,
}
25 changes: 0 additions & 25 deletions purchase_package_qty/demo/product_supplierinfo.xml

This file was deleted.

18 changes: 0 additions & 18 deletions purchase_package_qty/demo/product_template.xml

This file was deleted.

25 changes: 0 additions & 25 deletions purchase_package_qty/demo/purchase_order.xml

This file was deleted.

13 changes: 0 additions & 13 deletions purchase_package_qty/demo/res_groups.xml

This file was deleted.

54 changes: 0 additions & 54 deletions purchase_package_qty/i18n/fr.po

This file was deleted.

2 changes: 0 additions & 2 deletions purchase_package_qty/models/__init__.py

This file was deleted.

50 changes: 0 additions & 50 deletions purchase_package_qty/models/product_supplierinfo.py

This file was deleted.

27 changes: 0 additions & 27 deletions purchase_package_qty/models/purchase_order_line.py

This file was deleted.

1 change: 0 additions & 1 deletion purchase_package_qty/tests/__init__.py

This file was deleted.

Loading

0 comments on commit a40c95f

Please sign in to comment.