Skip to content

Commit 627f3c9

Browse files
authored
Merge branch '16.0' into 16.0-stock_move_line_divide
2 parents dbdc5ac + 23acc0b commit 627f3c9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+3839
-69
lines changed

product_brand_supplierinfo/README.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
33
:alt: License: AGPL-3
44

5-
==========================
6-
Product brand supplierinfo
7-
==========================
5+
============================
6+
Product brand supplierinfo 1
7+
============================
88

99
* In "Product Brand" new field "Code".
10-
* In "Supplier Pricelist" new fields "Brand", and "Brand Code".
10+
* New objects "Brand Products Footprint" and "Brand Products".
11+
* In "Supplier Pricelist" new fields "Brand Product, "Brand", and "Brand Code".
1112

1213

1314
Bug Tracker
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
from . import wizard
12
from . import models

product_brand_supplierinfo/__manifest__.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@
88
"website": "https://github.com/avanzosc/odoo-addons",
99
"author": "Avanzosc",
1010
"license": "AGPL-3",
11-
"depends": ["product", "product_brand"],
11+
"depends": ["product", "product_brand", "product_brand_purchase"],
1212
"data": [
13+
"security/ir.model.access.csv",
1314
"views/product_brand_views.xml",
1415
"views/product_supplierinfo_views.xml",
16+
"views/brand_product_footprint_views.xml",
17+
"views/brand_product_views.xml",
18+
"wizard/wizard_dehomologation_reason_views.xml",
1519
],
1620
"installable": True,
1721
}

0 commit comments

Comments
 (0)