mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP]pms_api_rest: Improvement in the handling of requests from external apps through the API
This commit is contained in:
@@ -27,12 +27,6 @@ class ResUsers(models.Model):
|
||||
help="PMS API Client",
|
||||
)
|
||||
|
||||
pms_api_payment_journal_id = fields.Many2one(
|
||||
string="Payment Journal",
|
||||
help="Payment Journal",
|
||||
comodel_name="account.journal",
|
||||
)
|
||||
|
||||
def _get_default_avail_rule_fields(self):
|
||||
default_avail_rule_fields = self.env["ir.model.fields"].search(
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user