Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MIG][14.0] account_eid_proxy_client: nothing to do #5

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 | 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