mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
Merge branch 'OCA:14.0' into 14.0-pms_add_demo_data
This commit is contained in:
@@ -1883,6 +1883,11 @@ class PmsFolio(models.Model):
|
|||||||
{
|
{
|
||||||
"name": reservation.name,
|
"name": reservation.name,
|
||||||
"display_type": "line_section",
|
"display_type": "line_section",
|
||||||
|
"product_id": False,
|
||||||
|
"product_uom_qty": 0,
|
||||||
|
"discount": 0,
|
||||||
|
"price_unit": 0,
|
||||||
|
"tax_ids": False,
|
||||||
"folio_id": folio.id,
|
"folio_id": folio.id,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
@@ -2026,6 +2031,11 @@ class PmsFolio(models.Model):
|
|||||||
False,
|
False,
|
||||||
{
|
{
|
||||||
"display_type": "line_section",
|
"display_type": "line_section",
|
||||||
|
"product_id": False,
|
||||||
|
"product_uom_qty": 0,
|
||||||
|
"discount": 0,
|
||||||
|
"price_unit": 0,
|
||||||
|
"tax_ids": False,
|
||||||
"name": _("Others"),
|
"name": _("Others"),
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user