[IMP]pms_api_rest: Improvement in the handling of requests from external apps through the API

This commit is contained in:
Darío Lodeiros
2024-02-25 11:42:43 +01:00
parent a07aba7188
commit 72ef8c73f0
4 changed files with 55 additions and 42 deletions

View File

@@ -22,13 +22,6 @@
string="PMS API Client"
help="This user is used to PMS API's client (channel managers, precheckin apps, booking engines, etc.)"
/>
<field
name="pms_api_payment_journal_id"
string="PMS API Payment Journal"
domain="[('type', '=', 'bank')]"
help="This journal is used to PMS API's client (channel managers, precheckin apps, booking engines, etc.)"
attrs="{'invisible': [('pms_api_client', '=', False)]}"
/>
</group>
</group>
</xpath>