Skip to content

Commit b9a2eb5

Browse files
committed
Merge PR #953 into 14.0
Signed-off-by sebastienbeau
2 parents 6bbb7d5 + 45b7c28 commit b9a2eb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

product_supplierinfo_intercompany/models/product_supplierinfo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
class IntercompanySupplierinfoMixin(models.AbstractModel):
99
_name = "intercompany.supplierinfo.mixin"
10+
_description = "Mixin for intercompany supplierinfo"
1011

1112
def check_intercompany_pricelist(self):
1213
if not self._context.get("automatic_intercompany_sync"):

0 commit comments

Comments
 (0)