product_print_category_supermarket take prices from 2 configurable pricelist: public and members. include taxes in calculations
This commit is contained in:
parent
0db766645c
commit
7bc0f90a65
5 changed files with 36 additions and 14 deletions
|
|
@ -9,12 +9,6 @@ class ProductTemplate(models.Model):
|
|||
_inherit = "product.template"
|
||||
|
||||
margin_state = fields.Selection(store=True)
|
||||
# to_print_label = fields.Boolean(
|
||||
# string="To print label",
|
||||
# help="""The sale price has been updated on this product
|
||||
# and needs to be updated on the shelf.""",
|
||||
# default=False,
|
||||
# )
|
||||
|
||||
last_purchase_price_received = fields.Float(
|
||||
string="Last purchase price",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue