mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX]pms: Add description to wizard several partners
This commit is contained in:
@@ -4,6 +4,7 @@ from odoo.exceptions import ValidationError
|
||||
|
||||
class SeveralPartners(models.TransientModel):
|
||||
_name = "pms.several.partners.wizard"
|
||||
_description = "Partner Operations"
|
||||
|
||||
reservation_id = fields.Many2one(
|
||||
string="Reservation",
|
||||
|
||||
Reference in New Issue
Block a user