Rename contract price list table

FIX len table name because psql do duplicate table
This commit is contained in:
Raimon Esteve 2022-04-25 15:45:20 +02:00
parent 645cfb9f13
commit a2e7a7192e
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ _DEPENDS = ['state']
class AgronomicsContractProductPriceListTypePriceList(ModelSQL, ModelView):
"Agronomics Contract Product Price List Type Price List"
__name__ = 'agronomics.contract-product.price_list.type-product.price_list'
_table = 'agronomics_contract_price_list_rel'
contract = fields.Many2One('agronomics.contract', "Contract")
price_list_type = fields.Many2One(
'product.price_list.type', "Price List Type")