We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8f196 commit 03ac280Copy full SHA for 03ac280
product_pricelist_brand_direct_print/wizards/product_pricelist_print.py
@@ -1,7 +1,6 @@
1
-from odoo import fields, models
+from odoo import models
2
3
4
-class ProductPricelistPrintBrand(models.TransientModel):
5
- _inherit = "product.pricelist.print"
6
-
7
- brand_id = fields.Many2one("res.brand")
+class ProductPricelistPrint(models.TransientModel):
+ _name = "product.pricelist.print"
+ _inherit = ["product.pricelist.print", "res.brand.mixin"]
0 commit comments