Skip to content

Commit

Permalink
Merge pull request #3042 from tranngocson1996/v14_mig_account_edi_pro…
Browse files Browse the repository at this point in the history
…xy_client

[MIG][14.0] account_eid_proxy_client: nothing to do
  • Loading branch information
pedrobaeza authored Jan 7, 2022
2 parents 5696a66 + e01f26f commit aff88dc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docsource/modules130-140.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Module coverage 13.0 -> 14.0
+--------------------------------------------+-------------------------------------------------+
| |new| account_edi_facturx | Done. Renamed from account_facturx |
+--------------------------------------------+-------------------------------------------------+
| |new| account_edi_proxy_client | |
| |new| account_edi_proxy_client | Nothing to do |
+--------------------------------------------+-------------------------------------------------+
| |new| account_edi_ubl | |
+--------------------------------------------+-------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---Models in module 'account_edi_proxy_client'---
new model account_edi_proxy_client.user
# NOTHING TO DO

---Fields in module 'account_edi_proxy_client'---
account_edi_proxy_client / account_edi_proxy_client.user / active (boolean) : NEW hasdefault
account_edi_proxy_client / account_edi_proxy_client.user / company_id (many2one) : NEW relation: res.company, required, req_default: function, hasdefault
account_edi_proxy_client / account_edi_proxy_client.user / edi_format_id (many2one) : NEW relation: account.edi.format, required
account_edi_proxy_client / account_edi_proxy_client.user / edi_identification (char) : NEW required
account_edi_proxy_client / account_edi_proxy_client.user / id_client (char) : NEW required
account_edi_proxy_client / account_edi_proxy_client.user / private_key (binary) : NEW required, attachment: False
account_edi_proxy_client / account_edi_proxy_client.user / refresh_token (char) : NEW
account_edi_proxy_client / res.company / account_edi_proxy_client_ids (one2many): NEW relation: account_edi_proxy_client.user
# NOTHING TO DO

---XML records in module 'account_edi_proxy_client'---
NEW ir.model.access: account_edi_proxy_client.access_account_edi_proxy_user
NEW ir.model.constraint: account_edi_proxy_client.constraint_account_edi_proxy_client_user_unique_edi_identification_per_format
NEW ir.model.constraint: account_edi_proxy_client.constraint_account_edi_proxy_client_user_unique_id_client
# NOTHING TO DO

0 comments on commit aff88dc

Please sign in to comment.