delete required Party

This commit is contained in:
Alnus Tmp 2021-08-07 03:55:03 +00:00
parent 060d9311d2
commit 11ce4a5aa4
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class PurchaseShop(ModelSQL, ModelView):
depends=['analytic_root']
)
partys = fields.Many2Many('purchase.shop_party', 'shop', 'party',
'Party', required=True)
'Partys')
@classmethod
def __register__(cls, module_name):